body {
    font-family: "Open Sans", sans-serif;
    line-height: 1.8;
    color: #131520;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "PT Serif", serif;
}
p {
    color: #4a5078;
    font-size: 1.125rem;
}
img {
    max-width: 100%;
}
a {
    color: #2b8dd9;
}
a:hover {
    text-decoration: none;
}
.form-group .required::after {
    content: " *";
    color: red;
}
section {
    padding: 3.75rem 0.625rem;
}

header {
    padding: 0.75rem 0;
    z-index: 1;
}
header .navbar-light .navbar-nav .nav-link {
    font-size: 1rem;
    font-weight: 600;
}
header .nav-item.active .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #4097e1 !important;
}
.logo {
    width: 125px;
}
.hero {
    background-color: #fbfbfb;
    display: flex;
    align-items: center;
    min-height: 80vh;
    position: relative;
}
.hero-col-content {
    padding: 0;
    flex: 1;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.hero-col-image {
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
    background-color: #fbfbfb;
    position: absolute;
    right: 0;
}
.hero-col-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero h1 {
    line-height: 1.4;
}
.hero p {
    line-height: 1.6;
}
.wave {
    position: absolute;
    bottom: 0;
}
.bubble {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #e8eef9;
    box-shadow: 0 0 20px #e8eef9;
}
.video-bubbles {
    font-size: 1rem;
    font-weight: 600;
}
.video-bubble {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #e8eef9;
    box-shadow: 0 0 20px #e8eef9;
    margin: 0 auto 15px auto;
}
.what-is {
    color: #fff;
    background: url("../img/what-is-bg.jpg") no-repeat;
    background-size: cover;
    padding: 6rem 0;
}
.what-is p {
    color: #fff;
}
.card {
    border-color: #f3f3f3;
    box-shadow: 0 0 40px rgba(240, 240, 240, 0.75);
}
.card-testi p {
    font-size: 1rem;
    color: #131520;
    margin-bottom: 0;
}
.card-opt-in {
    border: none;
    background: url("../img/optin-bg.jpg") no-repeat;
    background-size: cover;
    border-radius: 8px;
}
.card-opt-in .card-body {
    padding: 2rem;
}
.card-opt-in .btn {
    font-size: 1.025rem;
    letter-spacing: normal;
    font-weight: 600;
    padding: 0.4rem 0.5rem;
}
.card-opt-in p {
    color: #131520;
}
label {
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}
label span {
    color: #6482b7;
}
.section-product {
    background: url("../img/product-content-bg.jpg") no-repeat;
    background-size: contain;
    background-position-y: bottom;
}
.img-styled {
    border: 1px solid #b8d4ec;
    border-radius: 6px;
    box-shadow: 0 0 40px rgba(227, 227, 227, 0.75);
}
.section-careers {
    background: url("../img/careers-content-bg.jpg") no-repeat;
    background-size: contain;
    background-position-y: bottom;
}
.card-prayer .card-header img {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}
.modal-prayer .modal-content {
    border: none;
}
.modal-prayer .modal-header {
    display: block;
    text-align: center;
    position: relative;
    padding: 6rem 0;
    background-size: cover;
}
.modal-prayer .modal-header .close {
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    opacity: 1;
}
.modal-prayer .modal-header .close span {
    color: #fff;
    opacity: 1;
}
#modal-health .modal-header {
    background: url("../img/health-prayer-modal-bg.jpg") no-repeat;
}
#modal-wealth .modal-header {
    background: url("../img/wealth-prayer-modal-bg.jpg") no-repeat;
}
#modal-happiness .modal-header {
    background: url("../img/happiness-prayer-modal-bg.jpg") no-repeat;
}
.modal-prayer .modal-body {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

footer {
    color: #fff;
    background-color: #2e3134;
    padding: 1.875rem 0;
}
footer p {
    color: #fff;
}
.footer-menu {
    padding: 0;
    margin: 0 0 1.8rem 0;
}
.footer-menu li {
    list-style-type: none;
    display: inline-block;
    border-right: 1px solid #fff;
    line-height: 12px;
}
.footer-menu li:last-child {
    border-right: none;
}
.footer-menu li a {
    font-size: 12px;
    padding: 0 10px;
    color: #fff;
}

/* Helper classes */
.btn-primary {
    background-color: #4097e1;
    border: none;
    text-align: center;
    font-size: 1.025rem;
    font-weight: 600;
    padding: 0.5rem;
}
.btn-primary img {
    display: block;
    margin: 0.625rem auto 0 auto;
}
.btn-white {
    background-color: #fff;
    color: #4097e1;
    border: none;
    text-align: center;
    font-size: 1.025rem;
    font-weight: 600;
    padding: 0.5rem 3rem;
}
.btn-white:hover {
    color: #4097e1;
    opacity: 0.9;
}
.btn-alternate {
    background-color: #d9e9f6;
    color: #4097e1;
    border: none;
    text-align: center;
    font-size: 1.025rem;
    font-weight: 600;
    padding: 0.5rem 2.5rem;
}
.btn-alternate:hover {
    color: #4097e1;
    opacity: 0.9;
}
.text-primary {
    color: #4097e1 !important;
}
.text-dark {
    color: #131520 !important;
}
.text-ltblue {
    color: #7bb2e4 !important;
}
.bg-primary {
    background-color: #4097e1 !important;
}
.bg-ltgray {
    background-color: #fafafa !important;
}
.fw-400 {
    font-weight: 400;
}
.lh-normal {
    line-height: normal;
}
.fs-12 {
    font-size: 0.75rem;
}
.fs-14 {
    font-size: 0.875rem;
}
.fs-18 {
    font-size: 1.125rem !important;
}
.fs-24 {
    font-size: 1.5rem;
}
.fs-28 {
    font-size: 1.75rem !important;
}
.fs-xs {
    font-size: 0.9rem;
}
.fs-default {
    font-size: 1rem;
}
.fs-sm {
    font-size: 1.2rem;
}
.fs-md {
    font-size: 1.8rem;
}
.fw-600 {
    font-weight: 600;
}
.fw-400 {
    font-weight: 400;
}
.mb-6 {
    margin-bottom: 4rem;
}
.mb-7 {
    margin-bottom: 5rem;
}
.mb-8 {
    margin-bottom: 6rem !important;
}
.mb-10 {
    margin-bottom: 8rem !important;
}
.mt-6 {
    margin-top: 4rem;
}
.mt-7 {
    margin-top: 5rem;
}
.py-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.w-60 {
    width: 60%;
}

@media (min-width: 768px) {
    section {
        padding: 4rem 0;
    }
    .hero {
        padding-left: 2rem;
    }
    .mb-md-8 {
        margin-bottom: 6rem !important;
    }
    .modal-dialog {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    header {
        position: absolute;
        width: 100%;
        top: 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    header .navbar-light .navbar-nav .nav-link {
        color: #b3b3b3;
    }
    .hero-home .hero-col-image {
        background-image: url("../img/home-hero-bg.jpg");
    }
    .hero-products .hero-col-image {
        background-image: url("../img/products-hero-bg.jpg");
    }
    .hero-about .hero-col-image {
        background-image: url("../img/about-hero-bg.jpg");
    }
    .hero-careers .hero-col-image {
        background-image: url("../img/careers-hero-bg.jpg");
    }
    .hero-contact .hero-col-image {
        background-image: url("../img/contact-hero-bg.jpg");
    }
    .hero-prayer .hero-col-image {
        background-image: url("../img/prayer-hero-bg.jpg");
    }
    .hero-col-image {
        display: block !important;
    }
    .hero-col-content {
        position: absolute;
        width: 45%;
    }
    .hero h1 {
        font-size: 2.35rem;
    }
    .hero p {
        font-size: 1.25rem;
    }
}

@media (min-width: 1400px) {
    .hero {
        padding-left: 8%;
        min-height: 70vh;
    }
    .hero-col-image {
        width: 40%;
    }
}

@media (max-width: 991px) {
    .hero {
        min-height: unset;
        padding: 2rem !important;
        background-color: #f3f3f3;
    }
}

@media (max-width: 767px) {
    .hero h1 {
        font-size: 2rem;
    }
    .hero p,
    .fs-24,
    .fs-28 {
        font-size: 1.2rem !important;
    }
    section {
        padding: 3rem 0.625rem;
    }
    h2 {
        font-size: 1.75rem;
    }
    .hero p.fs-18 {
        font-size: 0.85rem !important;
    }
}
