/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.navbar {
        background-color: transparent;
        position: fixed;
        height: 400px;
        top: 0;
        width: 100%;
        z-index: 1;
    }

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

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

    .pagecontent {
        margin-left: 10%;
        margin-right: 10%;
        height: 96%;
        width: 90%;
        z-index: 3;
        /* Ensure pagecontent is below the navbar */
        position: relative;
        overflow-y: auto;
        padding-left: 10px;
        padding-right: 10%;
        margin-bottom: 10px;
        color: #F2F2F2;
    }

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

    .header h1 {
        color: #FF9900;
    }

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

    .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: 30px;
        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;
    }

    .backimg {
        height: 30px;
        margin-top: 70px;
        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: 25%;
    }

    .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: 25%;
    }

    .speakersocials {
        height: 50px !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: 25%;
    }

    .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-"] {
        margin-bottom: 10px;
        width: 100%;
    }
}