@import url('https://fonts.googleapis.com/css2?family=Rum+Raisin&family=Manrope:wght@400;800&display=swap');

body {
	background-color: #FFFFFF;
	paddding: 0;
	margin: 0;
	font-family: "Manrope",Arial, Helvetica, sans-serif;
	color: #666666;
	/* background-image: url(../images/green-background.png); */
}
#intro {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: auto;
	max-height: 100vh;
	height: 1090px;
	background-color: #FFFFFF;
	background-image: url(../images/istockphoto-454421381-2048x2048.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 60% auto;
	z-index: 0;
}
#wave {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
#header {
	position: absolute;
	width: 100%;
	top: 0;
	left; 0;
	font-family: "Manrope",Arial, Helvetica, sans-serif;
	font-weight: 800;
	z-index: 100;
}
#logo {
	position: relative;
	height: 22vh;
	max-height: 160px;
	margin: 10px 30px 10px 10px;
	float: left;
}
#navigation {
	position: relative;
	float: left;
}
#navigation ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
#navigation ul li {
	position: relative;
	display: inline-block;
	line-height: 90px;
	font-size: 15px;
}
#navigation ul li a {
	font-family: "Manrope",Arial, Helvetica, sans-serif;
	font-weight: 800;
	color: #666666;
	text-decoration: none;
	margin-right: 20px;
	display: block;
}
#navigation ul li a:hover {
	color: #50B26C;
}
#navigation ul li:last-of-type {
	display: none;
}

#navigation ul ul {
	position: absolute;
	top: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
	border-left: solid 1px #AAAAAA;
	border-right: solid 1px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
	background-color: #FFFFFF;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
}
#navigation ul ul li {
	display: inline-block;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 40px;
	border-top: solid 1px #AAAAAA;
	white-space: nowrap;
}
#navigation ul ul li a {
	font-family: "Manrope",Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #666666;
	text-decoration: none;
	margin-right: 0px;
	display: block;
}
#navigation ul ul li a:hover {
	color: #50B26C;
}
#navigation ul ul li:last-of-type {
	display: block;
}
#navigation ul li:hover  > ul {
	display: block;
}
#menu {
	display: none;
}
#opening {
	position: absolute;
	top: 28vh;
	right: 60%;
	left: 8%;
	text-align: center;
}
#opening p {
	font-size: 18px;
	margin-top: 0;
}
#opening h1 {
	font-family: "Rum Raisin", Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-weight: normal;
	color: #003C86;
	padding-bottom: 0;
	margin-bottom: 0;
}
#footer {
	position: relative;
	width: 100%;
	height: 280px;
	background-image: url(../images/wave-only.png);
	background-size: cover;
	background-position: center top;
	background-repeat:no-repeat;
	vertical-align:bottom;
}
#footerContent {
	position: absolute;
	width: 90%;
	margin: auto;
	bottom: 0;
	left: 0;
}
#footerContent p {
	width: 90%;
	margin: 8px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
