@font-face {
    font-family: 'source_sans_pro';
    src: url('../fonts/sourcesanspro-bold-webfont.eot');
    src: url('../fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-bold-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body {
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	background-color: #000;
	color: #C60F0F;
	text-transform: uppercase;
	text-align: center;
	font-family: 'source_sans_pro';
	font-style: italic;
	letter-spacing: 1px;
}
a {
	color: #C60F0F;
	text-decoration: none;
}
h1, h2 {
	font-size: 0;
}
section {
	padding: 15px;
	box-sizing: border-box;
}
#above-fold {
	position: relative;
	height: 95vh;
	background-image: url('../images/muse_digdown_bg_mobile.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 10;
	transition: .2s;
}
header img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
#logo {
	max-width: 200px;
	margin-bottom: 15px;
}
#digdown {
	max-width: 600px;
}
#single  {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 25px;
}
#single p {
	font-size: 20px;
	margin: 0 auto 8px;
}
#listen-btn, #enter-site {
	margin: 0 auto;
	display: block;
	width: 200px;
	height: 35px;
	line-height: 35px;
	font-style: italic;
	color: #fff;
	background-color: rgba(255,255,255,0.3);
	border: 1px solid #fff;
}
#below-fold {
	position: relative;
	border-top: 1px solid #C60F0F;
}
#divider {
	position: absolute;
	left: 50%;
	top: -2px;
}
.triangle {
	position: relative;
	margin: 0 auto;
}
.triangle div {
	position: absolute;
	left: 50%;
	margin-left: -13px;
}
#outer-triangle {
	top: 2px;
	border-left: 13px solid rgba(255, 255, 255, 0);
    border-right: 13px solid rgba(255, 255, 255, 0);
    border-top: 12px solid #C60F0F;
    height: 0;
    width: 0;
}
#inner-triangle {
	border-left: 13px solid rgba(255, 255, 255, 0);
    border-right: 13px solid rgba(255, 255, 255, 0);
    border-top: 12px solid #000;
    height: 0;
	width: 0;
}
#video-container {
	margin-top: 25px;
}
#video {
	position: relative;
	height: 0;
	margin: 0 -15px;
	padding-bottom: 56.25%;
}
#video iframe {
	position: absolute; 
	width: 100%; 
	height: 100%;
	left: 0;
}
.video-border {
	height: 12px;
}
#video-border1 {
	margin: 0 15px;
	background-color: rgba(198, 15, 15, 0.4);
}
#video-border2 {
	margin: 0 30px 0;
	background-color: rgba(198, 15, 15, 0.2);
}
#enter-site {
	margin: 35px auto 0;
}
footer {
	margin-top: 10px;
	padding: 15px 0;
}
#socials {
	list-style: none;
	padding: 0;
	margin: 0 0 15px;
}
#socials li {
	display: inline-block;
	font-size: 20px;
	line-height: 20px;
	margin-right: 25px;
}
#socials li:last-child {
	margin-right: 0;
}
#socials #snapcode {
	width: 20px;
	vertical-align: bottom;
}
footer p {
	font-style: normal;
	letter-spacing: normal;
	margin: 0;
	font-size: 9px;
	text-transform: capitalize;
}
footer p a:hover {
	text-decoration: underline;
}
@media only screen and (min-width: 800px) {
	body {
		background-image: url('../images/muse_digdown_bg_desktop.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 30% 50%;
	}
	#above-fold,
	#below-fold,
	footer {
		width: 50%;
		margin-left: 40%;
		box-sizing: border-box;
	}
	#above-fold {
		height: auto;
		padding-bottom: 0;
		background-image: none;
	}
	header {
		margin-top: 15px;
	}
	#digdown {
		max-width: 500px;
	}
	#single {
		position: relative;
		bottom: 0;
		margin-top: -20px;
	}
	#below-fold {
		padding-top: 0;
		border: 0;
	}
	#divider {
		display: none;
	}
	#enter-site {
		margin: 15px auto 10px;
	}
	#socials {
		margin-bottom: 5px;
	}
	footer {
		margin-top: 0;
		padding: 0 0 8px;
	}
}
@media only screen and (min-width: 800px) and (max-height: 900px) {
	#video {
		margin: 0 auto;
		height: 238px;
		padding: 0;
		max-width: 425px;
		transition: .2s;
	}
	#video-border-wrapper {
		margin: 0 auto;
		width: 100%;
	}
	.video-border {
		margin: 0 auto !important;
		width: 100%;
		max-width: 425px;
		box-sizing: border-box;
		transition: .2s;
	}
	#video-border1 {
		border-left: 15px solid black;
		border-right: 15px solid black;
	}	
	#video-border2 {
		border-left: 30px solid black;
		border-right: 30px solid black;
	}
	#socials {
		padding: 0;
	}
}
@media only screen and (min-height: 900px) {
	header {
		margin-top: 40px;
	}
	#socials {
		margin-bottom: 15px;
	}
	
	footer {
		padding-bottom: 15px;
	}
}