@media screen and (max-width: 1000px) {
  .cell1, .cell2 {
      width: 100% !important;
 } 
.o1 {order: 1;}
.o2 {order: 2;}
.o3 {order: 3;}
.o4 {order: 4;}
.o5 {order: 5;}
.o6 {order: 6;}
.o7 {order: 7;}
.o8 {order: 8;}
}
html {
	font-size: 1vw;
}
body {
	margin: 0;
	font-size: 1.5rem;
	font-family: 'Roboto', sans-serif;
	color: #FFFFFF;
	background-color: #76a460;
}
#heroimage {
	width: 100%;
	height: auto;
	position: relative;
}
#overview {
	width: 94%;
	height: auto;
	background-color: #76a460;
	padding: 3%;
}
.herotext {
	font-family: "Cutive", serif;
	width: 40%;
	position: absolute;
	top: 10%;
	left: 30%;
	color: #000000;
	text-align: center;
	font-size: 2.5rem;
}
.herotext2 {
	font-family: "Cutive", serif;
	width: 40%;
	position: absolute;
	top: 20%;
	left: 30%;
	color: #000000;
	text-align: center;
	font-size: 1rem;
}
.herotext3 {
	font-family: "Cutive", serif;
	width: 40%;
	position: absolute;
	top: 25%;
	left: 30%;
	color: #76a460;
	text-align: center;
}
.alignright {
	text-align: right;
}
h1 {
	font-family: 'Space Grotesk', sans-serif;
	font-size: 3rem;
}
h2 {
	font-size: 1.8rem;
}
h4 {
	font-style: italic;
	}
.center {
	text-align: center;
	}
.extralarge {
	font-size: 4rem;
	}
img {
	max-width: 100%;
	height: auto;
	border: .2vw solid #FFFFFF;
	box-sizing: border-box;
}
#heroimage img {
	width: 100%;
	height: auto;
}
#flexbox {
	display: flex; /*turns on flexbox functionality*/
	flex-wrap: wrap; /*break to the next line (after the cell1 30%) */
	justify-content: space-around; /*equidistant--figures out the math for you*/
	background-color: #76a460;
	padding-top: 2%;
	padding-bottom: 2%;
	align-items: center; /*aligns the centers of the photos*/
	}
.cell1 {
	width: 30%; /*leave enough room for gaps*/
	height: auto;
	margin-bottom: 1%;
	}
.cell2 {
	width: 30%;
	height: auto;
	align-self: flex-start;/*aligns the top*/
	text-align: justify;
	}
.cell3 {
	width: 45%
	height: auto;
	margin-bottom: 1%
	}
.cell4 {
	width: 45%;
	height: auto;
	align-self: flex-start;
	text-align: justify;
	}
.cell5 {
	width: 22%;
	height: auto;
	margin-bottom: 1%;
	}
.cell6 {
	width: 22%;
	height: auto;
	align-self: flex-start;/*aligns the top*/
	}
.invisible {
	visibility: hidden;
	}
#navbar {
	list-style-type: none;/*removes bullets*/
	background-color: #FFFFFF;
	overflow: hidden;
	font-family: "Cutive", serif;
	font-size: 1.5rem;
	margin: 0;
	padding: 0;/*removes indent that comes with bullets*/
	text-align: center;
	}
#navbar li {
	float: left;
	width: calc(100%/5);
	}
#navbar li a {
	display: block;
	padding: 4% 0 4% 0;
	border: .2vw solid white;
	}
#navbar a:link, #navbar a:visited {
	color: #348c14;
	text-decoration: none;
	}
#navbar a:hover {
	background-color: #76a460;
	}
.active {
	background-color: #76a460;
	}
.videocontainer {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
	width: 100%;
}
.videocontainer iframe {
   border: 0;
   height: 100%;
   left: 0;
   top: 0;
   width: 100%;
}
#column {
	width: 50%;
	height: auto;
	background-color: #76a460;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	overflow: hidden;
	}
#column2 {
	width: 60%;
	height: auto;
	background-color: #76a460;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	overflow: hidden;
	}
/* unvisited link */
a:link {
  color: #2c4424;
  text-decoration: none;
}
/* visited link */
a:visited {
  color: #bfc3bd;
}
.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	}
.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	}
figcaption {
	font-size: 1rem;
	color: #2c4424;
	}
figure {
	margin: 1% 0% 0% 0%;
	}