@font-face {
  font-family: heading;
  src: url(IndieFlower.ttf);
}
@font-face {
  font-family: logo;
  src: url(mont.ttf);
}
* {
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	background-image: url("backE.png");
	background-size: 100% auto;
	text-align: center;
}
.plant{
	position: relative;
	text-align: left;
	width: 95%;
	left: 2.5%;
	border: 2px solid black;
	margin-top: 5px;
	font-family: heading;
	cursor: pointer;
}
.desc{
	position: absolute;
	text-align: left;
	width: 95%;
	left: 2.5%;
	border: 2px solid black;
	margin-top: 5px;
	font-family: heading;
	visibility: hidden;
}
.filter{display: none;}
p {
	margin: 20px;
	font-size: 110%;
}
h1 {
	font-family: logo;
	font-size: 150%;
	margin-bottom: 50px;
}
h3 {
	font-family: heading;
	margin: 10px;
	font-size: 150%;
}
h4 {
	font-family: heading;
	margin: 10px;
	font-size: 110%;
}

#hdr{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
}
#log {
	width: 80%;
	max-width: 400px;
	height: auto;
}

#page {
	position: relative;
	left: 2.5%;
	margin-top: 2.5vh;
	margin-bottom: 2.5vh;
	padding-top: 1vh;
	padding-bottom: 10px;
	width: 95%;
	height: 95%;
	background-color: rgb(255, 238, 186);
}
#ftr {
	width: 100%;
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
}
@media all and (min-width: 1200px) {
p{font-size: 130%;}
h4{font-size: 130%;}
#hdr{flex-direction: row;}
#log{width: 400px;}
h1{font-size: 200%;}
}