/* CSS Document */



/*RESPONSIVE DIVS*/

.top  { 
	display: block;
}

.topfooter  {
	display: block;
}




.menuoptions {
display: none;
	width: 98%;
	height: 50px;
	text-align:right;
	color: White;
	font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
	font-size: 20px;
	padding-top: 35px;

}

.menuoptionsmobile {
display: block;
	width: 98%;
	height: 50px;
	text-align:right;
	color: White;
	font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
	font-size: 30px;
	padding-top: 30px;

}

.third_column_left  {

	margin-right: 0.8%;

}

h1 {
	font-size:45px;


}

h2 {
	font-size:28px;

		

}

h3 {
	font-size:18px;

	padding:0px;
}

.footer  {

	font-size: 18px;
	padding-top: 1px;
	padding-bottom: 10px;
}



