    html, body {
        height: 100%;
        margin: 0;
        padding: 0;
    }
    
    body {
    background-image: url('../img/flyer3.jpg');
    background-size: cover;
    background-position: ce;nter;
    background-attachment: fixed;
    }

    .content-wrapper {
    min-height: 100vh;
    overflow-y: auto;
    } 

    
    #bgtext {
        color: black;
        width: 33%;
        background: rgba(0, 0, 0, 0.0);
        font-family: Arial Narrow, sans-serif;
        font-weight: 100;
        padding: 28px;
        margin: 28px;
        margin-left: 300px;
        font-size: 12px;
        text-align: justify;
    }
    
    #bgtext2 {
        color: black;
        background: rgba(0, 0, 0, 0.0);
        font-family: Arial Narrow, sans-serif;
        font-weight: 100;
        padding: 28px;
        margin: 28px;
        margin-left: 50px;
        font-size: 12px;
        float: right;
        text-align: justify;
    }
    
    
    .clickable {
        opacity: 1;
        cursor: pointer;
    }
    
    .text-center {
        opacity: 0, 8;
        text-align: center !important;
    }
    
    .clickable:hover .text-center {
        opacity: 1;
        color: #e6e61d;
    }
    
    .hover:hover {
        opacity: 1;
        color: #e6e61d;
        cursor: pointer;
    }
    
    .calendar {
        opacity: 1;
    }
    
    .box {
        top: 50px;
        /* width: 70%; */
        width: auto;
        height: 70%;
        padding-bottom: 0px;
        background: #5cb85c;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: .9375rem;
        font-weight: 400;
        line-height: 1.5;
        color: black;
        text-align: left;
        line-break: auto;
    }
    
    .calendar:target .box {
        opacity: 1;
    }
    
    p {
        font-size: 15px;
        line-height: 26px;
        letter-spacing: 0.5px;
        font-weight: 100;
        color: #484848;
    }
    /**
    * Modal */
    
    .nav a {
        margin-top: 0;
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: bold;
    }
    
    ul {
        display: block;
        text-align: right;
        float: right;
        width: auto;
    }
    
    table,
    th,
    td {
        border: 1px solid black;
        border-color: #c72c2c;
        border-collapse: collapse;
    }
    
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border-bottom: 1px solid #ddd;
    }
    
  
    
    .table-responsive {
        min-height: .01%;
        overflow-x: auto;
    }
    
    .green {
        background: #60ba38;
        padding: 40px;
    }
    
    .green-calender {
        background: #5cb85c;
    }
    
    
    .close-button {
        width: 25px;
        height: 25px;
        position: absolute;
        top: -10px;
        right: -10px;
        border-radius: 20px;
        background: rgba(0, 0, 0, 0.8);
        font-size: 20px;
        text-align: center;
        color: #fff;
        text-decoration: none;
    }
    
    .close-button:hover {
        background: rgba(0, 0, 0, 1);
    }

   

    html, body {
        height: 100%;
        margin: 0;
        padding: 0;
    }
    
    body {
        background-image: url('../img/flyer3.jpg');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        overflow-y: scroll;
    }
    
    .content-wrapper {
        min-height: 100vh;
    }
    

    .img-fluid {
        height: auto;
        max-height: none;
        padding: 0 0 0;
    }

    
    /* Logos at the bottom */
    .bottom-logos {
        position: fixed;
        bottom: 20px;
        right: 20px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    
    .bottom-logos img {
        max-width: 100px;
        height: auto;
        margin-left: 10px;
    }
    
/* alice added code for fixed header */

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.logo-fixed {
    position: fixed;
    top: 20px;
    right: 20px;
}

.content {
    display: flex;
    flex-grow: 1;
}

.nav-buttons {
    max-width: 28%;
    padding: 20px;
} 

#nav-container {
    width: 150px;
    position: absolute;
    right: 32%;
    height: 75px;
}

.main-content {
    flex-grow: 1;
    padding: 20px;
    overflow-y: auto;
}

.title-container {
    position: fixed;
    top: 20px;
    left: 80;
    right: 20%;
    text-align: center;
    z-index: 1000;
    width: 50%;
    font-size: 24px; /* Default font size for larger screens */
}



.title-image {
    width: 200px;
    height: auto;
    display: inline-block;
}

.bottom-text {
    position: fixed;
    bottom: 10px;
    left: 25%;
    right: 0;
    text-align:left;
    font-size: 12px;
    color: darkcyan;
    font-weight: bold;
    z-index: 1000;
    font-style: italic;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/* modal styling */
.modal {
    color: rgb(139, 142, 143);
}

.modal-dialog {
    width: 95vw !important;        /* 95% of viewport width */
    height: 95vh !important;       /* 95% of viewport height */
    max-width: none !important;    /* Prevent Bootstrap max-width limits */
    margin: auto !important;
    padding: 5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}


.modal-content {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
    padding: 0 !important;
    background-color: rgb(184, 240, 243) !important;
    display: flex;
    flex-direction: column;
}

.modal-header,
.modal-footer {
    padding: 5px 5px;
    flex-shrink: 0;
    background-color: rgb(184, 240, 243);
}

.modal-body {
    padding: 0; /* Remove to maximize iframe space */ 
    flex: 1 1 auto;
    overflow-y: auto;
    position: relative;
}

.publication-iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    display: block;
}

h2 {
    font-size: 25px;
}

.photo-archive {
    display: block;
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
}

.photo-credit {
    font-size: 10px;
    font-weight: normal;
    text-align: right;
    margin-top: 0;
    margin-bottom: 15px;
    color: darkcyan;
}

.eng-heading {
    font-size: 15px;
    color: purple;
}

.full-screen-image {
    width: 100%;
    height: auto;
    max-height: 85vh;
    object-fit: contain;
    display: block;
}

.times {
    font-size: 20px;
    color: deeppink;
}

.workshop{
    font-size: 15px;
    color: darkcyan;
}

.dates {
    font-size: 20px;
    color: deeppink;
}

@media screen and (max-width: 480px) {
    .title-container {
        font-size: 18px; /* Smaller font size for mobile screens */
        width: 80%; /* Adjust width for better mobile layout */
        left: 10%; /* Center the container on mobile */
        right: 10%;
    }
}

@media (min-width: 768px) {
    
}

@media screen and (max-width: 720px) {
    
}

@media (min-width: 1080px) {
    .table-responsive {
        border-bottom: 1px solid #ddd;
    }
}
