html {
   margin: 0px;
   height: 100%;
   width: 100%;
   background-color: lightgray;
	background-image: url('raven.png');
	background-repeat: no-repeat;
	background-position: left center;  
	background-size: 70vh;
	border-width: 0;
}

body {
   margin: 0px;
   min-height: 100%;
   width: 100%;
}
h1 {
	margin: 0;
	color: #101060;
	text-align: center;
	font-style: normal;
	font-size: 9vw;
	text-shadow: 2px 2px #FFFFFFFF;
}

h3 {
	color: black;
	text-align: right;
	padding-right: 5%;
	font-size: 2vw;
	font-family: serif;
	font-style: italic;
}

.infoArea {
	border: 2px solid black;
	color: black;
	text-align: left;
	font-size: 12px;
	font-family: serif;
	font-style: italic;
	padding: 10px 20px;
  	border-radius: 10px;
  	margin: 4px 2px;
  	width: 60%;
  	float:right;
}
.infoArea2 {
	border: 2px solid white;
	color: black;
	text-align: left;
	font-size: 12px;
	font-family: serif;
	font-style: italic;
	padding: 5px 10px;
  	border-radius: 10px;
  	margin: 4px 2px;
  	width: 50%;
  	float: right;
  	position: relative;
}
.infoArea3 {
	border: 2px solid white;
	color: black;
	text-align: left;
	font-size: 12px;
	font-family: serif;
	font-style: italic;
	padding: 5px 10px;
  	border-radius: 10px;
  	margin: 4px 2px;
  	width: 35%;
  	float: left;
  	position: relative;
}
.mainbody {
	height: 100vh;
	width: 100%;
	background-color: lightgray;
	background-image: url('raven.png');
	background-repeat: no-repeat;
	background-position: left center;  
	background-size: 70vh;
	border-width: 0;
}

.button {
  border: 2px solid black;
  background-color: goldenrod;
  color: black;
  padding: 10px 20px;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button:hover {
  background-color: #99640E;
  color: white;
}

@media (orientation: landscape) {
	.infobox {
		font-family: serif;
		text-align: center;
		padding-left: 40%;
		position: relative;
		bottom: 10px;
		font-size: 17px;
		font-style: normal;
	}
}

@media (orientation: portrait) {
	.infobox {
		font-family: serif;
		text-align: center;
		padding-left: 10%;
		padding-right: 10%;
		background-color: lightgray;
		position:fixed;
		font-size: 50px;
		font-style: normal;
		bottom: 30px;
	}
}

.header {
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   background-color: lightslategray;
   color: black;
   text-align: center;
   font-family: sans-serif;
   font-size: 17pt;
   padding: 10px;
   
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: lightslategray;
   color: black;
   text-align: center;
   font-family: sans-serif;
   font-size: 2vw;
   padding: 9px;
   
}
.screenReader {
	color:transparent;
	}