html, body {
    height: 100%;
    background-color: rgb(230, 230, 230) !important;
    font-family: 'Montserrat', sans-serif !important;
}

.topbar {
    height: 4px;
    background-color: #7e2f52;
}

.navbar-toggler {
    border: none !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-nav {
    width: 100%;
}

.navbar {
    background-color: rgba(230, 230, 230, 0.85);
}

.navbar-brand {
     margin-right: 0px !important;
}

.navbar-brand.large {
    margin-top: 15px;
    margin-bottom: 15px;
}

.nav-link {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8) !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    letter-spacing: 1.5px;
}

.nav-link.active {
    font-weight: 500 !important;
    color: black !important;
    border-bottom: 2px solid #7e2f52;
}

.jumbo {
    background-image: url('/img/bg-1.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80%;
    padding-top: 104px;
}

.jumbo-2 {
    background-image: url('/img/bg-1.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 55%;
    padding-top: 104px;
}

.jumbo-content {
    height: 100%;
    color: white;
}

/* 768px */

.jumbo-content h1 {
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
    font-size: 52px;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

@media(max-width: 768px) {
    .jumbo-content h1 {
        font-size: 32px;
    }
  }

.jumbo-content h2 {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

/*  */

.jumbo-content-alt {
    height: 100%;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
}

/* 768px */

.jumbo-content-alt h1 {
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
    font-size: 52px;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

@media(max-width: 768px) {
    .jumbo-content-alt h1 {
        font-size: 32px;
    }
  }

  .jumbo-content-alt h2 {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.btn-outline-primary {
    border-color: white !important;
    background-color: rgba(255, 255, 255, 0.85) !important;
    border-radius: 0px !important;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8) !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    letter-spacing: 1.5px;
}

.btn-outline-primary:hover {
    border-color: white !important;
    background-color: rgba(255, 255, 255, 0.85) !important;
    color: black !important;
    border-radius: 0px !important;
}

.btn-outline-primary:active {
    background-color: #7e2f52 !important;
    color: white !important;
}

.btn-outline-secondary {
    border-color: white !important;
    background-color: #7e2f52 !important;
    border-radius: 0px !important;
    text-transform: uppercase;
    color: white !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    letter-spacing: 1.5px;
}

.btn-outline-secondary:hover {
    border-color: white !important;
    background-color: #7e2f52 !important;
    border-radius: 0px !important;
    text-transform: uppercase;
    color: white !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    letter-spacing: 1.5px;
}

.btn-outline-secondary:active {
    background-color: #7e2f52 !important;
    color: white !important;
}

.btn:focus-visible {
    box-shadow: none !important;
}

.page-item {
    border-radius: 0px !important;
}

.active>.page-link, .page-link.active {
    background-color: #702a4a !important;
    color: white !important;
    border-color: #702a4a !important;
}

.page-link {
    border-radius: 0px !important;
    color: black !important;
}

.page-link:focus {
    box-shadow: none !important;
}

.separator {
    background-color: #7e2f539d;
    height: 1px;
}

/* 992 */
.separating-section {
    width: 55%;
}

@media(max-width: 992px) {
    .separating-section {
        width: 100%;
    }
  }

.separating-section h3 {
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
    font-size: 32px;
    margin: 0px;
    padding: 0px;
}

.separating-section p {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}

.image-section-wrapper {
    background-color: rgb(240, 240, 240);
}

.image-section h3 {
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
    font-size: 32px;
    margin: 0px;
    padding: 0px;
}

.image-section p {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}

@media only screen and (min-width: 992px) {
    .image-row-left {
      height: 400px;
    }
  }

.image-row-right {
    background-position: center;
    background-size: cover;
    height: 400px;
}

.review h3 {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    font-style: italic;
    text-align: center;
}

.review h3 span {
    color: #7e2f52;
    font-weight: 400;
    font-size: 30px;
}

.review p {
    margin: 0px;
    padding: 0px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
}

.triple-stack {
    height: 350px;
}

.triple-col {
    height: 300px;
    transition: 1s;
}

.triple-col-sm {
    height: 350px;
}

.triple-col-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    transition: 1s;
    height: 100%;
}

.triple-col-inner {
    height: 100%;
    background-position: center;
    background-size: cover;
}

.triple-col.active {
    height: 400px;
}

.triple-col-content {
    color: transparent; 
    transition: 1s;
    background-color: transparent;
}

.triple-col-content h3 {
    margin: 0px;
    padding: 0px;
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
    font-size: 32px;
}

.triple-col-content p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
}

.triple-col-content-sm h3 {
    margin: 0px;
    padding: 0px;
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
    font-size: 32px;
}

.triple-col-content-sm p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
}

/*  */

.triple-col:hover {
    height: 350px;
    transition: 1s;
}

.triple-col:hover .triple-col-overlay {
    background-color: rgba(0, 0, 0, 0.2) !important;
    transition: 1s;
}

.triple-col:hover .triple-col-content {
    color: white;
    transition: 1s;
    background-color: rgba(0, 0, 0, 0.5);
}

.triple-col-content-sm {
    color: white;
    transition: 1s;

}

.footer {
    background-color: rgb(240, 240, 240);
}

.footer i {
    font-size: 32px;
}

.footer li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
}

.footer a {
    text-decoration: none;
    color: inherit;
}

.footer a:hover {
    text-decoration: underline;
    color: inherit;
}


.footer ul {
    margin: 0px;
    padding: 0px;
}

.footer .title {
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
    font-size: 22px;
    margin-top: -8px !important;
}

.small-footer {
    background-color: #702a4a;
    color: white;
}

.small-footer p {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.small-footer a {
    color: white;
}

.typical-day .mid {
    background-color: #702a4a;
    color: white;
}

.typical-day .left {
    background-image: url('/img/chicken-1.webp');
    background-position: center;
    background-size: cover;
    height: 650px;
}

.typical-day .right {
    background-image: url('/img/chicken-1.webp');
    background-position: center;
    background-size: cover;
    height: 650px;
}


.typical-day .mid h3 {
    margin: 0px;
    padding: 0px;
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
    font-size: 32px;
}

.typical-day .mid ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.typical-day .mid li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 20px;
}


.typical-day .mid li:last-of-type {
    margin-bottom: 0px;
}

.contact h3 {
    margin: 0px;
    padding: 0px;
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
    font-size: 32px;
}

.contact h4 {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
}

.contact label {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
}

.contact h4 i {
    font-size: 14px;
}

.contact span {
    font-weight: 400;
}

.contact i {
    font-size: 24px;
}

.contact-box {
    background-color: #702a4a;
    color: white;
    margin-left: -20px !important;
}

.contact-box a {
    color: white !important;
    text-decoration: none !important;
}

.contact-box i {
    color: white !important;
    text-decoration: none !important;
}

.contact-box-sm {
    background-color: #702a4a;
    color: white;
}

.form-box {
    background-color: rgb(240, 240, 240);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
}

.contact .form-control {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #702a4a;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
}

.contact .form-control:focus {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(112,42,74,1);
    -moz-box-shadow: 0px 1px 0px 0px rgba(112,42,74,1);
    box-shadow: 0px 1px 0px 0px rgba(112,42,74,1);
    border-color: #702a4a;
}

.news-card .top {
    height: 300px;
    background-position: center;
    background-size: cover;
    background-image: url('/img/news/news-test/background.webp');
    width: 100%;
}

.news-card .mid {
    background-color: rgba(220, 220, 220, 1);
    width: 90%;
    margin-top: -45px !important;
}

.news-card .mid p {
    margin: 0px;
    padding: 0px;
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
    font-size: 24px;
}

.news-row a {
    text-decoration: none;
    color: inherit;
}

.news-title {
    word-break: break-word;
}

.news-card .mid p span {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}