#wrapper {
    
    width: 100%;
    height: 1300px;
    background-color:tomato;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body {
	margin: 0;
}

#nav-hidden {
	display: none;
}

#nav {
    
    width: 1000px;
    float: right;
    
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
    
}

li {
    float: left;
    color: white;
    font-size: 20px;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
    
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}


li a:hover {
    background-color: darkgreen;
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  	transform: translate3d(0, 0, 0);
 	backface-visibility: hidden;
  	perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}


#Logo {
    
    width: 250px;
    height: 100px;
    padding: 20px;
    
}



#iframeTitle{
	width: 750px;
    height: 100px;
	font-family: 'Open Sans', sans-serif;
	color: white;
	text-align: center;
	font-size: 74px;
	margin-left: 300px;
	text-decoration: underline;
}



#iframe {
    
    width: 900px;
    height: 550px;
    margin-left: 300px;
    margin-top:60px;
    
}



@media (max-width:1050px) {
	
	#nav {
		display: none;
	}
	
	#nav-hidden {
		display: block;
	}
	/*NAVIGATION BEGINNING*/
a
{
  text-decoration: none;
  color: white;
  
  transition: color 0.3s ease;
}

a:hover
{
  color: darkslateblue;
}

#menuToggle
{
  display: block;
  position: relative;
  top: 50px;
  left: 50px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
  width: 300px;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: white;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: white;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 230px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  height: 370px;
  background: none;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: scale(1.0, 1.0);
  opacity: 1;
}



body
{
  margin: 0;
  padding: 0;
  
  /* make it look decent enough */
  color: white;
  font-family: "Avenir Next", "Avenir", sans-serif;
}

/*NAVIGATION ENDING*/
	
	img {
		display: none;
	}
	
	a:hover {
		color: green;
	}
	
	#iframe {
		width: 50px;
		height: 150px;
	}
	
	iframe {
		width: 500px;
		height: 700px;
	}
	
	
	#iframeTitle {
		font-size: 50px;
/*		margin-right: 250px;*/
		text-decoration: none;
		width: 350px;
		height: 100px;
	}
}



@media (max-width:799px) {
	
	#wrapper {
		width: 100%;
		height: 1200px;
	}
	
	#iframe {
	width: 200px;
	height: 200px;
	margin-right: 200px;
	float: right;
	}
	
	iframe {
		width: 300px;
		height: 700px;	
	}
	
	
	#iframeTitle {
		font-size: 40px;
		margin: auto;
		text-align: center;
	}
}



@media (max-width: 600px) {
	
	#wrapper {
		width: 100%;
		height: 1000px;
	}
	
	iframe {
		height: 400px;
		width: 200px;
		position: absolute;
		float: left;
	}
	
	#iframeTitle {
		width: 150px;
		font-size: 35px;
	}
}


@media (max-width:500px) {
	
	iframe {
		width: 150px;
		height: 300px;
		margin-left: 150px;
	}
	
	#iframeTitle {
		margin-top: 120px;
	}
}
