body{color:black;text-align:center;background-attachment:fixed;background:white;font-style:Arial, roboto;}

.header{
	background-image: linear-gradient(to bottom right, #D3D3D3, #D3D3D3);
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;}
	
.logo {
	height: 110px;
	width:auto;
margin-right: 100px;}

.nav ul {
    list-style: none;
    display: flex;
	gap: 70px;
	margin: 0;
    padding: 0;
}

.uvodna-slika{
	width:100%;
	height: auto;
	display: block;
}

.uvodna-slika2{
	position: absolute;
	top: 15%;
	left: 20%;
	z-index: 4;
	width: auto;
	height: auto;
}

.slika-box{
	position: relative;
	width: 100%;
}

.slika-wrapper {
  
  width: 100%;
  height: 870px;       
  overflow: hidden;    
  position: relative;
}
  


.overlay{
	z-index: 5;
	position: absolute;
    inset: 0;
	display: flex;
    align-items: center;
    justify-content: center;
}

.tekst{
    position: absolute;
	left:20px;
	top:400px;
	color:white;
	font-size:24px;
	font-weight:bold;
	font-family: 'Oswald', sans-serif;
}

.slika-box {
  margin-bottom: 0px;
}


.box1{
	background-color:lightgrey;
}

.tri-slike {
  margin-top: 0;
  padding-top: -200px;
}

.tri-slike {
  display: flex;
  gap: 40px;
  padding: 60px 40px;
  justify-content: center;
}

.ogenj{
	width: 80% !important; 
	height: auto !important;
}

.graf{
	margin-top: 20px;
	
}
	
.kartica {
  text-align: center;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.kartica img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.kartica h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.kartica p {
  font-size: 16px;
  line-height: 1.5;
}

.kartica {
  background: #f5f5f5;
  padding: 30px;
  border-radius: 12px;
}


.kartica:hover {
  transform: translateY(-5px);
  transition: 0.9s ease;
}

.kartica-gumb{
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #ff6600;
  color: white;
  font-weight: bold;
  border-radius: 8px;
  transition: background-color 0.3s, transform 0.3s;
}

.kartica-gumb:hover {
  background-color: #36454F;
  transform: scale(1.3);
}


@media (max-width: 900px) {
  .tri-slike {
    flex-direction: column;
    align-items: center;
  }
}


.sekcija{
	width:100%;
	margin: 0 auto;
	
}

.preberi-vec {
	border-radius:15px;
	padding:7px;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 10px;
    background-color: #ff6600;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 0px;
    transition: background 0.3s;
	transition:0.5s
}

.preberi-vec:hover{
	background-color:#36454F;
	transform:scale(1.2);}




ul{
	list-style-type: none;
  margin: 0;
  padding: 40;
  overflow: hidden;
  background-color: none;
}

ul li {
  float: left;
}

ul li a {
  display: block;
  color: black;
  text-align: center;
  padding: 30px 30px;
  text-decoration: none;
  transition:0.5s
}

ul li a:hover {
  background-color: #36454F;
  transform:scale(1.3);
}

.nav a{
    color: grey;
    text-decoration: none;
    font-size: 1.05rem;
}
	

h1{
    font-size: 70px;
    text-align: center;
    font-family: 'Scope One',serif;
    }

table{border-color:yellow;background-color:blue;}

h2{
	font-size: 20px;
}

h3{
    font-size: 70px;
    text-align: center;
    font-family: Arial, Roboto, sans-serif;
	padding: 20px;
}











.Kaj-je-piroliza{ border-radius:15px;
border:0px solid #36454F;
padding:7px;
width:20px;
height:30px;
border:none;
color:white;
background-color:#899499;
transition:0.5s}

.Kaj-je-piroliza:hover{
	background-color:#36454F;
	transform:scale(1.5);}

.na-kratko-o-odpadni-plastiki{ border-radius:15px;
border:0px solid ##36454F;
padding:7px;
width:20px;
height:30px;
color:white;
background-color:#899499;
transition:0.5s}

.grow-na-kratko-o-odpadni-plastiki {
    display: inline-block;        
    text-decoration: none;
	transition: transform 0.5s;}  

.na-kratko-o-odpadni-plastiki:hover{
	background-color:#36454F;
	transform:scale(5);}

.Pridobivanje-stirena{ border-radius:15px;
border:0px solid ##36454F;
padding:7px;
width:20px;
height:30px;
color:white;
background-color:#899499;
transition:0.5s}

.Pridobivanje-stirena:hover{
	background-color:#36454F;
	transform:scale(1.5);}

a{text-decoration:none;}


footer {
  background-color:lightgrey;
  background-image:url(gimvic-siv.png);
  background-size: 70px;
  font-size:15;
  font-weight:5;
  text-align: center;
  padding: 100px;
}