
#social-media-links{
    width: fit-content;
    height: 100%;

    display: flex;
    flex-direction: row;
    align-items: center;

    margin-right: 5vw;
    gap: 2vw;
    
}

.social-media-mod{
    font-size: 3vw;
}

.social-media-mod:hover{
    scale: 1.1;
}

.social-round-icon {
    border: 1px solid #838383;
    border-radius: 50px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.social-round-icon:hover {
    background-color: #ff0060;
    color: #fff;
    border-color: #ff0060;
}
.social-round-icon.white-round-icon {
    border: 1px solid #fff;
    color: #fff;
}
.social-round-icon.white-round-icon:hover {
    background-color: #fff;
    color: #ff0060;
    border-color: #fff;
}
.fa-icon {
    color: #f7f7f7;
    width: 32px;
    height: 32px;
    display: inline-block;
    line-height: 29px;
    font-size: 15px;
    text-align: center;
}
.fa-icon.fa-icon-2x {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
}

.fa-icon.fa-icon-4x {
    width: 70px;
    height: 70px;
}


.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}



.social-buttons .social-round-icon {
    margin-right: 10px;
}
.social-buttons a {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    color: #000;
}
.social-buttons a:hover {
    color: #ff0060;
    text-decoration: none;
}
.social-buttons a:hover .social-round-icon {
    background-color: #ff0060;
    color: #fff;
    border-color: #ff0060;
}


