body
{
	background-color: white;
}
#maincontent
{
	background-color: white;
	margin-top: -18px;
}
#textabout 
{
	color: white;
	font-family: "Tahoma,Calibri,Verdana,sans-serif";
	font-size: 16px;
}
 
@media screen and (max-width: 1024px) {
 /* Add your styles for devices with a maximum width of 1024 */
	#textabout 
	{
		color: white;
		font-family: "Calibri,Verdana,sans-serif";
		font-size: 16px;		
	}
}
@media screen and (max-width: 800px) {
 /* Add your styles for devices with a maximum width of 768 */
 #textabout 
	{
		color: white;
		font-family: "Tahoma,Calibri,Verdana,sans-serif";
		font-size: 16px;		
	}
}
@media screen and (max-width: 736px) {
 /* Add your styles for devices with a maximum width of 768 */
 #textabout 
	{
		color: white;
		font-family: "Tahoma,Calibri,Verdana,sans-serif";
		font-size: 12px;		
	}
}
@media screen and (max-width: 667px) {
 /* Add your styles for devices with a maximum width of 768 */
 #textabout 
	{
		color: white;
		font-family: "Tahoma,Calibri,Verdana,sans-serif";
		font-size: 12px;		
	}
}
@media screen and (max-width: 640px) {
 /* Add your styles for devices with a maximum width of 768 */
 #textabout 
	{
		color: white;
		font-family: "Tahoma,Calibri,Verdana,sans-serif";
		font-size: 12px;		
	}
}
@media screen and (max-width: 480px) {
 /* Add your styles for devices with a maximum width of 480 */
 	#textabout 
	{
		color: white;
		font-family: "Tahoma,Calibri,Verdana,sans-serif";
		font-size: 11px;
	}
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
   /* Add your styles for devices with a maximum width of 1024 */
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  /* Add your styles for devices with a maximum width of 768 */
}
