/*
Theme Name: Applause
Theme URI: http://Metrothemes.me
Version: 1.3
Description: Applause - Responsive Onepage Template for bands and musicians 
Author: Metrothemes
Author URI: http://Metrothemes.me
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: light, white, editor-style, featured-images, theme-options
*/

body {
	background-image: none;
	background-color: #000000;
	color: #ffffff;
	font-size: 16px;
	line-height:1.5em;
	font-family: 'Open Sans', Helvetica Neue, Arial, Helvetica, sans-serif;
}

.hgroup h1 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
}

section .header h2 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
}

h2 {
	color: #ffffff;
	font-size: 31.5px;
	font-family: 'Open Sans', sans-serif;
}

h3 {
	color: #ffffff;
	font-size: 24.5px;
	font-family: 'Open Sans', sans-serif;
}

h4 {
	color: #000000;
	font-size: 17.5px;
	font-family: 'Open Sans', sans-serif;
}

.contact-info .contact-text-info a {
	color: #fff !important;
}

.contact-info .style-icon-1 {
	color: #000;
}

.nav>li {
	margin: 0 20px;
}

.nav>li>a {
	color: #000;
	font-weight: 600;
}

.nav>li>a:hover {
	color: #333;
	outline: none;
}

.bmeta h3,
h4 {
	color: #000;
}

textarea,
input[type="text"] {
	background: #fff;
	color: #000;
	border: 0;
}

.side_bar_widget>textarea:focus,
input[type="text"]:focus {
	border: 0;
}

ul > li{
 margin-bottom: 20px;
}

@media(max-width: 980px) {
	.nav>li {
		margin: 0 !important;
	}
}

@media(max-width: 600px) {
	nav {
		margin-left: -20px;
		margin-right: -20px;
		margin-top: -40px;
	}

	#mt-header {
		height: 340px !important;
	}

	#mt-header .logo {
		margin-top: 0px;
	}

	#mt-header .container {
		padding: 0px 0 150px;
	}

}

#mt-header {
	background-image: url("../images/header-bg-black.png") !important;
}

#about {
	background-color: #000;
	color: #ffffff;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

#photos {
	background-image: url('../images/photo-background.jpg');
	background-color: #000;
	color: #ffffff;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

#setlist {
	background-color: #4f4f4f;
	color: #ffffff;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#contact {
	background-color: #000;
}