body{
    background-color:floralwhite;
}

body::-webkit-scrollbar {
    width: 0.1em;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid blue;
}

@media only screen and (min-width: 992px) {
    .hide-on-med-and-up-custom-1 {
        display: none !important;
    }
    .main-content{
        max-height: 80%;
    }
    .personal-info-nav{
         z-index: 999999;
    }
    .faculty-name{
        text-align: left;
    }
    .icon-hide-custom-1{
        display: none;
    }

    .no-scrollbar::-webkit-scrollbar{
        width: 0.0em;
    }



}

@media only screen and (max-width: 992px) {

    .no-scrollbar::-webkit-scrollbar{
        width: 0.0em;
    }

    .text-hide-custom-1{
        display: none;
    }

    .hide-in-small{
        display: none;
    }
}

.main-content-header > h5{
    font-size: 15px;
    font-family: 'Titillium Web', sans-serif;
}
.faculty-name-caption{
    color: #00ffbf;
}
.personal-info-nav > nav{
    padding-right:5%;
    padding-left: 5%;
    background-color:blue;
}

.org-profile-name{
    color: #0b97c4;
}
.org-logo-image{
    margin-top: 5%;
}
.left-side-sidebar-nav{

}
.show-on-lg-and-up{
    display: none;
}
.upper-nav > nav{
    padding-right:2%;
    padding-left: 2%;
    background-color:blue;
}

.no-scrollbar::-webkit-scrollbar{
    width: 0.0em;
}
.screen-width-btn {
    width: 100%;
    cursor: pointer;
    text-align: center;
}