footer {
    background-color: #303740;
}

#footer-title {
    letter-spacing: 0.15px;
    line-height: 90%;
    font-size: 15px;
}
#footer-subtitle {
    font-size: 9px;
    letter-spacing: 0.135px;
    line-height: 90%;
}

footer .icon {
    background-color: #626c7a;
    border-radius: 50%;
    padding: 8px;
}

.contact-item p {
    font-size: 14px;
}

footer .follow-item .icon {
    background-color: #626c7a;
    border-radius: 50%;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s ease;
}
footer .follow-item .icon:hover {
    background-color: rgb(98, 108, 122, 0.5);
}

.navigasi-list {
    list-style: none;
    padding-left: 0;
}
.navigasi-list li:not(:last-child) {
    margin-bottom: 10px;
}
.navigasi-list li a {
    color: white;
    transition: 0.2s ease;
}
.navigasi-list li a:hover {
    color: rgba(255, 255, 255, 0.7);
}

footer .divider {
    border: 1px solid #626c7a;
}

@media only screen and (max-width: 990px) {
    #footer-title {
        font-size: 13px;
    }

    #footer-subtitle {
        font-size: 7px;
    }

    .nav-link {
        color: black !important;
    }
}
