HTML, body {
    margin: 0px;
    padding: 0px;
    border: 0px;
    overflow-x: hidden;
}
.mobile_navbar{
    display: none;
}

.bg-purple{
    background-color: #670069 !important;
    color: white !important;
}
.purple {
    border-color: #670069 !important;
    color: #670069 !important;
}

.purple:hover {
    background-color: #670069 !important;
    color: white !important;
}
a{
    text-decoration: none;
}
.top-bar{
    height: 2rem;
}
.nav-link{
    color: white !important;
}
.navbar-light .navbar-toggler {
    color: white !important;
}
.dropdown-item{
    color: black !important;
}
.mobileImage {
    height: 145px;
}
.font-12 {
    font-size: 12px !important;
}

.text-dark {
    color: #343a40!important;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-header {
    margin-bottom: 2rem;
}
.icons{
    border-radius: 1rem;
    height: 27px;
    margin-bottom: 3px;
}
.search{
    height: 27px;
    margin-bottom: 3px;
}
.img-fluid{
    width:100%;
}
.nav-tabs .nav-link.active {
    background-color:#5a0069!important;
    color: #fff !important;
}

.text-black {
    color: #000000!important;
}
.text-custom {
    color: #5a0069!important;
}
.mobileImage{
    max-height: 160px !important;
}
.imageDiv{
    margin-top: 5px;
    cursor: pointer;
}
.imageDiv{
    height: 100px;
    width: 100px;
}
.imageDiv img{
    max-height: 90px;
    max-width: 90px;
}
.hide{
    display: none;
}
.show{
    display: block;
}

@media only screen and (max-width: 600px) and (min-width: 200px)  {
    .mobile_navbar{
        display: block;
    }
.top-bar{
    display: none;
}

.second-bar{
    display: none;
}

.third_navbar{
    display: none;
}
.img2{
    width: 150px;
}

.navbar-brand{
    z-index: 9;
    margin-left: 5rem;
}

#navbarToggleExternalContent{
    background-color: #670069;
}

.nav-item{
    padding-left: 1rem;
}
.drop-search{
    padding: 1rem;
}

}
