/*   
Theme Name: recycleold
Version: 1.0
Tags: clean, development, html5, bootstrap
Description: Clean wordpress theme with minimal bootstrap3 markup for fast development starting
Author: NDC
*/
.mt-16 {
    margin-top: 16px;

}

.mb-16 {
    margin-bottom: 16px;
}
.wrapper-title h1 {
    text-align: center;
}
@media (max-width: 960px){
    .header__logo {
        max-width: 220px;
        flex: 1;
        min-width: 0;
    }
}