.text-gold a {
    color: gold;
}

#contact .contact-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 0 !important;
}

#contact .contact-menu .contact-menu-item {
    width: 42px;
    height: 42px;
    margin: 0 10px 0 10px;
    border-radius: 50%;
    overflow: hidden
}

#contact .contact-menu:first-child {
    margin-left: 0;
}

#contact .contact-menu .contact-menu-item a {
    display: block;
    width: 100%;
    height: 100%
}

#contact .contact-menu .contact-menu-item a svg {
    width: 100%;
    height: 100%;
    fill: #fff
}

#contact .contact-menu .contact-menu-item a svg {
    fill: #fff;
}

@media screen and (max-width:991.98px) {

    #contact {
        display: none
    }
}