html {
	min-height: 100%;
}

body {
	position: relative;
	min-height: 100%;
	max-width: 100%;
	background-image: url("imgs/nice-hd.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.container-fluid {
	z-index: 10;
}


#background-filter {
	z-index: 1;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.4);
}

.row--title {
	margin-bottom: 100px;
}

h1 {
	text-align: center;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 500%;
	padding: 50px 50px 20px 50px;
}

h3 {
	text-align: center;
	color: #404040;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 100;
	font-style: italic;
	font-size: 250%;
}

.row--spacer {
	height: 200px;
}

.row--icons {
	text-align: center;
	margin-bottom: 50px;
}

.row--icons ul {
	margin-bottom: 0px;
}


.row--icons li {
	display: table-cell;
	vertical-align: middle;
	/*margin: 20px 40px 20px 40px;*/
	/*padding: 20px;*/
	width: 20%;
	padding: 20px;
	background-color: rgba(255,255,255,0.8);
	transition: 0.3s;
}

.row--icons li a {
	color: inherit;
}

.row--icons li:hover {
	cursor: pointer;
	background-color: rgba(0,0,0,0.7);
	color: lightgray !important;
}

#facebook-icon {
	color: #3366cc;
}

#soundcloud-icon {
	color: #FF4000;
}

#instagram-icon {
	color: default;
}

#youtube-icon {
	color: #e60000;
}

#contact-icon {
	color: #666699;
}

img[src="imgs/soundcloud-mockup.png"] {
	display: inline-block;
	width: 100%;
	max-width: 600px;
	height: auto;
	margin: auto;
}
/*
.row--player {
	position: fixed;
	bottom: 0px;
	width: 100%;
}*/

.row--player article {
	padding: 20px;
	text-align: center;
	margin-bottom: 100px;
}


.row--ytb article {
	position: fixed;
	bottom: 0px;
	padding: 10px;
	text-align: center;
	background-color: white;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}