@font-face{
    font-family: header;
    src: url('../fonts/eight.ttf');
}

@font-face{
    font-family: naslov;
    src: url('../fonts/loves.ttf');
}

.navbar-nav{
    overflow: visible;
}

     .blue-nav:focus, .blue-nav:focus {
         outline: none !important;
         outline-style:none !important;
         box-shadow:none !important;
         border-color:transparent !important;
     }
     .blue-nav:focus {
         outline: none !important;
         outline-style:none !important;
         box-shadow:none !important;
         border-color:transparent !important;
     }


.dropdown-toggle::after{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: relative !important;
    top: 2px !important;
    left:-4px;
}

.dropdown-menu a:hover{
    color:#27a8e0;
}

.dropdown-menu a{
    font-family: header;
}

.dropdown-item{
    background-color: transparent !important;
}

.header{
    background-color: rgb(254, 254, 254);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}

.header img{
    height: 40px;
}

.burger-menu{
    height: 30px !important;
}

.blue-nav{
    color: #27a8e0;
    margin-left: 7px;
    transition: all .3s;
    font-family: header;
}

.blue-nav:hover{
    color: #0b1d38;
}

.dark-nav{
    color: #0b1d38;
    margin-left: 7px;
    transition: all .3s;
    font-family: header;
}

.dark-nav:hover{
    color: #27a8e0;
}

.dropdown-menu{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: center !important;
    list-style: none;
    background-color: transparent !important;
    background-clip: padding-box;
    border: none  !important;
    border-radius: .25rem;
}



@media (min-width: 567px){

}

@media (min-width: 768px){

    .header img{
        height: auto;
    }

    .burger-menu{
        height: auto;
    }
    

}

@media (min-width: 992px){

    .dropdown-menu{
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    list-style: none;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15) !important;
    border-radius: .25rem;
    }

}


@media (max-width: 992px){
    .add-ch::before{
    content: "v";
    position: absolute;
    top: 48px;
    font-family: monospace; font-size:9px;
    
}
    .add-ch2::before{
    content: "v";
    position: relative;
    top: -9px;
    left: 53px;
     font-family: monospace; font-size:9px;
}

    .add-ch3::before{
    content: "v";
    position: relative;
    top: -10px;
    left: 15px;
    font-family: monospace;
    font-size: 9px;
}
}

@media (min-width: 993px){
    .add-ch::before{
    content: "v";
    position: absolute;
    top: 8px;
     font-family: monospace; font-size:9px;
}


    .add-ch2::before{
    content: "v";
    position: absolute;
    top: 41px;
    left: 71px;
     font-family: monospace; font-size:9px;

}

    .add-ch3::before{
    content: "v";
    position: absolute;
    top: 73px;
    left: 34px;
    font-family: monospace;
    font-size: 9px;

}

}

@media (max-width: 556px){
    .navbar{
    width: 80%;
}
}
