@media screen and (max-width: 1275px) {
  img {
      width: 100% !important;
 } 
}
html {
	font-size: 1vw;
}
#wrapper {
	width: 85%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#hero {
	width: 100%;
	height: auto;
	margin-bottom: 2%;
	position: relative;
}
body {
	background-color:#FA7602;
	color: #FFFFFF;
	font-size: 1rem;
	font-family: arial, sans-serif;
}
#leftcolumn {
	width: 29%;
	height: auto;
	background-color: #000000;
	float: left;
	padding: 2%;
	border-radius: 50px / 50px;
}
#rightcolumn {
	width: 59%;
	height: auto;
	background-color: #B33D02;
	float: right;
	padding: 2%;
	margin-bottom: 2%;
	border-radius: 50px /50px;
}
#footer {
	width: 96%;
	height: auto;
	background-color: red;
	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%;
}
p {
	line-height: 135%;
}
h2 {
	font-size: 1.9rem;
	font-family: 'Roboto Slab', serif;
}
.right {
	float: right;
	margin-left: 2%;
	margin-bottom: 2%;
}
a:link {
	color: #FFFFFF;
}
#rightcolumn a:link {
	color: blue;
}
img {
	max-width: 100%;
	height: auto;
	border: .40rem solid black;
}
#hero img {
	width: 100%;
	height: auto;
}
.herotext1 {
	position: absolute;
	margin: 0;
	top: 35%;
	left: 55%;
    width: 40%;     
	}
	.herotext2 {
	position: absolute;
	margin: 0;
	top: 90%;
	left: 75%;
    width: 40%;     
	}
h1 {
	font-size: 3.5rem;
	text-align: right;
	font-family: 'Roboto Slab', serif;
}
h3 {
	font-size: 1.5rem;
	font-family: 'Roboto Slab', serif;
}
	
