@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat-light-webfont.eot');
    src: url('fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('fonts/montserrat-light-webfont.woff') format('woff'),
         url('fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

	
* {
	box-sizing:border-box;
}

body {
	background:#1e1e1e;
	margin:0;
	padding:0;
	font-family:'Montserrat', sans-serif;
	color:#ffe5ba;
	font-size:16px;
	transition: background-color 2s ease-in-out;
	text-align:center;
	line-height:1.4;
}

h4 {
	font-weight:normal;
	font-size:24px;
	letter-spacing:0.04em;
}

h3 {
	font-size:30px;
	letter-spacing:0.05em;
	text-transform:uppercase;
}

h3 small {
	font-weight:normal;
	font-size:12px;
	display:block;
}

h1,h2,h3,h4,h5 {
	font-weight:normal;
}

a {
	color:#c15d0c;
}

a:hover {
	color:#ffe5ba;;
}

.section {
	width:1280px;
	max-width:100%;
	margin: 0 auto;
	padding:60px 30px;
}

#todays-special {
	width:100%;
	height:auto;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
}

.site-header {
	position:relative;
	perspective:1200px;
	height:100vh;
}

.site-header .logo {
	position:absolute;
	left:50%;
	top: 50%;
	width:900px;
	max-width:85%;
	height:auto;
	transform:translate(-50%, -50%);
}

.columns {
	margin-left:-25px;
	margin-right:-25px;
}

.column {
	display:inline-block;
	vertical-align:top;
	padding-left:25px;
	padding-right:25px;
}

.column-half {
	width:50%;
}

.featured-artists {
	list-style-type:none;
	padding:0;
	margin:0;
	text-align:left;
}

.featured-artists li {
	font-size:21px;
	letter-spacing: 0.02em;
	color:#c15d0c;
	padding:8px 0;
	clear:both;
	border-top: 2px dashed rgba(255,255,255,0.1);
}

.featured-artists .track-name {
}

.featured-artists span {
	text-transform:uppercase;
	display:block;
	margin-top:5px;
	font-size:16px;
	color:#ffe5ba;
}

.featured-artists li:nth-child(3n+1){
	color: #007261;
}

.featured-artists li:nth-child(3n+3){
	color: #950029;
}

.datezone {
	position:relative;
}

.datezone h3 {
	margin: 15px 0;
	font-weight:normal;
}

.bg-dark {
	background: #161616;
	background: linear-gradient(to bottom, rgba(22,22,22,0) 0%, rgba(22,22,22,0.8) 20%, rgba(22,22,22,0.8) 80%, rgba(22,22,22,0) 100%);
}

.tape-little {
	width:300px;
	max-width:100%;
	height:auto;
	transform:rotate(3deg);
}

.tape-little-b {
	transform:rotate(-1deg);
}

#footer {
	text-transform: uppercase;
	font-size:14px;
	letter-spacing:0.04em;
	background: linear-gradient(to top, #161616 20%, rgba(22,22,22,0) 100%);
	padding-top:50px;
}

#footer a {
	text-decoration:none;
}

.btn {
	padding:10px 15px;
	text-decoration:none;
	display:inline-block;
	text-transform:uppercase;
	border-radius:2px;
	font-size:14px;
	margin:10px 0;
	transition: all 0.1s ease-out;
}

.btn:hover {
	color:#c15d0c;
	background:black;
}

.btn-green {
	background:#007261;
	color:#ffe5ba;
}

.btn-red {
	background:#950029;
	color:#ffe5ba;
}

.in-conversation p {
	width:400px;
	max-width:100%;
	margin: 0 auto 15px;
}

@media (max-width: 768px) {
	h4 {
		font-size:21px;
	}
	body {
		text-align:left;
	}
	.column-half {
		width:100%;
		margin-bottom:80px;
	}
}