@media screen and (max-width: 1000px) {
.cell1, .cell2}
#portraits img{
	width: 20%;
	height: 20%;
}
html {
	font-size: 1vw;
}
body {
	margin: 0;
	font-size: 1.5rem;
	font-family: 'Roboto', sans-serif;
	color: black;
	background: images/background-green;
}
#hero {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%
}
#heroimage {
	width: 100%;
	height: auto;
	margin: 0;
}
#overview {
	width: 94%;
	height: auto;
	background-color: #E8157A;
	padding: 3%;
}
.herotext {
	width: 50%;
	position: absolute;
	top: 10%;
	left: 40%;
	font-family: Arial, Palatino, Impact, serif;
	font-size: 4rem;
	background-color: #D9368D;
	border: ridge;
	color: #F0C7DB;
	border-radius: 15px;
    padding: 10px 20px;
    display: inline-block;
}
.herotext2 {
	width: 25%;
	position: absolute;
	top: 40%;
	left: 70%;
	color: #D9368D;
	font-family: Impact, serif;
}
.alignright {
	text-align: right;
}
h1 {
	font-family: Impact;
	font-size: 3rem;
	color:#44CEDB;
}
h2 {
	font-family: Impact;
	font-size: 1.8rem;
	color: white;
}
img {
	max-width: 100%;
	height: auto;
	border: 5px solid #FFFFFF;
	box-sizing: border-box;
}
#heroimage img {
	width: 100%;
	height: auto;
}
#flexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding-top: 2%;
	padding-bottom: 2%;
	align-items: center;
	background-image: url("3340/images/y2k.jpeg");
}
.cell1 {
	width: 30%;
	height: auto;
	margin-bottom: 1%; 
    padding: 10px 20px;
} 
.cell2 {
	width: 30%;
	height: auto;
	align-self: flex-start;
	text-align: justify;
}
.cell3 {
	width: 30%;
	height: auto;	
	margin-bottom: 1%;
	padding: 10px 20px;
} 
.cell4 {
	width: 30%;
	height: auto;
	align-self: flex-start;
	text-align: justify;
}
.invisible {
	visibility: hidden;
}
#navbar {
	list-style-type: none; /*removes list style type*/
	background-color: #4DF7F7;
	overflow: hidden;
	font-size: 2rem;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Impact, Arial;
}
#navbar li {
	float: left;
	width: calc(100%/5); /*number in division is how many tabs you have in your nav bar*/
}	
#navbar li a {
	display: block;
	padding: 4% 0 4% 0; /*top to bottom*/
	border: .2vw solid white;
}
#navbar a:link, #navbar a:visited {
	color: white;
	text-decoration: none;
}
#navbar a:hover {
	background-color: #44DBDB;
}
.active {
	background-color: #44DBDB;
}
#paragraph {
	border: .2vw solid #4DF7F7;
	background-color: white;
}
#footer {
	width: calc(100%/3);
	height: 2%;
	background-color: #000000;
	padding: 2%;
	text-align: center;
	clear: both;
}
.portraits {
	width: 30%;
	height: auto;
}
