.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;
}
.placeholder {
	height: 370px;
	position: absolute;
	display: block;
	border: 0px;
}
.bodyContainer {
	top: 0px;
	position: relative;
	margin: 5;
	padding: 5;
}
.mobile-container {
	max-width: 480px;
	margin: auto;
	background-color: #555;
	height: 500px;
	color: white;
	border-radius: 10px;
}
/* styles for mobile */
.topnav {
  overflow: hidden;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
	color: #00A5B3;
	padding: 4px 16px;
	text-decoration: none;
	font-size: 17px;
	display: block;
}

.topnav a.icon {
	color: #00778D;

  background: #00A5B3;
	padding: 14px 16px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #;
  color: #00778D;
}

.active {
  background-color: #446666;
  color: white;
}

