@charset "utf-8";
/* CSS Document */

*, *:before, *:after {
  box-sizing: inherit;
}

body {
	background-color:#1a1a1a;
	margin:0;
	padding: 0;
	font-family: kallisto, sans-serif;
	font-weight: 400;
}

navigation {
	position: fixed;
	top:0;
	z-index: 1;
}

navigation a {
	font-weight: 800;
	font-style: normal;
	text-transform: lowercase;
	line-height: 80px;

	background-color:#C0FF00;
	
	display: inline-block;
	height: 80px;
	vertical-align:top;
	
}

navigation a:not(:first-child) {
	margin: 0 0 0 5px;
}

h1 {
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	margin-top: 0;
}

p, ul {
	margin: 0;
	line-height: 25px;
	padding-bottom: 40px;
	color: white;
	letter-spacing: 1.1px;
}

.progress {
	width: 100%;
	padding: 30px;
	background-color: black;
	margin-bottom: 40px;
}

.progress .bar {
	height: 10px;
	background-color: #373737;
}

.progress .value {
	background-color: #C0FF00;
	height: 10px;
}

.tracks {
	padding-top: 2px;
}

.menu-item {
	text-decoration: none;
	color: black;
	transition: .3s;
}

.menu-item:hover {
	background-color: black;
	color:#C0FF00;
}

.huge {
	font-size: 90px;
	font-weight: 600;
	background-color: black;
	color: white;
	display: inline-block;
}

.huge2 {
	font-size: 40px;
	font-weight: 600;
	background-color: black;
	color: white;
	display: inline-block;
}

.huge3 {
	font-size: 80px;
	font-weight: 600;
	background-color: black;
	color: white;
	display: inline-block;
}

.huge4 {
	font-size: 34px;
	font-weight: 600;
	background-color: black;
	color: white;
	display: inline-block;
}

.huge2-green {
	font-size: 40px;
	font-weight: 600;
	background-color: #C0FF00;
	color: white;
	display: inline-block;
}

.wrap320 {
	width:320px;
	margin: 0 auto;
	margin-top: 70px;
	text-align: center;
}

.wrap960 {
	width:960px;
	margin: 0 auto;
	margin-top: 20px;
}

