@media screen and (max-width: 1275px) {
  img {
      width: 100% !important;
 } 
}
iframe {
	border: 0
	}
html {
	font-size: 1vw;
	}
#wrapper {
	width: 85%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}
#hero {
	width: 99.1%;
	height: auto;
	margin-bottom: 2%;
	position: relative;
	}
#leftcolumn {
	width: 30%;
	height: auto;
	background-color: #f8f9fa;
	float: left;
	padding: 2%;
	border: .2vw solid #ffffff;
	}
#rightcolumn {
	width: 60%;
	height: auto;
	background-color: #f8f9fa;
	float: right;
	padding: 2%;
	margin-bottom: 2%;
	border: .2vw solid #ffffff;
	}
#footer {
	width: 96%;
	height: auto;
	background-color: #f8f9fa;
	padding: 2%;
	text-align: center;
	border: .2vw solid #ffffff;
	clear: both;/*clears both floats and forces the footer below both*/
	}
body {
	background-color: #DBDBDB;
	color: #3F7CA2;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 1.3rem;
	line-height: 135%;
	}
.videocontainer {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
	}
.videocontainer iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
   }
h1 {
	font-family: palatino, garamond, serif;
	font-size: 3.2rem;
	text-align: center;
	margin-top: 0%;
	color: #3F7CA2;
	}
h2 {
	font-family: palatino, garamond, serif;
	font-size: 2rem;
	text-align: center;
	color: #3F7CA2;
	}
h3 {
	font-size: 1.4rem;
	color: #3F7CA2;
	}
p {
	line-height: 135%;
	}
.right {
	float: right;
	margin-left: 15px; 
	margin-bottom: 15px; 
	}
.fancynumber {
	font-family: "Playwrite US Modern", cursive;
    font-weight: bold;
    font-style: normal;
	font-size: 4rem;
	color: #4BA23F;
	}
table, th, td {
	border: .1vw solid #123857;
	margin-left: auto;
	margin-right: auto; 
	padding: .5% .5% .5% .5%;
	max-width: 100%;
	}
th {
	color: #f8f9fa;
	font-size: 2rem;
	background-color: #4BA23F;
	line-height: 120%;
	}
.smaller {
	font-size: 1rem;
	}
.left {
	float: left;
	margin-right: 2%;
	margin-bottom: 1%;
	}
.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
	}
.right {
	float: right;
	margin-left: 2%;
	margin-bottom: 1%;
	}
figcaption {
	font-size: 1rem;
	color: #212529;
	}
figure {
	margin: 1% 0% 0% 0%;
	}
a:link {
	text-decoration: none;
	color: #2E5A76;
	font-weight: bold;
	}
a:visited {
	color: #2E5A76;
	font-weight: normal;
	}
a:hover {
	text-decoration: none;
	color: #A7A8AA;
	}
ul {
	list-style-type: square;
	padding-left: 5%;
	}
ol {
	padding-left:5%;
	}
.greentext {
	color: #4BA23F;
	font-weight: bold;
	}
img {
	max-width: 100%;
	height: auto;
	border: .3vw solid #ffffff;
	}
.oval {
	border-radius: 110%;
	}
#hero img {
	width: 100%;
	height: auto;
	}
.herotext {
	position: absolute;
	margin: 0;
	top: 30%;
	left: 70%;
    width: 25%;
    text-align: right;
    line-height: 150%;
	}
.herotexttwo {
	position: absolute;
	margin: 0;
	top: 75%;
	left: 70%;
    width: 25%;
    text-align: right;
    line-height: 150%;
    color: #3F7CA2;
	}
h1 {
	font-size: 3.2rem;
	}