html{
	font-size: 1vw;
}
@media screen and (max-width: 1800px) {
img {
	width: 100% !important;
  }   
}
#wrapper{
	width: 95%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#hero{
	width: 100%;
	height: auto;
	position: relative;
}
body {
	font-size: 1.2rem;
	font-family: verdana, sans-serif;
}
p{
	font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
	line-height:150%;
}
h1{
	 font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
	font-size: 4.8rem;
	text-align: left;
}
h2{
	 font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
	font-size: 3rem;
	text-align: left;
}
h3{
	 font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-size: 2rem;
	text-align: left;
}
ul{
	padding-left: 5%;
}
#leftcolumn{
	width: 25%;
	height: auto;
	float: left;
	padding: 1%; /*this padding adds pixels to the left AND right AND up AND down padding. It MUST be subtracted from your width to display correctly. */
}
#rightcolumn{
	width: 69%;
	height: auto;
	float: right;
	padding: 2%;
	color: #000000;
}
#footer{
	width: 96%;
	height: auto;
	padding: 2%;
	text-align: center;	
	clear: both;
}
.videocontainer {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.videocontainer iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
.right{
	float: right;
	margin-left: 2%;
	margin-bottom: 2%;
}
.center{
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}
img{
	max-width: 100%;
	height: auto;
}
#hero img{
	width: 100%;
	height: auto;
}
.herotext {
	position: absolute;
	margin: 0;
	top: 3%;
	left: 5%;
    width: 75%;
	}
.herotexttwo {
	position: absolute;
	margin: 0;
	top: 80%;
	bottom: 10%;
	left: 5%;
    width: 60%;
}
a:link {
	color: #33A0DE;
}
a:visited {
	color: #780BA1;
}
a:hover {
	color: #BA3218;
}
a:active {
	color: #1E6620;
}
.embiggen{
	font-size: 1.5rem;
	font-family: Times, serif;