@media screen and (max-width: 900px) {
  img {
      width: 100% !important;
 } 
}
html {
	font-size: 1vw;
}
p {
	line-height: 135%;
}
body {
	background-color: #01040a;
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 1.2rem;
}
h1 {
	font-size: 4.2rem;
	font-family: "Balthazar", Courier, serif;
	text-align: center;
	color: #59aab2;
}
h2 {
	font-size: 2rem;
	font-family: "Balthazar", Courier, serif;
	text-align: center;
	color: #59aab2;
}
h3 {
	font-family: "Balthazar", Courier, serif;
	font-size: 1.4rem;
	text-align: center;
	color: #59aab2;
}
hr {
	border: 0.15rem solid #59aab2;
}
img {
	max-width: 100%;
	height: auto;
}
#wrapper {
	width: 85%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#hero {
	width: 100%;
	height: auto;
	margin-bottom: 0%;
	position: relative;
}
#hero img {
	width: 100%;
	height: auto;
	border: 0.5rem solid #59aab2;
}
#overview {
	width: 95%;
	height: auto;
	padding: 3%;
	color: #59aab2;
}
#flexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding-top: 2%;
	padding-bottom: 2%;
	align-items: center;
}
#footer {
	width: 100%;
	height: auto;
	font-family: "Balthazar", Courier, serif;
	font-size: 1.4rem;
	color: #59aab2;
	padding: 2%;
	text-align: center;
	clear: both;
}
#navbar {
	list-style-type: none;
	background-color: #59aab2;
	overflow: hidden;
	font-size: 2rem;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
#navbar li {
	float: left;
	width: calc(100%/5);
}
#navbar li a {
	display: block;
	padding: 8% 0 8% 0;
	border: 1vw solid #01040a;
}
#navbar a:link, #navbar a:visited {
	color: #01040a;
	font-family: "Balthazar", Courier, serif;
	text-decoration: none;
}
#navbar a:hover {
	text-decoration: underline;
	text-decoration-color: #F20F1E;
}
.active {
	background-color: #F20F1E;
}

.herotext {
	position: absolute;
	text-align: center;
	margin: 0;
	top: 68%;
	left: 10%;
	width: 80%;
}
.herotexttwo {
	position: absolute;
	text-align: center;
	margin: 0;
	top: 85%;
	left: 50%;
	width: 50%;
}
.herotextcharacters {
	position: absolute;
	text-align: center;
	margin: 0;
	top: 86%;
	left: 16%;
	width: 70%;
}
.herotextstory {
	position: absolute;
	text-align: center;
	margin: 0;
	top: 72%;
	left: 16%;
	width: 70%;
}
.herotexttrailers {
	position: absolute;
	text-align: center;
	margin: 0;
	top: 84%;
	left: 16%;
	width: 70%;
}
.herotextreception {
	position: absolute;
	text-align: center;
	margin: 0;
	top: 74%;
	left: 16%;
	width: 70%;
}
.strangerthings {
	color: #F20F1E;
}
.upsidedowntext {
	color: #59aab2;
}
.centertext {
	font-size: 1.6rem;
	text-align: center;
}
.righttext {
	text-align: right;
}
.articles {
	font-size: 1.2rem;
	text-align: center;
}
.demogorgon {
	font-family: "Balthazar", Courier, serif;
	font-size: 1.8rem;
	font-weight: bold;
}
.additionalcharacters {
	text-align: center;
	font-size: 1.2rem;
	color: #59aab2;
}
.cell1 {
	width: 30%;
	height: auto;
}
.steve {
	float: left;
	width: 20%;
	height: auto;
	margin-right: 2rem;
	margin-left: 0rem;
}
.smallleftimage {
	float: left;
	width: 12%;
	height: auto;
	margin-right: 2rem;
	margin-left: 0rem;
}
.smallrightimage {
	float: right;
	width: 12%;
	height: auto;
	margin-left: 2rem;
	margin-right: 0rem;
}
.videocontainer {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.videocontainer iframe {
   border: 0;
   height: 100%;
   left: 14%;
   position: absolute;
   top: 0;
   width: 75%;
}
a:link {
	color: #b366ff;
}
a:hover {
	color: #ffb3b3;
	text-decoration: none;
}
a:visited {
	color: #79079c;
}