body {
    font-family: 'Roboto', sans-serif;
}

#page-main-content .navButtons {
    margin-bottom: 30px;
    margin-top: 30px;
}
#page-main-content h1.title {
    font-size: 32px;
}

#page-main-content div.navButtons .navButtons .button {
    height: auto;
}
.content h2:not(:first-child) {
    margin-top: 2.37em;
}
.content h1 {
    margin-bottom: 40px;
}
.content h2 {
    font-size: 23px;
    margin-top: 2.37em;
    font-weight: 600;
}
.content h3 {
    font-size: 19px;
    margin-top: 2.37em;
    font-weight: 700;
}
.navbar-brand {
    min-height: 3.5rem;
}
#column1 .container {
    max-width: 1000px;
}
section.section {
    background: #fff;
}
.box {
    box-shadow: none;
    border: 1px solid rgba(97,131,162,0.26);
    padding: 19px;
}
.box:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.12), 0 0 2px rgba(0,0,0,0.12) ;
}
.button {
    box-shadow: none;
}

@media screen and (max-width: 1000px) {
    #page-main-content h1.title {
        font-size: 23px;
        line-height: normal;
    }
    .hero-body, .section {
        padding: 2rem 1rem;
    }
    #page-main-content .navButtons {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .author-section {
        margin-bottom: 0;
    }
    .section .content {
        margin-bottom: 0;
    }
    .left-sidebar {
        margin-left: 0;
    }
}