

.glavno {
	font-size: 50px;
	text-align: left;
	font-family: Futura, Serif;
	color: rgb(50,100,10);
	}

.ozadje {
	background-color: rgb(235,255,215)
}

.text { 
	text-indent: 20px;
	font-family: Papyrus, Serif;
	font-size: 20px;
	color: rgb(10,40,0); 
	}
img {
	max-width: 600px;
} 

li {
	color:rgb(0,0,0,0.6);
	font-family: Georgia, Serif;
	font-size: 20px;
	}
.text2 {
	font-family: Papyrus, Serif;
	color: white;
	font-size: 20px;
	text-indent: 10px;
	
	max-width: 600px;
	}
	
.ozadje2 {
	background-image: url("slike/lizard-8787888.jpg");
	background-size: cover;
	background-attachment: fixed;

}

.ozadje3 {
	background-image: url("slike/planet-4263672.jpg");
	background-size: cover;
	background-attachment: fixed;

}

.naslov1 {
	font-family: Futura, Serif;
	color: white;
	margin-top: 50px;
	font-size: 50px;
}



a:link {
  color: green;
  font-family: arial;
  font-size: 20px;
  text-decoration:none
}

a:visited  {
	color: lime;
	font-family: arial;
	font-size: 20px;
	text-decoration:none
}

a:hover {
	color: hotpink;
    font-family: arial;
	font-size: 20px;
	text-decoration:none
}







body {margin: 0px;
}



nav {
	background-color: rgb(60,90,30);
	padding: 20px;
}


	
nav a {
	color: white;
	padding: 20px 28px;
	background-color: rgb(60,90,30);
	margin: 1px;
}
nav a:link,
nav a:visited {
	text-decoration: none;
    color: white;    
}

nav a:hover {
	text-decoration: none;
    color: hotpink;
	background-color: rgb(70,100,40);
}



.nav2 {
    background-color: rgb(160,180,140);
	padding:1px;
	margin-left: 1%;
	margin-right: 60%;
	text-align:center;
	
}

.nav2 a {
	font-size: 17px;
	display:block;
	padding: 10px;
	margin: 5px;
	background-color: rgb(160,180,140);
	
}

.nav2 a:hover {
	background-color: rgb(190,210,170);
	color: black;
}

header {
	height: 100px;
	background-image: url("slike/sunset-8331285.jpg");
	background-size: cover;
	background-position: center;
	
}

section {
	max-width: 1000px;
	margin-left: 70px;
	margin-right: 30px;
}

footer {
	height: 300px;
}

@media (max-width:1200px) {
	nav a {
		padding: 10px 18px;
		margin: 1px;
		display: inline-block; }
	img { max-width: 75% }
}

@media (max-width:600px)  {
	nav a {
		display: block;
		margin: 5px;
		padding: 5px;
		text-align: center;
	}
	nav a:first-child {margin-top:0px}
	img {max-width: 100%}
	
}

.aktiven {
	color: rgb(255,240,20) !important;
	background-color: rgb(60,100,60) !important;
}
.aktiv2 {
	background-color: rgb(190,210,170) !important;
	color: rgb(255,240,20) !important;
}