@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: oracle;
  src: url(oracle.ttf);
}

* {box-sizing: border-box;}

body {
	margin: 0;
	padding: 0;
	font-family: 'Ruda', sans-serif;
	font-size: 3.6vw;
	line-height: 6vw;
	color: #000;
	min-height: 100%;
	background: url(/images/background.png) rgba(204,215,218,1);
}

/* IE hack */
* body {margin: 0 auto 0 auto;}
/* end */

html { 

}

a {
	color: #013545;
}

small {
	font-size: 2.4vw;
	line-height: 6vw;
}

h1, h2  {
	font-family: 'oracle', sans-serif;
	font-size: 6vw;
	line-height: 9vw;
	margin: 0 0 6vw 0;
	padding: 0;
}

h2 {
	font-weight: 100;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0,0,0,0.38);
}

form {
	margin: 0;
	padding: 0;
}

@media only screen and (min-width: 768px) {

	body {
		font-size: 18px;
		line-height: 30px;
		}
		
	small {
		font-size:  12px;
		line-height: 30px;
	}
		
	h1, h2, h3  {
		font-size: 36px;
		line-height: 40px;
		margin: 0 0 30px 0;
		}		
	
	}

#header {
	z-index: 6;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	margin: 0;
	padding: 0;
	background: rgba(204,215,218,0.62);
	vertical-align: middle;
	text-align: center;}

#header img {display: block;}
#header svg {display: block;}

#burger {
	position: fixed;
	height: 6vw;
	margin: 3vw 3vw 3vw 3vw;
	display: block;
}

	
#logo {
	position: relative;
	margin: 12vw 0 0 0;
	left: 31vw;
	width: 38vw;
	transition: 0.5s;
}

/* #logo .logoback{fill:#012C39;} */
#logo .logotext1{fill:#FFFFFF;}
#logo .logotext2{opacity:0.38;fill:#FFFFFF;}

 
@keyframes rotate {
        to { transform: rotate(360deg); }
}

@keyframes color {
	0% { fill:#012C39; }
	20% { fill:#382B07; }
	40% { fill:#043828; }
	60% { fill:#041038; }
	80% { fill:#381107; }
	100% { fill:#012C39; }
	
}
    
#logoback {
	transform-origin: center;
	animation-name: rotate, color;
	animation-duration: 450s, 60s;
	animation-direction: normal;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media only screen and (min-width: 768px) {
	
	#header {
		z-index: 6;
		position: fixed;
		top: 0;
		left: 0;
		width: 38vw;;
		text-align: center;
	}
	
	#logo {
		margin:0;
		left: 11.7vw;
		width: 14.6vw;
		margin-top: 8vmin;
		transition: 0.5s;
	}
	
}

/* menu */

#menuContainer {
	display: none;
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(1,44,57,0.62);	
	}
	
#menuClose {
	z-index: 100;
	position: fixed;
	display: block;
	top: 2vw;
	left: 2vw;
}

#menuClose a {
	display: block;
	padding: 2.5vw 3.5vw;
	text-decoration: none;
	font-size: 4vw;
	line-height: 4vw;
	border-radius: 4.5vw;
	color: #fff;
	background: rgba(1,44,57,1.0);
	box-shadow:  0.5vw 0.5vw 2vw rgba(0, 0, 0, 0.3),
				-0.5vw -0.5vw 2vw rgba(255, 255, 255, 0.7);
}

#menuClose a:active {
	color: #000;
	background: rgba(204,215,218,1.0)!important;
	box-shadow: inset 0.3vw 0.3vw 1vw rgba(0,0,0,0.20),
				inset -0.3vw -0.3vw 1vw rgba(255,255,255,0.40)
}
	
#menu {
	position: relative;
	top: 6vw;
	left: 6vw;
	border-radius: 6vw;
	padding: 9vw;
	margin-right: 24vw;
	background: rgba(204,215,218,1.0);
	box-shadow:  2vw 2vw 6vw rgba(0, 0, 0, 0.5);
}

#menu ul, #menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: 'oracle', sans-serif;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 6vw;
	line-height: 6vw;
	}
	
#menu ul {
	display: inline-block;
	margin-bottom: 12vw;
	}

