@media screen and (max-width: 2560px) {
  img {
      width: 100% !important;
 } 
html {
	font-size: 1vw;
}
#wrapper {
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#hero {
	width: 100%;
	height: auto;
	margin-bottom: 2%;
	position: relative;
	float: center;
}
#hero img {
	box-sizing: border box;
	width: 100%;
	max-width: 100%;
	max-height: 10%;
}
img {
	max-width: 100%;
	height: auto;
	position: center;
	margin-top: 1;
	margin-bottom: 2.5%;
}
.herotext {
	color: #ffffff;
	position: absolute;
	margin: 0;
	top: 35%;
	left: 20%;
    width: 40%;
}
h1 {
	font-size: 2.6rem;
	text-align: left;
}
h2 {
	font-size: 1.5rem;
	padding: 20%;
}
h3 {
	font-size: 2rem;
	color: #fe59cf;
	text-align: center;
}
#leftcolumn {
	width: 25%;
	height: auto;
	background-color: #f4d4f5;
	float: left;
	padding: 2%;
	border: 2px solid #eff2f3;
}
body {
	background-color:#d4e5f5;
	color: #000000;
	font-size: 1.1rem;
	font-family: arial, sans-serif;
	padding: 2%;
}
#rightcolumn {
	width: 63%;
	height: auto;
	background-color: #ffffff;
	float: right;
	padding: 3%;
}
p {
	line-height: 175%;
}
.videocontainer {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.videocontainer iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
.smallheader {
	font-size: 1.5rem;
	text-align: center;
	color: #000000;
}
.center {
	text-align: center;
}
#footer {
	width: 96%;
	height: auto;
	background-color: #d4e5f5;
	padding: 2%;
	text-align: center;
	clear: both;
}
a:link {
	color: #fe59cf;
	text-decoration: none;
}
a:visited {
	color: #fe59cf;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
ul {
	list-style-position: outside;
	padding-left: 2%;
	line-height: 130%;
}