
.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: 25px;
	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: arial;
	color: white;
	font-size: 15 px;
	text-indent: 20px;
	}
.ozadje2 {
	background-color: rgb(60,90,30);
}

.naslov1 {
	color: white;
}



a:link {
  color: green;
  font-family: arial;
  font-size: 20px;
}

a:visited  {
	  color: green;
  font-family: arial;
  font-size: 20px;
}

a:hover {
  color: hotpink;
    font-family: arial;
	font-size: 20px;
}

body {margin: 0;
}
section {margin-left: 40px;
}

nav {
	background-color: rgb(250,253,255);
	padding: 25px;
}

nav a {
	color: rgb(30,50,20);
	padding: 25px 20px;
	background-color: rgb(240,243,245);
	margin: 1px;
}

header {
	height: 200px;
	background-color: rgb(200,245,250);
}