/* 
/* 
/*  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.scrolled .navbar-brand img.regular {
    display: none;
}
.navbar.scrolled .navbar-brand img.inverted {
    display: block;
}
.navbar .navbar-brand img.regular {
    display: block;
}
.navbar .navbar-brand img.inverted {
    display: none;
}

@media (max-width: 1100px) {
    #drift-frame-controller {
        display: none !important;
    }
}