
body {
    font-family: 'Open Sans', serif;
    padding-top: 54px;
    color: #868e96;
    margin: 0;
}

@media (min-width: 992px) {
    body {
        padding-top: 0;
        padding-left: 17rem;
    }
}

h1 {
    font-family: 'Saira Extra Condensed', serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #343a40;
    font-size: 6rem;
    line-height: 5.5rem;
    margin: 0;
}

a {
    color: #BD5D38;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    color: #824027;
}

.text-primary {
    color: #BD5D38 !important;
}

.bg-primary {
    background-color: #BD5D38 !important;
}

.subheading {
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Saira Extra Condensed', serif;
    font-size: 1.35rem;
    margin-bottom: 3rem !important;
}

@media (min-width: 992px) {
    .navbar {
        position: fixed;
        top: 0;
        left: 0;
        width: 17rem;
        height: 100vh;
    }
}

@media (max-width: 992px) {
    .navbar {
        position: fixed;
        top: 0;
        left: 0;
        height: 56px;
    }
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.content {
    border-bottom: 1px solid #dee2e6;
    padding: 3rem;
    min-width: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 768px) {
    .content {
        min-height: 100vh;
        min-width: 18rem;
    }
}

@media (min-width: 992px) {
    .content {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}