#menu ul li a, #menu .selected {
	display: inline-block;
	position: relative;
	left: -4vw;
	width: 100%;
	text-decoration: none;
	margin: 3vw 0;
	padding: 0 4vw;
	}
	
#menu ul li a span, #menu .selected span {
	display: block;
	padding: 3.5vw 0 2.5vw;
	border-bottom: 1px solid rgba(1,53,69,0.38);
	}
	
#menu ul li a:active, #menu .selected {
	border-bottom: 3px solid rgba(1,53,69,0.38);
	border-radius: 6vw;
	box-shadow: inset 0.3vw 0.3vw 1vw rgba(0,0,0,0.20),
				inset -0.3vw -0.3vw 1vw rgba(255,255,255,0.40);
	}
	
@media only screen and (min-width: 768px) {
	
	#header {background: none;}
		
	#menu {
		display: inline-block;
		position: relative;
		left:auto;
		top: calc(22.6vw);
		min-width: 210px;
		max-width: 300px;
		margin: 0 30px;
		padding: 0;
		box-shadow: none;
		border-radius: 0;
		background: none;
		height: calc(100vh - 22.6vw);
		}
	
	#menu ul, #menu ul li {
		text-align: left;
		font-size: 20px;
		line-height: 20px;
	}
	
	#menu ul {
		margin-top: 15px;
		margin-left: 50%;
	}
	
	#menu ul li strong {
		display: block;
		}
		
	#menu .selected {
		display: inline-block;
	}
	
	#menu ul li a, #menu .selected {
		left: -20px;
		margin: 10px 0;
		padding: 0 20px;
	}
	
	#menu ul li a span, #menu .selected span {
		padding: 17px 0 13px;
		border-bottom: 1px solid rgba(1,53,69,0.38);
	}
	
	#menu ul li a:hover {
		color: #000;
		}
		
	#menu ul li a:hover span {
		padding: 17px 0 11px;
		border-bottom: 3px solid #000;
	}
	
	#menu ul li a:active, #menu .selected {
		color: #000;
		box-shadow: inset 1px 1px 2px rgba(0,0,0,0.20),
					inset -1px -1px 2px rgba(255,255,255,0.20);
		}
		
	#menu ul li a:active span, #menu .selected span {
		padding: 17px 0 11px;
		border-bottom: 3px solid #000;
	}
}

/* grid */

#grid {
	display: grid;
	grid-template-columns: 6vw 1fr 6vw;
	grid-template-rows: 54vw;
	grid-auto-rows: minmax(auto);
	grid-gap: 0;
	grid-row-gap: 12vw;
	}

#header {
	z-index: 3;
	grid-row:    1;
	grid-column: 1 / 4;
	padding-bottom: 0;
}

#hero {
	z-index: 2;
	grid-row:    2;
	grid-column: 1 / 4;
	padding-bottom: 12vw;
	box-shadow:  0vw 3vw 3vw rgba(0, 0, 0, 0.10);
}

#main {
	z-index: 2;
	grid-row:    2;
	grid-column: 1 / 4;
	padding-bottom: 12vw;
	box-shadow:  0vw 3vw 3vw rgba(0, 0, 0, 0.10);
}

#news {
	z-index: 1;
	grid-row:    3;
	grid-column: 1 / 4;
	padding-bottom: 12vw;
	box-shadow:  0vw 3vw 3vw rgba(0, 0, 0, 0.10);
	
}


@media only screen and (min-width: 768px) {

	#grid {
		display: grid;
		grid-template-columns: 38vw minmax(8vmin, 1fr) minmax(356px, 600px) minmax(8vmin, 1fr);
		grid-template-rows: 8vmin;
		grid-auto-rows: minmax(auto);
		grid-gap: 0;
		grid-row-gap: 0;
		}
		
	#header {
		display: block;
		position: fixed;
		grid-row:    2 ;
		grid-column: 1 / 2;
	}	

	#menuContainer {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		width: 38vw;
		height: 100vh;
		border-right: 1px solid rgba(1,53,69,0.38);
	}
	
	#menuContainer {
		background: none;
		text-align: center;
	}
	
	#hero {
		grid-row: 2;
		grid-column: 3 / 4;
		box-shadow: none;
		padding-bottom: 90px;
	}
	
	#main {
		grid-row: 2;
		grid-column: 3 / 4;
		box-shadow: none;
	}
	
	#news {
		grid-row: 3;
		grid-column: 3 / 4;
		padding: 0;
		box-shadow: none;
	
	}	
	
	#menuOpen {display: none;}
	#menuClose {display: none;}
	
}

