body{
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

*{
    margin:0;
    padding:0;
}

    header {
    height: 400px;
    width: 100%;
}


nav {
    background-color: black;
    text-align: right;
    height: 75px;
    width: 100%;
    opacity: 60%;
    padding-top: 40px;
    padding-right: 25px;
}

nav a {
    color: pink;
    text-decoration: none;
    padding: 10px;
}

h1 {
    text-align: center;
    color: yellow;
    font-size: 45pt;
}

#strA {
    background-image: url(Slike/bg.jpg);
       background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


section {
    height: 100vh;
    background-repeat: no-repeat;
    width:100%;
    float: left;
}


.onama {
    color: black;
    text-align: left;
 font-size: 22pt;
}

.kontakt{
    color: black;
    text-align:left;
     font-size: 22pt;
}

h1{
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.projekti{
    color: black;
    font-size: 22pt;
    text-align: left;
}

/*.slikica{
    height: 450px;
    width: 450px;
    float: left;
    padding-right: 20px;
}*/

ul{
    list-style: none;
    text-align: center;
}

.novo{
     height: 600px;
    width: 100%; 
}

.SLIKA{
  height: 270px;
    width: 350px;
    padding:30px;
}

.SLIKA2{
  height: 270px;
    width: 350px;
      padding:30px;
}


.SLIKA3{
  height: 270px;
    width: 350px;
      padding:30px;
}

.SLIKA4{
  height: 270px;
    width: 350px;
      padding:30px;
}

/*.SLIKA4{
  height: 290px;
    width: 350px;
}*/


.lijevo{
    float: left;
    width:400px;
}

.desno{
    float: left;
    margin-left: 50px;
    width:70%;
}


.projekti{
    width:70%;
    padding-left: 440px;
    margin:0 auto;
    paddin:20px;
    float: left;
}

iframe{
    width:100%;
    height:50vh;
    border:none;
    padding-top: 35px;
}