@font-face {
	font-family: 'veteran typewriter';
		 url('fonts/veteran_typewriter-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

h1, h2, h3, h4, h5, h6 { line-height:1.1em; }

body { margin: 0; background:url(release-bg-2.jpg); background-size: cover; line-height:1.6em;}
		#header { width: 100%; height: auto; }
		#header img { width: 100%; height: auto; }
		.desk { display: block; }
		.mob { display: none; }
		
		@media screen and (max-width: 980px) {
		.desk { display: none; }
		.mob { display: block; }
		}

		#footer { background: #000; }

.edd-submit.button { border-radius: 20px !important; border: 0 !important; background: #762641 !important; color: #fff !important; }
.edd-submit.button a { color: #fff !important; }
.edd-submit.button:hover { background: #ea562a !important; color: #fff !important; }

select { display: block; margin: 0 auto; }

.edd_price_options { padding-top: 10px; padding-bottom: 20px; }

#content { width: 80%; max-width: 1400px; margin: 0 auto; }

.wp-playlist { width: 80%; max-width: 800px; display: block !important; margin: 0 auto !important; text-align: left !important; }
.download { border-radius: 15px; }
