@charset "utf-8";
body {
	background-color: black;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4vw;
	text-decoration: none;
	text-align: left;


}
h1, h2, h3 {
	color: #FFFFFF;
}
img {
	width: 80%;
	opacity: 0.8;
	/* -webkit-transition: .3s ease-in-out; */
	/* transition: .3s ease-in-out; */
}
img:hover {
    opacity: 0.95;
}
* {
	margin:0;
	padding:0;
}

#prvi {
	background-color: black;
    	height: 100vw;
    	overflow: auto;
}

#prvi img {
	margin: 2em 0 2em 0;
}
#container {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	height: 80%;
	background-image: url(../img/img2.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}

#tooltip,
.tooltip-panel {
	/* height: 30%; */
	/* width: 80%; */
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 2vw;
	font-size: 2.6vw;
}

#treci {
	margin: 0 0 2em 0;
	background-color: #621c1e;
    height: auto;
    overflow: auto;
	text-align: center;
}

#cetvrti {
	margin: 0 0 2em 0;
	background-color: #421c1e;
    height: auto;
    overflow: auto;
	text-align: center;
}

#peti {
	margin: 0 0 2em 0;
	background-color: #543234;
    height: auto;
    overflow: auto;
	text-align: center;
}


#box1 {
	width: 10%;
	float: left;
	position: relative;
	margin-top: 18%;
	margin-left: 18%;

}

#box1 a:link {color: #fffee0; }
#box1 a:visited {color: #E6BE8A; }
#box1 a:hover {color: #5F3206; }



#box2 {
	width: 15%;
	float: left;
	position: relative;
	margin-top: 28%;
	margin-left: 12%;
}

#box3 {
	width: 15%;
	float: left;
	margin-top: 31%;
	margin-left: 6%;
}
#box4 {
	width: 15%;
	float: left;
	margin-top: 35%;
	margin-left: 2%;
}
ul {
	width: 8em;
	list-style-type: none;
}
li {
	line-height: 200%;
}

a {
	color: #FFE5B4;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color:#5F3206;
}

h1 {
	text-align: center;
	padding-top:1.2em;
	font-size: 3.8vw;
}

h2 {
	text-align: center;
	padding-top:0.6em;
	font-size: 2.8vw;
}

h3 {
	text-align: center;
	font-size: 2vw;
}


h4 {
	text-align: center;

	font-size: 1.8vw;
}

#footer {
	padding:1em 0 1em 0;
	background-color: black;
	text-align: center;
	color: #FFFFFF;
	font-size: 2.6vw;
}

#footer a:link {color: #E5E4E2; }
#footer a:visited {color: #fffee0; }
#footer a:hover {color: #E5E4E2; }