.mainslogan{
    position:absolute;
    bottom: 7vh;
    background-color: #0075ce;
    z-index: 10;
}
@media(min-width: 1500px){
    .mainslogan{
        bottom: 15vh;
    }
}
#footer{
    background-image: url(http://www.cclexpress.com/cclsecure/images/foot3.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: static;
    bottom: 0;
}
/* Style all font awesome icons */
.fab {
    padding: 20px;
    font-size: 30px;
    width: 70px;
    text-align: center;
    text-decoration: none;
    background: black;
    color: white;
    margin-right: 1rem;
}

/* Add a hover effect if you want */
.fab:hover {
    opacity: 0.7;
    color: white;
    text-decoration: none;
}
