/* Add custom CSS styles below*/

/* White icons/text inside header area */
.header-btn__icon svg,
.header-btn__icon svg path,
.header-btn__icon svg * {
  fill: #fff !important;
  stroke: #fff !important;
}
@media (max-width: 1024px) {

  .navbar-brand img {

    width: 70px !important;
    max-width: 70px !important;
    max-height: 100%;
    margin-top: -10px;
  }
}

.s-slider-block__title h2 {
  color: #5D2A18 !important;
}
/* Show email on mobile */
@media (max-width: 1024px) {
  .header-email,
  a[href^="mailto"] {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #fff !important;
    font-size: 12px;
  }