#page-container {
  background-color: lightblue; 
  text-align: center;
  padding: 20px;
}

h1 {
  color: black;
	font-family: "Comic Sans MS" ;
  font-size: 40px;
}

h5 {
  color: white;
	font-family: "Roboto Condensed" ;
  font-size: 40px;
  background-color:black;
}
h6 {
  color: white;
	font-family: "Roboto Condensed" ;
  font-size: 40px;
  background-color:black;
}
p {
 color: black;
 font-family: "Comic Sans MS";
 font-size: 19px; 
}

a {
 color: midnightblue;
 font-family: "Roboto Condensed"; 
}

h2 {
  color: black;
  background-color:white;
	font-family: "Ubuntu";
  font-size: 25px;
  padding: 10px;
  text-align: center;
}
h3{
  color: slategray;
 font-family: "Ubuntu";
 font-size: 23px; 
}
h7{
  color: lightblue;
 font-family: "Ubuntu";
 font-size: 23px;
}
h4{
   color: white;
  background-color:black;
	font-family: "Ubuntu";
  font-size: 25px;
  padding: 10px;
  text-align: center;
}
ul {
  color: black;
  font-family: "Roboto Condensed";
  list-style-type: none;
  font-size: 25px;
}

figcaption {
  font-size: 20px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

#footer {
 	height: 70px; 
}

#instructions {
  	margin: 0px auto;
    position: fixed;
    right: 0;
    bottom: 0;
  	margin-bottom: -100px;
}

#instruction-window {
   	width: 400px;
  	height: 700px; 
}

#toggleBtn {
 	background-color: lightseagreen;
  height: 40px;
  width: 150px;
  padding: 15px;
  margin: 0px auto;
  position: fixed;
  border-radius: 4%;
  border: none;
  color: white;
  font-weight: bold;
}

#toggleBtn:active {
 border-color: white;
}

#toggleBtn:hover {
 background-color: mediumseagreen;
}