/* CoverFlow */

.coverflow {
	list-style: none;
	margin: 0;
	padding: 0;
}

.coverflow li {
	border-radius: 3vw;
	box-shadow:  2vw 2vw 6vw rgba(0, 0, 0, 0.3);
	position: relative;
	width: 88vw;
	height: 12vw;
	overflow: hidden;
	margin: 0vw 6vw;
	transition: 0.5s;
}

.coverflow li a {
	display: block;
	color: #fff;
	text-shadow: 0.2vw 0.2vw 0.4vw rgba(0, 0, 0, 0.3);
}

.coverflow img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 3vw;
}

.coverflow li p {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 3vw;
	z-index: 1;
	transition: 0.5s;
}

.coverflow li p small {
	color: #000;
	display: none;
}

.coverflow li:hover, .coverflow .active {
	width: 100vw;
	height: 100vw;
	margin: 0;
	box-shadow: 2vw 2vw 12vw rgba(0, 0, 0, 0.6);
	z-index: 10;
}

.coverflow li:hover p, .coverflow .active p {
	display: none;
}

.coverflow li:hover img, .coverflow .active img {
	display: block;
	width: 100%;
}

.coveroverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	transition: 0.5s;
}

.coverflow li:hover .coveroverlay, .coverflow .active .coveroverlay {
	display: none;
}




.recordimage {border-radius: 3vw;}

.list li {
	padding: 1.5vw 0!important;
}

@media only screen and (min-width: 768px) {
	
	
	.coverflow li {
		border-radius: 15px;
		width: calc(100% - 60px);
		height: 60px;
		margin: 0px 30px;
		box-shadow:  5px 5px 15px rgba(0, 0, 0, 0.2);
	}
	
	.coverflow li a {
		text-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.3);
	}
	
	.coverflow img {
		border-radius: 15px;
	}
	
	.coverflow li p {
		padding-left: 15px;
	}
	
	.coverflow li:hover, .coverflow .active {
		width: calc(100vw - 38vw - 16vmin);
		max-width: 600px; /* 100vw - header - margin */
		height: calc(100vw - 38vw - 16vmin); /* 100vw - header - margin */
		max-height: 600px;
		aspect-ratio: 1 / 1;
		object-fit: cover;
		box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.4);
		transition: 0.5s;
	}
	
	.coverflow li:hover p, .coverflow .active p {
		display: none;
	}
	
	.coverflow li:hover img, .coverflow .active img {
		width: 100%;
	}
	
	
	.heroRecord {
		border-radius: 15px;
		box-shadow:  10px 10px 30px rgba(0, 0, 0, 0.3);
	}
	
	.heroRecord img {
		border-radius: 15px;
	}
	
	.heroRecord:hover {
		box-shadow:  3px 3px 9px rgba(0, 0, 0, 0.2);
	}
	
	.heroRecord {
		border-radius: 15px;
	}
	
	.list li {
		padding: 8px 0 7px 0!important;
	}
	}
	
@media only screen and (min-width: 1280px) {
	.coverflow li p small {display: contents;}	
}

/* main post */

#news h1, #news h2, #main h2, #main h1 {
	margin-left: 6vw;
	margin-right: 6vw;
}

.post {
		margin-bottom: 12vw;
	}

.post .date {
	display: block;
	text-align: right;
	margin: 0 6vw;
	color: #fff;
	font-size: 3vw;
	line-height: 6vw;

} 
.post h3 {
	margin: 0 6vw;
	font-size: 6vw;
	line-height: 6vw;
}

.post h3 a {text-decoration: none;} 

.post p {
	margin: 0 6vw;
	padding: 0;
	text-align: justify;
}

