/* global styles */
/* ------------------------ */
body{
    margin-bottom: 60px;
}

body > .container{
    /*
    86px > padding-top
    15px > padding-right and padding-left
    0px > padding-bottom
    */
    padding: 86px 15px 0;
}

.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #dc3545;
}
/* facebook friends images */
.img-60px{
    height: 60px;
    width: 60px;
}
/* for mobile devices */
@media (max-width: 576px){
    .mt-xs-2{
        margin-top: .5rem;
    }
}

