@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

body{
  font-family: "Roboto", sans-serif;
}
main { 
  width:100%;
  background-color: rgb(255, 255, 255);
}


.banner {
  background-color:none;
  width: 100%;

}

.banner img{
  width: 100%;
  z-index: -1;
  filter: brightness(60%);
 
}

.banner h1 {
  font-size: 100px;
  color: rgb(255, 255, 255);
  margin: 40px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vsebina-strani {
  width: 90%;
  margin: auto;
  
}

.opis{
  width: 90%;
  margin: auto;
  
}
.opis h3 {
  font-size: 26px;
  font-weight: 400;
  color: #141414;
  text-align: center;
  margin: 50px 0 0 0;
  border-bottom: #237ab8  solid;
  padding: 0 0 30px 0;

}

.opis p{
  font-size: 24px;
  margin: 30px 0 0 0;
  text-align: center;
  font-weight: 400;
  color: #424242;
}
.opis a:hover h3{
  color:#207fbb;
}


.storitve {
  background-color: rgb(255, 255, 255);
  
  z-index: -1;
  margin: 60px auto;
  display: flex;
  flex-wrap: wrap;
}


.row {
  background-color: #fcfcfc;
  margin: 5px;
  
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  flex: 100%;
  max-width: 100%;

}

.row:hover{
  background-color:#ffffff;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset, rgba(175, 175, 175, 0.9) 0px 0px 0px 1px;
}

.row:hover h4{
  color:#207fbb;
}

.row img{
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.row:hover img{
  filter: brightness(90%);
}
  



.storitve div p {
  text-align: left;
  margin-bottom: 5px;
  color: #54595f;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
}

.storitve div h4, a {
  color: #080808;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.opisi{
  background-color:#207fbb;
  padding: 20px;
}

.opisi p{
  color:rgb(255, 255, 255);
  font-size: 30px;
  margin: 30px auto;
  text-align: center;
  font-weight: 300;
 }
 .opisi b{
  font-weight: 500;
 }

 .vizija{
  padding: 20px;
  margin-top: 50px;
  margin-bottom: 25px;
 }
.vizija h3{
  font-size: 30px;
}
.vizija p{
  font-size: 20px;
  margin-top: 20px;
  font-weight: 400;
  color:#303b44;
  text-align: justify;
}
.vizija div img{
  width: 20%;
  margin: auto;
  display: block;
}
.crta{
  height: 5px;
  border-top:#303b44 solid 1px;
}

footer {
  background-color: #303b44;
  position: sticky;
  display: block;
}

.storitve {
  align-items: center;
}

footer .logoimg {
  width: 60%;
  margin: 20px;
}

footer div{
  margin: 20px;
  margin-bottom: 0;
}
.footpodatki div a {
  color:rgb(238, 238, 238);
  text-decoration: none;
  font-weight: 400;
}
.footpodatki div a:hover{
  color: #207fbb;
}

footer .certifikat {
  object-fit: contain;
  width: 90%;
  margin: 5%;
}

.copyright{
  background-color: rgb(38, 43, 53);
}
.copyright p{
  text-align:center;
  color: white;
}


@media only screen and (min-width: 700px) {

  .row{
    flex: 44%;
    max-width: 44%;
    margin: 3%;
  }
  .podvizija{
    display: flex;
  }
  .podvizija div{
    justify-content: center;
    margin: auto;
  }
  .podvizija div img{
    width: 60%;
    
  }
  footer{
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  footer .logoimg {
    width: 60%;
    margin: 20px;
  }
  
  footer div{
    margin: 20px;
    
  }
  footer a {
    color:rgb(238, 238, 238);
    text-decoration: none;
    font-weight: 400;
  
  
  }

  
  footer .certifikat {
    object-fit: contain;
    width: 100%;
  }
  
}

@media only screen and (min-width: 900px) {
  .storitve div {
    float: left;
    width: 30%;
    display: block;
    margin: 10px 1.5%;
  }

  .storitve::after {
    content: "";
    clear: both;
    display: table;
  }

  .vsebina-strani {
    width: 90%;
    margin: auto;
  }
  
}
@media only screen and (min-width: 1500px) {

  main{
    width: 70%;
    margin: auto;
  }
  .podvizija div img{
    width: 50%;
  }

  
}