#callemailfooter {
    float: left;
    font-size: 14px;
    color: #000;
    margin-left:150px;
}

#socialfooter {
    float: right;
    margin-right:150px;
}

footer {
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    height: 35px;
    padding-top: 5px;
}


.fa {
    font-size: 20px !important;
    width: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    color: #000;
}

.fa:hover {
    opacity: 0.7;
    color: #BD1F2D;
}

#bottomRed {
    width: 100%;
    background-color: #BD1F2D;
    margin-bottom: 20px;
    height: 0px;
}

@media (max-width: 800px) {
    #socialfooter {
        float: right;
        margin-right:0px;
    }

    #callemailfooter {
        float: left;
        margin-left:0px;
    }
}