:root {
    --lwdmb-titles: #1e1e1e;
    --lwdmb-grey: #666666;
    --lwdmb-light-grey: #969595;
    --lwdmb-gold: #d4af37;
    --lwdmb-titles-25: rgba(0, 0, 0, 0.25);
    --lwdmb-form-button: #3e3e3e;
}

body {
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 14.0pt;
    color: var(--lwdmb-grey);
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit
}

#wrapper {
    overflow-x: hidden;
    position: relative;
}

#page {
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.emphasis {
    font-weight: 700;
}

.hero {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-parallax {
    position: relative;
    width: min(100vw, 500px);
}

.hero-parallax video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.hero-parallax svg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    transform: translateX(-50%) translateY(-50%);
    color: var(--lwdmb-grey);
    z-index: 0;
}

.hero-parallax img {
    width: 100%;
}

.hero-caption {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1;
}

.hero-caption h3 {
    font-family: 'Playfair Display';
    color: var(--lwdmb-titles);
    font-weight: 700;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 32.0pt;
}

@media screen and (min-width: 576px) {
    .hero-caption h3 {
        font-size: 42.0pt;
    }
}

@media screen and (min-width: 768px) {
    .hero-caption h3 {
        font-size: 50.0pt;
    }
}

.content-section {
    padding-bottom: 2rem;
}

.background-section {
    padding-bottom: 2rem;
    padding-top: 2rem;
    background-color: #ededed;
}

.background-image-section {
    padding-bottom: 2rem;
    padding-top: 2rem;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}

.intro {
    padding-top: 3rem;
}

.intro p {
    font-family: 'Lora';
    font-weight: 600;
    font-size: 20pt;
    vertical-align: baseline;
    margin-bottom: 16px;
    color: var(--lwdmb-titles);
    line-height: 1.5;
}

@media screen and (min-width: 576px) {
    .intro p {
        font-size: 22pt;
    }
}

@media screen and (min-width: 768px) {
    .intro p {
        font-size: 24pt;
    }
}

.summary {
    font-family: 'Lora';
    font-weight: 500;
}

.summary .description {
    color: var(--lwdmb-light-grey);
}

.summary .date {
    font-size: 22pt;
    line-height: 1.2;
}

.locations {
    font-size: 18pt;
    font-weight: initial;
}

.locations span {
    font-family: 'Noto Emoji';
    color: var(--lwdmb-titles);
}

@media screen and (min-width: 576px) {
    .summary .date {
        font-size: 27pt;
    }

    .locations {
        font-size: 19pt;
    }
}

@media screen and (min-width: 768px) {
    .summary .date {
        font-size: 28pt;
    }

    .locations {
        font-size: 20pt;
    }
}

.image-with-text {
    display: flex;
    align-items: center;
}

.rounded-corners-img {
    width: 100%;
    clip-path: inset(0 round 10px);
    filter: grayscale(1);
}

.rectangular_image {
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: 50% 50%;
}

.section-title {
    font-family: 'Playfair Display';
    font-weight: 700;
    font-size: 21.0pt;
    color: var(--lwdmb-titles);
}

@media screen and (min-width: 576px) {
    .section-title {
        font-size: 23pt;
    }
}

@media screen and (min-width: 768px) {
    .section-title {
        font-size: 25pt;
    }
}

.hotel-info {
    overflow: hidden;
}

.hotel-info img {
    width: 65%;
    aspect-ratio: 1/1;
    clip-path: circle();
    object-fit: cover;
}

@media screen and (min-width: 576px) {
    .hotel-info img {
        width: 45%;
    }
}

@media screen and (min-width: 1000px) {
    .hotel-info img {
        width: 30%;
    }
}

.hotel-name {
    margin-top: 1.5rem;
    font-weight: 500;
    font-size: 16pt;
}

.hotel-phone, .hotel-direction {
    font-size: 12pt;
}

.h-divider {
    margin: auto;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    width: 60%;
    position: relative;
}

.h-divider .h-shadow {
    overflow: hidden;
    height: 20px;
}

.h-divider .h-shadow:after {
    content: '';
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    border-radius: 125px/12px;
    box-shadow: 0 0 5px black;
}

.hr-custom {
    width: 100%;
    background: var(--lwdmb-light-grey);
    height: 2px;
    border: 0;
    border-radius: 5px;
    opacity: 0.5;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.program p {
    margin-bottom: 0;
}

.program-hours {
    font-family: 'Lora';
    font-weight: 400;
    font-size: 17pt;
}

.program-event {
    font-family: 'Lora';
    font-weight: 500;
    font-size: 19pt;
}

@media screen and (min-width: 768px) {
    .program-hours {
        font-size: 18pt;
    }

    .program-event {
        font-size: 20pt;
    }
}

.bus-title {
    font-weight: 600;
    font-size: 16pt;
    margin-top: 3rem;
}

.bus-title span {
    font-family: 'Noto Emoji', sans-serif;
    font-size: 19pt;
    color: var(--lwdmb-titles);
}

.bus-location span {
    font-family: 'Noto Emoji', sans-serif;
}

.bus-time span {
    font-family: 'Noto Emoji', sans-serif;
}

.bus-important {
    font-size: 16pt;
    font-weight: 600;
    color: var(--lwdmb-gold);
    margin-top: 3rem;
}

.contact-names {
    font-family: 'Lora';
    font-weight: 500;
    font-size: 17pt;
    color: var(--lwdmb-titles);
}

.contact-info {
    font-weight: 300;
    font-size: 17pt;
    color: var(--lwdmb-titles);
}

@media screen and (min-width: 768px) {
    .contact-names {
        font-size: 18pt;
    }

    .contact-info {
        font-size: 18pt;
    }
}

.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: 600;
}

.btn.btn-primary {
    background: var(--lwdmb-titles);
    color: #fff;
    border: 2px solid transparent !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:active {
    box-shadow: none;
    background: var(--lwdmb-form-button) !important;
    color: #fff !important;
}

.form-container {
    background-color: #ffffff;
    padding: 4rem 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--lwdmb-titles);
    outline: 0;
    box-shadow: 0 0 0 .2rem var(--lwdmb-titles-25);
}

.form-group:has(:required) label:first-child:after {
    content: "*";
    font-family: initial;
}

.form-check-input {
    width: 0.85em;
    height: 0.85em;
    margin-top: 0.3em;
    background-color: #dee2e6;
}

.form-check-input:checked {
    background-color: var(--lwdmb-titles);
    border-color: rgba(249, 204, 204, 0.251);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem var(--lwdmb-titles-25);
}

.form-check-input:focus {
    border-color: var(--lwdmb-titles-25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem var(--lwdmb-titles-25);
}

.form-group {
    margin-bottom: 1.5em;
}

.form-group > label {
    font-weight: 500;
    color: var(--lwdmb-titles);
    font-size: 15pt;
    margin-bottom: 0.3em;
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group textarea {
    padding: 10px;
}

.form-group textarea {
    resize: none;
}

.footer-img {
    width: 80px;
}

.footer-web-name {
    font-family: 'Playfair Display';
    color: var(--lwdmb-gold);
    font-weight: 700;
    font-size: 20.0pt;
    margin-bottom: .5rem;
}

.footer-link {
    color: inherit;
}

.footer-link:hover,
.footer-img:hover {
    text-decoration: none;
}