/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*
	BODY	
*/
* {
    box-sizing: border-box;
}
html {
	height: 100%;
}

body {
	height: 100%;
	color: white;
	background: #001e25;
	font-size: 17px;
	line-height: 1.4;
	font-family: "Lato", sans-serif;
	font-weight: 300;
}

/*
	TYPOGRAPHY
*/

h1 {
	font-size: 3.7em;
	font-weight: 300;
	line-height: 1.3;
}
h2 {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 1rem;
	margin-top: 3rem;
}
h2:first-child {
	margin-top: 0;
}
p {
	margin-bottom: 1rem;
}
a {
	color: white;
}


/*
	GENERAL
*/
/*.bg {
	background: #001e25 url("images/bg-blur-fade.jpg") no-repeat center top;
	background-size: cover;
	position: relative;
}*/

.bg:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 10%;
	z-index: 0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMWUyNSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDFlMjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(rgba(0,30,37,0) 0%, rgba(0,30,37,1) 100%);
	background: -o-linear-gradient(rgba(0,30,37,0) 0%, rgba(0,30,37,1) 100%);
	background: linear-gradient(rgba(0,30,37,0) 0%, rgba(0,30,37,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00001e25', endColorstr='#001e25',GradientType=0 );	
}	
.wrapper {
	max-width: 1100px;
	margin: 0 auto;
	padding: 1rem;
}
.wrapper-narrow {
	max-width: 700px;
}
.site-header {
	padding: 1.5rem;
	margin-bottom: 2rem;
}
.site-logo {
	max-width: 170px;
}
.header-right {
	float: right;
}
.header-some-icon {
	height: 45px;
	margin-left: 1rem;
}
.site-content {
	position: relative;
	margin-top: 5rem;
}
.some-wrapper {
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 1rem;
}
.some-wrapper a {
	margin: 0 2em;
	display: inline-block;
	width: 100%;
}
.some-link {
    width:100%;   
}
}
.some-icon {
	width: 100%;
	max-width: 170px;
	transition: 0.3s all ease-in-out;
}
.some-icon:hover {
	transform: scale(1.1);
	transition: 0.3s all ease-in-out;
}

.radio-section {
	padding: 5rem 0;
}
.radio-section .wrapper {
	position: relative;
}
.radio {
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translateY(-50%);
	width: 800px;
	z-index: 0;
}
.audio {
	margin-bottom: 1rem;
}
.audio-container {
	width: 45%;
	margin-left: auto;
	min-height: 600px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.playlist {
	font-size: 1.4rem;
	color: white;
}
.playlist a {
	text-decoration: none;
	transition: 0.3s all ease-in-out;
	position: relative;
}
.playlist a:hover {
	letter-spacing: 1px;
	transition: 0.3s all ease-in-out;
}
.active:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -30px;
	width: 20px;
	height: 20px;
	background: url("images/icon-play-white.svg") no-repeat;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
}



.text-bg {
	/*background-color: white;*/
	color: white;
	display: inline-block;
	padding: 0.3rem 1rem 0.3rem;
	line-height: 1;
}
.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.hero-text {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 40%;
}
.cover-wrapper {
	text-align: center;
	width: 60%;
}
.album-cover {
	max-width: 550px;
	vertical-align: bottom;
}
.label {
	position: absolute;
	top: -7px;
	left: -7px;
	width: 30%;
}
#container {
  perspective: 30px;
  display: inline-block;
  position: static;
}

#inner {
	position: static;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  box-shadow: 2px 2px 50px rgba(0, 0, 0, 0.5);
}
.listen-link {
	display: inline-block;
	padding: 0.4em 1em 0.4em 1em;
	color: black;
	text-decoration: none;
	transition: 0.3s all ease-in-out;
	margin-top:0.1em;
	background-color:white;
}
.listen-link:hover, .listen-link:focus {
	letter-spacing: 2px;
	transition: 0.3s all ease-in-out;
}
.icon-play {
	width: 20px;
	vertical-align: middle;
}

.site-footer {
	text-align: center;
}

@media (max-width: 600px) {
	.radio {
		position: relative;
		width: 100%;
		right: auto;
		top: auto;
		transform: none;
	}
	.audio-container {
		width: 100%;
	}
	.some-wrapper a {
		margin: 0 1em;
	}
	.radio-section {
		padding: 0;
	}
	.flex {
		flex-direction: column;
	}
	.hero-text {
		order: 2;
		width: 100%;
	}
	.cover-wrapper {
		order: 1;
		width: 100%;
		margin-bottom: 1rem;
	}
	.album-cover {xB*C8h5L&uVZ
		width: 100%;

	}
	.header-some-icon {
		height: 40px;
	}
	.site-header {
		margin-bottom: 0;
	}
	.hero-text h1 {
		font-size: 3rem !important;
	}
}

@media (max-width: 1000px) {
	.album-cover {
		max-width: 400px;
	}
	.hero-text h1 {
		font-size: 3rem;
	}
	.label {
		top: -6px;
    	left: -5px;
	}
}

@media (max-width: 1000px) {
	.album-cover {
		max-width: 400px;
	}
	.hero-text h1 {
		font-size: 3rem;
	}
	.label {
		position: absolute;
		top: -4px;
    	left: -4px;
	}
}

@media (max-width: 774px) {
	.hero-text h1 {
		font-size: 2.5rem;
	}
}

@media (max-width: 664px) {
	.hero-text h1 {
		font-size: 2.2rem;
	}
}

@media (max-width: 428px) {
	.album-cover {
		width: 100%;
	}
}

@media (max-width: 340px) {
	.site-logo {
		max-width: 140px;
	}
}

@media (max-width: 330px) {
	.hero-text h1 {
		font-size: 2.5rem !important;
	}
}