.post p a, #main p a, #main form a {
	text-decoration: none;
	border-bottom: 1vw solid #fff;
	display: inline-block;
	line-height: 0.85;
	transition: 0.5s;
}

.post p a:active, #main p a:active, #main form a:active {
	color: #fff;
	background: #013545;
	border-color: #013545;
}

@media only screen and (min-width: 768px) {
	
	#news h2 {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.post {
		margin-bottom: 60px;
		}
	
	.post .date {
		margin: 0;
		font-size: 18px;
		line-height: 30px;
	}
	
	.post h3 {
		margin: 0;
		font-size: 30px;
		line-height: 45px;
	}
	
	.post h3 a {
		border-bottom: 5px solid rgba(255, 255, 255, 0);
		line-height: 0.85;
		transition: 0.5s;
	}
	
	.post h3 a:hover {
		color: #000;
		border-bottom: 5px solid #fff;
		transition: 0.5s;
	}
		
	.post p {
		margin: 0;
		font-size: 18px;
		line-height: 30px;
	}
	
	.post p a, #main p a, #main form a {
		border-bottom: 5px solid #fff;
	}
	
	.post p a:hover, #main p a:hover, #main form a:hover {
		color: #000;
		background: #fff;
	}
	
	.post img {
		border-radius: 15px;
	}
}

/* media embede */
	
.bandcamp {width: 100%; height: 62vw;}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

@media only screen and (min-width: 768px) {
	
	.bandcamp {width: 100%; height: 300px;}
	.video-responsive{border-radius: 15px;}
	
	}	

/* main */

#main h3 {
	margin: 0 6vw;
	padding: 0;
}

#record h1 {
	font-size: 9vw;
	line-height: 9vw;
	margin: 0 6vw;
	padding: 0;
	font-family: 'Ruda', sans-serif;
	text-transform: uppercase;
}

#record h2 {
	font-family: 'Ruda', sans-serif;
	margin-bottom: 0;
	border-bottom: 0;
}

#record h3 {
	margin: 0 6vw;
}

#record img {
	width: 100%;
	height: auto;
}

#record ul, #record li {
	list-style: none;
	margin: 0;
	padding: 0;
	color: rgba(0,0,0,0.38);
	}
	
#record ul {
	margin: 0 6vw;
}

#record ul b {
	font-weight: 100;
	color: #000;
}

#recordBoxBuy {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
	padding: 3vw 0 6vw;
}

#recordBoxBuy a {
	display: block;
	text-decoration: none;
	border: 0;
	padding: 3vw 5vw;
	color: #fff;
	font-family: 'oracle', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 6vw;
	line-height: 6vw;
	border-radius: 6vw;
	transition: 0.1s;
	box-shadow:  0.5vw 0.5vw 2vw rgba(0, 0, 0, 0.3),
				-0.5vw -0.5vw 2vw rgba(255, 255, 255, 0.7);	
}

#recordBoxBuy a:active {
	color: #000!important;
	background: none!important;
	box-shadow: inset 0.3vw 0.3vw 1vw rgba(0,0,0,0.20),
	inset -0.3vw -0.3vw 1vw rgba(255,255,255,0.40);
}

#recordBoxBuy a img {
	display: block;
	max-height: 6vw;
	max-width: 6vw;
}

#main p {
	margin: 6vw;
	text-align: justify;
}

#record img {
	width: 100%;
	height: auto;
	border-radius: 3vw;
}


@media only screen and (min-width: 768px) {
	
	#record h1 {
	font-size: 45px;
	line-height: 45px;
	margin: 0;
	}
	
	#record h2 {margin: 0;}
	
	#record h3 {
		font-size: 30px;
		line-height: 30px;
		margin: 0px}
	
	#record ul {margin: 0;}
	#record p {margin: 20px 0;}
	
	#recordBox {
		display: grid;
		grid-template-columns: 1fr 90px;
	}
	
	#recordBoxBuy {
		position: relative;
		right: 0;
		padding: 0;
		flex-flow: column wrap;
	justify-content: flex-start;
	}
	
	#recordBoxBuy a {
		padding: 12px 15px;
		margin-bottom: 30px;
		font-size: 20px;
		line-height: 20px;
		border-radius: 22px;
		transition: 0.1s;
		box-shadow:  2px 2px 4px rgba(0, 0, 0, 0.2),
					-2px -2px 4px rgba(255, 255, 255, 0.4);	
	}
	
	#recordBoxBuy a img {
		display: block;
		max-height: 15px;
		max-width: 15px;
	}
	
	#record img {
		border-radius: 15px;
	}
	
}


