.doc {
    max-width: none;
}

@media screen and (min-width: 1024px) {
    .doc {
        max-width: none;
    }
}

.navbar {
    background-color: #2D3748;
}

.navbar-item.logo {
    align-self: center;
    padding: 0;
}

.navbar-item.title {
    font-size: 1.2rem;
    font-weight: 200;
}

.navbar, .nav-menu, .toolbar, .sidebar {
    font-family: Montserrat, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, sans-serif;
}