/* 
/* 
/*  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.
/*
*/

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand img {
    height: 100px;
} 
@media only screen and (max-width: 600px) {
    .navbar-brand img {
        height: 80px;
    }
}