body {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	background: #000;
        font: 16px/24px sans-serif;
	color: #fff;
}
.page-container {
	max-width: 800px;
	background: rgba(0,0,0,0.5);
	margin: auto;
	padding: 20px;
}
a {
	color: #fff;
}
h1 {
	font: 120px normal;
	font-style: italic;
	margin: 0;
}
#nikola {
	width: 100%;
	min-height: 100%;
	background: url(/nikola/photo/nikola.jpg) 0% 50% no-repeat;
	background-size: cover;
}
.text {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 1% 5%;
	background: rgba(0,0,0,0.75);
}
.text h1 {
	font: 36px/36px normal;
	font-style: italic;
	margin: 12px 0;
}
.text p {
	margin: 6px 0;
}
.thumbs {
	position: absolute;
	top: 10%;
	left: 3%;
	max-width: 40%;
//	height: 70%;
//	margin: 7% 0 0 3%;

}
.thumbs a {
	display: inline-block;
	width: 40%;
	min-width: 125px;
	margin: 10px 10px;
	text-decoration: none;
	font-size: 24px;
	font-style: italic;
	text-shadow: 2px 2px rgba(0,0,0,0.5);
}
.thumbs img {
	width: 100%;
	border: #fff solid 2px;
	opacity: 0.75;
	margin: 0;
}
.thumbs img:hover {
	opacity: 1;
}
.container {
        position: relative;
        height: 100%;
}
.center {
        position: absolute;
        margin: auto;
        right: 0;
        left: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        height: 90%;
        line-height: 100%; 
	overflow: hidden;
}
.nav {
	position: absolute;
	top: 1.5%;
	left: 3%;	
	padding: 5px 10px;
	background: #000;
}
.nav a {
	opacity: 0.5;
}
.nav a:hover {
	opacity: 0.75;
}

@media screen and (max-width: 1200px) {
h1 {
	font-size: 80px;
}
.thumbs {
	max-width: 50%;
}
}
@media screen and  (max-width: 1024px) {
#nikola {
	background-position: 30% 50%;
}
}