.social-section {
    height:95vh;
    background-size: cover;
    padding-top:7rem;
    margin:0;
}

.img-mobile {
    padding-left: 4rem;
}

.social-text {
    padding-top: 4rem;
}
.social-section .a {
    color: black important!;
}

.menu-links {
    padding-top: 8rem;
    padding-left: 3rem;
}

.menu-content {
    background: white;
}

.menu-item .img{    
    width: 500 px;
    height: 105 px;

}

.social-item {
    position: relative;
    display: inline-block;
}
.social-item .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.social-item:hover .img-top {
    display: inline;
}