.menuContainer {
	height: 142px;
	position: sticky;
	top: 0%;
	width: 100%;
	background: #00778D url("../images/background-fade.jpg") repeat-x top fixed;
	border: 0px;
	z-index: 1000;
}
.menuOptions {
	margin: 0;
	position: absolute;
	top: 30%;
	left: 300px;
	background-color: #FFFFFF;
	font-family: "Bahnschrift";
	font-variation-settings: "wght" 300, "wdth" 75;
}
.menuText {
	font-size: 32px;
	color: #00778D;
}
.bodyContainer {
	top: 0px;
	position: relative;
	margin: 5;
	padding: 5;
}
/* styles for mobile */
.mobile-container {
	max-width: 480px;
	margin: auto;
	background-color: #555;
	height: 500px;
	color: white;
	border-radius: 10px;
}
.mobilenav {
	margin: 0;
	position: absolute;
	top: 48px;
	right: 0px;
	text-align: right;
}
.mobilenav a {
	color: #00A5B3;
	padding: 1px 12px;
	text-decoration: none;
	font-size: 17px;
	display: block;
}


