.merriweather-light {
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-style: normal;
}

.merriweather-regular {
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: normal;
}

.merriweather-bold {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-style: normal;
}

.merriweather-light-italic {
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-style: italic;
}

.merriweather-regular-italic {
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: italic;
}

.merriweather-bold-italic {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-style: italic;
}

.source-sans-3-regular {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.source-sans-3-bold {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

@media (max-width:991px) {
    body.poster {
        margin-top: 60vh;
    }
}

body.poster {
    background-attachment: fixed;
}

.top-5 {
    top: 5px;
}

#hero-block {
    min-height: 100%;
    background: linear-gradient(0deg, rgba(66, 49, 58, 0.8), rgba(66, 49, 58, 0.8)), url('assets/img/bible-background.jpg');
    background-size: cover;
}

#hero-heading {
    min-height: 100%;
    background: linear-gradient(0deg, rgba(66, 49, 58, 0.9), rgba(66, 49, 58, 0.9)), url('assets/img/bible-background.jpg');
    background-size: cover;
}

.h6 {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 1.2em;
}

.table-heading {
    background: var(--bs-dark);
    display: block;
    font-family: "Merriweather", serif;
    font-size: 24px;
    font-weight: 700;
    padding: 1rem 1.5rem;
    color: #fff;
}

div.table {
    border-bottom: 4px solid var(--bs-dark) !important;
    background: #FFFFFF !important;
    color: #444;
    width: 100% !important;
    margin-top: 1rem !important;
}

div.table ul li {
    padding: 12px 26px;
}

.section-padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.email-form .error-message br + br {
    margin-top: 25px;
}

.email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.map-area {
    position: relative;
    z-index: 2;
}

.map-area iframe {
    width: 100%;
    height: 530px;
    border: none;
    margin-bottom: 0;
}

@media only screen and (max-width:767px) {
    .map-area iframe {
        height: 300px;
    }
}

.form-control {
    border-radius: 0px;
}

footer a {
    color: #ffffff;
}

footer a:hover,
a:active {
    color: var(--bs-secondary);
}


