﻿.caption-row {
    position: absolute;
    top: 50%;
    margin-left: auto;
    margin-right: auto;
}


/* BUTTONS */
.btn-primary {
    width: 240px;
    background: none;
    padding: 14px 14px 12px 14px;
    font-style: italic;
    letter-spacing:0.1em;
    margin-bottom: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border: #fff 1px solid;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
        white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

    /*.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background: #fff
        border: #fff 2px solid;
        color: #000 !important;
    }*/

    .btn-primary:hover {
        /*background: #fff*/
        background: rgba(167,169,172,.4);
        border: #fff 1px solid;
        color: #fff !important;
    }

    .btn-primary:focus, .btn-primary:active {
        background: none !important;
        border: #fff 1px solid;
        color: #fff !important;
    }


.btn, a.btn {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /*font-weight: bold;*/
}

    .btn .fa, a.btn .fa {
        color: #fff;
        margin-right: 5px;
    }

    .btn:focus, a.btn:focus {
        color: #fff;
    }


a.btn-secondary, .btn-secondary {
    background: none;
    border: 2px solid #b98d36;
    color: #b98d36;
}

    a.btn-secondary:hover, .btn-secondary:hover, a.btn-secondary:active, .btn-secondary:active, a.btn-secondary:focus, .btn-secondary:focus {
        background: #b98d36;
        border: 2px solid #b98d36;
        color: #fff;
        outline: none;
    }


.about .heading {
    color: #393443;
    background-color: #393443;
}

/*.overlay {
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 100%;
    top: 0px;
    left: 0px;
    background-color: #211a27;
    opacity: 0.9;
    filter: alpha(opacity=90);
    z-index: 1;
}*/

.form-control {
    height: 36px;
    /*padding: 6px 12px !important;*/
    /*margin-bottom: 10px;*/
    /*font-size: 1.12em;*/
    /*line-height: 1.4285;*/
    /*color: #666 !important;*/
    /*color: #393443 !important;*/
    vertical-align: middle;
    /*border-color: rgba(57,52,67,1) !important;*/
    border: 2px solid #fff !important;
    /*border: 1px solid #555 !important;*/
    /*border: 1px solid rgba(57,52,67, 0.5);*/
    /*border: 1px solid rgba(180, 170, 189, 1) !important;*/
    /*border-left: 0px !important;*/
    /*border: none !important;*/
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transition: border-color 300ms ease;
    -moz-transition: border-color 300ms ease;
    -o-transition: border-color 300ms ease;
    transition: border-color 300ms ease;
    /*border-radius: 3px;*/
    background: rgba(167,169,172,.4);
}

.form-control:hover{
    /*border: 1px solid rgba(57,52,67, 0.6) !important;*/
    /*border-left: none !important;*/
}

.form-control:focus{
    /*border: 1px solid rgba(57,52,67, 0.6) !important;*/
    /*border-left: none !important;*/
}

/*media screen*/
:-ms-input-placeholder.form-control {
    /*color: #555 !important;*/
    color: #555 !important;
}

/*media screen*/
.input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    /*color: #555 !important;*/
    color: #fff !important;
    text-align: center;
    /*background-color: #eee;*/
    /*background-color: rgba(215,214,217,0.6) !important;*/
    /*border: 1px solid #ccc;*/
    /*border: 1px solid #555 !important;*/
    /*background-color: rgba(220, 215, 224,1);*/
    /*border: 1px solid rgba(57, 52, 67, 0.4) !important;*/
    background-color: transparent !important;
    /*border: 1px solid rgba(180, 170, 189, 1) !important;*/
    border: none !important;
    border-right: 0px !important;
    border-radius: 3px;
}

.has-error > .form-control {
    color: #dadada !important;
}

.btn,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs > li > a,
.nav-pills > li > a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}