.head-wrap960 {
	width:960px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

.head-bg {
	background-size: cover;
	background-position:top;
	height: 80vh;
	min-height: 400px;
	background-repeat: no-repeat;
	position: relative;
}

.video {
	position: absolute;
	height: 100%;
	width:100%;
	overflow: hidden;
}

.header-content {
	display: inline-block;
	position: absolute;
	bottom: 40px;
}

.header-content p {
	background-color: black;
	width: 70%;
	color: white;
	letter-spacing: .7px;
	padding: 10px 5px 30px 5px;
}

content {
	
}

.section {
	margin-bottom: 30px;
}

.header-content .cta {
	line-height: 59px;
}
.cta {
	/*background-color:#C0FF00;*/
	background-color:#C0FF00;
	padding: 20px;
	font-weight: 600;
	text-decoration: none;
	color: black;
	transition: .3s;
}

.cta-secondary {
	/*background-color:#C0FF00;*/
	background-color:black;
	border: 1px solid white;
	padding: 20px;
	font-weight: 600;
	text-decoration: none;
	color: white;
	transition: .3s;
}

.cta-date {
	background-color:#1A1A1A;
	text-transform: uppercase;
	text-decoration: none;
	color: darkgrey;
	transition: .3s;
	letter-spacing: .5px;
	padding: 0 5px 0 5px;
	font-weight: 600;
}

.cta:hover {
	background-color: black;
	color: #C0FF00;
}

.playlist {
	text-decoration: none;
	color: black;
	font-weight: 600;
	display:inline-block;
	width:40%;
	vertical-align: top;
}

.playlist > * {
	width: 85%;
}

.bigga {
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 60px;
}

.img-container {
	overflow: hidden;
	line-height: 0;
}

.img-container img {
	transform-origin: center;
	transition: .6s;
}

.img-container img:hover {
	transform: scale(1.5) rotate(-10deg) skewX(10deg);
}

.round320 img {
	margin: 40px 0;
	border-radius: 160px;
	box-shadow: 10px 10px 10px rgba(255,104,255, .2);
	transition: .3s;
	transform-origin: center;
}

.round320 img:hover {
	box-shadow: 20px 20px 20px rgba(255,104,255, .2);
	transform: scale(1.05);
}

.release {
	display: grid;
	grid-template-columns: .5fr 1fr;
	grid-gap: 40px;
	margin-bottom: 80px;
}

.release p {
	letter-spacing: 1.2px;
	line-height: 28px;
}

.release a {
	margin-right: 10px;
	line-height: 30px;
}

.release > * {
	display: inline-block;
}

.blog-font {
	font-family: serif;
	font-size: 20px;
	max-width: 550px;
	line-height: 1.7;
}

.limit-width {
	max-width: 550px;
}

.dialog {
	font-size: 26px;
}

overlay {
	background-color: black;
	width: 100vw;
	height: 100vh;
	position:fixed;
	display: grid;
	grid-template-columns: 50vw 50vw;
	z-index: 99;
}

overlay a {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: .5s;
}

overlay a:hover {
	transform: scale(1.1);
}

footer {
	padding: 40px;
}

footer .social {
	/*width: 475px;*/
	margin-bottom: 40px;
}

footer .caption {
	width: 475px;
	font-size: 12px;
	color: white;
}

.styled {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.styled:hover {
	background-color: #C0FF00;
	color: black;
}

.release .styled {
	background-color: #C0FF00;
	color: black;
	padding: 7px;
	border-radius: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	font-weight: 600;
	line-height: 36px;
	font-size: 13px;
}

.release .styled:hover {
	background-color: black;
	color: #C0FF00;
}

.video-container {
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.videoframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer .social a {
	padding-right: 15px;
	width: 60px;
	height: 60px;
	transition: .3s;
	transform-origin: center;
}

footer .social a img:hover {
	transform: scale(1.1);
}

footer .social a img {
	border-radius: 30px;
	margin-bottom: 15px;
	width: 60px;
	transition: .3s;
	transform-origin: center;
}
.desktop-contain-mobile-cover {
	background-size: contain;
}

.wrap-margin-top {
	margin-top: 70px;
}

.storeSection {
	background: url("/img/come-alive-baner-post.jpg");
	background-size: cover;
	background-position: center;
	height: 600px;
	min-height: 600px;
}

.blackBg {
	background-color: black;
	display: inline-block;
}

.sketchfab-embed-wrapper {
	width: 100%;
	height: 80vh;
	position: absolute;
}

@media screen and (max-width: 1024px) {
	body {
		overflow-x: hidden;
	}
	.head-bg {
		height: 90vh;
		background-position: bottom;
	}
	.video {
		display: none;
	}
	.desktop-contain-mobile-cover {
		background-size: cover;
		height: 100vh;
	}
	.wrap320 {
		margin-top: 120px;
	}
	.head-wrap960 {
		width: 90%;
	}
	.header-content p {
		width: 90%;
		max-width: 450px;
		background-color: rgba(0,0,0,.8);
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.wrap960 {
		margin-top: 50px;
		width: 90%;
	}
	overlay {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 1fr;
	}
	.round320 img {
		margin: 20px 0;
	}
	footer {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
	footer .social {
		width: 235px;
	}
	footer .caption {
		width: 320px;
	}
	footer div {
		width: 100%;
	}
	footer div a img {
		width: 110px;
		margin-bottom: 15px;
	}
	.huge {
		font-size: 36px;
		background-color: rgba(0,0,0,.8);
		display:inline-block;
		padding-left: 3px;
	}
	.huge2 {
		font-size: 30px;
	}
	.huge3 {
		font-size: 26px;
	}
	.huge4 {
		font-size: 22px;
	}
	p {
		font-size: 12px;
		line-height: 20px;
		padding-bottom: 25px;
	}
	.cta-date {
		font-size: 12px;
	}
	.header-content {
		width: 100%;
	}
	.playlist {
		width:49%;
	}
	.playlist > * {
		width: 90%;
	}
	.section {
		margin-bottom: 10px;
	}
	.bigga {
		font-size: 13px;
		padding-bottom: 40px;
	}
	.release {
		grid-template-columns: unset;
		grid-gap: 40px;
	}
	
	.release a {
		font-size: 12px;
	}
}