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;
	clip-path: inset(0 0 300px 0);
}

.slika-box{
	position: relative;
	width: 100%;
}

.tekst{
    position: absolute;
	left:20px;
	top:400px;
	color:white;
	font-size:24px;
	font-weight:bold;
	font-family: 'Oswald', sans-serif;
}

.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: Arial, Roboto, sans-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;
    background-image: linear-gradient(to bottom right, lightgrey, white);
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;
}