body {
	width:100%;
	height:100%;
	font-family:Open Sans,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#fff;
	background-color:#000;
	font-weight:300;
}
html {
	width:100%;
	height:100%;
}

@media(min-width:768px) {
	p {
		margin:0 0 35px;
		font-size:20px;
		line-height:1.6;
	}
}

.intro {
	display:table;
	width:100%;
	padding:100px 0 100px 0;
	background-size:cover;
}

/*#Nitchevo {
	background-image: url('https://cdna.artstation.com/p/assets/images/images/091/720/208/large/sami-yuriy-delvallee-nitchevo.jpg?1757593447');
}
*/

#Nitchevo {
    background-image: url('https://cdna.artstation.com/p/assets/images/images/091/720/208/large/sami-yuriy-delvallee-nitchevo.jpg?1757593447');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 173.25%; /* (img-height / img-width * container-width) */
                /* (853 / 1280 * 100) */
}

.intro .intro-body {
	display:table-cell;
	vertical-align:middle;
}
@media(min-width:768px) {
	.intro {
		height:100%;
		padding:0;
	}
}
footer {
	padding:40px 0;
	z-index:1;
	position:relative;
	clear:both;
}
footer p {
	margin:0;
	font-size:15px;
}
footer p.credits {
	text-transform:uppercase;
	font-size:13px;
	letter-spacing:3px;
}
