/*MEDIA QUERIES FOR MOBILE*/
@media screen and (max-width: 1250px) {
img {
    width: 100% !important;
  }   
figure {
    width: 100% !important;
  }   
}
html {
	font-size: 1vw;
}
#wrapper {
	width: 85%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#hero {
	width: 100%;
	height: auto;
}
.herotext {
	position: absolute;
	margin: 0;
	top: 5%;
	left: 13%;
    width: 77%;
	color: #A1FFD6;
	}
body {
	background-image: url("../images/Barbiebackground.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: auto;
	font-size: 1rem;
	font-family: Courier, Georgia, sans-serif;
}
#leftcolumn {
	width: 26%;
	height: auto;
	background-color: #F7C1DB;
	float: left;
	padding: 2%;
	margin-left: 0%;
}
#rightcolumn {
	width: 65%;
	height: auto;
	background-color: #F7C1DB;
	float: right;
	padding: 2%;
	margin-bottom: 2%;
	margin-right: 0%;
}
#footer {
	width: 96%;
	height: auto;
	background-color: #F7C1DB;
	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%;
}
img {
	max-width: 100%;
	height: auto;
}
h3 {
	font-size: 1.8rem;
	text-align: center;
}
a:hover {
	color: #804E49;
	text-decoration: underline;
}
figure {
    margin-left: 0;
    padding: 0;
}
}