/* forms */

#main form {
	margin: 0 6vw;
	padding: 0;
}

#main form label {
	margin-top: 6vw;
	display: block;
}

.antispam { display: none;}

@media only screen and (min-width: 768px) {
	#main form {
	margin: 0;
	}
	
	#main form label {
		margin-top: 15px;
	}
	
	#main form .field {
		width: 62%;
	}
	
	#main h2 {
		margin-left: 0;
		margin-right: 0;
	}
	
}


/* mailchimp form */

#mc_embed_signup {
		text-align: center;
		bottom: 0;

}

#mc_embed_signup h3 {
	display: inline-block;
	text-align: center;	
	margin: 0;
	padding: 0;
	font-family: 'oracle', sans-serif;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 6vw;
	line-height: 6vw;	
}


.mc-field-group {

}

input[type=email], input[type=text], input[type=submit], textarea {
	display: inline-block;
	-webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
    margin: 1.5vw 0;
	}
	
input[type=email], input[type=text], textarea {
	width: 100%;
	text-align: left;
	font-family: 'Ruda', sans-serif;
	padding: 3vw 3vw 3vw;
	font-size: 3.6vw;
	line-height: 6vw;
	border-radius: 1vw;
	color: rgba(0,0,0,0.62);
	border: none;
	background: rgba(255,255,255,1);
   box-shadow: inset 1px 1px 2px rgba(0,0,0,0.20);
}

input[type=submit] {
	background: none;
	border: 0;
	padding: 3vw 5vw;
	color: rgba(1,53,69,1.0);
	font-family: 'oracle', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 6vw;
	line-height: 6vw;
	border-radius: 6vw;
	transition: 0.1s;
	box-shadow:  0.5vw 0.5vw 2vw rgba(0, 0, 0, 0.3),
				-0.5vw -0.5vw 2vw rgba(255, 255, 255, 0.7);	
}

input[type=submit]:active {
	color: #000!important;
	background: rgba(204,215,218,1.0)!important;
	box-shadow: inset 0.3vw 0.3vw 1vw rgba(0,0,0,0.20),
				inset -0.3vw -0.3vw 1vw rgba(255,255,255,0.40)
}

.cta {
	color: #fff!important;
	background: #918809!important;
}
	

@media only screen and (min-width: 768px) {	

	#mc_embed_signup {
		position: absolute;
		bottom: 2vmin;
	}
	
	#mc_embed_signup h3 {
	display: inline-block;
	text-align: center;	
	margin: 0;
	padding: 0;
	font-family: 'oracle', sans-serif;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 20px;
	line-height: 30px;	
}

	#mc_embed_signup label {
		font-size: 13px;
		line-height: 20px;
	}
	
	input[type=email], input[type=text], input[type=submit], textarea {
  		margin: 7.5px 0;
	}
	
	input[type=email], input[type=text], textarea {
		padding: 8px 15px 7px;
		font-size: 18px;
		line-height: 30px;
		border-radius: 5px;
	}
	
	input[type=submit] {
		padding: 12px 15px;
		font-size: 20px;
		line-height: 20px;
		border-radius: 22px;
		transition: 0.1s;
		box-shadow:  2px 2px 4px rgba(0, 0, 0, 0.2),
					-2px -2px 4px rgba(255, 255, 255, 0.4);	
	}
	
	input[type=submit]:hover, #recordBoxBuy a:hover {
		color: #fff!important;
		background: rgba(1,53,69,1.0)!important;
		}

	input[type=submit]:active, #recordBoxBuy a:active {
		background: none;
		color: rgba(1,53,69,1.0);
		box-shadow: inset 1px 1px 2px rgba(0,0,0,0.20),
					inset -1px -1px 2px rgba(255,255,255,0.20);
		}	
		
		.cta {
	color: #fff;
	background: #918809;
	}
	


}


