@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue&display=swap');

body {
	background-color: #70614e;
	background-image: url(slike/zvezdano-nebo.jpg);
	background-position: top center;
	background-size: 100%;
	background-attachment: fixed;
	font-family: "Comic Sans MS", Arial, cursive;
	margin: 0px;
	padding: 0px;
}

a {
	color: #000;
	text-decoration: none;
}

.facebook {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10%;
}

.containner {
	background-color: #E6E6E6;
	margin-left: auto;
	margin-right: auto;

	width: 80%;
}

.header {
	width: 100%;
	float: left;
	text-align: center;
}

.header img {
	float: left;
	width: 80%;
	margin-top: 10px;
	margin-left: 10px;
}

.nav {
	margin-top: 15px;
	width: 100%;
	height: 30px;
	float: left;
	border-bottom: solid #000 1px;
}

.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.nav li {
	display: block;
	position: relative;
	float: left;
}

.nav a {
	padding: 7px;
	display: block;
}

.nav ul li a:hover {
	background-color: #999;
}

.nav li ul {
	display: none;
}

.nav li:hover ul {
	display: block;
	position: absolute;
}

.nav li:hover li {
	float: none;
	width: 200px;
}

.nav li:hover a {
	background-color: #E6E6E6;
}

li:hover li a:hover {
	background: #999;
}

.content_left {
	width: 70%;
	float: left;
}

.content_right {
	width: 30%;
	float: left;
}

.main {
	width: 100%;
	float: left;
}

.article {
	width: 100%;
	float: left;
	margin-top: 15px;
}

.article h2 {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 30px;
}

h1 {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 36px;
}

.tekst {
	width: 100%;
	float: left;
}

.tekst img {
	width: 30%;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.tekst p {
	margin-left: 15px;
	margin-right: 15px;
	text-align: justify;
}

.tekst a {
	color: #906;
}

.footer {
	width: 100%;
	float: left;
	height: 30px;
	background-color: #300;
	text-align: center;
	color: #FFF;
	font-size: 13px;
}

.blok_r {
	width: 100%;
	float: left;
	padding-top: 10px;
}

.footer p {
	margin-top: 5px;
}

.clear {
	clear: both;
}


@media screen and (max-width: 1000px) {
	.containner {
		width: 100%;
	}

	.content_right {
		width: 100%;
	}

	.content_left {
		width: 100%;
	}

	.nav {
		height: auto;

	}

}