footer{
    background-color: #323232;
    color: #000000;
    padding: 10px 0;
    margin-top: 80px;
}
footer .sm{
    font-size: 18px;
}
footer .sm a{
    padding: 0 5px;
}
footer p{
    font-size: 17px;
    color: #ffffff;
}
@media (max-width:767px){
    footer p{
        font-size: 11px;
    }
    footer{
        margin-top: 20px;
    }
}
@media (min-width:768px) and (max-width:991px){

}
@media only screen and (min-width:992px) and (max-width:1199px){
    
}