*,
.philosopher-regular {
    font-family: "Philosopher", sans-serif;
    font-weight: 400;
    font-style : normal;
}



.philosopher-bold {
    font-family: "Philosopher", sans-serif;
    font-weight: 700;
    font-style : normal;
}

.philosopher-regular-italic {
    font-family: "Philosopher", sans-serif;
    font-weight: 400;
    font-style : italic;
}

.philosopher-bold-italic {
    font-family: "Philosopher", sans-serif;
    font-weight: 700;
    font-style : italic;
}

.cormorant-upright-light {
    font-family: "Cormorant Upright", serif;
    font-weight: 300;
    font-style : normal;
}

.cormorant-upright-regular {
    font-family: "Cormorant Upright", serif;
    font-weight: 400;
    font-style : normal;
}

.cormorant-upright-medium {
    font-family: "Cormorant Upright", serif;
    font-weight: 500;
    font-style : normal;
}

.cormorant-upright-semibold {
    font-family: "Cormorant Upright", serif;
    font-weight: 600;
    font-style : normal;
}

.cormorant-upright-bold {
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style : normal;
}

.pal-aqua {
    background-color: #15656d !important
}

.pal-tan {
    background-color: #f9f3e4 !important
}

.bg-hero {
    background-color: #f9f3e4;
    background-size : cover;

}

.banner-img {
    height         : 100%;
    width          : 100%;
    min-height     : 600px;
    background-size: 100% 100%;
}

p, li {
    font-size: 1.2rem;
}


h1,
h2 {
    font-family: "Cormorant Upright", serif;
    font-weight: 400;
    font-style : normal;
}

h2 {
    text-decoration: underline #b88917;
    background: #b88917;
    color: #fff;
    padding-left: 8px;
    text-shadow: 2px 1px black
}

h3 {
    text-decoration: underline #b88917;
}

.form-control {
    border-radius: 0;
}

.box-shadow {
    border-radius: 0;
    box-shadow   : 1px 10px 10px #00000082;
}

.nav-item {
    font-size  : 1.4rem;
    font-weight: 100;
}

.service-img {
    height         : 260px;
    width          : 260px;
    border-radius  : 50%;
    background-size: 100% 100%;
}

.callout-quote {
    max-width   : 800px;
    padding-left: 1.2rem;
    height: 100%;
    justify-content: space-around;
    flex-wrap      : wrap
}

.callout-quote > p {
    flex-direction: column;
    font-family: "Cormorant Upright", serif;
    font-weight: 400;
    font-style : normal;
    color: #000;
}

.navbar {
    margin-top: "0px";
    transition: margin-top .33s ease-in-out;
}

.navbar:hover {
    margin-top: "0px";
}

.custom-ps {
    position: fixed;
    z-index: 1001;
    bottom : 16px;
    right: 25px;
    width: auto;

    opacity: 1;
    transition: opacity .33s ease-in-out;
}

.custom-ps > * >  * .ps-btn > div {
    box-shadow: 1px 10px 10px #000;
}

.hero-fw {
    height: 600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    color:#fff;
    background-blend-mode: overlay;
    line-height:0;
}

.btn-revibe {
    border-radius: 0;
    color: #fff;
    background-color: rgb(21, 101, 109);
}

@media(max-width: 641px) {
    .nav-item {
        font-size: 1.2rem;
    }

    .main-body {
        margin-top: 80px !important;
        overflow-x: hidden !important;
    }

    .navbar-nav {
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        width: 100%;
    }

    .navbar-brand {
        width: 100vw;
        justify-content: center;
    }

    .banner-img {
        min-height: 300px;
    }

    footer {
        margin-bottom: 100px;
    }
}