/* build your own custom Bootstrap theme:
   https://themestr.app
*//* adds some margin below the link sets  */
.p {
  font-size:16px;
}
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}

.navbar .dropdown-menu {
  border:none;
  background-color:#2F3337!important;
}
.navbar.navbar-expand-lg.sticky-top.px-auto {
    margin: 0 75px;
  
  } 

.btn.btn-outline-primary.btn-sm {
    height: 1.875rem !important;
}
/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:0px;
  padding-bottom:0px;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding:.5rem .5rem;
  margin:0 .25rem;
}

/* makes the dropdown full width  */
.navbar .dropdown {position:static;}

.navbar .dropdown-menu {
  width:100%;
  left:0;
  right:0;
/*  height of nav-item  */
  top:45px;
  
  display:block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  
}

  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
}
  .navbar .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
  }
}
@media only screen and (max-width: 992px){
 /* a.navbar-brand {
    position: relative;
    top: -5px;

  
  #navbarCollapse {
    margin-top: 20px;
}}*/
  .navbar.navbar-expand-lg.sticky-top.px-auto {
    margin: 0!important;
    
  } 
  .navbar-brand{
    display:block!important;
  }
}
@media only screen and (max-width:1112px){
  
  a#navbarDropdown {
    font-size: 12px;
}
  .navbar-brand{
    display:block!important;
    margin-bottom: 10px;
}
}

@media only screen and (max-width: 1024px){
  
   .navbar-brand{
     margin-bottom: 15px;
}
}

@media only screen and (max-width: 1280px) {
    a#navbarDropdown {
    font-size: 12px!important;
  }
  .navbar-brand {
   margin-bottom: 8px;
  }
  }

@media only screen and (max-width:425px){
  ins#nav-title-1 {
    font-size: 15px;
    }
    ins#nav-title-2 {
    font-size: 12px;
}
  ins#nav-sub {
    font-size: 12px;
}

.p-2.col-lg-2.col-md-4 {
     margin-right: 5px; 
}
.col-lg-2.col-md-4.offset-lg-1 {
    padding-left: 5px;
}
  }