@charset "utf-8";
/* CSS Document */


body {
	background-color: #000;/*font-family: Verdana, Geneva, sans-serif;*/
}
a:link, a:visited {
	color: #fff;
	text-decoration:none;
}
a:hover, a:active {
	color: #ff5200;
	text-decoration:none;
}
/*header img {
	max-width:50%;
} */
.whttxt {
	color: #eee;
}
.righteous {
	font-family: 'Righteous', cursive;
}
.top-left {
	position: absolute;
	top: 5%;
	left: 5%;
	background-color:black;
 padding:.25rem .5rem;
}
.border {
	border-width:5px !important;
}
.cookie-alert {
 padding:.25rem .5rem;
	margin-bottom:0px;
	font-size:small;/* 
	position:relative;
	border:1px solid transparent;
	border-radius:.25rem
	*/
}
.center {
	margin: auto;
	width: 50%;
	/* padding: 10px; */
*/
}
.topimage {
	height: auto;
	max-width: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
}
.aspect-ratio {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56%;
}
.aspect-ratio iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#ytvid {
	width:100%;
}
#share-nav {
	width: 100%;
	margin: auto;
	text-align: center;
}
#share-nav a {
	width: 2rem;
	height: 2rem;
	display: inline-block;
	margin: 0.5rem;
	border-radius: 50%;
	color: #fff;
	opacity: 0.75;
	transition: opacity 0.15s linear;
}
#share-nav a:hover {
	opacity: 1;
}
#share-nav i {
	position: relative;
	/*top: 30%;*/
  	transform: translateY(-30%);
}
#share {
	width: 100%;
	margin: auto;
	text-align: center;
}
#share a {
	width: 80px;
	height: 80px;
	display: inline-block;
	margin: 8px;
	border-radius: 50%;
	font-size: 36px;
	color: #fff;
	opacity: 0.75;
	transition: opacity 0.15s linear;
}
#share a:hover {
	opacity: 1;
}
#share i {
	position: relative;
	top: 35%;
	transform: translateY(-50%);
}
.youtube {
	background: #FF0000;
}
.soundcloud {
	background:#ff5200;
}
.soundcloud i {
	margin:-4px;
}
.mixcloud {
	background: #222;
}
.whatsapp {
	background: #4dc247;
}
.instagram {
	background: #e95950;
}
.pinterest {
	background: #cb2027;
}
.bandcamp {
	background: #477987;
}
