@font-face {
    font-family: 'Gill Sans MT';
    src: url('http://4ormat-asset.s3.amazonaws.com/vfs/246699/public_assets/12756027/Gill%20Sans%20MT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.gallery .asset-container {
  max-width: 100%;
}

.header .container .logo #title-header {
  letter-spacing: 3px;
  font-size: 1.2em;
  font-family: "Gill Sans MT", sans-serif;
}

.header .container .logo .logo-text .logo-link {
  font-family: "Gill Sans MT", sans-serif;
  font-size: 4.32em;
  letter-spacing: 3px;
  padding: 0 50px;
  border-bottom: 1px solid #ccc;
}

.header .container .logo {
  margin-top: 41px;
  margin-bottom: 20px;
}

.menu .item-link {
  font-family: "Gill Sans MT", sans-serif;
  text-transform: uppercase;
  margin: 0 10px;
}

.menu .selected > .item-link {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .header-mobile .logo #title-header {
    font-size: 0.5em;
  }

  .logo .logo-text {
      margin-top: .67em;
  }
}

.gallery-overlay.fullscreen-gallery-overlay .image-container {
  
  z-index: auto;
}