body {
    font-family: 'Amatic SC', cursive;
    background-color: #98dcfc6e;
    color: #333;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: 400;
}



header {
    background-color: #fff;
    padding: 15px 0;
    font-size: 24px;
}

@font-face {
    font-family: 'BaskervaldADFStd';
    src: url('fonts/BaskervaldADFStd.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
.bakerfont {
    font-family: 'BaskervaldADFStd', 'Amatic SC', cursive;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: right;
    margin-right: 20px;
    gap: 20px;
}

nav ul .logo-text{
    justify-content: left;
    -ms-flex-align: start;
    align-items: start;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    list-style-type: none;
}

.nav-right {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 20px;
}


.menu-icon {
    display: none;
    font-size: 28px;
    cursor: pointer;
}

nav ul li {
    margin: 0 15px;
}

.nav-right li {
    list-style-type: none;
    margin-left: 20px;
}

.nav-right a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

nav ul li a:hover {
    color: #66a7e4;
    /* underline */
    text-decoration: underline;
}

h1 {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
}

p {
    font-size: 18px;
    margin: 20px 0;
}

img {
    width: 50%;
    height: auto;
    border-radius: 5px;
    margin: 20px 0;
}



.links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    gap: 5px;

}


ul.links {
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
    text-decoration: underline;
}

ul.links li {
    margin: 10px 0;
}

.links a:hover {
    color:#335f99;

}


ul.links li a {
    text-decoration: none;
    color: #333;
    font-size: 27px;
    font-weight: bold;
}

.details {
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}




#join-us a{
    /* underline */
    border: black 1px darkblue;
}

.photo {
    width: 30%;
    height: auto;
    border-radius: 5px;
    margin: 20px 0;
}
.rsvp {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin: 20px 0;
}
.rsvp-photo {
    width: 22%;
}

.lodging-photo {
    width:20%;
    align-items: center;
}

.lodging-item {
    background-color: aliceblue;
    border-radius: 5px;
    margin: 20px;
    padding: 20px;
    width: 30%;
    max-width: 800px;
    text-align: center;
}

.nav-text {
    flex-direction: row;

}

.logo-text {
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    justify-content: left;
    align-self: center;
    padding: 0 20px;
    margin: 0;

}

.lodging {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.lodging-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    max-width: 400px;
}

.lodging-item h2 {
    font-size: 28px;

}

.arrivals h2 {
    font-size: 30px;
    margin: 10px 0;
    font-weight: bolder;
}
.arrivals h3 {
    font-size: 26px;
    margin-top: 20px;
}

.cant-wait {
    font-size: 24px;
    margin: 5px 0;
}

.lodging-item p {
    font-size: 18px;
    margin: 10px 0;
}

button {
    display: block;
    padding: 10px;
    background-color: #339966;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}

.button {
    width: max-content;
    padding: 10px;
    background-color: rgba(6, 98, 236, 0.911);
    color: #fff;
    border: none; 
    border-radius: 5px;
    font-size: 24px;
    cursor: pointer;
    font-weight: bolder;
    text-decoration: none;
}

.lodging-info {
    font-size: 18px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.schedule{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    
}

.schd-item img {
    height: auto;
    border-radius: 5px;
    max-width: 400px;
}


.schd-item h2 {
    font-size: 28px;

}

.schd-item {
    background-color: aliceblue;
    border-radius: 5px;
    margin: 20px;
    height: auto;
    width: 30%;
    max-width: 800px;
    text-align: center;
    align-items: stretch;
}


.schd-photo {
    max-width: 100%;
    height: 150px;
  }

  .schd-photo2 {
    width: 350px;
  }


.info-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
    
}
.separator-schd {
    width: 100%;
    height: 32px;

}

.info-box button {
    width: max-content;
    padding: 10px;
    background-color: #339966;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;

}

button:hover {
    background-color: #5693e2;
    color: #7444f8
}


#address-label {
    
    font-weight: 500%;
    font-size: xx-large;
}
#address-text {
    font-weight: 500%;
    font-size: 40px;

}


