@media only screen and (max-width: 992px) {
    header.header-mobile #mainmenu li a {
        color: #f49c14;
    }
}

.social-menu ul {
    padding: 0;
    margin: 0;
    display: flex;
}

.social-menu ul li {
    list-style: none;
    margin-right: 10px;
}

.social-menu ul li .fab {
    font-size: 20px;
    line-height: 40px;
    transition: .3s;
    color: #000;
}

.social-menu ul li .fa:hover {
    color: #fff;
}

.social-menu ul li a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    padding-top: 5px;
    transition: .6s;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.social-menu ul li a:hover {
    transform: translate(0, -10%);
}

.social-menu ul li:nth-child(1) a:hover {
    background-color: #25D366;
}
.social-menu ul li:nth-child(2) a:hover {
    background: linear-gradient(143deg, rgba(64,93,230,1) 0%, rgba(131,58,180,1) 35%, rgba(225,48,108,1) 100%);
}
.social-menu ul li:nth-child(3) a:hover {
    background-color: #0077B5;
}
.social-menu ul li:nth-child(4) a:hover {
    background-color: #1877F2;
}
.social-menu ul li:nth-child(5) a:hover {
    background-color: #FF0000;
}

@media only screen and (max-width: 768px) {
    .fs-72 {
        font-size: 50px;
    }
    .fs-60 {
        font-size: 32px;
    }
    h1.hero-heading {
        font-size: 32px !important;
    }
}
