@font-face {
    font-family: Yellowtail;
    src: url(../fonts/Yellowtail-Regular.otf);
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/RobotoCondensed-Bold.ttf);
}

* {
	padding: 0;
	margin: 0;
	border: none;
	line-height: 0;
	font-family: Arial;
}
#left {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	z-index: -1;
}
#right {
	position: fixed;
	right: 0;
	top: 0;
	height: 100vh;
	z-index: -1;
}
#left img, #right img {
	height: 100%;
	filter: blur(2px);
	opacity: 0.3;
}
#wrapper {
	max-width: 960px;
	min-width: 960px;
	margin: 0 auto;
	z-index: 1;
	box-shadow: 0 0 15px 3px rgba(255, 255, 255, 0.9);
	position: relative;
}
header {
	height: 100vh;
	overflow: hidden;
	width: 100%;
	position: relative;
}
header img {
	position: fixed;
	bottom: 0;
	z-index: 2;
}
#nameHolder {
	position: absolute;
	display: block;
	width: 100%;
	//margin-top: 27%;
	top: 40%;
	text-align: center;
	z-index: 3;
	background: rgba(0, 0, 0, 0.4);
}
header h1 {
	z-index: 5;
	//font-family: 'Roboto';
	font-size: 40px;
	line-height: 1em;
	padding: 50px 0;
	letter-spacing: 2px;
	color: rgb(245, 245, 245);
}
header h2 {
	position: absolute;
	right: 30px;
	z-index: 5;
	font-family: Yellowtail;
	font-size: 30px;
	line-height: 1em;
	padding: 5px 0;
	color: rgb(255, 255, 255);
}
#orange {
	color: rgb(255, 135, 20);
}

#main {
	position: relative;
	top: 0;
	box-sizing: border-box;
	width: 100%;
	background: white;
	z-index: 4;
	padding: 60px 70px 0;
	text-align: justify;
}
hr {
	border: 0; 
	height: 1px; 
	background: rgb(90, 90, 90); 
	background-image: linear-gradient(to right, rgb(204, 204, 204), rgb(90, 90, 90), rgb(204, 204, 204));
}
#main h2 {
	z-index: 3;
	color: black;
	padding-bottom: 40px;
	font-size: 30px;
	//line-height: 1em;
	font-family: 'Yellowtail';
	text-align: center;
}
#main p {
	//line-height: 1em;
	//color: rgb(255, 135, 30);
	color: rgb(255, 125, 10);
	//padding: 10px 70px;
	padding: 10px 0;
}
#main p:first-of-type {
	padding-top: 40px;
}
#main p:last-of-type {
	padding-bottom: 40px;
}
#main h2, #main h3, #main h4, #main li, #main p {
	line-height: 1em;
}
#prijava {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	margin: 35px 0 40px;
}
#prijava a{
	font-size: 18px;
	display: inline-block;
	text-decoration: none;
	line-height: 1em;
	color: rgb(70, 70, 70);
}
#strelica {
	position: relative;
	bottom: 1px;
	left: 0;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 2px solid rgb(70, 70, 70);
	border-right: 2px solid rgb(70, 70, 70);
	transform: rotate(45deg);
	transition: all 400ms;
}
#prijava:hover a {
	text-decoration: underline;
}
#prijava:hover #strelica {
	left: 5px;
}
#statut {
	padding-top: 50px;
}