@media screen and (max-width: 1000px){ 
	.cell1, .cell2, figure, .centerae,
}
html {
	font-size: 1vw;
}
p {
	line-height: 138%;
	}
#wrapper {
	width: 95%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#heroimage {
	width: 100%;
	height: auto;
	margin-bottom: .5%;
	position: center;
}
.herotext {
	position: absolute;
	margin: 0;
	top: 2%;
	left: 6.5%;
    width: 90%;
    font-size: 6.2rem;
    color: #B85E92;
    font-family: "Pacifico", cursive, sans-serif;
 	font-weight: 400;
 	font-style: normal;
	}
.herotext2 {
	position: absolute;
	margin: 0;
	top: 18.25%;
	left: 66%;
    width: 30%;
    font-family: "Pacifico", cursive, sans-serif;
 	font-weight: 400;
 	font-style: normal;
	}
body {
	background-color: #B4DB81;
	color: white;
	font-size: 1.2rem;
	font-family: "DM Serif Display", serif, sans-serif;
  	font-weight: 400;
 	font-style: normal;
}
#footer {
	width: 97.3%;
	height: 45px;
	background-color: #DE76B3;
	padding: 20px;
	text-align: center;
	clear: both;
	font-family: "Pacifico", cursive, sans-serif;
 	font-weight: 400;
 	font-style: normal;
}
p {
	line-height: 135%;
}
h3 {	
	font-size: 1.6rem;
}
h2 {
	font-size: 3rem;
}
h1 {
	font-size: 5rem;
	text-align: left;
}
img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: solid .2vw white;
	margin: .9%;
}
ul {
	left-padding: 2%;
}
.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#navbar {
	list-style-type: none;
	background-color: #DE76B3;
	overflow: hidden;
	font-size: 2rem;
	font-family: "DM Serif Display", serif, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
#navbar li {
	float: left;
	width: calc(100%/5);
}
#navbar li a {
	display: block;
	padding: 0% .1%; 0% .1%;
	border: .3vw solid #698A3E;
}
#navbar a:link, #navbar a:visited {
	color: white;
	text-decoration: none;
}
#navbar a:hover {
	background-color: #69284D;
}
.active {
	background-color: #DE76B3;
}
.centerae {
	float: left;
}
.smaller {
	font-size: .9rem;
	font-family: "DM Serif Display", serif;
}
#leftcolumn {
	width: 45%;
	height: auto;
	background-color: #B4DB81;
	float: left;
	padding: 2%;
	margin-bottom: 2%;
}
#rightcolumn {
	width: 45%;
	height: auto;
	background-color: #B4DB81;
	float: right;
	padding: 2%;
	margin-bottom: 2%;
}
.transparent {
	float: left;
	border: none;
}
.imageone {
	float: right;
	border: none;
}
a:link {
	color: #416610;
}
a:visited {
	color: #698A3E;
}
a:hover {
	color: #7D5694;
}
#flexbox {
	display: flex; 
	flex-wrap: wrap;
	justify-content: space-around;
	background-color: #B4DB81;
	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;
	margin-bottom: 1%;
}
figure {
  float: right;
  width: 20%;
  text-align: center;
  font-style: italic;
  font-size: .8rem;
  text-indent: 0;
  margin: 0.5em;
  padding: 0.5em;
}
.rightone {
	float: right;
	margin-right: 15px;
	margin-left: auto;
	margin-bottom: 10px;
}
#unique-heading {
  text-decoration: none;
  text-align: left;
  font-family: "Pacifico", cursive, sans-serif;
  font-size: 3rem;
}
.invisible {
	visibility: hidden;
}


