/**************** STICKY ****************/

.footer {
    position: relative;
    bottom: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background-color: var(--custom-blue);
}
.footer > div {
    border: 0;
}

.footer-img-container {
    text-align: center;
}
.footer-logo {
    height: 80px;
    margin-top: 2vh;
}

/**************** STATEMENTS ****************/

.footer-statement {
    text-align: center;
    background-color: black;
}
.footer-statement a {
    color: white !important;
}
.footer-statement a:hover {
    color: #AAA !important;
}

/**************** CONTACT ****************/

.footer-contact {
    background-color: var(--custom-blue);
    text-align: center;
}
.footer-contact p a {
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}
.footer-contact .footer-link-container {
    padding: 4vh 0 3vh 0;
}
.footer-contact .footer-address-container {
    color: white;
    font-weight: bold;
    margin-top: 2vh;
}
.footer-contact .div-social-network i {
    color: white;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 32px;
    cursor: pointer;
}