:root {    --maroon: #642427; --site: #a6977f; }
* {    transition: all .2s ease-in;}
h1,h2,h3 { font-family:"DM Serif Text",Times,serif;  }
h1 { font-size:3em; }
p { font-size: 17px;}
.relative {
    position: relative;
    z-index: 10;
}
a {
   color:var(--primary);
}
a:hover {
   opacity: 0.7;
}
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: initial;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin: 0px 5px 0px 5px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}

.p-6 {
    padding: 4rem !important;
}
.spacer {
    height:  8rem;
}
.bg-grey {
    background-color:  #d8d9db;
}
.logo-top {
    position: relative;
    top: 0rem;
}
@media only screen and (max-width: 992px) {
    .logo-top {
        position: relative;
        top: 0rem;
    }
}
@media only screen and (max-width: 768px) {
    .p-6 {
        padding: 2rem !important;
    }
    .logo-top {
        position: relative;
        top: 2rem;
    }
    h1 { font-size:2em; }
}
@media only screen and (max-width: 576px) {
    
}
/*-------------------
--Owl
*/
.owl-img {
    height: 8rem;
    overflow: hidden;
}
.owl-body {
    min-height: 12rem;
        height:auto;
}

@media (max-width: 768px) {
.owl-body {
    min-height: 20rem;
}
}
@media (max-width:576px) {
.owl-body {
    min-height: 16rem;
}
}
/*-------------------
--Navbar
*/
.navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: initial;
    padding: 0px;
    background-color: rgba(255,255,255, 1);
}
.nav-nav {
    position: relative;
    z-index: 1030;
}
.nav-link {
    color: #000000;
}
.nav-nav-2 {
    position: relative;
    z-index: 1030;
}
.nav-nav-2 .navbar > .container{
    border-bottom: none;
}
.nav-nav .nav-item a {
    font-size: 20px;
    font-weight: 400;
    border-bottom: transparent medium solid;
    margin: 0px 2px 0px 2px;
    color:  var(--dark);
}
.nav-nav-2 .nav-item a {
    font-size: 20px;
    font-weight: 400;
    border-bottom: transparent medium solid;
    margin: 0px 2px 0px 2px;
    color:  var(--dark);
}
    .nav-item a:hover {
        border-bottom: #000000 medium solid;
        border-bottom: var(--dark) medium solid;
        color:#000000;
    }

.nav-link {
    font-size: 20px;
    font-weight: 400;
    border-bottom: transparent medium solid;
    margin: 0px 2px 0px 2px;
    display: block;
    padding: .55rem 1rem;
    font-family: Times,serif;
}
.dropdown-item a:hover {
    text-decoration: none;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.75);
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 1);
    }

.navbar-brand {
    display: inline-block;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;

}
.navbar > .container {
    position: relative;
    border-bottom: var(--site) 4px solid;
}
    .nav-nav .navbar-brand img {
        width: 250px;
        position:relative;
        z-index:1040;
    }
    .nav-nav-2 .navbar-brand img {
        width: 80%;
    }
    .nav-nav-2 .navbar-brand {
        width:17rem;
    }
    /*.nav-nav .navbar-brand::after {
        content:'';
        background-color:#642427;
        background-color:var(--maroon);
        width: 64%;
        height: 4px;
        position: absolute;
        top:100%;
        bottom:0;
        left:25rem;
    }
    .nav-nav .navbar-brand::before {
        content:'';
        background-color:#642427;
        background-color:var(--maroon);
        width: 9rem;
        height: 4px;
        position: absolute;
        top:100%;
        bottom:0;
        left:17px;

    }*/
    .nav-nav .navbar {
        height: 200px;
    }
