@font-face {
	font-family: manoNegra;
	src: url(../fonts/WCManoNegraBta.otf);
}

* {
	margin: 0;
	padding: 0;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

main, header, section, footer, aside, nav, article, figure, figcaption {
    display: block;
}

html, body {
	width: 100%;
	min-height: 100%;
}

body {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: 100;
	border: 2em solid #fff;
}

body.blk {
	background: #000;
	border-color: #000;
}

main {
	width: 100%;
	min-height: 100%;
	text-align: center;
	margin-bottom: 10em;
}

.page-container {
	width: 100%;
	height: 100vh;
	display: table;
	margin: 5em 0;
}

.page-container:first-child {
	position: relative;
	background: #000;
	margin: 0;
}

.page-container.contact {
	background: url(../img/contact.jpg) no-repeat bottom;
	background-size: cover;
}

.bg-veil {
	background-color: rgba(0,0,0,0.75);
}

.vert-align-middle {
	position: relative;
	height:100%;
	width: 100%;
	max-width: 100%;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}

.vert-align-middle p {
	margin: 0 auto;
	width: 80%;
	max-width: 500px;
	padding: 1em;
	text-align: left;
	font-size: 1.4em;
	line-height: 1.5em;
}

h1 {
	margin: 1em 0;
	font-family: manoNegra;
	font-weight: 100;
	font-size: 14em;
}

.contact h1 {
	margin-bottom: 0;
}

.darr {
	color: #fff;
	font-family: manoNegra;
	font-size: 5em;
	margin: 0 auto;
}

img {
	display: block;
	max-height: 90vh;
	max-width: 100%;
	margin: 0 auto;
	vertical-align: middle;
	padding: 3em;
	border: 1em solid #000;
}

.page-container nav {
	position: absolute;
	top: 1em;
	right: 1em;
	z-index: 1;
	padding: 1em;
	text-transform: uppercase;
	font-weight: 900;
}

a {
	display: inline-block;
	position: relative;
	padding: 4px;
	text-decoration: none;
	color: #fff;
	letter-spacing: 0.4em;
	margin: 0 1em;
	font-weight: 900;
}
a:active {
	color: #666;
}
a.light:visited{
	color: #fff;
}
a.dark {
	color: #555;
}
a.dark:visited {
	color: #555;
}

a.inline-link {
	display: inline;
	position: static;
	padding: 0;
	letter-spacing: normal;
	margin: 0;
	font-weight: normal;
}
a.inline-link:hover {
	color: #eee;
	color: rgba(255, 255, 255, 0.8);
}

footer {
	clear: both;
	text-align: center;
	background: #000;
	color: #fff;
}

footer nav {
	padding: 2em 0 4em 0;
}

footer h3 {
	font-family: manoNegra;
	margin: 0.5em auto;
	padding-top: 2em;
	font-weight: 400;
	font-size: 3em;
	font-style: italic;
}

footer h3.dark {
	color: #555;
}

.stream-wrapper {
	margin: 10em auto 0 auto;
}

.stream-wrapper img {
	display: inline-block;
	margin: 2em;
	max-width: 40%;
	max-height: 80vh;
	vertical-align: middle;
}

.license {
	margin: 1em 0;
	width: 100%;
	text-align: right;
	color: #666;
}

.license p {
	line-height: 2em;
}

.license a {
	display: inline;
	margin: 0;
	padding: 0;
	color: #666;
	letter-spacing: normal;
	border-bottom: 1px solid #666;
}
.license a:active {
	color: #222;
}
.license a:visited {
	color: #666;
}

@media (max-width: 767px){
	body {
		border: 0.5em solid #fff;
	}
	.page-container {
		margin: 1em 0;
	}
	.page-container:nth-of-type(1) {
		margin: 0;
	}
	.page-container nav {
		top: 0;
		padding: 0.5em;
	}
    h1 {
    	margin: 1em 0.25em;
		font-size: 6em;
	}
	.darr {
		font-size: 2em;
	}
	nav {
		line-height: 1.5em;
	}
	img {
		max-height: none;
		max-width: 100%;
		padding: 1.5em;
		border: 0.5em solid #000;
	}
	a {
		margin: 0 0.25em;
	}
	.stream-wrapper {
		text-align: center;
	}
	.stream-wrapper img {
		max-width: 100%;
		max-height: unset;
		margin: 2em 0;
	}
	.vert-align-middle p {
		font-size: 1em;
	}
}