@charset "utf-8";
/* CSS Document */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

@font-face {
	font-family: 'Audiowide';
	src: url(../fonts/Audiowide-Regular.ttf);
}

body {
	background-color: #000;
	font-family: 'Roboto Mono', serif;
	font-size: medium;
	color: #FFF;
}

p {
	margin-top: 20px;
}

a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #4c4c4c;
}
img {
	width: 100%;
	height: auto;
}
.mobile {
	display: none;
}
.nomobile {
	display: block;
}

#wait {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 100000;
	top: 0;
	left: 0;
}
#wait-animation {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90px;
	height: 90px;
	margin-top: -45px;
	margin-left: -45px;
}

.skip-link {
	position: fixed;
	top: -200px;
}

.main-frame {
	/*background-image: url(../images/nathy_desktop.gif);
	background-size: cover;
	background-position: center;*/
	min-height: 100vh;
	overflow: hidden;
}
.video-background {
	position: relative;
	min-width: 100vw;
	min-height: 100vh;
}
.video-background video {
	position: fixed;
	min-width: 100%;
	min-height: 100%;
	left: 50%; /* % of surrounding element */
	top: 50%;
	transform: translate(-50%, -50%);
}
.main {
	
}
.video-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	background-color: #000;
}
.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0; 
	overflow: hidden;
	padding-bottom: 56.25% !important;
}
.video-container img {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.video-container video {
	width: 100%; 
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.darkened-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}

.logo {
	max-width: 585px;
	width: 70%;
	margin: 0 auto;
	padding-top: 50px;
	position: relative;
	z-index: 10;
}
.social-networks {
	position: absolute;
	top: calc(50vh - 136px);
	left: 30px;
	width: 30px;
	height: 273px;
}
.menu {
	overflow: hidden;
	position: absolute;
	width: 550px;
	height: 32px;
	transform: rotate(270deg);
	top: calc(45vh - 16px);
	right: calc((32px / 2) + 30px - (550px / 2));
}
.menu-item {
	float: left;
	width: 80px;
	text-align: center;
	font-family: 'Audiowide', sans-serif;
	font-size: 18px;
	padding: 4px 0;
	margin: 0 15px;
}
.menu-item:hover {
	color: #CCC;
	cursor: pointer;
}
.active {
	border-top: 2px solid #FFF;
}

.main-content {
	max-width: 900px;
	width: 75%;
	margin: 25px auto 10px;
	display: flex;
	height: 70vh;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.content {
	display: none;
	width: 100%;
	text-align: center;
	font-family: 'Roboto Mono', serif;
	font-size: 16px;
}
.home {
	display: block;
	background-color: #000;
}
.shows {
	height: 100%;
	overflow: hidden;
}
.songkick-widget {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	padding-right: 20px; /* Increase/decrease this value for cross-browser compatibility */
	box-sizing: content-box; /* So the width will be 100% + 17px */
}
.concerts-list-container {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	padding-right: 20px; /* Increase/decrease this value for cross-browser compatibility */
	box-sizing: content-box; /* So the width will be 100% + 17px */
}
.concert {
	overflow: hidden;
	margin: 22px auto;
}
.date {
	float: left;
	width: 20%;
	font-size:1em;
	font-weight: bold;
}
.place {
	float: left;
	width: 30%;
}
.venue {
	float: left;
	width: 30%;
	font-weight: bold;
}
.tickets {
	float: left;
	width: 20%;
}
.button-small {
	width: 100px;
	font-size: 14px;
	letter-spacing: 0px;
	border-radius: 15px;
	text-transform: uppercase;
}
.button-small a {
	padding: 4px 2px 5px;
	display: block;
	width: 96px;
	background-color: #000;
	color: #FFF;
}
.button-small a:hover {
	background-color: #FFF;
	color: #000;
}
.platforms-container {
	width: 570px;
	margin: 0 auto;
}
.platforms-container-mobile {
	width: 260px;
	margin: 0 auto;
}
.videos-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.video-frame {
	max-width: 280px;
	width: 100%;
	margin: 10px;
}
.video {
	position: relative;
	padding-bottom: 56.25% !important;
	height: 0;
	overflow: hidden;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bio {
	font-size: 1.2em;
	height: 100%;
	overflow: hidden;
}
.bio-container {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	padding-right: 20px; /* Increase/decrease this value for cross-browser compatibility */
	box-sizing: content-box; /* So the width will be 100% + 17px */
}
/*-----Footer---*/
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	background-color: transparent;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #FFF;
}
.info {
	width: 80px;
	margin: 0 auto 30px;
	text-align: center;
	font-family: 'Audiowide', sans-serif;
	font-size: 18px;
	padding: 4px 0;
}
.info:hover {
	cursor: pointer;
	color: #CCC;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #CCC;
}
#footer-frame {
	display: none;
}
#footer-in {
	max-width: 600px;
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
	border-top: 2px solid #FFF;
}

#copyright {
	padding: 20px 0 30px;
}

@media (max-width: 800px) {
	.mobile {
		display: block;
	}
	.nomobile {
		display: none;
	}
	.main-content {
		height: 85vh;
	}
	.main-frame {
		/*background-image: url(../images/nathy_mobile.gif);*/
	}
	.video-container {
		padding-bottom: 207.69% !important;
		bottom: 0;
		right: 0;
		margin: auto;
	}
	@media (max-width: 600px) {
		p {
			margin-top: 7px;
		}
		.main-frame {
			/*background-image: url(../images/mobile7.jpg);*/
		}
		.logo {
			padding-top: 18px;
		}
		.menu {
			right: calc((32px / 2) + 8px - (550px / 2));
		}
		.social-networks {
			left: 8px;
		}
		.main-content {
			width: 73%;
		}
		.content {
			font-size: 11.5px;
		}
		.songkick-widget {
			width: 98%;
			margin: 0px auto;
		}
		.shows {
			height: 100%;
			overflow: auto;
		}
		
		.concert {
			overflow: hidden;
		}
		.concert-left {
			float: left;
			width: 62%;
			margin-left: 2%;
		}
		.concert-right {
			float: left;
			width: 36%;
			padding-top: 20px;
		}
		.date {
			float: none;
			width: 100%;
		}
		.place {
			float: none;
			width: 100%;
		}
		.venue {
			float: none;
			width: 100%;
		}
		.tickets {
			width: 100%;
		}
		.button-small {
			font-size: 12px;
			width: 100%;
		}
		.videos {
			height: 100%;
			overflow: auto;
		}
		.videos-wrapper {
			display: block;
			overflow: auto;
		}
		.video-frame {
			margin: 20px auto;
			width: 90%
		}
		.bio {
			font-size: 0.83em;
			height: 100%;
			overflow: auto;
		}
		#footer {
			font-size: 11.5px;
			position: fixed;
		}
		.info {
			margin-bottom: 6px;
		}
	}
}

