.article-clean {
    color: #56585b;
    background-color: #fff;
    font-family: Lora, serif;
    font-size: 14px
}

.article-clean .intro {
    font-size: 16px;
    margin: 0 auto 30px
}

.article-clean .intro h1 {
    font-size: 32px;
    margin-bottom: 15px;
    padding-top: 20px;
    line-height: 1.5;
    color: inherit;
    margin-top: 20px
}

.article-clean .intro p {
    color: #929292;
    font-size: 12px
}

.article-clean .intro p .by {
    font-style: italic
}

.article-clean .intro p .date {
    text-transform: uppercase;
    padding: 4px 0 4px 10px;
    margin-left: 10px;
    border-left: 1px solid #ddd
}

.article-clean .intro p a {
    color: #333;
    text-transform: uppercase;
    padding-left: 3px
}

.article-clean .intro img {
    margin-top: 20px
}

.article-clean .text p {
    margin-bottom: 20px;
    line-height: 1.45
}

.article-clean .text h2 {
    margin-top: 28px;
    margin-bottom: 20px;
    line-height: 1.45;
    font-size: 16px;
    font-weight: 700;
    color: #333
}

@media (min-width:768px) {
    .article-clean .text p {
        font-size: 16px
    }

    .article-clean .text h2 {
        font-size: 20px
    }
}

.article-clean .text figure {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px
}

.article-clean .text figure img {
    margin-bottom: 12px;
    max-width: 100%
}

.contact-clean {
    background: #f1f7fc;
    padding: 80px 0
}

.contact-clean form {
    max-width: 480px;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 4px;
    color: #505e6c;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .1)
}

@media (max-width:767px) {
    .contact-clean {
        padding: 20px 0
    }

    .contact-clean form {
        padding: 30px
    }
}

.contact-clean h2 {
    margin-top: 5px;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 36px;
    color: inherit
}

.contact-clean form .form-control {
    background: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .05);
    outline: 0;
    color: inherit;
    padding-left: 12px;
    height: 42px
}

.contact-clean form .form-control:focus {
    border: 1px solid #b2b2b2
}

.contact-clean form textarea.form-control {
    min-height: 100px;
    max-height: 260px;
    padding-top: 10px;
    resize: vertical
}

.contact-clean form .btn {
    padding: 16px 32px;
    border: none;
    background: 0 0;
    box-shadow: none;
    text-shadow: none;
    opacity: .9;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .4px;
    line-height: 1;
    outline: 0 !important
}

.contact-clean form .btn:hover {
    opacity: 1
}

.contact-clean form .btn:active {
    transform: translateY(1px)
}

.contact-clean form .btn-primary {
    background-color: #055ada !important;
    margin-top: 15px;
    color: #fff
}

.bg-primary {
    background-color: #15102c !important
}

section {
    padding: 8rem 0
}

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

body {
    font-family: Merriweather, "Helvetica Neue", Arial, sans-serif;
    margin: 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fa741b;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #868e96;
    --bs-gray-dark: #343a40;
    --bs-primary: #15102c;
    --bs-secondary: #868e96;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

b,
strong {
    text-shadow: 3px 3px 10px #000;
    font-weight: bolder
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(204, 81, 54, .5)
}

button:focus:not(:focus-visible) {
    outline: 0
}

.btn-primary:active,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(240, 95, 64, .5) !important
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #e45a3d !important
}

#mainNav {
    border-bottom: 1px solid rgba(33, 37, 41, .1);
    background-color: rgba(255, 255, 255, .7);
    font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
    transition: .2s
}

@media (min-width:992px) {
    #mainNav {
        border-color: transparent;
        background-color: rgba(255, 255, 255, .7)
    }

    #mainNav .navbar-brand:focus,
    #mainNav .navbar-brand:hover {
        color: rgba(0, 0, 0, .43)
    }
}

header.masthead {
    padding-top: 20rem;
    padding-bottom: calc(10rem - 56px);
    background-position: center center;
    background-size: cover
}

.masthead {
    background: url(../images/iStock-1194088588.jpg) center/cover, url(https://www.rimenet.net/httpdocs/assets/img/iStock-1194088588.jpg);
    height: 900px
}