@media screen and (max-width: 1000px) {
  .cell1, .cell2 {
      width: 100% !important;
 } 
}
html {
	font-size: 1vw;
}
body {
	margin: 0;
	font-size: 1.5rem;
	font-family: Georgia, sans-serif;
	color: #FFFFFF;
}
#heroimage {
	width: 100%;
	height: auto;
	position: relative;
}

#heroimage img {
	width: 100%;
	height: auto;
	display: block;

}
#overview {
	width: 96%;
	height: auto;
	background-color: #9C6644;
	padding: 2%;
}
.herotext {
	position: absolute;
	margin: 0;
	top: 4%;
	left: 2%;
    width: 77%;
}
.herotext2 {
	width: 30;
	position: absolute;
	top: 89%;
	left: 75%;
}
#flexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	background-color: #9C6644;
	padding-top: 2%;
	padding-bottom: 2%;
	align-items: center;
}
.cell1 {
	width: 30%;
	height: auto;
	margin-bottom: 1%;
}
.cell2 {
	width: 30%;
	height: auto;
	align-self: flex-start;
	text-align: justify;
}
.cell3 {
	width: 45%;
	height: auto;
	align-self: flex-start;
	margin-bottom: 2%;
}
img {
	max-width: 100%;
	height: auto;
	border: 5px solid #FFFFFF;
	box-sizing: border-box;
}
#navbar {
list-style-type: none;
background-color: #FFFFFF;
overflow: hidden;
font-size: 2rem;
margin: 0;
padding: 0;
text-align: center;
}
#navbar li {
float: left;
width: calc(100%/5);
}
#navbar li a {
display: block;
}
#navbar a:link, #navbar a:visited {
color: #9C6644;
text-decoration: none;
}
#navbar a:hover {
background-color: #322016;
}
.active {
background-color: #322016;
}
.videocontainer {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.videocontainer iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
#footer {
	clear: both;
	width: 100%;
	height: auto;
	background-color: #322016;
	color: #FFFFFF;
	padding: .5% 0% .5% 0%;
}
#footer p {
	font-size: 0.75rem;
	color: #ffffff;
	text-align: center;
	padding: 0;
	margin: 0;
	font-weight: 750;
}