/*  navbar sticky -----------------------------*/
.sticky {
  position: fixed;
  top:var(--bs-header-height);
  width: 100%;
}

.sticky + .content_under_sticky {
  padding-top: 40px;
}
 
#navbar-sticky {
  overflow: hidden;
  background-color: #000;
  z-index: 100;
  height:60px;
  font-size: 18px !important; 
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media(min-width:768px){
#navbar-sticky {
  height: var(--bs-header-height); 
    font-size: 16px !important; 
}}


/* a links ------------------*/
#navbar-sticky a {
  color: #fff !important;
  text-align: center;
  vertical-align: middle;
  font-size: 18px !important; 
  font-weight: 400;
  letter-spacing:0;
  text-decoration: none;
}
 
@media(min-width:767px){
#navbar-sticky a {
  font-size: 16px !important;
}}

#navbar-sticky a:hover {
  color: #ccc
}
#navbar-sticky a.active {
  font-weight: 600;
  color: white;
}
 

/* arrow ------------------------*/
.sticky-arrow {
/*border:#f00 1px solid;*/
margin-left:18px;
margin-right:1rem;
margin-bottom:2px;

}



 
@media(max-width:767px){
.mobile-hide {
display:none;
}}
@media(min-width:768px){
.mobile-show {
display:none;
}}


/*------------------------------------------*/


 
