@media screen and (max-width: 1000px) {
  .cell1, .cell2, .meme {
      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;}
.o9 {order: 9;}
.o10 {order: 10;}
.o11 {order: 11}
.o12 {order: 12;}
}
html {
	font-size: 1vw;
}
body {
	margin: 0;
	font-size: 1.5rem;
	font-family: 'Georgina', serif;
	color: #FFFFFF;
	background-color: #000000;
}
ul {
	text-align: left;
}
#heroimage {
	width: 100%;
	height: auto;
	position: relative;
}
#overview {
	width: 94%;
	height: auto;
	background-color: #000000;
	padding: 3%;
}
#headings {
	width: 100;
	height: auto;
	background-color: #000000;
	text-align: left;
	padding-top: 2%;
	margin-top: 5%;
	margin-left: 5%;
}
.herotext {
	width: 40%;
	position: absolute;
	top: 55%;
	left: 50%;
	text-align: right;
}
.herotext2 {
	width: 25%;
	position: absolute;
	top: 80%;
	left: 70%;
}
.title {
	width: 34%;
	position: absolute;
	top: 12%;
	left: 23%;
	text-align: right;
}
#wrapper {
	width: 85%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4%;
	padding-top: 5%;
	text-align: left;
}
#wrapper a:link, #wrapper a:visited {
	color: white;
}
#wrapper a:hover {
	background-color: #FFFFFF;
	color: #000000;
}
#wrapper2 {
	width: 85%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4%;
	padding-top: 5%;
	text-align: left;
	color: #000000;
}
.alignright {
	text-align: right;
}
h1 {
	font-family: 'Georgina', serif;
	font-size: 4rem;
	letter-spacing: .5rem;
}
h2 {
	font-family: 'Georgina', serif;
	font-size: 2rem;
	letter-spacing: .25rem;
}
h3 {
	font-family: 'Georgina', serif;
	font-size: 2rem;
	text-align: center;
}
h4 {
	font-family: 'Georgina', serif;
	font-size: 6rem;
	text-align: center;
	letter-spacing: 3rem;
	}
img {
	max-width: 100%;
	height: auto;
	
}
#heroimage img {
	width: 100%;
	height: auto;
}
#flexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	background-color: #000000;
	padding-top: 2%;
	padding-bottom: 2%;
	align-items: center;
}
.cell1 {
	width: 25%;
	height: auto;
	margin-bottom: 1%;
}
.cell2 {
	width: 30%;
	height: auto;
	align-self: flex-start;
	text-align: justify;
	margin-bottom: 4%
}
.meme {
	width: 20%;
	height: auto;
	margin: 2%
}
.invisible {
	visibility: hidden;
}
#navbar {
	list-style-type: none; /* takes away actual bullet points in the navbar*/
	background-color: #000000;
	overflow: hidden; /* gives the floating elements height */
	font-size: 2rem;
	margin: 0;
	padding: 0;
	text-align: center;	
	font-family: 'Georgina', serif;
	letter-spacing: .25rem;
}
#navbar li {
	float: left;
	width: calc(100%/5);
}
#navbar li a {
	display: block;
	padding: 4% 0 4% 0;
}
#navbar a:link, #navbar a:visited {
	color: white;
	text-decoration: none;
}
#navbar a:hover {
	background-color: #B8B8B8;
	color: #000000;
}
.active {
	background-color: #3D3D3D;
}
.audio-button {
  /* Style the default audio controls to look like a button */
  width: 15%; 
  height: auto;
  background-color: #3D3D3D; 
  color: #FFFFFF; 
  border: none;
  border-radius: 5rem;
  cursor: pointer;
}
#footer {
	width: 96%;
	height: auto;
	background-color: #3D3D3D;
	color: #FFFFFF;
	padding: 2%;
	text-align: center;
	clear: both;
}
.videocontainer {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  padding-bottom: 56.25%;
}
.videocontainer iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}