@media screen and (max-width: 1300px) { 
  img {
   width: 100% !important;
 } 
 
}
html {
	font-size: 1vw;
}
#wrapper {
	width: 85%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
body {
	background-color: #000000;
	color: #FFFFFF;
	margin: 0;
	font-size: 1.7rem;
	background-image: url("../images/rainbowglittermed.jpg");
	background-attachment: fixed;
	font-family: Palatino, sans-serif;
}
#hero {
	width: 100%;
	height: auto;
	margin-bottom: 2%;
	position: relative;
}
#leftcolumn {
	width: 58%;
	height: auto;
	background-color: #32054d;
	float: left;
	padding: 2%;
	color: #FFFFFF;
}
#rightcolumn {
	width: 32%;
	height: auto;
	background-color: #32054d;
	float: right;
	padding: 2%;
	margin-bottom: 2%;
	color: #FFFFFF;
}
#footer {
	width: 96%;
	height: auto;
	clear: both; 
	padding: 2%;
	text-align: center;
	color: #FFFFFF;
}
#hero img { 
	width: 100%; 
	height: auto;
}
h1 {
	font-size: 4rem;
	color: #FFFFFF;
	font-family: Palatino, serif;
	text-align: left;
}
.herotext {
	position: absolute; 
	top: 10%;
	left: 7%;
	margin: 0;
	text-align: left;
	width: 85%; 
}
h2 {
	font-size: 3rem;
	color: #FFFFFF;
	font-family: Palatino, sans-serif;
	text-align: left;
}
.heroauthor {
	position: absolute;
	top: 65%;
	left: 7%;
	margin: 0;
	text-align: center;
	width: 50%;
}
a:link, a:visited {
	color: #efddf0;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #FF5733;
}
h3 {
	font-size: 2.5rem;
	font-family: Palatino, sans-serif;
	text-align: auto;
}
.bigfont {
	font-size: 1.5rem;
}
img {
	max-width: 100%;
	height: auto;
}
.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.leftpadding {
	float: left;
	margin-right: 2%;
}
.left {
	float: left;
	margin-right: 2%;
}
.right {
	float: right;
	margin-left: 2%;
}
.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: 130%;
}