/*<link href="https://fonts.googleapis.com/css?family=Geo" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nothing+You+Could+Do|Tulpen+One|Monoton|Rajdhani" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Julius+Sans+One" rel="stylesheet">*/

html, body, #wrapper {
	height: 100%;
}

html {
	background: url(../img/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

body {
	overflow-x: hidden;
	color: #000;
}

h1 {
	font-weight: 300;
	font-family: 'Amatic SC', cursive;
	text-transform: uppercase;
	font-size: 4.5em;
	color: #FFFF00;
	text-shadow: -2px 2px 1px #000;
	margin-top: 0;
	text-align: center;
}

h1.yellow {
	background-color: #ffff00;
	color: #000;
	text-shadow: none;
}

h1.black {
	background-color: #000;
	color: #fff;
	text-shadow: none;
}

h1.album,
h1.sortie {
	position: absolute;
	right: .5em;
	display: inline;
	padding: .2em .4em;
	font-size: 3.5em;
	margin: 0;
}

h1.album {
	bottom: 2.2em;
}

h1.sortie {
	bottom: .5em;
}

.brand img {
	vertical-align: middle;
	margin: 5px 1em;
}

.content {
	max-width: 820px;
	margin: 0 auto;
	padding-top: 2em;
}

.bandcamp {
	text-align: center;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	margin: 2em 1em;
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.menu {
	position: fixed;
	top: .25em;
	left: .25em;
	font-size: 1.25em;
	list-style: none;
	margin: 0;
	padding: .25em;
	border-radius: 8px;
	z-index: 1000;
}

.menu a {
	display: block;
	color: #ffff00;
	padding: .4em 0;
	text-align: center;
	outline: none;
}

.menu a:hover {
	color: #fff;
}

.logo {
	margin: 0 auto;
}

.sm2-container {
	margin: 1em;
	padding: 2.25em;
}

/* Bounce In */
.hvr-bounce-in {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

@media screen and (max-width:47.938em) {
	h1.album,
	h1.sortie {
		left: 0;
		right: 0;
		font-size: 2.5em;
	}
	.bandcamp .first {
		padding-bottom: 2em;
	}
	.menu {
		background-color: #000;
		background-color: rgba(0, 0, 0, 0.8);
	}
}
