body {
    background-color: #3F2F2F;}
    *{
        margin: 0;
        padding: 0;
    }
header {
    background-color: #241F1F;
    text-align: center;
    margin: 0;
    padding: 0;
    position: sticky;
    top: 0;
    box-shadow: 0px 4px 8px rgba(0, 2, 0, .3);
}
nav > ul {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin: 0;
    list-style-type: none;
    padding: 40px;
    font-size: 20px;
    font-weight:300;
}
#nav-toggle {
    display: none;
}
nav > ul > li > a{
    color: #D5B2A8;
    text-decoration: none;
}
nav > ul > li > a[aria-current="page"] {
        font-weight: 600;
        font-size: 21px;
    }
nav > ul > li > a:hover {
    color: #2F6FDE;
    text-decoration: underline;
}
#HomeImage {
    width: 50%;
    display: block;
    margin: 20px auto 0;
    border-radius: 10px;
}
#HomeContent {
    background-color: #241F1F;
    margin: 20px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 2, 0, .3);
    color: #D5B2A8;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
#HomeContent > h1 {
    font-size: 28px;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
} 
#HomeContent > p {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
}
#HomeImageContainer {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
#InnerHomeContent1 {
    background-color: #241F1F;
    margin: 20px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 2, 0, .3);
    color: #D5B2A8;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
}
.contact {
    background-color: #241F1F;
    margin: 20px;
    padding: 5px;
    padding-top: 10px;
    border-radius: 10%;
    box-shadow: 0px 4px 8px rgba(0, 2, 0, .3);
    color: #D5B2A8;
    width: 70%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    text-align: center;
    font-size: 18px;
    > h1 {
        font-size: 28px;
        margin-bottom: 20px;
        margin-top: 10px;
        display: flex;
        justify-content: center;
    }
    > a:hover { 
        color: #1E4FA8;
        font-weight: 600;
    }
    > a {
        color: #dfc8c2;
        font-weight: 600;
    }
}
.profile-pic {
    width: 225px;
    height: 225px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border-radius: 10%;
}

.ProfessionalSummary,
.EducationalBackground,
.Experience,
.Certifications,
.Involvement {
    background-color: #241F1F;
    color: #D5B2A8;
    width: 50%;
    margin: 20px auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 2, 0, .3);
    line-height: 1.6;
    font-size: 18px;
}

.ProfessionalSummary > h2,
.EducationalBackground > h2,
.Experience > h2,
.Certifications > h2,
.Involvement > h2 {
    font-size: 28px;
    margin-bottom: 16px;
    text-align: center;
}

.job-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 16px;
}

.subtext {
    font-size: 16px;
    margin-bottom: 12px;
}

.Experience ul,
.Certifications ul,
.Involvement ul {
    padding-left: 22px;
    margin-bottom: 8px;
}

.Experience li,
.Certifications li,
.Involvement li {
    margin-bottom: 8px;
}

.speakers-header {
    text-align: center;
    margin: 40px 20px 20px;
    color: #D5B2A8;
    background-color: #241F1F;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 2, 0, .3);
    width:45%;
    margin-left: auto;
    margin-right: auto;
    h1 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    p {
        font-size: 18px;
        line-height: 1.6;
    }
}


.FirstSpeaker { 
    background-color: #241F1F;
    color: #D5B2A8;
    font-size: 18px;
    margin-top: 12px;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 4px 8px rgba(0, 2, 0, .3);
    text-align: center;
    margin-bottom: 20px;
    H1 {
        font-size: 35px;
        margin-bottom: 12px;
        font-weight: 600;
    }
    p {
        font-size: 18px;
        line-height: 1.4;
        padding-bottom: 12px;
    }
    > img {
        width: 50%;
        height: 60%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 10px;
        border-radius: 10%;
    }
}
.SecondSpeaker {
    background-color: #241F1F;
    color: #D5B2A8;
    font-size: 18px;
    margin-top: 12px;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 4px 8px rgba(0, 2, 0, .3);  
    margin-bottom: 20px;
    text-align: center;
    H1 {
        font-size: 35px;
        margin-bottom: 12px;
        font-weight: 600;
    }
    p {
        font-size: 18px;
        line-height: 1.4;
        padding-bottom: 12px;
    }
    img {
        width: 50%;
        height: 60%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10%;
        padding-bottom: 10px;
    }
}
.ThirdSpeaker {
    background-color: #241F1F;
    color: #D5B2A8;
    font-size: 18px;
    margin-top: 12px;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 8px rgba(0, 2, 0, .3);
    text-align: center;
    H1 {
        font-size: 35px;
        margin-bottom: 12px;
        font-weight: 600;
    }
    p {
        font-size: 18px;
        line-height: 1.4;
        padding-bottom: 12px;
    }
    img {
        width: 50%;
        height: 60%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10%;
        padding-bottom: 10px;
    }
}
.FirstSpeaker,
.SecondSpeaker,
.ThirdSpeaker {
    display: flex;
    flex-direction: column;
    flex: 1 1 1 300px;
    max-width: 360px;
    width: auto;
    min-width: 0;
    margin: 0;
    box-sizing: border-box;
}

