@media screen and (min-width: 1024px){
    html{
        scroll-behavior: smooth;
    }    
    #hamburger{
        display: none;
    }
    #logo{
        display: inline-block;
    }
    #navigation-list{
        transform: translateX(0);
        margin-top: 15px;
        margin-bottom: 0;
        padding-top: 0;
        float: right;
    }
    #navigation-list li{
        display: inline-block;
        padding-top: 0;
        padding-bottom: 0;
        font-weight: normal;
        font-size: 15px;
    }
    #navigation-list li a{
        padding-left: 10px;
        padding-right: 10px;
    }
    #navigation-list li a[href="#"]{
        display: none;
    }
    #big-screen{
        display: table;
        width: 100%;
        height: fit-content;
    }
    #image-container{
        width: 50%;
        float: right;
        display: table-cell;
    }
    #header{
        display: table-cell;
        width: 50%;
        position: absolute;
        left: 0;
        top: 40%;
    }
    #main-heading{
        font-size: 48px;
    }
    #header p{
        font-size: 24px;
    }
    #biography{
        font-size: 20px;
        padding-left: 32px;
        padding-right: 32px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .h2{
        font-size: 32px;
    }
    #events-container{
        height: 600px;
    }
    #horizontal-scroll{
        height: 400px;
    }
    #horizontal-scroll::-webkit-scrollbar {
        height: 5px;
      }
    #horizontal-scroll::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 15px;
      }
    .event{
        height: 250px;
        width: 350px;
    }
    .event h3{
        font-size: 20px;
    }
    .event h4{
        font-size: 18px;
    }
    .event h5{
        font-size: 15px;
    }
    #prev, #next{
        font-size: 32px;
    }
    #horizontal-gallery{
        padding-bottom: 30px;
    }
    #horizontal-gallery::-webkit-scrollbar {
        height: 5px;
      }
    #horizontal-gallery::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 15px;
      }
    .pic{
        height: 250px;
        width: 250px;
    }
    #show-slide{
        position: relative;
        max-width: 100%;
        padding-top: 0;
    }
    #show-slide-image{
        max-width: 30%;
    }
}
@media screen and (min-width: 1200px){
    #navigation-list li{
        font-weight: bold;
    }
    #biography{
        max-width: 70%;
    }
    #horizontal-gallery{
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
        border-left: 1px solid rgba(153, 101, 21, 0.5);
        border-right: 1px solid rgba(153, 101, 21, 0.5);

    }
    #horizontal-scroll{
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
        border-left: 1px solid rgba(66, 66, 66, 0.5);
        border-right: 1px solid rgba(66, 66, 66, 0.5);
    }
    #show-slide-image{
        max-width: 25%;
    }
}
@media screen and (min-width: 1440px){
    #navigation-list li{
        font-size: 18px;
    }
    #navigation-list li a[href="#"]{
        display: inline-block;
    }
    #navigation-list{
        margin-top: 5px;
    }
    #big-screen{
        max-width: 1800px;
        margin-left: auto;
        margin-right: auto;
    }
    #biography{
        max-width: 60%;
    }
}