/* At this place it is possible to fix SASS styles */
/* At this place it is possible to fix SASS styles */

.image-header h2 {
  font-size: 1.3rem;
}

.image-header .h3 {
  font-size: 1.1rem;
}

@media all and (min-width: 400px) {
  .image-header .h3 {
    font-size: 1.2rem;
  }

  .image-header h2 {
    font-size: 1.44rem;
  }
}

@media all and (min-width: 640px) {
  .image-header .h3 {
    font-size: 1.3rem;
  }

  .image-header h2 {
    font-size: 1.66rem;
  }
}

@media all and (min-width: 1024px) {
.image-header h2 {
    font-size: 1.77rem;
  }
}

@media all and (min-width: 1200px) {
  .image-header .h3 {
    font-size: 1.9rem;
  }

.image-header h2 {
    font-size: 2.5rem;
  }
}


.headroom.menu-open .header-content nav {
    display: none;
}


.header-content-left {
    max-width: 100px !important;
}


.header-image .icon {
    padding: 0 !important;
}
