/* CSS Document */



/*RESPONSIVE DIVS*/



.menuoptions {
display: block;
	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: 30px;

}

.menuoptionsmobile {
display: none;
	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;

}

