}
@media screen and (max-width: 1280px) {
  img {
      width: 100% !important;
 }
 }
html {
	font-size: 1.25vw;
}
#wrapper {
	width: 85%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#hero {
	width: 100%;
	height: auto;
	margin-bottom: 2%;
}
body {
	font-family: Arial, sans-serif;
	color: #A10047;
	background-image: url("../images/backgroundfem.png");
	background-attachment: fixed;
	background-size: 100%;
}
#leftcolumn {
	width: 29%;
	height: auto;
	background-color: #FFE6F1;
	float: left;
	padding: 2%;
	border: 0.25vw solid #FFA3CB;
	border-radius: 2vw;
}
.videocontainer {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.videocontainer iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
#rightcolumn {
	width: 59%;
	height: auto;
	background-color: #FFE6F1;
	float: right;
	padding: 2%;
	margin-bottom: 2%;
	border: 0.25vw solid #FFA3CB;
	border-radius: 2vw;
}
#footer {
	width: 96%;
	height: auto;
	background-color: #FFE6F1;
	padding: 2%;
	text-align: center;
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}
#hero img {
	width: 100%;
	height: auto;
	position: relative;
	border: 0.25vw solid #FFA3CB;
	border-radius: 2vw;
}
.herotext {
	position: absolute;
	margin: 0;
	top: 14%;
	left: 24%;
    width: 60%;
    text-align: right;
    color: #A10047;
}
.herotext2 {
	position: absolute;
	margin: 0;
	top: 45%;
	left: 44%;
    width: 40%;
    text-align: right;
    color: #A10047;
}
h1 {
	font-size: 3rem;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #A10047;
	}
h2 {
	font-size: 1.1rem;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #A10047;
}
h3 {
	font-size: 2rem;
	text-align: left;
	color: #A10047;
	}
.right {
	float: right;
	margin: 2%;
	padding: 1%;
	border-radius: 5%;
}
.left {
	float: left;
	margin: 2%;
	padding: 1%;
	border-radius: 5%;
	}
.smaller {
	font-size: .75rem;
}
figure {
	text-align: center;
	border: 2px solid #A10047}
a:link {
	color: #A10047;}
a:visited {
	color: #000000;}
a:hover {
	text-decoration: none;
	color: #FFA3CB;
}