body {
	margin: 0;
}

#nav-hidden {
	display: none;
}

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


#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: 80px;
    padding: 20px;
    
}




#map {
	margin-top: 0px;
	width: 600px;
	margin-left: 50px;
	float: left;
}



#contactInfo {
	height: 250px;
	color: white;
	margin-right: 149px;
	margin-top: 60px;
	width: 410px;
	float: right;
    font-family: 'Lato', sans-serif;
    border-style: double;
    border-color: green;
}




#hours {
    
    height: 320px;
    color: white;
    margin-right: 260px;
    margin-top: 20px;
    width: 300px;
    float: right;
    clear: top;
    font-family: 'Lato', sans-serif;
    border-style: double;
    border-color: green;
}




/* unvisited link */
a:link {
    color: red;
}

/* visited link */
a:visited {
    color: white;
}

/* mouse over link */
a:hover {
    color: white;
}

/* selected link */
a:active {
    color: gold;
}







@media (max-width:1220px) {
	
	#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;
}

#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: 132px;
	margin-top: -96px;
	margin-right: 0;
	margin-left: -50px;
	margin-bottom: 0;
	padding: 50px;
	padding-top: 125px;
	height: 270px;
	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;
	}
	
	
	#wrapper {
		height: 2000px;
	}
	
	#contactInfo {
		float: left;
/*		clear: both;*/
		margin-left: 100px;
	}
	
	#map {
	float: left;
	padding-left: 50px;
	width: 300px;
	padding-top: 21px;
	clear: both;
	margin-top: 220px;
	}
	
	#hours {
	clear: both;
	float: left;
	width: 323px;
	margin-left: 100px;
	}
	
	iframe {
		width: 300px;
		height: 200px;
		float: left;
	}
}
