/* * {
    border: 1px solid red;
} */

html,
body {
    margin: 0;
    font-family: "Manuale", serif;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin-bottom: 50px;
    background-color: #D3D7D3;
}

button {
    margin: 15px auto;
    width: 180px;
    height: 40px;
    font-size: 18px;
    border: 3px solid #c5c5c5;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}

label {
    margin: 0;
    padding: 0;
}

.h1-header {
    margin: 0;
    padding: 0;
    font-size: 60px;
    text-align: center;
}

.h2-header {
    width: 100%;
    margin: 8px 0 0 0;
    font-size: 48px;
    text-align: center;
}

.h3-header {
    position: absolute;
    left: 0;
    bottom: 24px;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 32px;
}

.h3-header h3 {
    margin: 0;
}

.email-buttons {
    width: 140px;
    font-size: 16px;
    justify-content: center;
}

button:hover {
    background-color: #444424;
    color: white;
    cursor: pointer;
}

.h1-text {
    font-size: 60px;
    text-align: center;
}

p {
    text-align: center;
}

.img-cont {
    position: relative;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    padding: 20px 16px 70px;
}

.email-icon {
    display: flex;
    width: 330px;
    text-align: center;
    margin: 15px 20px;
    padding-bottom: 15px;
    /* border-bottom: 3px solid gray; */
}

.content-width {
    max-width: 80%;
    margin: auto;
    font-size: 18px;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.dates-time {
    margin: 20px 0;
    text-align: center;
}

.arrow {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.main-div {
    width: 80%;
    min-height: 100%;
    background-color: #D4D8D4;
    max-width: 1200px;
    margin: auto;
    border: none;
    padding: 0;
}

.spacer-1 {
    height: 400px;
}

.spacer-2 {
    height: 100px;
}

.lineHeight {
    font-size: 20px;
    line-height: 1.6rem;
}

.locale {
    width: 70%;
    margin: auto auto;
    font-size: 20px;
}

.questions {
    width: 60%;
    padding: 25px 15px 25px 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.footer1 {
    width: 100%;
    padding: 20px;
    color: white;
    background-color: #444424;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.footer2 {
    width: 100%;
    padding: 20px;
    color: #476060;
    background-color: #BDBCA6;
    height: 100%;
}

.qrCode {
    text-align: center;
}

.address {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.lineHeight {
    font-size: 20px;
    line-height: 1.6rem;
}

.locale {
    width: 70%;
    margin: auto;
    font-size: 20px;
}

.questions {
    padding: 25px 15px 25px 20px;
    text-align: center;
}

.arrow {
    width: 32px;
    height: 32px;
    margin-top: 4px;
}

.bullets {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 16px;
}

.ideas {
    padding: 30px;
    min-height: 600px;
    background-color: #BCBBA6;
}

.ideas p {
    text-align: center;
}

/*****************************************************/
/* Email Form Styles                                 */
/*****************************************************/
.email-form {
    width: 350px;
    height: 540px;
    max-width: 600px;
    margin: auto auto;
    padding: 20px;
    display: none;
    border: 1px solid #524f4f;
    border-radius: 10px;
    background-color: #eaeaea;
}

h2 {
    text-align: center;
}


table td {
    padding: 2px 5px;
}

label {
    display: block;
    margin: 2px 0 0 0;
    font-size: 16px;
}

input[type="radio"] {
    margin: 15px 0;
    width: 30px;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
    width: 330px;
    padding: 5px;
    margin-top: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
}

#date-time {
    padding: 20px;
    background-color: #7EA2B4;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

#theDunes img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

#site-content p {
    font-size: 20px;
    text-align: left;
    line-height: 1.4rem;
}

#date-label {
    border-radius: 4px;
    text-align: center;
    margin: 20px 0 0 5px !important;
    background-color: rgb(223, 220, 220);
    width: 330px !important;
}

#form_submit {
    padding-left: 11px;
}

#joinUs {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 40px auto;
}

/************************/
/* The modal background */
/************************/
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: flex-start;
    overflow-y: hidden;
    padding: 20px 12px;
    z-index: 2000;
}

/* The modal box */
.contact-modal {
    background: #fff;
    width: 400px;
    max-width: 100%;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    padding: 20px 20px 0 20px;
    margin: 0 auto;
}

#td-button {
    padding: 0;
    margin-top: 30px;
    text-align: center;
    vertical-align: bottom;
    padding-right: 15px;
}

/*************************************************************************/
/* CUSTOM FONTS & SETTINGS                                               */
/*************************************************************************/
.textsize-1 {
    font-size: 22px;
}

.textsize-2 {
    font-size: 36;
}

.style-bold {
    font-style: bold;
}

.style-italic {
    font-style: italic;
}

.w-400 {
    font-weight: 400;
}

.w-500 {
    font-weight: 500;
}

.w-600 {
    font-weight: 600;
}

.w-700 {
    font-weight: 700;
}

.space-1 {
    letter-spacing: 1px;
}

.space-2 {
    letter-spacing: 2px;
}

.space-3 {
    letter-spacing: 3px;
}

.manuale-reg {
    font-family: "Manuale", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

/*************************************************************************/

.row-hero>[class*="col-"] {
    display: flex;
}

.row-hero .img-cont,
.row-hero .ideas {
    width: 100%;
    height: 100%;
}

/*************************************************************************/
/* MEDIA QUERIES */
/*************************************************************************/
@media screen and (max-width: 768px) {
    .content-width {
        max-width: 100%;
    }

    .img-cont {
        min-height: 420px;
        padding: 16px 12px 60px;
    }

    .img-cont h1 {
        font-size: 2rem;
        line-height: 1.1;
        margin-top: 10px;
    }

    .img-cont h2 {
        font-size: 1.35rem;
        line-height: 1.2;
        margin-top: 8px;
    }

    .h3-header {
        bottom: 18px;
        font-size: 1.1rem;
        padding: 0 10px;
    }

    .ideas {
        min-height: auto;
        padding: 20px 18px;
    }

    .ideas p {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .bullets {
        gap: 12px;
        margin-bottom: 20px;
    }

    .bullets span {
        margin-top: 10px;
        font-size: 1.1rem;
        line-height: 1.3;
    }

    .arrow {
        width: 24px;
        height: 24px;
        margin-top: 4px;
        flex: 0 0 24px;
    }

    #site-content p {
        font-size: 18px;
        line-height: 1.5rem;
        padding: 0 10px;
    }

    .locale {
        width: 100%;
        font-size: 18px;
    }

    .lineHeight {
        font-size: 18px;
        line-height: 1.5rem;
    }

    .questions {
        color: #000;
        padding: 10px 0 20px;
    }

    .contact-modal {
        width: calc(100vw - 24px);
        max-width: 370px;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    #date-label {
        width: 100% !important;
    }

    #joinUs {
        width: 100%;
        display: block;
        text-align: center;
        margin: 0 auto 40px auto;
    }

    #form_submit {
        padding-left: 0;
    }
}

@media screen and (max-width: 480px) {
    .img-cont {
        min-height: 360px;
        padding: 14px 10px 56px;
    }

    .img-cont h1 {
        font-size: 1.65rem;
    }

    .img-cont h2 {
        font-size: 1.1rem;
    }

    .h3-header {
        font-size: 0.95rem;
        bottom: 14px;
    }

    .ideas p {
        font-size: 1.6rem;
    }

    .bullets span {
        font-size: 1rem;
    }

    #joinUs {
        width: 100%;
        display: block;
        text-align: center;
        margin: 0 auto 40px auto;
    }
}