/* Font shit */

h1 {
    font-family: 'Yellowtail', serif;
    font-size: 150px;
    color: #ad8e30;
    text-shadow: 0 8px 4px #2d5059;
    width: 100%;
  }
  
h2 {
    color: #2d5059;
    font-family: 'Yellowtail', serif;
    font-size: 60px;
  }
  
h3 {
    font-family: 'Yellowtail', serif;
    color: #3a8296;
    font-size: 45px;
  }
  
  



/* Divs and sections and such  */

#space {
    height: 80px;
  }

#border {
    width: 100%;
    padding-top: 65px;
    padding-bottom: 30px;
  }

body {
    text-align: center;
    font-family: 'Yellowtail', serif;
    background-color: #93cede;
  }
  
  



/* Navigation Bar*/

nav {
  display: inline-block;
  text-align: center;
  font-size: 50px;
  color: #2d5059;
}

a {
  text-decoration: none;
  color: #2d5059;
  padding: 20px;
}

nav ul li {
    list-style: none;
    float: left;
    width: 200px;
    font-size: 50px;
  }
    
nav ul li a {
    text-decoration: none;
    color: #2d5059;
  }

a:hover {
    text-decoration: none;
    text-shadow: 3px 3px 4px #2d5059;
  }

.footer {
    font-size: 35px;
    color: #3a8296;
  }
.simple {
    margin:0;
    padding:0;
     width: 0%;
  }



/* Special */
  #top, #bottom, #left, #right {
	background: #2d5059;
	position: fixed;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 25px;
		}
		#left { left: 0; }
		#right { right: 0; }
		
	#top, #bottom {
		left: 0; right: 0;
		height: 25px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }
		
		
iframe {
    border: solid;
  }