.site-header.header-dark .site-branding .site-title.title-image img{
    max-height: 40px !important;
}

.site-branding .site-title.title-image img{
      max-height: 40px !important;
}

.site-header.sticky-bar{
    background-color: #2b2b2b !important;
    z-index: 5 !important;
}

.header {
    position: relative;
    overflow: hidden;
}

.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
    z-index: 1;
}

/* Raise content above overlay */
.header .container,
.header .site-header,
.header .header-caption {
    position: relative;
    z-index: 2;
}


.btn-yellow-white {
  background-color: #eea236;
  color: #fff;
  border: none;
}


.site-header{
    min-height: 80px !important;
}

#primary-menu > li  a{
    font-size: 15px !important;
}

#masthead{
    position: fixed !important;
   width: 100% !important;
   z-index: 100 !important;
}
