.header-simboli:first-of-type {
    display: none;
}

#navbarNav {
    flex-basis: 95.5%;
}


/*ABOUT*/ 
#main-about {
    background-image: url(../img/pozadina.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#section {
    width: 100%;
    position: absolute;
    top: 80px;
    bottom: 100px;
    border-radius: 20px;
    background-color: #ffffffad;
    color: black;
    padding: 50px;
}

#section article {
    width: 70%;
    margin: auto;
    align-items: center;
    height: 100%;
    overflow-y: auto;
}

article > * {
    padding-bottom: 20px;
}

article ol li, li::marker {
    padding-left: 10px;
    margin-left: 50px;
}

article p, article ol {
    font-size: 19px;
    padding-left: 0px;
    text-align: justify;
}

article p {
    padding-right: 15px;
}

article ol li {
    font-size: 18px;
    padding-top: 5px;
}

/*Scrollbar*/

/* width */
::-webkit-scrollbar {
    width: 10px;
}
  
  /* Track */
::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(196, 196, 196, 0.45);
}
   
  /* Handle */
::-webkit-scrollbar-thumb {
    background: #7A7A7A; 
    border-radius: 10px;
}
  
  /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #4c4b4b;
}

@media only screen and (max-width: 1441px) {
    #navbarNav {
        flex-basis: 93%;
    }
}

@media only screen and (max-width: 1025px) {
    #navbarNav {
        flex-basis: 90%;
    }
}

@media only screen and (max-width: 769px) {
    #navbarNav {
        flex-basis: 88%;
    }
    #section article {
        width: 90%;
    }
}


@media only screen and (max-width: 541px) {
    .header-title-img {
        display: none;
    }
    #navbarNav {
        flex-basis: 75%;
    }
    #section article {
        width: 100%;
    }
    #section {
        padding-left: 25px;
        padding-right: 25px;
    }

    article ol {
        padding-right: 15px;
    }

    article ol li, li::marker {
        margin-left: 25px;
    }

    article p, article ol li, article ol {
        font-size: 14px;
    }
    h3 {
        font-size: 22px;
    }
    .footer-img {
        height: 45px;
    }
    #section {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 376px) { 
    #navbarNav {
        flex-basis: 70%;
    }
}

@media only screen and (max-width: 321px) {
    #navbarNav {
        flex-basis: 72%;
    }
}