body {
      font-family: Helvetica;
      background: url(../images/GradientBackgroundClouds.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}	

.wrapper{
width: 100%;
    max-width: none;
    padding: 0px 0px;
    margin: 0px 0px;
}


header nav{
    float: right;
}

header nav h2{
    text-indent: -10000px;
    height: 0;
    margin: 0px 0px;
}

header nav li{
    float: left;
    list-style-type: none;
    margin: 0px 0px;
}

header nav li a{
    text-decoration: none;
    color: #333333;
    font-size: 14px;
	margin: 0px 0px;
}


#main-banner, #main-banner img{
    width: 100%;
	margin: 0px 0px;
}

#main-banner img{
    border-bottom: 0px solid #000006;
	
}

#featured{
    float: center;
	margin-top: 25px;
}

#gallery{
    float: center;
	margin-top: 25px;
}

#music{
    float: center;
	margin-top: 25px;
}

#featured ul{
    padding: 0;
}

#featured li{
    float: left;
    width: 25%;
    margin: 0%;
    list-style-type: none; 
}

#featured li img{
    width: 50%;
    margin-bottom: 5px;
}

#featured li a{
    color: #ffffff;
    text-decoration: none;
    float: center;
}

#featured li span{
    float: right;
    color: #ffffff;
}

#featured ul:after{
    content: "";
    display: block;
    clear: both;
}

#gallery ul{
    padding: 0;
}

#gallery li{
    float: left;
    width: 33%;
    margin: 0%;
    list-style-type: none; 
}

#gallery li img{
    width: 75%;
    margin-bottom: 5px;
}

#gallery li a{
    color: #ffffff;
    text-decoration: none;
    float: center;
}

#gallery li span{
    float: right;
    color: #ffffff;
}

#gallery ul:after{
    content: "";
    display: block;
    clear: both;
}

#music ul{
    padding: 0;
}

#music li{
    float: left;
    width: 25%;
    margin: 0%;
    list-style-type: none; 
}

#music li img{
    width: 75%;
    margin-bottom: 5px;
}

#music li a{
    color: #ffffff;
    text-decoration: none;
    float: center;
}

#music li span{
    float: right;
    color: #ffffff;
}

#music ul:after{
    content: "";
    display: block;
    clear: both;
}
footer{

    margin-top: 0px;
    padding: 0px 0px;
	font color: #009999;
}

footer:after{
    content: "";
    display: block;
    clear: both;
}

footer ul{
    float: center;
    padding: 0;
    list-style-type: none;
    color: #eeeeee;
    width: 100%;
    margin-right: 0%;
}

footer li{
    margin: 5px 0;
	display: inline-table;
}

footer a{
    color: #ffffff;
    text-decoration: none;
	color: #ffffff;
}


/*MEDIA QUERIES */


/*mobiles*/
@media screen and (max-width: 800px){

.dropdown-nav{
	display: block;
	text-align: left;
	height: 25px;
	width: 100%;
	max-width: 100%;
	background: url(../images/drop-down-icon.png) no-repeat 2% center;
	background-color: #0066FF;
	cursor: pointer;
} 

header .wrapper{
    width: 100%;
    padding: 0;
}

header nav ul{
    overflow: hidden;
	text-align: left;
    background: #0099FF;
    height: 0;
}

header nav ul.open{
    text-align: left;
	height: auto;
}

header nav ul li{
    float: none;
    text-align: left;
    width: 100%;
    margin: 0;
}    

header nav ul li a{
    text-align: left;
	color: #ffffff;
    padding: 0px;
    border-bottom: 0px solid #999999;
    display: block;
    margin: 0;
}

#featured li{
	width: 50%;
	margin: 0px 0px;
	
}

#gallery li{
	width: 100%;
	margin: 0px 0px;
	
}

#music li{
	width: 50%;
	margin: 0px 0px;
	
}

header .wrapper{
    width: 100%;
    padding: 0;
}

header nav ul{
    overflow: hidden;
    background: url(../images/GradientBackground3.jpg);
    height: 0px;
}

header nav ul.open{
    height: auto;
}

header nav ul li{
    float: none;
    text-align: center;
    width: 100%;
    margin: 0px;
}    

header nav ul li a{
    color: #ffffff;
    padding: 0px;
    display: block;
    margin: 0;
}

.footer-wrapper{
    width: 100%;
    max-width: 1200px;
    padding: 0 0px;
	text-align: center;
	font-size:12px;
}

footer ul{
	width: 100%;
	text-align: center;
	display: inline-table;
	color: #ffffff;
}