html {
	font-size: 23px;
}

body {
	background-color: #000;
	color: #fff;
	font-family: "Cabin", sans-serif;
	min-height: 100vh;
}

.bg {
	background-size: cover;
	background-position: center top;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
	height: 100vh;
}

.bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.8);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.8) 27%, rgba(0,0,0,0.8) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.95)), color-stop(27%, rgba(0,0,0,0.8)), color-stop(100%, rgba(0,0,0,0.8)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.8) 27%, rgba(0,0,0,0.8) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.8) 27%, rgba(0,0,0,0.8) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.8) 27%, rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.8) 27%, rgba(0,0,0,0.8) 100%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #fff;
	font-family: "Lobster", Georgia, serif;
	font-weight: 400;
}

h1 {
	margin-bottom: 1em;
}

a {
	color: rgba(255, 255, 255, 0.75);
}

a:hover {
	color: #fff;
	text-decoration: none;
}

em {
	color: inherit;
}

.frame {
	position: relative;
	z-index: 2;
}

.logo {
	color: #fff;
	font-family: "Lobster", Georgia, serif;
	font-weight: 400;
	line-height: 1;
	font-size: 1.5em;
}

.uk-logo img {
	height: 40px;
}

.uk-navbar-toggle,
.uk-button-default {
	color: rgba(255, 255, 255, 0.75);
}

.uk-navbar-toggle.uk-open,
.uk-navbar-toggle:focus,
.uk-navbar-toggle:hover,
.uk-button-default:focus,
.uk-button-default:hover {
	color: #fff;
}

.uk-background-secondary {
	background-color: #21200b;
}

.nav {
	font-size: 2rem;
	font-family: "Lobster", Georgia, serif;
	font-weight: 400;
	text-align: center;
}

#nav .uk-background-cover {
	background-position: center top;
}

.nav .logo {
	font-size: 2em;
}

.nav a {
	color: rgba(255, 255, 255, 0.75);
	display: block;
}

.nav a:hover,
.nav a.active {
	color: #fff;
	text-decoration: none;
}

.main {
	min-height: 66vh;
}

.content a {
	color: #8c8654;
}

.content a:hover {
	color: #a19b69;
}

.uk-text-lead {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.4;
}

.social a {
	color: rgba(255, 255, 255, 0.75);
	display: inline-block;
	font-size: 1.5rem;
	opacity: 0.9;
}

.social a:hover {
	opacity: 1;
}

.social a:hover [data-uk-icon^="icon: facebook"] {
	color: #4c66a4;
}

.social a:hover [data-uk-icon^="icon: twitter"] {
	color: #00aceb;
}

.social a:hover [data-uk-icon^="icon: instagram"] {
	color:#833ab4;
}

.social a:hover [data-uk-icon^="icon: soundcloud"] {
	color:#fa4f00;
}

.social a:hover [data-uk-icon^="icon: youtube"] {
	color: #c00;
}

.social a:hover [data-uk-icon^="icon: vimeo"] {
	color:#1cb8e8;
}

.copyright {
	font-size: 0.5rem;
	color: rgba(255, 255, 255, 0.5);
}

.lead-logo .logo {
	font-size: 5em;
}

.member {
	background-color: rgba(23, 22, 1, 0.8);
}

.member .image {
	height: 100vh;
}

.quote p {
	color: #fff;
}

.lead {
	font-family: "Lobster", Georgia, serif;
}

.btn-purchase {
	display: inline-block;
	height: 40px;
	margin: 0.25rem 0.1rem 0.5rem;
	transition: all 256ms;
	-webkit-transition: all 256ms;
}

.btn-purchase:hover {
	filter: invert(1);
	-webkit-filter: invert(1);
	opacity: 0.75;
}

.btn-purchase img {
	height: 100%;
	width: auto;
	vertical-align: top;
}

@keyframes cd {
	0% {
		background-color: rgba(0, 0, 0, 0.64);
	}
	25% {
		background-color: rgba(32, 0, 0, 0.64);
		border-color: rgba(255, 245, 245, 0.64);
	}
	50% {
		background-color: rgba(0, 32, 0, 0.64);
		border-color: rgba(245, 255, 245, 0.64);
	}
	75% {
		background-color: rgba(0, 0, 32, 0.64);
		border-color: rgba(245, 245, 255, 0.64);
	}
	100% {
		background-color: rgba(0, 0, 0, 0.64);
	}
}

.cd {
	border: 1px solid rgba(255, 255, 255, 0.5);
	background-color: rgba(0, 0, 0, 0.65);
	background-image: url(../img/story.jpg);
	background-position: center ;
	background-size: cover;
	background-blend-mode: multiply;
	max-width: 512px;
	height: 512px;
	margin: 0 auto;
	border-radius: 256px;
	transition: all 256ms;
	-webkit-transition: all 256ms;
	position: relative;
}

.cd:after {
	content: "";
	width: 64px;
	height: 64px;
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	display: block;
	border-radius: 32px;
	z-index: 1;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.cd:hover {
	border-color: rgba(255, 255, 255, 0.6);
	animation: cd 1024ms linear 0ms infinite;
}

.cd h2 {
	font-size: 2.8rem;
	margin-bottom: 5rem;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.cd .buy-cd h2 {
	margin-top: 2rem;
}

.purchase {
	position: relative;
	z-index: 2;
}

.purchase p {
	margin: 0;
}

.uk-text-xsmall {
	font-size: 0.75rem;
}

@media (max-width: 959px) {

	html {
		font-size: 20px;
	}

	.nav .logo {
		font-size: 1.75em;
	}

	.lead-logo .logo {
		font-size: 3em;
	}
}

@media (max-width: 639px) {

	html {
		font-size: 18px;
	}

	.nav {
		height: 100vh;
		padding-top: 4rem;
	}

	.nav .logo {
		font-size: 1.5em;
	}

	.lead-logo {
		display: none;
	}

	.social a.uk-padding-small {
		padding: 5px;
	}

	.music div:first-child {
		text-align: center;
	}
}

@media (max-width: 479px) {

	.cd {
		border: 0;
		background: transparent;
		height: auto;
		width: auto;
	}

	.cd:after {
		display: none;
	}

	.cd:hover {
		animation: none;
	}

	.cd h2 {
		margin-bottom: 2rem;
	}
}

#mixes {
	display: none;
}
