@import url('https://fonts.googleapis.com/css2?family=Boogaloo&family=Manrope:wght@400;800&display=swap');

body {
	background-color: #FFFFFF;
	paddding: 0px;
	margin: 0px;
	font-family: "Manrope",Arial, Helvetica, sans-serif;
	color: #666666;
}
img {
	
}
#intro {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: auto;
	max-height: 100vh;
	height: 1090px;
	background-color: #FFFFFF;
	background-image: url(../images/front-picture.jpg);
	background-repeat: no-repeat;
	background-position: right 10%;
	background-size: 60% auto;
	border-top: solid 1px #FFFFFF;
	z-index: 0;
}
#wave {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 0;
}
#header {
	position: relative;
	width: 100%;
	font-family: "Manrope",Arial, Helvetica, sans-serif;
	font-weight: 400;
	z-index: 100;
	padding: 0px;
	margin: 0px 0px 45px 0px;
	background-color: #F4CA2A;
	border-top: solid 1px #F4CA2A;
	border-bottom: solid 1px #999999;
}
#logo {
	position: absolute;
	height: 22vh;
	max-height: 160px;
	top: 0px;
	left: 10px;
	float: left;
	z-index: 200;
}
#logoLog {
	position: absolute;
	height: 22vh;
	top: 10px;
	left: 10px;
	max-height: 160px;
	margin: 0px 30px 10px 10px;
	float: left;
	z-index: 100;
}
#navigation {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style: none;
	text-align: center;
}
#navigation li {
	display: inline-block;
	line-height: 34px;
}
#navigation li a {
	font-family: "Manrope",Arial, Helvetica, sans-serif;
	font-weight: 800;
	color: #217229;
	text-decoration: none;
	font-size: 18px;
	margin: 6px 25px;
	display: block;
	
}
#navigation li a:hover {
	color: #399242;
}
#menu {
	text-align: center;
	padding: 0px;
	margin: 0px;
	display: none;
}
#menu a {
	font-family: "Manrope",Arial, Helvetica, sans-serif;
	font-weight: 800;
	color: #217229;
	text-decoration: none;
	font-size: 18px;
	margin: 6px 25px;
	line-height: 34px;
	display: block;
	}
#opening {
	position: reltaive;
	width: 90%;
	margin: auto;
	text-align: center;
}
p {
	font-size: 18px;
}
h1 {
	font-family: "Boogaloo", Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-weight: normal;
	color: #2664AF;
	text-align: center;
}
h2 {
	font-family: "Boogaloo", Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #2664AF;
	text-align: center;
}
#opening p {
	font-size: 18px;
	margin-top: 0;
}
#opening h1 {
	font-family: "Boogaloo", Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #2664AF;
	padding-bottom: 0;
	margin-bottom: 0;
}
#frontLogo {
	position: relative;
	width: 450px;
	max-width: 90%;
	margin: auto;
	display: block;
}
#footer {
	position: relative;
	width: 100%;
	height: auto;
	background-image: url(../images/green-background.png);
	padding-top: 28px;
	padding-bottom: 8px;
	vertical-align:bottom;
}
#footerContent {
	position: absolute;
	width: 90%;
	margin: auto;
	bottom: 0;
	left: 0;
}
#footer p {
	width: 90%;
	margin: 8px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
#mainContainer {
    min-height: 70vh;
    min-height: -webkit-calc(100vh - 56px);
    min-height: -moz-calc(100vh - 56px);
    min-height: calc(100vh - 56px);
}
.mainContent {
    position: relative;
	width: 80%;
	margin: auto;
}
.submitButton {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 6px 18px;
	background-color: #50B26C;
	border: solid 1px #FFFFFF;
	border-radius: 18px;
}
.bioPic {
	float: left;
	margin: 5px 18px 8px 0px;
	width: 175px;
	max-width: 40%;
}
.clearBoth {
	clear: both;
	margin-top: 65px;
}
.dollContainer {
	position: relative;
	width: 100%;
	text-align: center;
}
.dollPatterns {
	position: relative;
	width: 150px;
	margin: 25px;
	text-align: center;
	display: inline-block;
}
.dollPatterns img {
	width: 100%;
}
.dollPatterns a {
	color: #2664AF;
}

@media only screen and (max-width: 1450px) {
	#intro {
	background-image: url(../images/front-picture-900.jpg);
	background-position: right 55%;
	}
}
@media only screen and (max-width: 1376px) {
	#intro {
	background-image: url(../images/front-picture-900.jpg);
	background-position: right middle;
	}
	#opening h1 {
	font-size: 32px;
	}
}
@media only screen and (max-width: 1360px) {
	#opening h1 {
	font-size: 28px;
	}
	#opening p {
	font-size: 16px;
	}
}
@media only screen and (max-width: 1200px) {
	body {
	}
	h1 {
	font-size:32px;
	}
	#header {
	margin: 0px 0px 85px 0px;
	}
	#intro {
	max-height: 620px;
	background-position: center bottom;
	background-size: contain;
	}
	#opening {
	position: relative;
	text-align: center;
	display: block;
	padding: auto;
	}
	#opening p {
	font-size: 16px;
	color: #FFFFFF;
	width: 80%;
	margin: auto auto 35px auto;
	}
	#opening p::after {
	content: "";
	}
	#opening h1 {
	font-size: 28px;
	}
	#navigation {
	position: absolute;
	top: 100%;
	background-color: #F4CA2A;
	border-top: solid 1px #FFFFFF;
	display: none;
	}
	#navigation li {
	display: block;
	line-height: 54px;
	border-bottom: solid 1px #FFFFFF;
	text-align: center;
	}
	#navigation li a {
	font-family: "Manrope",Arial, Helvetica, sans-serif;
	font-weight: 800;
	font-size: 18px;
	text-decoration: none;
	margin: 0px 0px;
	display: block;
	}
	#navigation li a:hover {
	color: #777777;
	}
	#navigation li:hover {
	background-color: #FAD95C;
	}
	#menu {
	display: block;
	}
	
	#logo {
	max-height: 130px;
	}

}
@media only screen and (max-width: 1000px) {
	#intro {
	height: 580px;
	max-height: 100vh;
	background-position: center bottom;
	background-size: contain;
	}
}
@media only screen and (max-width: 610px) {
	#intro {
	height: 480px;
	background-position: center bottom;
	background-size: 90% auto;
	}
	#logo {
	max-height: 120px;
	}
	.bioPic {
	float: none;
	margin: 5px auto 8px auto;
	width: 175px;
	max-width: 175px;
	display: block;
	}
}
@media only screen and (max-width: 440px) {
	#intro {
	max-height: 436px;
	background-position: center bottom;
	background-size: contain;
	}
	#menu {
	text-align: right;
	}
	
}
