html {
    font: normal normal normal 100% Tahoma, Geneva, sans-serif;
    color: #fff;
    text-shadow: 0.125em 0.125em 0.4375em rgba(61, 61, 61, 1);
}

.employees-circle .employees-text {
    text-shadow: none;
}

.employees .employees-name {
    color: var(--color-theme-secondary)
}

body {
    background: #4D472F url(https://apihoard.webit.com/api/v1/Image/7E55FE041FB4E9308CB366BC59184D8F/7E55FE041FB4E9308CB366BC59184D8F.jpg?size=Original) no-repeat top center;
    line-height: 1.125em;
    padding-bottom: 2em;
    line-height: 1.6em;
}

.hire {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(https://apihoard.webit.com/api/v1/Image/174F214FA555E1F48A635AB37FFB184B/174F214FA555E1F48A635AB37FFB184B.png?size=1920x1440);
    background-size: cover;
    background-position: center;
}

.textwithimage,
.title,
.line,
.detailedlist,
.businessinfo,
.footer,
.list,
.gallery,
.text,
.form {
    background: transparent !important;
}

/*=============== HEADER ===============*/
.header-info {
    background: linear-gradient(rgba(252, 205, 125, 1), rgba(153, 125, 77, 1));
    border-bottom: 3px solid white;
    margin-bottom: 5px;
}


.header-info-business {
    font-family: 'Allura', cursive !important;
    font-size: 1.8rem !important
}

.header-business {
    font-family: 'Allura', cursive !important;
    font-size: 1.8rem !important;
    line-height: 1.1em !important;
}

.wb__social-media img {
    max-width: 40px;
}

.wb__credit-card {
    font-size: 1rem;
    font-family: "Roboto Slab", serif !important;
    font-weight: 400 !important;
}

.wb__credit-card img {
    max-width: 200px;
}

.header-info .wb__bible-verse {
    position: absolute;
    left: 150px;
}

/*-- Medium devices (tablets, 768px and up) --*/
@media (min-width: 768px) {
    .header-info .wb__bible-verse {
        position: absolute;
        left: 220px;
    }
}

/*=============== NAVBAR ===============*/
nav.navbar {
    padding: 1em !important;
}

.header a.nav-link {
    font-family: 'Allura', cursive !important;
    font-size: 1.65em !important;
}

/*-- Large devices (desktops, 992px and up) --*/
@media (min-width: 992px) {
    .header a.nav-link {
        font-family: 'Allura', cursive !important;
        background: transparent url(https://apihoard.webit.com/api/v1/Image/FE32BE9222E13E4A22C8C57C2D538B43/FE32BE9222E13E4A22C8C57C2D538B43.png?size=Original) no-repeat left top;
        background-size: contain;
        line-height: 10px !important;
        padding-left: .8em !important;
        font-size: 1.65em !important;
        color: #FCCD7D;
        -webkit-transform: rotate(-8deg);
        -moz-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        -o-transform: rotate(-8deg);
        transform: rotate(-8deg);
        transition: 0.5s !important;
    }

    .header a.nav-link:hover {
        -webkit-transform: rotate(8deg);
        -moz-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        -o-transform: rotate(8deg);
        transform: rotate(8deg);
    }
}




/*=============== HOME PAGE ===============*/
.slideshow-item {
    background-size: contain !important;
}

.slideshow-container {
    margin-top: 0em !important;
}

.wb__homepage-graphic {
    position: absolute;
    bottom: 20px;
}

/*=============== STAFF PAGE ===============*/
.wb__staff {
    margin: 2em 0em;
}