.speaker-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    width: 90%;
    margin: 0 auto 24px;
    img {
        width: 80%;
        height: auto;
    }
}

#EventSchedule {
    background-color: #241F1F;
    color: #D5B2A8;
    font-size: 18px;
    margin-top: 12px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 4px 8px rgba(0, 2, 0, .3);  
    margin-bottom: 20px;
    text-align: center;
    H1 {
        font-size: 35px;
        margin-bottom: 12px;
        font-weight: 600;
    }
    p {
        font-size: 18px;
        line-height: 1.4;
        padding-bottom: 12px;
    }
    table {
        width: 100%;
        border-collapse: collapse;
    }
    th {
        padding-bottom: 10px;
    }
    td {
        padding: 8px;
        border-bottom: 1px solid #D5B2A8;
    }
}
#EventSchedule table tr:hover {
    background-color: #1a1d25;
}

#TicketRedirect {
    background-color: #241F1F;
    color: #D5B2A8;
    font-size: 18px;
    margin-top: 12px;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 4px 8px rgba(0, 2, 0, .3);  
    margin-bottom: 20px;
    text-align: center;
    H1 {
        font-size: 35px;
        margin-bottom: 12px;
        font-weight: 600;
    }
    p {
        font-size: 18px;
        line-height: 1.4;
        padding-bottom: 12px;
    }
    a {
        color: #dfc8c2;
        font-weight: 600;
    }
    a:hover { 
        color: #1E4FA8;
        font-weight: 600;
    }
}

#TicketContent {
    background-color: #241F1F;
    color: #D5B2A8;
    font-size: 18px;
    margin-top: 12px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 4px 8px rgba(0, 2, 0, .3);  
    margin-bottom: 20px;
    text-align: center;
    H1 {
        font-size: 35px;
        margin-bottom: 12px;
        font-weight: 600;
    }
    p {
        font-size: 18px;
        line-height: 1.4;
        padding-bottom: 12px;
    }
    ul {
        list-style-type: none;
    }
    li {
        margin-bottom: 8px;
    }
}
#PurchaseButton {
    background-color: #D5B2A8;
    color: #241F1F;
    font-size: 18px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    margin-bottom: 12px;
}
#TicketPurchase {
    background-color: #241F1F;
    color: #D5B2A8;
    font-size: 18px;
    margin-top: 12px;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 4px 8px rgba(0, 2, 0, .3);  
    margin-bottom: 20px;
    text-align: center;
    H1 {
        font-size: 35px;
        margin-bottom: 12px;
        font-weight: 600;
    }
    p {
        font-size: 18px;
        line-height: 1.4;
        padding-bottom: 12px;
    }
}