.btn-form-submit {
    background-color: rgba(220, 215, 224,0.8) !important;
    /*background: rgba(215,214,217,.6) !important;*/
    /*border: 1px solid #555 !important;*/
    border: 1px solid rgba(180, 170, 189, 1) !important;
    /*color: #555;*/
    color: #393443;
    width: 100%;
}

    .btn-form-submit:hover {
        background-color: rgba(220, 215, 224,1) !important;
        border: 1px solid rgba(180, 170, 189, 1) !important;
        /*border: 1px solid rgba(57,52,67, 0.6) !important;*/
        /*border: 1px solid #555 !important;*/
        /*border-color: #000;*/
        color: #393443 !important;
    }

    .btn-form-submit:focus {
        /*background: #fff;*/
        /*border-color: #000;*/
        color: #393443 !important;
    }

    .btn-submit {
    width: 100%;
    /*position: relative;.opening-hours .frame
    right: 0px;*/
    background: none;
    padding: 10px 10px 8px 10px;
    font-style:italic;
    letter-spacing:0.1em;
    /*margin-left: 40px;*/
    /*margin-right: 40px;*/
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border: #fff 2px solid;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
        white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

    .btn-submit:hover {
        /*background: #fff*/
        background: rgba(167,169,172,.4);
        border: #fff 2px solid;
        color: #fff !important;
    }

    .btn-submit:focus, .btn-submit:active {
        background: none !important;
        border: #fff 2px solid;
        color: #fff !important;
    }

.photo-container {
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
}

.divider-background {
    background-size: cover !important;
    overflow: hidden;
}

.about-image-holder-right {
    background: url('../images/photos/tom 1.jpg')center right no-repeat;
    width: 100%;
    height: 800px;
    z-index: 0;
    /*background-size: cover !important;
    top: -20%;*/
}

.winelist-image-holder-right {
    background: url('../images/photos/3 cocktails.jpg')top center no-repeat;
    width: 100%;
    height: 300px;
    z-index: 0;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    /*background-size: cover !important;
    top: -20%;*/
}

.menus-image-holder-left {
    background: url('../images/photos/black pudding 1.png')top center no-repeat;
    width: 100%;
    height: 700px;
    z-index: 0;
    /*background-size: cover !important;
    top: -20%;*/
}

.menus-image-holder-right {
    background: url('../images/photos/cake1.jpg')top center no-repeat;
    width: 100%;
    height: 700px;
    z-index: 0;
    /*background-size: cover !important;
    top: -20%;*/
}

.btn-menu {
    margin-bottom: 5px !important;
    /*margin-right: 5px  !important;*/
    width: 100%;
    height: auto !important;
    /*width: 80%;*/
    /*min-width: 200px;*/
    /*border-color: #393443 !important;*/
    border: 1px solid rgba(57, 52, 67, 0.4) !important;
    color: #393443 !important;
    /*margin-left: 0px;
    margin-right: 0px;*/
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.history {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 600px;
}

/*.opening-hours {
    background: #D7D6D9;
    padding: 16px;
}

    .opening-hours .frame {
        border: #fff 2px solid;
        margin-bottom: 0px;
        padding: 40px 25px;
    }*/


.list-unstyled {
    padding-left: 0px;
    list-style: none;
    text-align: center;
    /*color: #393443;*/
}

.input-group .form-control {
    padding-top: 1px;
    font-style: italic;
    padding-left: 5px;
    letter-spacing: 2px;
    color: #fff !important;
    font-size: 15px;
}


.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442 !important;
}
.has-error .form-control {
  border-color: #a94442 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
}
.has-error .form-control:focus {
  border-color: #843534 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483 !important;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483 !important;
}

textarea:focus, input:focus {
    /*border-color: rgb(0, 0, 0) !important;*/
    box-shadow: 0 1px 1px rgba(57,52,67, 0.075) inset, 0 0 8px rgba(57,52,67, 0.4) !important;
    outline: 0 none !important;
}


.with-errors > .list-unstyled {
    /*color: #cd5c5c !important;*/
    color: #a94442 !important;
    text-align: left !important;
}

.reservationform-overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: absolute; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.reservationrequesttosend {
    padding: 10px;
    margin: 20px 0px;
    background-color: rgba(215,214,217,0.5);
}

.reservation-form .alert {
    margin-left: 40px;
    letter-spacing: 0.05em;
    font-style: italic;
}

.alert-danger {
    border: 1px solid #a94442 !important;
}

.alert-info {
    border: 1px solid #31708f !important;
}

.alert-success {
    /*background-color: rgba(215,214,217,1) !important;*/
    border: 1px solid #3c763d !important;
}

.flex-images > div.item {
    background: #000;
}

    .flex-images > div.item img {
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(1.12);
        transform: scale(1.12);
    }

    .flex-images > div.item:hover img {
        opacity: 0.5;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.MenuButtonHolder {
    padding-bottom: 30px;
}

.contact-details h2 {
    font-size: 25px;
    text-align: center;
    font-family: 'Dancing Script' !important;
}

.contact-details {
    position: absolute;
    z-index: 2;
    top: 10%;
    left: 5%;
    /*background: #D7D6D9;
    padding: 16px;*/
    background-color: #fff;
    border:  rgba(215,214,217,1) 1px solid;
    /*padding: 16px;*/
    padding: 5px;
     -webkit-box-shadow: 2px 2px 5px -3px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 2px 5px -3px rgba(0,0,0,0.4);
    box-shadow: 2px 2px 5px -3px rgba(0,0,0,0.4);
}

.contact-details .frame {
    /*border: #fff 2px solid;*/
    /*background-color: rgba(215,214,217,0.8);*/
    /*background-color: #ebebfb;*/
    /*background-color:#ededfb !important;*/
    background-color:#DCDDDF;
    border:  rgba(215,214,217,1) 1px solid;
    padding: 40px 25px;
    color: #393443 !important;
}

    .contact-details .social {
        margin-top: 15px;
    }

.contact-details .social a 
{
    /*color: #393443 !important;*/
    color: rgba(57,52,67,1);
    padding-right: 5px;
}

#contact-map
{
    position: relative;
}

#contact-map-directions
{
    position: absolute;
    z-index: 2;
    top: 50px;
    right: 15px;
}

#contact-map-directions a
{
    color: rgba(57, 52, 67, 1);
}

#contact-map-directions a:active
{
    color: rgba(57, 52, 67, 1);
}

.opening-hours h2 {
    font-size: 25px;
    text-align: center;
    font-family: 'Dancing Script' !important;
}

.opening-hours {
    /*width: auto;*/
    /*width: 350px;*/
    /*position: absolute;*/
    /*right:20px;*/
    max-width: 400px;
    /*height: 580px;*/
    background-color: #fff;
    /*margin-left: 60px;*/
    margin-left:auto;
    margin-right: auto;
    /*background-color: rgba(220, 215, 224,1);*/
    /*border:  rgba(147, 143, 149,1) 1px solid;*/
    /*border: 1px solid rgba(57,52,67,0.2) !important;*/
    /*border: rgba(147, 143, 149, 1) 1px solid;*/
    border: 1px solid #A8ACB3;
    padding: 16px;
     -webkit-box-shadow: 2px 2px 5px -3px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 2px 5px -3px rgba(0,0,0,0.4);
    box-shadow: 2px 2px 5px -3px rgba(0,0,0,0.4);
    margin-bottom: 100px;
    color: #393443 !important;
}


.opening-hours .frame {
    /*border: 1px solid rgba(147, 143, 149, 1) !important;*/
    /*background-color: #ebebfb;*/
    font-style:italic;
    background-color:#DCDDDF;
    /*border: 1px solid #A8ACB3;*/
    /*border: rgba(215, 214, 217, 1) 1px solid !important;*/
    /*border: 1px solid #A8ACB3;*/
    margin-bottom: 0px;
    padding: 40px 25px;
    width: 100%;
    height: 100%;
    z-index: 1;
}


.reservation-form {
    /*position: absolute;*/
    /*width: 500px;*/
    /*padding-right:30px;*/
    max-width: 700px;
    /*display: inline-block;
    float: none !important;
    margin: 0 !important;*/
    margin-left:auto;
    margin-right: auto;
    padding-left: 20px;
    margin-bottom: 20px !important;
}


@media (max-width: 990px) {
    .reservation-form {
        position: relative !important;
        padding-left: 0px;
        /*margin: 0px 10%;*/
    }
    .opening-hours {
        position: relative !important;
    }
    .btn-menu {
        /*margin-left: 10%;
        margin-right: 10%;*/
    }

    .contact-details {
        margin-left: auto;
        margin-right: auto;
        max-width: 600px;
        position: relative !important;
        top: 0%;
        left: 0%;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .reservation-form {
        /*width: 80% !important;*/
        max-width: 500px;
        /*padding-left: 0px;*/
        /*margin: 0px 5%;*/
        
    }
    .opening-hours {
        /*width: 80% !important;*/
        max-width: 500px;
        
        /*margin: 15px 5%;*/
        /*margin: 0px 50px;*/
        /*margin-left: 30px !important;*/
    }
    .btn-menu {
        /*margin-left: 10%;
        margin-right: 10%;*/
    }
}

@media (max-width: 500px) {
     .reservation-form {
        width: 100% !important;
        max-width: 800px;
        /*padding-left: 0px;*/
        /*margin: 0px 5%;*/
        margin-left: -15px;
        
    }
    .opening-hours {
        width: 100% !important;
        max-width: 470px;
        margin-left: 0px !important;
        /*margin: 15px 5%;*/
        /*margin: 0px 50px;*/
        /*margin-left: 30px !important;*/
    }
}


.spinner-overlay {
    height: 100%;
    width: 100%;
    position: absolute; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.6); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/*#reservation {
    background-image: url('../images/dark_embroidery.png');
}

    #reservation .module-title {
        color: #fff;
    }*/

    .reservation-parallax
    {
        background-image: url('../images/photos/inside close up.jpg');
        height: 100%; 

    /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;

        /*opacity: 0.9;
        filter: alpha(opacity=90);
        background-color: #211a27;
        z-index: 1;*/
    }

    .reservation-parallax
    {
        padding-top: 50px;
        padding-bottom: 50px;
        color: #fff !important;
    }

    .reservation-parallax .container
    {
        background-color: rgba(0, 0, 0, 0.6);
    }


    .parallax-window {
    min-height: 400px;
    background: transparent;
    background-color: rgba(0,0,0,0.5);
}

.alert-text {
    color: #393443 !important;
    background-color:#DCDDDF !important;
    /*background-color: #ebebfb !important;*/
}

.alert-text-header {
    color:#393443 !important;
    text-transform: capitalize;
    /*font-weight: 600;*/
}

.alert-text-line {
    font-style: italic;
    padding-left: 10px;
}

.reservation-mobile {
    /*background-image: ;*/
    background-position: 50% 0;
    /*background-color: rgba(0,0,0,0.5) !important;*/
    background: linear-gradient( rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45) ), url('../images/photos/inside close up.jpg') no-repeat;
    background-color: #fff;
    height: 100%;
}

/*.reservation-mobile .container{
    background-color: rgba(0, 0, 0, 0.6);
}*/

/*
light purple: rgba(215,214,217,1) #D7D6D9
dark purple: (57,52,67) #393443 // #393443

*/

.menu-detail {
    color: #666 !important;
}

.text-highlight {
    background: #fae7d7;
    position: relative;
    display: inline-block;
    padding: 2px 10px 0px 10px;
    letter-spacing: 1px;
    font-style: italic;
    top: 5px;
    width: 100%;
}

/* Covid Update */

.intro-module .covidupdate-panel-row {
    padding-left: 0px !important;
    padding-right: 0px !important;
    border: 1px solid rgba(57, 52, 67, 0.4) !important;
    overflow-y: auto;
    background-color: white;
    top: 25%;
    max-height: 70%;
}

.intro-module .covidupdate-title {
    font: 700 30px/1.2 'Dancing Script', cursive;
    color: #393443;
    text-align: center;
    margin: 20px 0px;
}

.intro-module .covidupdate-text {
    font: 400 16px/1.8 "Vollkorn", "open sans";
    color: #393443;
    margin: 0px 20px 20px 20px;
}

.covidupdate-panel {
    border: 1px solid rgba(57, 52, 67, 0.4) !important;
    margin: 5px;
}

@media (max-width: 990px) {
    .intro-module .covidupdate-panel-row {
        top: 15%;
        max-height: 80%;
    }
}

@media (max-width: 768px) {
    .intro-module .covidupdate-panel-row {
        top: 15%;
        max-height: 80%;
        margin-left: 25px;
        margin-right: 25px;
    }
}

@media (max-width: 500px) {
    .intro-module .covidupdate-panel-row {
        top: 70px;
        max-height: 85%;
        margin-left: 15px;
        margin-right: 15px;
    }
}

.anniversary_logo {
    position: absolute;
    float: left;
    top: 65px;
    left: 2px;
    padding: 25px
}

    .anniversary_logo img {
        height: 175px;
        width: 175px;
    }

.gallery-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.gallery-image {
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    max-height: 350px;
    object-fit: cover;
    flex: 0 1 auto;
    max-width: 100%;
}

.video-section-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.scroll-indicator {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    animation: bounce 2s infinite;
}

    .scroll-indicator i {
        font-size: 36px;
        color: #d4af77;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }

    40% {
        transform: translateX(-50%) translateY(10px);
    }

    60% {
        transform: translateX(-50%) translateY(5px);
    }
}

.funeral-hero {
    background: linear-gradient(135deg, #1a4d3e 0%, #205748 100%);
    color: #d4af77;
    padding: 80px 0;
    text-align: center;
}

    .funeral-hero .tagline1 {
        font-size: 40px;
        font-weight: 300;
        letter-spacing: -2px;
        color: #d4af77;
    }

    .funeral-hero .tagline2 {
        font-size: 38px;
        font-weight: 300;
        color: #ffffff;
        letter-spacing: -2px;
        margin-bottom: 20px;
    }

    .funeral-hero .subtitle {
        font-size: 25px;
        letter-spacing: 0px;
        color: #d4af77;
    }

.decorative-line {
    width: 60px;
    height: 2px;
    background-color: #d4af77;
    margin: 20px auto;
}

.hearts-icon {
    font-size: 24px;
    color: #d4af77;
    margin: 10px 0;
}

.catering-card {
    background-color: #f5f5f5;
    padding: 30px;
    margin: 20px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

    .catering-card .card-icon {
        width: 60px;
        height: 60px;
        background-color: #1a4d3e;
        border-radius: 50%;
        margin: 0 auto 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #d4af77;
        font-size: 24px;
    }

    .catering-card h3 {
        color: #1a4d3e;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .catering-card p {
        color: #555;
        line-height: 1.6;
    }

.price {
    font-weight: bold;
    color: #1a4d3e;
    font-size: 18px;
    margin-top: 10px;
}

.gallery-image {
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    margin-bottom: 20px;
    max-height: 350px;
    object-fit: cover;
}

.help-section {
    background-color: #f9f9f9;
    padding: 40px 20px;
}

.help-item {
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}

    .help-item i {
        font-size: 36px;
        color: #1a4d3e;
        margin-bottom: 10px;
    }

    .help-item h4 {
        color: #1a4d3e;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .help-item p {
        color: #666;
        font-size: 14px;
    }

.contact-footer {
    background-color: #1a4d3e;
    color: #d4af77;
    padding: 40px 20px;
    text-align: center;
}

    .contact-footer h3 {
        color: #d4af77;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .contact-footer p {
        margin: 10px 0;
        color: #ffffff;
    }

    .contact-footer a {
        color: #d4af77;
        text-decoration: none;
    }

        .contact-footer a:hover {
            text-decoration: underline;
        }

.events-module-title {
    text-align: center;
    color: #1a4d3e;
    margin-bottom: 40px;
    font-size: 32px;
}

.events-module-title-text {
    font-size: 17px;
    text-align: center;
    color: #555;
}

.help-item-subtext {
    font-size:16px !important;
}

.sit-down-menu-title {
    font-size: 32px;
    font-weight:500;
    color: #d4af77;
}

.sit-down-menu-heading {
    font-size: 28px;
    font-weight: 500;
    color: #d4af77;
}

.sit-down-menu-item {
    font-size: 18px;
    color: #d4af77;
}