@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-image: url("../images/backgroundgraffiti.jpg");
	background-attachment: fixed;
	color: #000000;
	font-family: Palatino-linotype, Georgia, serif;
}
#leftcolumn {
	width: 59%;
	height: auto;
	background-color: #E1DED6;
	float: right;
	padding: 2%;
	margin-bottom: 2%;
	border: 7px solid; #000000;
}
#rightcolumn {
	width: 29%;
	height: auto;
	background-color: #AD2C15;
	float: left;
	padding: 2%;
	margin-bottom: 2%;
	border: 7px solid; #000000;
}
#footer {
	width: 96%;
	height: auto;
	background-color: #8ECF38;
	color: #FFFFFF;
	padding: 2%;
	text-align: center;
	clear: both;
}
p {
	line-height: 135%;
}
h1 {
	font-family: Brush Serif, Impact, serif;
	font-size: 4rem;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0px;
	color: #000000;
}
	
h2 {
	font-family: Brush-Serif, Impact, serif;
	font-size: 1.8rem;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0px;
	color: #000000;
}
	
h3 {
	font-family: Brush-Serif, Impact, serif;
	font-size: 35px;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0px;
	color: #000000;
}
.videocontainer {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.videocontainer iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
a:link {
	color: #6FF527;
}
a:visited {
	color: #6FF527;
}
a:hover {
	text-decoration: none;
	color: #091801;
	font-size: auto;
}
.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.right {
	float: right;
	margin-left: 2%;
	margin-bottom: 2%;
}
img {
	max-width: 100%;
	height: auto;
}
#hero img {
	width: 100%;
	height: auto;
}
.herotext {
	position: absolute;
	margin: 0;
	top: 35%;
	left: 55%;
    width: 40%; 
