/* put your own styles to customize and override the theme */


/* overriding theme style */
.app-header, .top-bar, .top-bar-brand{
    height: 6rem;
}

@media (min-width: 768px){
    .app-aside-expand-md {
        top: 6rem;
    }
}

.app-main {
    padding-top: 6rem;
}