#mainContainer {
    min-height: 50vh;
    min-height: -webkit-calc(100vh - 290px);
    min-height: -moz-calc(100vh - 290px);
    min-height: calc(100vh - 290px);
	overflow: visible;
}
#mainContent {
	position: relative;
	margin-top: 20vh;
	margin-left: 20%;
	margin-right: 20%;
	overflow: hidden;
}
#mainContent h1 {
	margin-left: auto;
}
.leftColumn, .rightColumn {
	position: relative;
	width: 47%;
	margin-top: 5px;
}
.leftColumn img, .rightColumn img {
	width: 100%;
}
.leftColumn {
	float: left;
}
.rightColumn {
	float: right;
}
.fullList {
	margin: 18px;
	padding: 0px;
}
.spreadList > li {
	margin-bottom: 15px;
}
h1 {
	font-family: "Rum Raisin", Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-weight: normal;
	color: #003C86;
	padding-bottom: 0;
	margin-bottom: 0;
}
h2 {
	font-family: "Rum Raisin", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #003C86;
	padding-bottom: 0;
	margin-bottom: 0;
}
h3 {
	font-family: "Rum Raisin", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #003C86;
	padding-bottom: 0;
	margin-bottom: 0;
}
.caption {
	font-size:  12px;
	text-align: center;
	margin: 0;
	padding: 0;
}
#mainContent p a {
	color: #666666;
	text-decoration: underline;
}
#mainContent p a:hover {
	text-decoration: none;
}
.googleContainer {
	position: relative;
	width: 100%;
	margin-top: 25px;
	padding-top: 56.25%;
}
.googleVideo {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.mobileCenter {

}

@media only screen and (max-width: 1450px) {
	#intro {
	background-image: url(../images/front-900.jpg);
	background-position: right middle;
	}
	.spreadList > li {
	margin-bottom: auto;
	}
}
@media only screen and (max-width: 1376px) {
	#intro {
	background-image: url(../images/front-900.jpg);
	background-position: right top;
	}
	#opening h1 {
	font-size: 32px;
	}
}
@media only screen and (max-width: 1376px) {
	#navigation {
	position: absolute;
	top: 60;
	right: 0;
	float: none;
	width: 100%;
	}
	#navigation ul {
	position: absolute;
	top: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	background-color: #50B26C;
	display: none;
	}
	#navigation ul li {
	display: block;
	line-height: 48px;
	border-bottom: solid 1px #FFFFFF;
	text-align: center;
	}
	#navigation ul li a {
	font-family: "Manrope",Arial, Helvetica, sans-serif;
	font-weight: 800;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: auto;
	display: block;
	}
	#navigation ul li a:hover {
	color: #FFFF66;
	background-color: #9CD3AB;
	}
	
	#navigation ul ul {
	position: relative;
	top: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	background-color: #50B26C;
	display: block;
	border-left: solid 0px #AAAAAA;
	border-right: solid 0px #AAAAAA;
	border-bottom: solid 0px #AAAAAA;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.0);
	}
	#navigation ul ul li {
	display: block;
	line-height: 48px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 0px #FFFFFF;
	text-align: center;
	}
	#navigation ul ul li:first-of-type {
	border-top: solid 0px #FFFFFF;
	}
	#navigation ul ul li a {
	font-family: "Manrope",Arial, Helvetica, sans-serif;
	font-weight: 800;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: auto;
	display: block;
	}
	#navigation ul ul li a:hover {
	color: #FFFF66;
	background-color: #9CD3AB;
	}
	#navigation ul ul li a .noMobile {
	display: none;
	}
	#menu {
	float: right;
	display: block;
	}
	#menu a {
	font-family: "Manrope",Arial, Helvetica, sans-serif;
	font-weight: 800;
	color: #50B26C;
	font-size: 21px;
	text-decoration: none;
	margin-right: 35px;
	display: block;
	}
	#logo {
	max-height: 130px;
	margin: 10px 30px 10px 20px;
	}
	.noMobile {
	display: none;
	visibility: none;
	}
}
@media only screen and (max-width: 1290px) {
	#opening h1 {
	font-size: 28px;
	}
	#opening p {
	font-size: 16px;
	}
}
@media only screen and (max-width: 1200px) {
	h1 {
	font-size:32px;
	}
	#intro {
	max-height: 580px;
	background-position: center bottom;
	background-size: contain;
	}
	#opening {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-image: url(../images/green-background.png);
	background-repeat: repeat;
	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;
	color: #FFFFFF;
	}
}
@media only screen and (max-width: 1000px) {
	#intro {
	height: 580px;
	max-height: 100vh;
	background-position: center bottom;
	background-size: contain;
	}
	#navigation {
	position: absolute;
	top: 60;
	right: 0;
	float: none;
	width: 100%;
	}
	#navigation ul {
	position: absolute;
	top: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	background-color: #50B26C;
	display: none;
	}
	#navigation li {
	display: block;
	line-height: 48px;
	border-bottom: solid 1px #FFFFFF;
	text-align: center;
	}
	#navigation li a {
	font-family: "Manrope",Arial, Helvetica, sans-serif;
	font-weight: 800;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: auto;
	display: block;
	}
	#navigation li a:hover {
	color: #FFFF66;
	background-color: #9CD3AB;
	}
	#menu {
	float: right;
	display: block;
	}
	#menu a {
	font-family: "Manrope",Arial, Helvetica, sans-serif;
	font-weight: 800;
	color: #50B26C;
	font-size: 21px;
	text-decoration: none;
	margin-right: 35px;
	display: block;
	}
	#logo {
	max-height: 130px;
	margin: 10px 30px 10px 20px;
	}
	#header {
	position: relative;
	border-bottom: solid 1px #FFFFFF;
	}
	#mainContainer {
    clear: both;
	}
	#mainContent {
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 0;
	}
	h1 {
	text-align: center;
	}
	.mobileCenter {
	text-align: center;
	}
}
@media only screen and (max-width: 810px) {
	
	.leftColumn, .rightColumn {
	width: 100%;
	}
	.leftColumn, .rightColumn {
	float: none;
	}
}
@media only screen and (max-width: 610px) {
	#intro {
	height: 480px;
	background-position: center bottom;
	background-size: 90% auto;
	}
	#logo {
	max-height: 120px;
	margin: 10px 30px 10px 20px;
	}
}
@media only screen and (max-width: 440px) {
	#intro {
	max-height: 436px;
	background-position: center bottom;
	background-size: contain;
	}

}

