/* Hide all content except the top navigation bar */
/* Only hide main content on landing page */
body.landing-page .v-main,
body.landing-page main,
body.landing-page .v-content,
body.landing-page footer,
body.landing-page section {
    display: none !important;
}

.v-toolbar__content > button.v-btn--text:nth-of-type(3) {
    display: none !important;
}

.v-app-bar img,
.navbar img {
    content: url('https://static.wikia.nocookie.net/dolan/images/7/7f/Pruto.jpeg') !important;
    height: 32px !important;
}

