/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 700px) {
    .navbar {
        background-color: transparent;
        position: fixed;
        height: 170px;
        top: 0;
        width: 100%;
        z-index: 1;
    }

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

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

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

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

    .header h1 {
        color: #FF9900;
    }

    .partnerimg {
        float: center;
        margin-left: 15px !important;
        margin-right: auto !important;
        width: 300px !important;
        height: 150px !important;
        margin-top: 50px;
    }

    .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;
    }

    .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 {
        float: right;
        margin-top: 10px;
        height: 150px;
    }

    .header-text {
        float: left;
        margin-top: 30px;
        margin-left: 150px;
    }

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

    .eventlist {
        border-radius: 25px;
        margin-left: 10%;
        margin-right: 10%;
        border: solid 0px rgba(255, 153, 0, 0.3);
        height: 200px;
        padding: 20px;
    }

    .eventlist img {
        height: 150px;
        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: 25px !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: 20px;
    }

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

    .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;
    }

    [class*="col-sm-1"] {
        width: max-content;
    }

    [class*="col-sm-4"] {
        width: 30%;
    }

    [class*="col-5"] {
        width: 100%;
    }
/*     
    [class*="col-sm-"] {
        margin-bottom: 10px;
        width: 30%;
    } */

    [class*="col-1"] {
        margin-bottom: 10px;
        width: 100%;
    }

    .col-1 {width: 5%;}
    .col-2 {width: 10%;}
    .col-3 {width: 25%;}
    .col-4 {width: 23.66%;}
    .col-5 {width: 40%;}
    .col-6 {width: 50%;}
    .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: 95%;
        height: 450px;
    }

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