@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}
#header {
	position: relative;
	width: 100%;
	margin: 0;
	aspect-ratio: 2 / 1;
	max-height: 90vh;
	/* height: 90vh;
	max-height: 900px; */
	background-image: url(../images/background.jpg);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom: solid 1px #2B6F83;
	overflow: hidden;
}
#headerContent {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 10vh auto;
	height: auto;
	max-height: 90%;
}
#headerContent img {
	position: relative;
	width: 100%;
	height: auto;
}
.pageBottom {
	postion: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #1A424E;
	background-image: linear-gradient(to bottom, #2B6F83, #1A424E);
}
.pageBottomContent {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 10vh auto;
	height: auto;
	max-height: 90%;
}
.contactInfo {
	position: relative;
	width: 90%;
	max-width: 550px;
	margin: 65px auto;
}
.contactInfo hr {
	width: 100%;
	height: 3px;
	background-color: #FFFFFF;
	border: 0px;
}
#logo {
	position: relative;
	width: 450px;
	max-width: 90%;
	height: auto;
	display: block;
}
h1 {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: calc(18px + .8vw);
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}
h2 {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: calc(16px + .4vw);
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 65px;
	margin-bottom: 15px;
}
p {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: calc(14px + .2vw);
	font-weight: 400;
	color: #FFFFFF;
}
p a {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright {
	text-align: center;
	margin-top: 150px;
	margin-bottom: 75px;
}
.footer {
	position: relative;
	width: 100%;
	background-color: #111111;
	height: 25px;
	margin: 0px;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

@media only screen and (max-width: 1100px) {
	#header {
	position: relative;
	width: 100%;
	margin: 0;
	aspect-ratio: 2 / 1.2;
	max-height: 90vh;
	/* height: 90vh;
	max-height: 900px; */
	background-image: url(../images/background-1000.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom: solid 1px #2B6F83;
	overflow: hidden;
	}
	#headerContent {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 45px auto;
	height: auto;
	max-height: 90%;
	}
}
@media only screen and (max-width: 780px) {
	p, h2 {
	margin-left: 30px;
	margin-right: 30px;
	}
	#logo {
	margin: auto;
	}
}