@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;
}
p {
	margin: 20px;
	font-size: 110%;
}
h1 {
	display: flex;
	align-items: center;
	font-family: logo;
	margin: 10px;
	font-size: 150%;
	height: 2em;
}
h2 {
	font-family: heading;
	margin-top: 50px;
	margin-bottom: 10px;
	font-size: 200%;
}
h3 {
	font-family: heading;
	margin: 10px;
	font-size: 150%;
}
h4{
	position: relative;
	font-family: serif;
	width: 80%;
	left: 10%;
	font-size: 110%;
	margin: 10px;
}

#pic {
	width: 50%;
}
#log {
	width: auto;
	height: 2em;
}
#lnk{	
	background-color: #007bff;
	color: white;
	text-align: center;
	border: none;
	margin-left: auto;
	height: 100%;
	line-height: 2em;
	width: 20%;
}

#page {
	position: relative;
	margin: 2.5vh 2.5% 2.5vh 2.5%;
	padding-top: 1vh;
	padding-bottom: 10vh;
	width: 95%;
	height: 95%;
	min-height: 95vh;
	background-color: rgb(255, 238, 186);
}
#ftr {
	width: 100%;
	position: absolute;
	bottom: 1vh;
	margin-top: 10px;
}
@media all and (min-width: 1200px) {
p{font-size: 130%;}
h4{font-size: 130%;}
#pic{width: 30%;}
}