/* Bootstrap correction */

html, body {
    background: #f3f6f8 !important;
}

.hoc-unit a:hover,
.hoc-unit a:focus {
    color: initial;
    text-decoration: none !important;
}

.navbar.navbar-nclab .navbar-collapse {
    padding: 0;
}

/*
 * Article
 */

article {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    opacity: 1;
    width: 100%;
}

article * {
    font-family: Montserrat, sans-serif;
}

@media only screen and (min-width: 992px) {
    article {
        margin: 0;
    }
}

article.inner-page {
    padding: 30px;
    margin-bottom: 200px;
}

.course-header {
    margin: 5% 0 4% 0;
}

.navToFrontpage {
    margin-top: 60px;
}

.frontPage .navToFrontpage {
    display: none;
}

main {
    min-width: unset;
    padding: 100px 0 220px;
    width: 100%;
}

.btn, .btn-primary {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    padding: 10px 30px;
    position: relative;
    text-transform: uppercase;
}

.hoc-start-button {
    margin-top: 20px;
}

