/* Header */

#navagation-bar {
    z-index: 1000;
    background-color: rgb(41, 41, 41);
    padding: 10px;
}

#main_logo {
    display: block;
    border-radius: inherit;
    object-position: center;
    object-fit: cover;
    image-rendering: auto;
}

#header {
    text-align: left;
}

.links{
    color: white;
    font-weight: 400;
    font-size: 16px;
}

@media (max-width: 810px) {
    .links {
        font-weight: 600;
        font-size: 32px;
        line-height: 1;
    }

    #about-us {
        margin-top: 25px;
    }
}

/* Footer */
footer {
    position: relative;
    overflow-y: auto;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.footer-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5em;
    color: rgb(31, 24, 24);
}

#footer-1 {
    background-color: rgb(222, 220, 220);
    padding: 100px 40px;
}

#footer-2 {
    background-color: rgb(222, 220, 220);
    max-width: 100%;
    padding: 25px;
}

#footer-1.visible,
#footer-1-sub.hidden {
    display: block;
}

#footer-1.hidden,
#footer-1-sub.visible {
    display: none;
}

.footer-boxes {
    /* footer 1 boxes */
    padding: 30px;
    margin-right: 1em;
    background-color: white;
    border-radius: 20px;
    max-width: 220px;
    box-shadow: 0 0.7961918735236395px 2.3885756205709185px -0.625px #0000000d, 0 2.414506143104518px 7.2435184293135535px -1.25px #0000000d, 0 6.382653521484461px 19.147960564453385px -1.875px #0000000d, 0 20px 60px -2.5px #0000000d;
}

.footer-boxes-title h3 {
    display: block;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
    letter-spacing: 0;
    color: rgb(0, 17, 34);
    letter-spacing: -0.5px;
}

.footer-boxes a{
    padding: 0;    text-align: left;
    color:#111;
    font-weight: 500;
    line-height: 1.6em;
    transition: 0.2s ease-in-out;
}

.footer-boxes a:hover{
    color:#333;
    opacity: 0.8;
}

#footer-1-sub {
    background-color: rgb(242, 242, 242);
    color: #333333;
    font-weight: 600;
    line-height: 1.5em;
    overflow: hidden;
}

#footer-1-sub-children {
    text-align: left;
    line-height: 0.5;
    padding-left: 35px;
    padding-bottom: 10px;
    max-height: 396px;
    transition: max-height 0.4s ease-in-out;
}

#footer-1-sub-children div {
    padding-bottom: 10px;
}


#footer-1-sub-children.hidden {
    max-height: 0;
}
#footer-1-sub-children.hidden div {
    display: none;
}

#footer-1-sub-parent {
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    display: flex;
    justify-content: left;
    align-items: center;
}

@media (max-width: 810px) {
    .footer-text {
        font-size: 12px;
    }
}