
body {
 /*background: #2a4c7a;*/
/* background: #635f54; */
 background: #5d5950;
}

form {float: left;

}

#wrapper  {
	
width: 90%;
/*border: 1px solid black;*/
margin-left: 2%;
/*background-color: green*/
position: absolute;

}

#content {

	font-family: 'Poppins', sans-serif;
	font-size: x-large;
	width: 80%;
	float: right;
	margin: 1em;
	color: #a4c672;
	
	

}

#footer {
	
	display: block;
	clear: both;
	}

#footer a:link{
color: #a4c672;

}
#footer a:visited {
color: #a4c672;

}
#footer a:active {
color: red;

}

#header-home{
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;	
	font-size: xx-large;
	background-image: url("../images/mixingBoard2.jpeg");
	background-repeat: no-repeat;
	background-position: right;
	 padding: 3% ;	

		
}
#header-home h1
{
	color: #a4c672;
}

#header-home h1:hover {
	color: red;
		
	}
#header-home   h3, h4, h5, h6 {
    margin: 0px;
    text-align: center;
    
    
}
#header-home{


 background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% auto;
border-radius: 2%;


}

#hippie{

position: relative;
  -webkit-animation: mymove infinite; /* Safari 4.0 - 8.0 */
  animation: mymove 5s;
  animation-direction: alternate;
  animation-timing-function:ease-in;
  animation-duration: 5s;
  animation-delay: -5s;
  animation-iteration-count: 2;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
  from {left:0;}
  to {left: 100;}
}

@keyframes mymove {
  from {left: 0%;}
  to {left: 100%;}
}

#nav {
		font-weight: bold; 
		font-family: 'Poppins', sans-serif;
		width: 12em;
		float: left;	
		text-align:center;
		font-size: large;

}

#nav li {
	
	border: 1px solid black;
	
}

#nav ul{		
	list-style-type:none;

}

#nav a {
    
    text-decoration: none;
    display: block;
}

#nav a:link{
color: #a4c672;

}
#nav a:visited {
color: #a4c672;

}
#nav a:active {
color: red;

}

#nav li:hover {
    background-color: #d25960;
    color: white;
}



map {
        width: 90%;
        height:90%; 
      }