.title {
    font-size: 42px;
    margin-top: 20px;
    font-weight: bolder;
}

.popup-content {
    display: flex;
    flex-direction: column;
    
    align-items: center;

    padding-bottom: 220px;

}

.popup-content h1 {
    font-size: 48px;
    /* underline */
    text-decoration: underline;
}

.popup-title {
    font-size: 68px;
    text-decoration: none;
    font-weight: bolder
}

.popup-content p {
    font-family: Arial, sans-serif; /* Switch to a more readable font */
    font-size: 18px; /* Increase the font size */
    line-height: 1.6; /* Increase the line height */
    font-weight: 400; /* Use a regular or slightly bold font weight */
    color: #333; /* Ensure the text color contrasts well with the background */
    /* padding: 0 360px; */
    margin: 10px 100px 10px 100px;
    background-color: #5693e24b;
    border-radius: 15px;
    width: 900px;
    text-align: center;
    padding: 15px;
}

.popup-button {
    background-color: #5693e2;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 28px;
    cursor: pointer;

    padding: 5px 10px;
}

/* Responsive styles for mobile devices */
@media screen and (max-width: 768px) {
    .popup-content {
        padding: 10px;
        width: 95%;
    }

    .popup-content h1 {
        font-size: 28px;
    }

    .popup-title {
        font-size: 36px;
    }

    .popup-content p {
        font-size: 14px;
        padding: 10px;
        margin: 10px 0;
        width: 90%;
    }

    .popup-button {
        font-size: 20px;
        padding: 8px 16px;
    }
}


form {
    font-family: 'Roboto', sans-serif;
    background-color: #e6e6e6;
    border-radius: 5px;
    padding: 20px;
    margin: 20px auto;
    width: 80%;
    max-width: 600px;
    text-align: left;
}

fieldset {
    border: none;
    margin-bottom: 20px;
}

.main-title {
    font-size: 36px;
    margin-top: 20px;
    font-weight: 100;
}

legend {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

label {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
}

.main-photo {
    width: 40%;
    height: auto;
    border-radius: 5px;
    margin: 20px 0;
}


.name-field-rsvp {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;    
    align-items: center;
    justify-content: left;
    gap: 30px;
}
img.photo.arrivals  {
    width: 45%;
    border-radius: 5px;
    margin: 20px 0;
}

.attire h3 {
    font-size: 36px;
}
.attire img {
    width: 100%;
}
/* Responsive Styles */
@media screen and (max-width: 768px) {
    .menu-icon {
        display: block;
    }

    .nav-right {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0;
        background-color: #fff;
    }

    .nav-right li {
        margin: 10px 0;
        text-align: center;
    }

    .nav-right.active {
        display: flex;
    }
    h1.logo-text {
        font-size: 24px;
        
    }
    .title h1 {
        font-weight: bolder;
        font-size: 24px;
    }
    .rsvp-photo {
        width: 60%;
    }

    .lodging-item {
        width: 80%;
        justify-content: center;
        align-items: center;

    }
    .photo {
        width: 60%;
    }
    .photo.arrivals {
        width: 80%;
    }
    .details {
        font-size: 18px;
    }
    .arrivals h1 {
        font-size: 24px;
        margin: 10px 2.2px;
        font-weight: bolder;
    }
    .arrivals h2 {
        font-size: 21px;
        margin: 10px 0;
        font-weight: bolder;
    }
    .arrivals h3 {
        font-size: 16px;
        margin-top: 20px;
    }
    #address-text {
        font-size: 24px;
        margin: 10px 0;
        font-weight: bolder;
    }
    
    .schedule {
        flex-direction: column;
        align-items: center;
       
    }
    .schd-item {
        width: 100%;
        margin: 10px 10px;
        
    }
    .ff3 {
        width: 100%;
    }
    .attire h2 {
        font-size: 34px;
    }
    .attire h3 {
        font-size: 24px;
    }

    .separator-schd {
        width: 100%;
        height: 0px;
    
    }

    }
    