/*
  Stylesheet for Vangough
*/

@import url('https://fonts.googleapis.com/css?family=Oswald|Roboto:400,700');

.fallback {
  display: none;
}

.button {
	background: #6b1b06 !important;
	color: #fff;
	font: normal 1em/1em "Oswald", sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

body {
	background: #111;
}

#content {
	background: #fff;
}

section {
	padding: 60px 0px;
}

	section.grey {
		background: #f2f2f2;
	}

.section-title {
	margin-bottom: 35px;
}

	.section-title a {
		color: #6b1b06 !important;
		font: normal 1em/1em "Oswald", sans-serif;
		letter-spacing: 0.05em;
		text-transform: uppercase;
	}

	.section-title > .columns {
		display: inline-block;
		float: none !important;
		vertical-align: bottom;
	}

/* Typography */

h1 {
	font: normal 2em/1em "Oswald", sans-serif;
	letter-spacing: 0.025em;
	margin: 0px;
	text-transform: uppercase;
}

h2 {
	font: normal 2.5em/1em "Oswald", sans-serif;
	letter-spacing: 0.025em;
	margin: 0px;
	text-transform: uppercase;
}

@media only screen and (max-width: 40em) {
	h2 {
		font-size: 1.75em;
	}
}

h3 {
	font: normal 1.5em/1em "Oswald", sans-serif;
	letter-spacing: 0.05em;
	margin: 0px;
	text-transform: uppercase;
}

h4 {
	font: normal 700 1.15em/1em "Roboto", sans-serif;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

p {
	font: normal 400 1em/1.5em "Roboto", sans-serif;
}

	p a {
		color: #6b1b06 !important;
	}
	
#preferredKitten {
	display: none;
}

/* Header */

header {
	background: #fff;
	padding: 10px 0px;
	position: fixed;
		top: 0px;
		left: 0px;
	width: 100%;
	z-index: 800;
}

	header nav a {
		color: #111 !important;
		font: normal 1em/1em "Oswald", sans-serif;
		letter-spacing: 0.025em;
		margin: 0px 10px;
		position: relative;
		text-transform: uppercase;
	}
	
header nav a.active:after {
	background: #6b1b06;
	content: "";
	display: block;
	position: absolute;
		left: 0px;
		bottom: -11px;
	width: 100%; height: 5px;
}

/* Footer */

footer {
	background: #111;
	color: #fff;
	font: normal 1em/1.4em "Oswald", sans-serif;
	letter-spacing: 0.05em;
	padding: 50px 0px;
	text-transform: uppercase;
	width: 100%;
}

	footer .logo {
		display: inline-block;
		max-width: 400px;
	}
	
	footer .social {
		margin-top: 20px;
	}
	
		footer .social a {
			letter-spacing: normal;
			line-height: 1.65em !important;
			margin: 0px 0px 0px 10px !important;
		}

	footer .booking a {
		color: #6b1b06 !important;
	}
	
	footer .nominee a {
		color: #6b1b06 !important;
	}
	
	footer .copyright {
		margin: 20px 0px;
	}

/* Banner */

.banner {
	background: #000;
	position: relative;
	text-align: center;
	width: 100%; height: 600px;
	
	-webkit-background-size: cover !important;
		 -moz-background-size: cover !important;
		 	-ms-background-size: cover !important;
		 			background-size: cover !important;
}

	.banner .banner-content {
		position: absolute;
			bottom: 75px;
		width: 100%;
	}
	
		.banner .banner-content .social a, footer .social a {
			background: #fff;
			color: #111 !important;
			display: inline-block;
			line-height: 1.75em;
			margin: 0px 5px;
			text-align: center;
			width: 28px; height: 28px;
			
			-webkit-border-radius: 360px;
				 -moz-border-radius: 360px;
				 	-ms-border-radius: 360px;
				 			border-radius: 360px;
		}
		
/* News */

.featured-news-post {
	margin-top: 0px;
}

	.featured-news-post img {
		margin-bottom: 10px;
	}

	.featured-news-post h2, .featured-news-post a {
		color: #6b1b06;
	}

	.featured-news-post a {
		font: normal 1.25em/1em "Oswald", sans-serif;
		letter-spacing: 0.05em;
		text-transform: uppercase;
	}
	
	.featured-news-post p {
		font-size: 1.3em;
		margin: 25px 0px;
	}
	
.news-previews {
	margin-top: 45px;
}
 
	.news-previews p {
		margin-top: 10px !important;
	}

	.news-previews img {
		margin-bottom: 10px;
	}
	
	.news-previews h3 a {
		color: #111 !important;
	}
	
	.news-previews a {
		color: #6b1b06;
		display: inline-block;
		font: normal 1.25em/1em "Oswald", sans-serif;
		letter-spacing: 0.05em;
		margin: 10px 0px 0px 0px;
		text-transform: uppercase;
	}
	
#prev i {
	margin-right: 5px;
}

#next i {
	margin-left: 5px;
}

.paginate {
	margin-top: 35px;
}

	.paginate .button {
		margin: 0px;
	}
	
.news-content .content-section {
	padding: 25px 0px;
	border-bottom: 1px solid #f2f2f2;
}

	.news-content .content-section p:last-child {
		margin-bottom: 0px;
	}
	
	.news-content .content-section .flex-video {
		margin: 0px;
	}
	
	.news-content .content-section:first-child {
		padding-top: 0px;
	}
	
	.news-content .content-section:last-child {
		padding-bottom: 0px;
		border: none;
	}
	
/* Music */

.soundcloud {
	margin-top: 35px;
}

/* Band */

.member {
	margin-top: 35px;
}
	
	.member:first-child {
		margin-top: 0px;
	}

	.member h1 {
		color: #6b1b06;
		margin-bottom: 15px;
	}
	
	.member .social a {
		background: #6b1b06;
		color: #fff !important;
		display: inline-block;
		line-height: 1.75em;
		margin: 0px 5px;
		text-align: center;
		width: 28px; height: 28px;
		
		-webkit-border-radius: 360px;
			 -moz-border-radius: 360px;
			 	-ms-border-radius: 360px;
			 			border-radius: 360px;
	}
	
.epk .video {
	margin-bottom: 20px;
}

.epk-photos .column {
	margin-bottom: 30px;
}
	
/* Music */

.album {
	margin-bottom: 25px;
}

.album h4 {
	color: #111 !important;
	margin: 20px 0px 0px 0px;
}

.album .social {
	margin-top: 15px;
	margin-bottom: 15px;
}

	.album .social a {
		background: #6b1b06;
		color: #fff !important;
		display: inline-block;
		line-height: 2em;
		margin: 0px 2px;
		text-align: center;
		width: 32px; height: 32px;
		
		-webkit-border-radius: 360px;
			 -moz-border-radius: 360px;
			 	-ms-border-radius: 360px;
			 			border-radius: 360px;
	}