/* Enter Your Custom CSS Here */

.site-branding-wrapper {
    display: none;
/* 		display : block; */
}

/* MOBILE/DESKTOP LOGO FIX */
@media only screen and (max-width: 760px){
.navbar-brand { 
    background-image: none !important;
}
}