						/* za slike */
.cipresa {
  display: block;
  margin:0 auto;
  max-width: 40%;
  height: auto;
  border-radius: 15px;
  border: 5px solid black;
}
.cipresa1 {
  display: block;
  margin: 0 auto;
  max-width: 40%;
  height: auto;
  border-radius: 15px;
}
.slika_desno {
  display: block;
  margin: 0;
  position: absolute;
  left: 60%;
  max-width: 20%;
  height: auto;
  border-radius: 15px;
  border: 5px solid black;
}
								/* telo */
body {
  background-color:rgba(0, 255, 0, 0.15);
  padding-bottom: 60px;
}
h1 {
  color: Darkgreen;
  text-align: center;
   font-family: Arial;
   font-size: 400%
}
h2 {
	font-size: 160%
}
h3{color: Darkgreen;
}
p {
	color: Darkgreen;
  font-family: verdana;
  font-size: 20px;
  text-indent: 30px;
}
aside {
  display: block;
}
						/* razredi */
.povdarjen_odstavek { 
color: rgba(100, 200, 50, 1);
font-size: 23px;
}
.desno_odstavek{ 
right: 60%;
max-width: 80%
}				
						/* tabela */
table {
  border-collapse: collapse;
   width: 50%;
  margin: 20px 0 20px 0;
  font-family: Arial, sans-serif;
}

th, td {
  border: 1px solid #333;
  padding: 8px 12px;
  text-align: left;
}

th {
  font-weight: bold;
}
							/* linki */

a:link {
 color: Darkgreen;

}
a:visited {
  background-color:green;
  color: rgba(0, 200, 50, 1);
}
a:hover, a:active {
  background-color: green;
  color: white;
  border-radius: 10px;
}
							/* deli strani */
header {
  position: sticky;
  top: 0;
  padding: 25px;
  background: rgb(8, 242, 49, 0.2);
  font-size: 25px;
  color: white;
}
/* Osnovna oblika gumbov */
header nav a {
  display: inline-block;            
  background-color: rgb(17, 183, 36)!important;
  color: white!important; 
  text-decoration: none;  
  padding: 10px 20px;           
  margin: 5px;                  
  border-radius: 5px;           
  font-weight: bold;
}

header nav a:hover {
  background-color: rgb(74, 202, 67)!important; 
}
header nav a:visited {
  background-color:rgb(20, 90, 50);
}
footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgb(20, 90, 50);
  color: white;
  text-align: center;
  padding: 10px 0;
}
									/* razredi */
#onas {
  background-image: url('slike/Predvaja4.1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  min-height: 80vh;
}



