@import url('https://fonts.googleapis.com/css?family=Philosopher');

@charset= "utf-8";
    *  {margin:0;}
 /*Home page*/
#wrapper {
  width: 100%;
  height: 2000px;
  z-index: 3;
  background-color: #000000;
  position: absolute;
  margin: 0px Auto;
 }
 /*Main background*/
#main_background {
  width: 1665px;
  height: 1000px;
  position: relative;
  z-index: 1;
  left: 55%;
  top: 50px;
 }
 
#main_background > div {
  position: absolute;
  z-index: 1;
}
 /*Title*/
#title {
  width: 810px;
  height: 500px;
  top: 2%;
  left: 5%;
  position: absolute;
  padding: 10px;
  margin: 0px;
  z-index: 2;
  background-color: rgba(236,220,220,0.0);
  background-image: url("POP-in-illustrator.png");
 }
 /*Main body*/
 #main-body {
   left: 5%;
   top: 1000px;
   width: 60%;
   height: 40%;
   position: absolute;
   color: #ffffff;
   z-index: 1;
   font-size: 20px;
   font-family: 'Philosopher', sans-serif;
 }
 /*Banner*/
 #banner {
   height: 700px;
   width: 300px;
   left: 70%;
   top: 1000px;
   background-image: url("Banner.jpg");
   position: absolute;
 }
 /*Footer*/
 #footer {
	  width: 100%;
	  height: 50px;
	  bottom: 0px;
	  background-color: #000000;
	  position: absolute;
	  color: #ffffff;
	  text-align: center;
	}

 /*Navigation*/
#nav {
  height: 60px;
  top: 0px;
  left: 0px;
  right: 0px;
  position: fixed;
  background-color: rgba(236,220,220,0.0);
  font-size: 1.5em;
  font-family: 'Boogaloo', cursvive;
  font-weight: bold;
  text-align: center;
  padding: 0px;
  margin: 0px;
  z-index: 3;
 }
	#nav ul {
	  margin-top: 10px;
	}
	#nav li {
	  display: inline;
	}
	#nav a {
  	text-decoration: none;
	}
	#nav a:link {
	  display: inline-block;
	  width: 200px;
	  padding: 3px;
	  color: #000000;
	  border: 3px solid #000000;
	  border-radius: 8px;
	  background-color: #928989;
	  text-shadow: 3px 2px 3px #aaa;
	  margin-left: 40px;
	}
	#nav a:visited {
	  color: #000000;
	}
	#nav a:hover {
	  color: #ff0000;
	}	
	
	#h1 {
	  font-size: 1000px;
	  font-family: 'Yeseva One', cursive;	  
	}
	
