/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/

footer {
    padding: 1.5rem 0;
}
@media (min-width: 992px) {
    footer {
        padding: 1.5rem 0;
    }
}

@media (min-width: 768px) {
    footer {
        padding: 1.5rem 0;
    }
}