/* Footer  */
.section-footer {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.footer-logo {
    background-color: #84deff;
    border-radius: 30%;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.9);
}

.bg-footer {
    bottom: 0;
}

.footer-content {
    z-index: 1;
    margin-top: -50px;
    background-color: #5cd2fd;
}

.footer-content .row {
    color: #121212;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
}

.footer-content .row .col h5 {
    color: #ade9ff;
    text-shadow: 4px 2px 2px rgba(0, 0, 0, 0.9);
}

.footer-content .row .col a {
    text-decoration: none;
    color: #121212;

}

.footer-content .row .col a:hover {
    color: #ade9ff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
}

.copy-right {
    font-weight: bold;
    background-color: #5cd2fd;
    bottom: 0;
    height: 50px;
}

@media (max-width: 576px) {
    .note-footer{
        width: 90vw !important;
    }
 }

.note-footer {
    width: 60vw;
    font: 15px;
}

/* End of Footer  */