.container .crop {
    height:auto;
    width:100%;
    overflow:hidden
}
.container .crop img{
    width:100%;
}
#ges_banner {
    width: 100%;
    max-width: 100%;
}
.special_row {
    width: 75%;
    max-width: 850px;
}
#hr {
    background-color: #b88460 !important;
    height: 5px !important;
}
.card {
    background-color: transparent;
    border: none;
    margin: 5px;
    width: 18rem !important;
    border: 0px !important;
}
.card_img {
    text-align: center;
}
.nus_logo {
    margin-left: auto;
    margin-right: auto;
    width: 75% !important;
    max-width: 250px !important;
}
.ntu_logo {
    margin-left: auto;
    margin-right: auto;
    width: 75% !important;  
    max-width: 250px !important;
}
.smu_logo {
    margin-left: auto;
    margin-right: auto;
    width: 85% !important;  
    max-width: 250px !important;
    margin-top: -5px;     
}
.suss_logo {
    width: 70% !important;
    max-width: 250px !important;
}
.sit_logo {
    width: 70% !important;
    max-width: 250px !important;
}
.sutd_logo {
    width: 70% !important;
    max-width: 250px !important;
}
.nus_logo:hover, .ntu_logo:hover, .smu_logo:hover, .suss_logo:hover, .sit_logo:hover, .sutd_logo:hover  {
    opacity: 75%;
}
.navbar {
    box-shadow: 0 4px 2px -2px #f2f2f2;
}

nav,
.bg-light {
    background-color: #ffffff !important;
}

nav ul a:hover {
    background-color: transparent !important;
}

.nav-link {
    color: #131313 !important;
    background-color: transparent;
}

.nav-link:hover {
    text-decoration: underline;
    color: #000000 !important;
    transform: scale(1.15);
    font-weight: 700;
}

.nav-link.active {
    color: #131313;
    background-color: transparent;
    font-weight: 700 !important;
    text-decoration: underline;
}
@media (max-width: 767px) {
    /* Styles for screens less than 768px wide  Mobile Devices (Phones): */
        .school_logo {
            width: 150px !important;
            max-width: 90% !important;
        }
        .smu_logo {
            width: 160px !important;
        }
        .suss_logo {
            width: 140px !important;
        }
    }
    @media (min-width: 768px) and (max-width: 1023px) {
    /* Styles for screens between 768px and 1024px wide Tablets: */
        .school_logo {
            width: 150px !important;
            max-width: 155px !important;
        }
        /* .nus_logo, .suss_logo {
            width: 75% !important;
        }
        .smu_logo, .ntu_logo {
            width: 70% !important;
        } */
        .smu_logo {
            margin-top: 0px;
        }
        #ges_banner {
            width: 100%;
            max-width: 100%;
        }
        #schLogo {
            width: 65%;
        }
        .special_row {
            width: 90% !important;
        }
    }
@media only screen and (min-width:992px) {
    .second {
        margin-left: 150px;
    }

}

@media only screen and (max-width: 900px) {
    .second {
        margin-left: 20vw;
    }
}
/* @media only screen and (min-width: 600px) {

} */
/* @media (max-width:991px) {
    .second {
        margin-left: 20vw;
    }
} */
 /* Responsive styles */
 @media (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 20px;
        background-color: #333;
        width: 150px;
        border-radius: 5px;
        padding: 10px;
    }

    .nav-links.show {
        display: flex;
    }
}