#VenueContent {
    background-color: #241F1F;
    color: #D5B2A8;
    font-size: 18px;
    margin-top: 12px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 4px 8px rgba(0, 2, 0, .3);  
    margin-bottom: 20px;
    text-align: center;
    H1 {
        font-size: 35px;
        margin-bottom: 12px;
        font-weight: 600;
    }
    p {
        font-size: 18px;
        line-height: 1.4;
        padding-bottom: 12px;
    }
    img {
        width: 80%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
        padding-bottom: 10px;
    }
}
#VenueContent2 {
    background-color: #241F1F;
    color: #D5B2A8;
    font-size: 18px;
    margin-top: 12px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 4px 8px rgba(0, 2, 0, .3);  
    margin-bottom: 20px;
    text-align: center;
    H2 {
        font-size: 35px;
        padding-bottom: 12px;
        font-weight: 600;
    }
    p {
        font-size: 18px;
        line-height: 1.4;
        padding-bottom: 12px;
    }
}
#VenueContent3 {
    background-color: #241F1F;
    color: #D5B2A8;
    font-size: 18px;
    margin-top: 12px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 4px 8px rgba(0, 2, 0, .3);  
    margin-bottom: 20px;
    text-align: center;
    H2 {
        font-size: 35px;
        padding-bottom: 12px;
        font-weight: 600;
    }
    p {
        font-size: 18px;
        line-height: 1.4;
        padding-bottom: 12px;
    }
    img {
        width: 80%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 1500px) {
    .FirstSpeaker,
    .SecondSpeaker,
    .ThirdSpeaker {
        width: calc((100% - 40px) / 3);
        img {
            width: 60%;
            height: auto;
        }
    }
}

@media (max-width: 1200px) {
    .ProfessionalSummary,
    .EducationalBackground,
    .Experience,
    .Certifications,
    .Involvement {
        width: 70%;
    }

    #TicketPurchase {
        width: 58%;
    }
    #TicketContent {
        width: 58%;
    }
    .FirstSpeaker,
    .SecondSpeaker,
    .ThirdSpeaker {
        width: calc((100% - 20px) / 2);
        img {
            width: 60%;
            height: auto;
        }
    }
}

@media (max-width: 900px) {
    nav > ul {
        justify-content: center;
        flex-direction: column;
        flex-wrap: wrap;
        padding: 20px;
        font-size: 18px;
        gap: 10px;
    }

    .ProfessionalSummary,
    .EducationalBackground,
    .Experience,
    .Certifications,
    .Involvement {
        width: 88%;
    }
    #TicketPurchase {
        width: 78%;
    }
    #TicketContent {
        width: 78%;
    }
    .FirstSpeaker,
    .SecondSpeaker,
    .ThirdSpeaker {
        width: calc((100% - 20px) / 2);
        img {
            width: 80%;
        }
    }

    #nav-toggle {
    display: block;
    color: #D5B2A8;
    font-size: 24px;
    cursor: pointer;
    width: 100%;
    background: none;
    border: none;
    padding: 10px;
    }
    #navlist {
        display: none;
    }
    #navlist.open {
        display: block;
        padding: 0px;
        padding-top: 0px;
        padding-bottom: 5px;
        li {
            padding-bottom: 2px;
        }
    }
}

@media (max-width: 600px) {
    .contact {
        width: 88%;
        border-radius: 10px;
    }

    .profile-pic {
        width: 170px;
        height: 170px;
    }

    .contact > h1,
    .ProfessionalSummary > h2,
    .EducationalBackground > h2,
    .Experience > h2,
    .Certifications > h2,
    .Involvement > h2 {
        font-size: 24px;
    }

    .FirstSpeaker,
    .SecondSpeaker,
    .ThirdSpeaker {
        width: 88%;
    }
    #EventSchedule {
    width: 80%;
    }
    #TicketPurchase {
        width: 88%;
    }
    #TicketContent {
        width: 88%;
    }
    #VenueContent {
        width: 88%;
    }
     #VenueContent2 {
        width: 88%;
    }
     #VenueContent3 {
        width: 88%;
    }
    #HomeContent {
        width: 88%;
        h1 {
            font-size: 30px;
            text-align: center;
        }
        img {
            width: 80%;
        }
    }
    #InnerHomeContent1 {
        width: 88%;
    }
    .speakers-header {
        width: 80%;
    }
    #nav-toggle {
        display: block;
        color: #D5B2A8;
        font-size: 24px;
        cursor: pointer;
        width: 100%;
        background: none;
        border: none;
        padding: 10px;
    }
    #navlist {
        display: none;
    }
    #navlist.open {
        display: block;
        padding: 0px;
        padding-top: 0px;
        padding-bottom: 5px;
        li {
            padding-bottom: 2px;
        }
    }
}