.nav-off {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    -webkit-transition: -webkit-transform .33s ease-in-out;
    transition: -webkit-transform .33s ease-in-out;
    -o-transition: transform .33s ease-in-out;
    transition: transform .33s ease-in-out;
    transition: transform .33s ease-in-out,-webkit-transform .33s ease-in-out;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
    .nav-off img {
        width: 35%;
    }
    .nav-off .navbar-brand {
        width:17rem;
    }
.nav-fade {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    border-bottom: var(--site) medium solid;
}
.nav-fade .navbar > .container {
   border-bottom: none;
}
    .nav-fade img {
        width: 50%;
    }
    .nav-fade .navbar-brand {
        width:17rem;
    }
.navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/*#menu_p16 {
    background: var(--dark);
    color: white;
}*/
.dropdown-menu {
    background-color: var(--light);
}
.dropdown-menu a {
    color:#000000;
    color:  var(--dark);
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: var(--light);
}



@media only screen and (max-width: 1200px) {
    .nav-nav .navbar-brand::after {
        width: 67%;
        left: 19rem;
    }
    .nav-nav .navbar {
        height: 133px;
    }
    .nav-nav .navbar-brand img {
        width: 230px;
    }
    .nav-nav .navbar-brand::before {
        left:19px;
        width:8rem;
    }
}
@media only screen and (max-width: 991px) {
    .nav-link {
           font-size: 14px;
           margin: 0;
     }
    .nav-nav .navbar-brand:after {
        content:'';
        background-color:var(--maroon);
        width: 75%;
        height: 3px;
        position: absolute;
        top:50%;
        bottom:0;
    }
    .nav-nav .navbar-brand {
         width: 280px;
    }
    .nav-nav .navbar-brand img {
        width: 90%;
        position:relative;
        z-index:1040;
        top:0;
        bottom:0;
        left:0;
        rigth:0;
    }
    .nav-nav .navbar-brand:before {
        display: none;
    }
    .nav-nav .navbar-brand:after {
        display: none;
    }
    .nav-nav .nav-item a {
        font-size: 14px;
        margin: 0;
    }
    .nav-nav-2 .nav-item a {
        font-size: 14px;
        margin: 0;
    }
}
@media only screen and (max-width: 768px) {
    .navbar-collapse {
        /*background-color: #343a40;*/
        position: relative;
    }
    .logo {
        max-width: 100%;
    }
    .nav-off img {
        width: 100%;
    }
    .nav-off .navbar-brand {
        width: 12rem;
    }
    .navbar-brand img {
        width: 50%;
    }
    .nav-nav .navbar-brand {
        width: 12rem;
    }
    .nav-nav .navbar {
        height: initial;
    }
    .nav-nav-2 .navbar-brand {
        width: 12rem;
    }
    .nav-nav .navbar-brand:before {
        display: none;

    }
    .nav-nav .navbar-brand:after {
        display: none;

    }
    .navbar {
        border-bottom: var(--site) medium solid;
    }
    .navbar > .container {
        border-bottom: none;
     }
    .nav-nav .navbar-brand img {
        width: 250px;
        position:relative;
        z-index:1040;
        top:0;
        bottom:0;
        left:0;
        rigth:0;
    }
}

@media only screen and (max-width:767px) {
    .nav-link {
        text-align: center;
    }
}
/*----------------------
--Top Header
*/

.page-header {
    top: 5vh;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    z-index: 0;
}
    .page-header img {
        max-width: 100%%;
    }

.page-header-2 {
    top: 5vh;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    z-index: 0;
    height: 11rem;
}

.page-header h2 {
    font-size: 6rem;
}

.page-header-2 h2 {
    font-size: 6rem;
}

.top-span {
    line-height: 0.5;
    text-align: center;
}

    .top-span span {
        display: inline-block;
        position: relative;
        margin-bottom: 5px;
        font-size: 1.8rem;
    }

        .top-span span:before,
        .top-span span:after {
            content: "";
            position: absolute;
            margin: 20px 0px 20px 0px;
            height: 5px;
            background-color: #fff;
            top: 0;
            width: 152px;
        }

        .top-span span:before {
            right: 100%;
            margin-right: 15px;
        }

        .top-span span:after {
            left: 100%;
            margin-left: 15px;
        }

.caption {
    /*border: #fff 5px solid;*/
    /*border-bottom: none;*/
    height: 21.5rem;
}

.caption-2 {
    
}
.non-list {
    list-style: none;
    color: #333;
    font-size: 1.6rem;
    position: relative;
    top: 5rem;
}
.bg-eyebrow {
    background-image: url('/site/eyebrow.png');
    background-position: center;
    background-size: cover;
    height: 10rem;
    position:  relative;
    z-index: 10;
}
.logo-default {
    width: 80%;
}
@media only screen and (max-width: 992px) {
    .logo-default {
    width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .page-header {
        width: 100%;
    }

        .page-header h2 {
            font-size: 3rem;
        }

    .page-header-2 {
        width:  100%;
    }

        .page-header-2 h2 {
            font-size: 4rem;
        }

    .top-span span:before,
    .top-span span:after {
        width: 2.72rem;
    }

    .caption {
        height: 13.86rem;
    }

    .caption-2 {
        
    }
     .logo-default {
        width: 90%;
    }
}
@media only screen and (max-width: 576px){
    .logo-default {
    width: 50%;
}
}
/*--------------------------
--Carousel
*/

.carousel-container-2 {
    height: 16rem;
    overflow: hidden;
    position: relative;
}
    .carousel-container-2 img {
        height: 100vh;
        width: 100%;
        position: relative;
        z-index: 1;
    }
.swiper-img img {
    max-width:100%;
}
.swiper-pagination-bullet {
    background: #fff!important;
}
.swiper-pagination-bullet-active {
    background: #fff!important;
}
@media only screen and (max-width: 1500px) {
    .carousel-container-2 img {
        width: 2100px;
        height: 800px;
        left: 50%;
        transform: translateX(-50%);
    }
}
/*--------------------------
--Services Link
-*/

.services-link {
    font-family:"DM Serif Text",Times,serif;
}
.services-link a {
    color: #333;
    font-weight: 600;
}
/*---------------------------
--Section 1
*/
.section-1-container {
    width: 70%;
    height: auto;
    margin: 3rem 0 3rem 0;
    position: relative;
}

.section-1 h3 {
    padding: 0px;
    margin: 0px;
    font-size: 2rem;
    font-weight: 600;
}

.section-1-container-2 {
    width: 70%;
    height: initial;
    /*margin-top: 5rem;*/
    position: relative;
}

    .section-1-container-2 h3.h3-d {
        padding: 0px;
        margin: 0px;
        font-size: 2rem;
        font-weight: 600;
        text-align: center;
    }
.section-1-container-3 {
    width: 90%;
    height: initial;
    margin-top: 5rem;
    position: relative;
    z-index: 10;
}

    .section-1-container-3 h3 {
        padding: 0px;
        margin: 0px;
        font-size: 2rem;
        font-weight: 600;
        text-align: center;
    }
.divider {
    padding: 3px;
    background-color: var(--site);
    margin: 15px;
    width: 10vh;
}

@media only screen and (max-width: 1024px) {
    .section-1-container {
        width: 70%;
        height: initial;
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px){
.section-1-container {
     width:100%;
}
}
/*----------------------
--Section 2
*/
.divider-2 {
    padding: 3px;
    background-color: white;
    margin: 15px 15px 15px 0px;
    width: 10vh;
}

.s2-header h3 {
    padding: 0px;
    margin: 0px;
    font-size: 2.2rem;
    font-weight: 600;
    text-transform: uppercase;
}

.s2-top {
    color: white;
}

/*------------------
---Services 
------------------*/
.h-service {
    height: 4rem;
}
/*-------------------
--Footer
*/
.fa-size {
    font-size: 2.4rem;
}

.fa-size {
    color: white;
}

    .fa-size a:hover {
        text-decoration: none;
    }

.footer {
    font-size: 1.2rem;
}

    .footer li {
        display: inline-block;
    }

    .footer a {
        color:#ffffff;
        color: var(--light);
    }
    .footer a:hover {
        opacity: 0.7;
    }
.cf-footer {
    font-size: 1rem;
}
/*---------------------
--col
*/
.col-4th {
    width: 25%;
}

.col-2nd {
    width: 50%;
}

.col-footer-1 {
    width: 25%;
}

.col-footer-2 {
    width: 75%;
}

.col-footer-3 {
    width: 16.666%;
}

@media only screen and (max-width: 992px) {
    .col-4th {
        width: 50%;
    }

    .col-2nd {
        width: 100%;
    }

    .col-footer-3 {
        width: 33.333%;
    }

}
@media only screen and (max-width: 767px) {
    .col-footer-1 {
        width: 10%
   }
    .col-footer-2 {
         width: 33%;
   }
}
@media only screen and (max-width: 500px) {
    .col-4th {
        width: 100%;
    }
}
/*-----------------------
--Slanted Image
*/
.s-image-container {
    height: 40vh;
    overflow: hidden;
}
.second-position {
    position: relative;
}
.s-image-bottom {
    height:10px;
    background-color:#642427;
    background-color:var(--site);
}
.s-image {
    width: 100%;
}


@media only screen and (max-width: 1465px) {
.s-image-container {
    height: auto;
}
}
/*----------------------
--Image Overlay
*/
.container-img {
    position: relative;
    width: 100%;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #333;
}
.overlay-footer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    transition: .5s ease;
    background-color: #333;
}
.container-img:hover .overlay {
    opacity: 0.9;
}

.overlay-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #333;
}

.container-img:hover .overlay-2 {
    opacity: 0.9;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

@media only screen and (max-width: 500px) {
    .overlay {
        opacity: 0.4;
    }
}

.bg-maroon {
    background-color: var(--site);
}

.newsPageItem h3 a {
    color: var(--dark);
}

@media only screen and (min-width: 991px) {
.text-right-lg {
    text-align: right;
}
}
