/*X-Small devices (portrait phones, less than 576px)*/
/*No media query for `xs` since this is the default in Bootstrap*/

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
    #banner{
        margin-top: 40px;
    }
 }

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { ... }

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { ... }

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { ... }

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { 

 }


@font-face {
    font-family: Helvetica;
    src: url(fonts/Helvetica.ttf);
}
@font-face {
    font-family: Audio;
    src: url(fonts/Audiowide-Regular.ttf);
}
@font-face {
    font-family: Inter;
    src: url(fonts/Inter-Regular.ttf);
}
@font-face {
    font-family: Unbounded;
    src: url(fonts/Unbounded-VariableFont_wght.ttf);
}
@font-face {
    font-family: Quest;
    src: url(fonts/Questrial-Regular.ttf);
}

body{
    font-family: Inter, sans-serif;
    background-image: url('img/ABOUT.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  height: 100vh;
}
.naslov{
    padding-top: 60px;
    font-family: Helvetica, sans-serif;
    color: white;
    
}
.naslov2{
    display:block;
    font-family: Audio, sans-serif;


}
.hero{
    width: 100%;
    height: 100vh;
    background-image: url(img/HERO.jpg);
    background-size: cover;
    background-position: center;
}
.labela{
    font-size: large;
    color: rgb(214, 237, 255);
    font-family: Unbounded,sans-serif;
    
}
.shadow__btn {
    margin: 0px 13px 10px 0px;
    padding: 10px 40px;
    border: none;
    font-size: 17px;
    color: #fff;
    border-radius: 7px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.5s;
    transition-property: box-shadow;
    font-family: Quest, sans-serif;
  }
  
  .shadow__btn {
    background: rgb(0,140,255);
    box-shadow: 0 0 25px rgb(0,140,255);
  }
  
  .shadow__btn:hover {
    box-shadow: 0 0 5px rgb(0,140,255),
                0 0 25px rgb(0,140,255),
                0 0 50px rgb(0,140,255),
                0 0 100px rgb(0,140,255);
  }
  .footer{
    
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    
    }
    .footerlabel{
        color:white;
        margin-top: 5px;
    }
    .navbar-nav .nav-link {
        font-family: Audio;
        font-size: large;
       
      }
     
      .labela1{
        font-size: large;
        color: white;
    }
    .hamburger{
        color: #fff;
    }

    .navbar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
      }
      .hero2{
        width: 100%;
        height: 100vh;
        background-image: url(img/ABOUT.jpg);
        background-size: cover;
        background-position: center;
    }
    .about{
        display: flex;
        align-items: center;
    }
    .develeoper{
        background-image: url(img/ABOUT.png);
        
    }
.labela2{
    font-family: Inter,sans-serif;
    font-size: larger;
    color: white;
    
}
.naslov3{
    
    font-family: Audio, sans-serif;
    font-size:xx-large;

}
.footerlabel2{
    color:white;
    margin-top: 15px;
}
.footer2{
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    position: fixed;
    background-color:#0d0a51;
}
.mojeznanje{
    color: rgb(255, 255, 255); 
    font-size: 20px; 
    text-align: center;
    font-family: Unbounded,sans-serif;
}
.fonter{
    font-family: Unbounded,sans-serif;
    color: white;
}
.kontejner{
    display: flex;
    column-gap: 10px;
}
