@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: 99.25%;
	height: auto;
	margin-bottom: 2%;
	position: relative;
	border: 0.5vw solid #993333;
}
.herotext {
	position: absolute;
	margin: 0;
	top: 5%;
	left:2.2%;
        width: 70%;
	font-family: "Racing Sans One", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3.5rem;
}
body {background-image:url("../images/wallpaper.jpg");
	background-attachment: fixed;
	background-size: 100%;
	background-opacity: 70%;
	color: black;
	font-size: 1.2rem;
	font-family: Baskerville, sans-serif;
	font-weight: 300;
}
#leftcolumn {
	width: 59%;
	background-color: #FFFFFF;
	padding: 2%;
	border: 0.5vw solid #993333;
	margin-bottom: 2%;
}
#rightcolumn {
	width: 29%;
	background-color: #FFFFFF;
	padding: 2%;
	margin-bottom: 2%;
	border: 0.5vw solid #993333;
}
#footer {
	width: 96%;
	background-color: #FFFFFF;
	padding: 2%;
	text-align: center;
	border: 0.4vw solid #993333;
}
p {
	line-height: 145%;
}
img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}
.image-style1 {
	float: right;
	margin-left: 1.9%;
	margin-bottom: 0%;
	max-width: 40.5%;
	height: auto;
	border: 0.3vw solid #000000;
}
.image-style2 {
	float: left;
	margin-left: auto;
	margin-bottom: 0%;
	max-width: 40.5%;
	height: auto;
	margin-right: 1.9%;
	border: 0.3vw solid #000000;
}
.image-style3 {
    display: block;
    margin: 0 auto;
    max-width: 100%;
	height: auto;
	border: 0.3vw solid #000000;
}
.videocontainer {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.videocontainer iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
h2 {
	font-family: "Racing Sans One", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2rem;
}
.fontchange {
	font-family: "Racing Sans One", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.4rem;
}
.listspacing {
	line-height: 170%;
}
.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
ul {
	padding-left: 5.6%;
	font-size: 1.2rem;
	line-height: 180%;
}
a:link {
	color: #993333;
	text-decoration: none;
}
a:hover {
  color: purple;
  text-decoration: underline;
}
a:visited {
  color: purple;
}
a:active {
color: pink;
}
.no-wrap {
  display: flex;
  align-items: flex-start;
}
#flexbox {
    display: flex;
    justify-content: space-between;
}
}
