/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 900px) {
    .navbar {
        background-color: transparent;
        position: fixed;
        height: 250px;
        top: 0;
        width: 100%;
        z-index: 1;
    }

    .navbar img {
        padding-top: 10px;
        padding-left: 200px;
        overflow: hidden;
        position: fixed;
        height: 300px !important;
        /* Adjusted height */
        width: auto !important;
        /* Adjusted width */
        top: 0;
        z-index: 2;
    }

    .pagecontentmain {
        margin-left: 15px;
        margin-right: 15px;
        height: calc(100% - 280px);
        width: 98%;
        z-index: 3;
        /* Ensure pagecontent is below the navbar */
        position: relative;
        overflow-y: auto;
        padding-right: 0px;
        margin-bottom: 10px;
        margin-top: 250px;
        color: #F2F2F2;
    }

    .pagecontent {
        margin-left: 15px;
        margin-right: 15px;
        height: calc(100% - 280px);
        width: 97%;
        z-index: 3;
        /* Ensure pagecontent is below the navbar */
        position: relative;
        overflow-y: auto;
        margin-bottom: 10px;
        margin-top: 250px;
        color: #F2F2F2;
    }

    .header {
        text-align: center;
        margin-left: 0px;
        margin-right: 0px;
    }

    .header p {
        text-align: left;
        padding: 0 15px 0 15px;
    }

    .header h1 {
        color: #FF9900;
    }

    .partnerimg {
        float: center;
        margin-left: 0px !important;
        margin-right: auto !important;
        width: 400px !important;
        height: 200px !important;
        margin-top: 0px;
    }

    .headerimg {
        float: center;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 400px !important;
        height: auto !important;
    }

    .social {
        margin-left: 15px;
        margin-right: 15px;
        display: flex;
        justify-content: center;
        align-content: center;
    }


    .social img {
        height: 50px;
        display: flex;
        justify-content: center;
        align-content: center;
        margin-right: 15px;
    }

    .socialsingle {
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: center;
        align-content: center;
    }

    .socialsingle img {
        height: 50px;
        display: flex;
        justify-content: center;
        align-content: center;
    }

    .header-img {
        margin-top: 10px;
        height: 200px;
        margin-left: auto;
        margin-right: auto;
        float: right;
    }

    .header-text {
        float: left;
        margin-top: 30px;
        margin-left: -10px;
        width: auto;
    }

    .backimg {
        height: 30px;
        margin-top: 70px;
        z-index: 3;
        margin-left: 0px;
    }

    .eventheader {
        margin-left: 150px;
    }

    .eventlist {
        border-radius: 25px;
        margin-left: -30px;
        margin-right: -70px;
        border: solid 0px rgba(255, 153, 0, 0.3);
        height: 150px;
        padding: 0px;
    }

    .eventlist img {
        height: 120px;
        width: auto;
    }

    .speakerimg {
        width: 75%;
    }

    .speaker {
        text-align: center;
        background-color: transparent;
        color: #F2F2F2;
        padding: 10px 10px 10px 10px;
        margin: 10px 30% 10px 30%;
    }

    .speaker h3 {
        color: #FF9900;
    }

    .speaker img {
        width: 75%;
    }

    .speakersocials {
        height: 30px !important;
        width: auto !important;
        vertical-align: middle !important;
        align-content: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .speakersocialrow {
        vertical-align: middle !important;
        align-content: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        height: 70px;
        width: 100%;
    }

    .address {
        margin-left: 10%;
    }

    .address a {
        margin-left: 35%;
    }

    .address h4 {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    footer {
        text-align: center;
        bottom: o;
    }

    footer hr {
        margin: 0px !important;
        padding: 0px !important;
    }

    footer p {
        font-size: small;
        color: #F2F2F2;
    }

    .col-1 {width: 5%;}
    .col-2 {width: 10%;}
    .col-3 {width: 25%;}
    .col-4 {width: 23.66%;}
    .col-5 {width: 45%;}
    .col-6 {width: 40%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 100%;}
    .col-11 {width: 100%;}
    .col-12 {width: 100%;}

    iframe {
        width: 85%;
        height: 450px;
    }

    .eventlogo {
        width: 100% !important;
        height: auto !important;
        margin-top: 0;
      }
}