@media screen and (max-width: 800px) {
  img {
      width: 100% !important;
 } 
}
html {
	font-size: 1vw;
}
p {
	line-height: 135%;
}
body {
	background-color: #66ABF4;
	color: #000000;
	font-family: "Montserrat", Verdana, sans-serif;
	font-size: 1rem;
}
h1 {
	font-size: 4.2rem;
	font-family: "Domine", Georgia, serif;
	text-align: center;
}
h2 {
	font-size: 2rem;
	font-family: "Domine", Georgia, serif;
	text-align: center;
}
h3 {
	font-family: "Domine", Georgia, serif;
	font-size: 1.4rem;
	text-align: center;
}
hr {
	border: 0.15rem solid #08396E;
}
img {
	max-width: 100%;
	height: auto;
}
#wrapper {
	width: 85%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#hero {
	width: 100%;
	height: auto;
	margin-bottom: 1.5%;
	position: relative;
}
#hero img {
	width: 99%;
	height: auto;
	border: 0.5rem solid #08396E;
}
#leftcolumn {
	width: 59%;
	height: auto;
	background-color: #BCDAFA;
	border: 0.5rem solid #08396E;
	float: left;
	padding: 2%;
	margin-bottom: 1.5%;
}
#rightcolumn {
	width: 29%;
	height: auto;
	background-color: #BCDAFA;
	border: 0.5rem solid #08396E;
	float: right;
	padding: 2%;
}
#footer {
	width: 96%;
	height: auto;
	background-color: #08396E;
	font-size: 1.2rem;
	color: #BCDAFA;
	padding: 2%;
	text-align: center;
	clear: both;
}
.herotext {
	position: absolute;
	text-align: center;
	margin: 0;
	top: 25%;
	left: 45%;
	width: 40%;
}
.herotexttwo {
	position: absolute;
	text-align: center;
	margin: 0;
	top: 75%;
	left: 45%;
	width: 40%;
}
.subtitle {
	font-size: 1.25rem;
	text-align: center;
}
.captions {
	font-size: 0.7rem;
}
.center {
	font-size: 1rem;
	text-align: center;
}
.videocontainer {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.videocontainer iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
.leftimage {
	float: left;
	width: 60%;
	height: auto;
	margin-left: 0rem;
}
.rightimage {
	float: right;
	width: 60%;
	height: auto;
	margin-right: 0rem;
}
.smallerleftimage {
	float: left;
	width: 35%;
	height: auto;
	margin-left: 0rem;
}
.smallerrightimage {
	float: right;
	width: 35%;
	height: auto;
	margin-right: 0rem;
}
.centerimage {
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
a:link {
	color: #b366ff;
}
a:hover {
	color: #ffb3b3;
	text-decoration: none;
}
a:visited {
	color: #08396E;
}