/* GENERIC */
a { 
    color: #05f; 
}

@media(min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
}

/* NAVBAR */
@media (max-width: 1199.98px) {
    .topnav-menu .container {
        align-items: flex-start;
    }

    .topnav-menu {
        background-color: #fff !important;
    }
}

li.nav-item a.nav-link:hover {
    color: rgba(0,85,255,.8) !important;
}

@media (min-width: 992px) {
    .topnav-menu .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

/* CARD */
.card {
    border: 1px solid rgba(0,0,0,.05);
}

/* FOOTER */
.footer-logo {
    height: 70px;
}

/* SLIDER */
.hero-1::before {
    bottom: 0 !important;
}

.graph-wrapper {
    top: -70px;
}

.graph-wrapper .hero-container {
    margin-top: 70px;
}

#graph {
    position: absolute;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0.6;
    z-index: 0;
    background-color: #ddd;
}

@media screen and (max-width: 1199.98px) {
    .graph-wrapper {
        top: 0;
    }

    .graph-wrapper .hero-container {
        margin-top: 76px;
    }
}

/* PUBLICATIONS COLLAPSE */
.see-more.collapse:not(.show) {
    display: block;
    height: 6rem;
    overflow: hidden;
}

.see-more.collapsing {
    height: 6rem;
}

a.see-more.collapsed::after {
    content: '+ More';
}

a.see-more:not(.collapsed)::after {
    content: '- Less';
}
/* MAP */
#universities-map {
    height: 500px;
    width: 100%;
    border-radius: 8px;
    z-index: 1;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.leaflet-popup-content, .card-body {
    white-space: normal !important;
}

@media (max-width: 767.98px) {
    #universities-map {
        height: 300px;
    }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    #universities-map {
        height: 400px;
    }
}
