.banner {
    background: #93cce8;
    text-align: center;
    font-family: "Multicolore", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
    text-decoration: none;
}

.about-ecolympic *,
.ecolymipic-link * {
    font-family: Roboto, "Helvetica Neue", Arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.banner:hover {
    opacity: 0.9;
}
.ecolympics-logo {
    height: 100%;
    width: 10%;
}
/* new header button for ecolympic */
.ecolymipic-button-container {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 4;
    height: 100%;
    top: 6%;
    width: 31%;
    text-align: right;
    right: 3%;
    font-family: "Multicolore", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
}
.ecolymipic-button-container > a {
    position: absolute;
    bottom: 10%;
    padding: 0;
    width: 100%;
    display: inline-block;
}
.ecolymipic-button-container img {
    /* width: 35%; */
}
.ecolymipic-button {
    text-align: center;
    background: #000;
    padding: 2% 2.5%;
    border-radius: 10px;
    border: 2px solid #fff;
    cursor: pointer;
}
.ecolymipic-button:hover {
    background-color: #262323;
}
.ecolymipic-button * {
    font-weight: 600 !important;
    color: #fff !important;
    text-transform: uppercase;
}
/* end */
.ecolymipic-title {
    color: white;
    font-weight: 700;
    font-size: min(1.6vw, 18px);
}
.ecolymipic-sub-title {
    color: black;
    font-weight: 700;
    font-size: min(1.55vw, 15px);
}
.ecolymipic-more-info-links {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    padding: 1.25% 0;
}
.ecolymipic-more-info-links a {
    width: 31.5%;
    font-weight: 700;
    color: white;
    font-size: 18px;
    padding: 1% 2%;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
}
.ecolymipic-more-info-links a:hover {
    color: #dfdfdf !important;
}
.ecolymipic-more-info-links a:nth-child(1) {
    background-color: #2774ad;
}
.ecolymipic-more-info-links a:nth-child(2) {
    background-color: #e28b41;
}
.ecolymipic-more-info-links a:nth-child(3) {
    background-color: #d33a3a;
}
.ecolymipic-link {
    display: flex;
    align-items: center;
    gap: 5%;
}
.ecolymipic-link img {
    width: 25%;
    min-width: 95px;
}

iframe.slide-show-iframe,
.slide-show-container {
    width: 99%;
    margin-bottom: 0.2rem;
    min-height: min(472px, 61vh);
    display: inline-block;
}
.rank-data > iframe {
    border-radius: 6px;
}
.rank-data h1 {
    color: black;
}
.rank-data iframe {
    width: 99%;
}
.rank-data iframe.first-iframe {
    min-height: 360px;
}
.rank-data .col-md-12.pr-0 iframe,
.rank-data .col-lg-6.pr-0 iframe {
    width: 99%;
    margin-bottom: 0.2rem;
}
.rank-data .col-md-12.pl-0 iframe {
    width: 100%;
    margin-bottom: 0.2rem;
}
.rank-data iframe.first-iframe {
    min-height: 470px;
}
.rank-data iframe.second-iframe {
    min-height: 520px;
}
.rank-data iframe.building-os-report-iframe {
    min-height: 620px;
}
.col-md-12.padding-rignt-0 {
    padding-right: 0;
}
.col-md-12.padding-left-0 {
    padding-left: 0;
}

.text-black {
    color: #000;
}
/* ecolympic iframe  */
.ecolympic-data-hub {
    width: 100%;
    overflow-x: auto;
}
#ecolympic-data-hub-iframe {
    min-width:1140px;
}
/* For Tablet View */
@media screen and (min-width: 992px) {
    .navbar-nav li.nav-item {
        width: auto;
        padding-left: 0;
    }
    .rank-data iframe.first-iframe {
        min-height: 470px;
    }
    .rank-data iframe.second-iframe {
        min-height: 520px;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .rank-data .col-md-12.pr-0 iframe {
        width: 98%;
    }
    .rank-data iframe.first-iframe {
        min-height: 470px;
    }
    .rank-data iframe.second-iframe {
        min-height: 520px;
    }

    .ecolymipic-link img {
        width: 25%;
        min-width: 70px;
    }
    .ecolymipic-more-info-links a {
        font-size: 15px;
        padding: 1% 1.5%;
    }
    .rank-data .col-md-6.pr-0:nth-child(1) {
        padding-left: 7px;
    }
    .rank-data .col-md-6.pl-0:nth-child(2) {
        padding-right: 7px;
    }
    .slide-show-iframe,
    .slide-show-container {
        height: 500px;
    }
    li.nav-item {
        width: 100%;
        padding-left: 16px;
    }
    .sub-title {
        font-size: 13px;
    }
    .title {
        font-size: 15px;
    }
    /* oberlin city school */
    .building-os-report-iframe:nth-of-type(1) {
        height: 795px;
    }
}
@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 1) {
    .building-os-report-iframe:nth-of-type(1) {
        height: 795px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .rank-data h1 {
        font-size: 1.96rem;
    }
    .sub-title {
        font-size: 9px;
    }
    .title {
        font-size: 11px;
    }
    iframe.slide-show-iframe,
    .slide-show-container {
        width: 100%;
        max-height: 440px;
    }
    .col-md-12.padding-rignt-0 {
        padding-right: 15px;
    }
    .col-md-12.padding-left-0 {
        padding-left: 15px;
    }
    .third-iframe {
        min-height: 1200px;
    }
}
/* media query */
/* responsive style */
/* For Desktop View */
@media screen and (min-width: 1024px) {
}
/* For Mobile Portrait View */
@media screen and (max-device-width: 480px) and (orientation: portrait) {
}

/* For Mobile Landscape View */ /* and (orientation: landscape)  */
@media screen and (max-device-width: 640px){
    .ecolymipic-link {
        overflow: hidden;
        flex-direction: column;
        justify-content: space-between;
    }
}

/* For Mobile Phones Portrait or Landscape View */
@media screen and (max-device-width: 640px) {
}

/* For iPhone 4 Portrait or Landscape View */
@media screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* For iPhone 5 Portrait or Landscape View */
@media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* For iPhone 6 and 6 plus Portrait or Landscape View */
@media (min-device-height: 667px) and (min-device-width: 375px) and (-webkit-min-device-pixel-ratio: 3) {
}
