html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
  padding-top: 72px;
  background-color: #FFF;
}

.myOPImage-5 {
    opacity: 0.5
}

.bg-black {
  background-color: #000;
}

.bg-black-hover {
    background-color: #000;
}

.bg-black-hover:hover {
    background-color: #FFF;
}


.navbar {
    border-bottom: 1px solid #333;
}
.navbar-brand {
    padding: 0;
}
.brand-img{
    max-width: 55px;
    max-height: 55px;
}

/*Fly Out*/
ul.dropdown-menu.show {
    color: #000;
    margin: 0;
    padding:  0;
    border-radius: 0;
    border-top: 1px solid #EEE;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

.active {
    line-height: 2.2em;
}

.open {
    background-color: #FFF;
}

.open .active{
    border-bottom: 1px solid #EEE;
}

a.dropdown-item {
    line-height: 2.5em;
    border-bottom: 1px solid #EEE;
    color: #000;
    background-color: #FFF;
}
a.dropdown-item:hover {
    background-color: #198754;
    color: #FFF;
}


@media only screen and (min-width : 1200px) {
    .container-xl { max-width: 1200px; }
}

@media (max-width: 991.98px) {
    body {
        padding-top: 72px;
    }
  .offcanvas-collapse {
    position: fixed;
    top: 72px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #FFF;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }
    .nav-link{
        color: #000!important;
    }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
    a.dropdown-item {
        line-height: 2.5em;
        border-bottom: 1px solid #FFF;
        color: #000;
        background-color: #EEE;
    }
    .brand-img{
        max-width: 55px;
        max-height: 55px;
    }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-purple { background-color: #6f42c1; }

