body{
    font-family: 'Montserrat', sans-serif;
}

#logo-header{
    max-width: 450px;
}
#logo-footer{
    max-width: 350px;
}

/* .social{
    color: #075798 !important;
    text-decoration: none !important;

}

.social:hover{
    color: #0086f3 !important;
    text-decoration: none !important;
} */

.social{
    /* color: #FCE2BA!important; */
    color: #d8d8d8;
    text-decoration: none !important;

}

.social:hover{
    /* color: #ffd595 !important; */
    color: white;
    text-decoration: none !important;
}
.link-footer{
    color: #d8d8d8;
    text-decoration: none;
}

.link-footer:hover{
    text-decoration: none;
    /* color: #ffd595; */
    color: white;
}

.svg{
    text-decoration: none !important;
}