.custom_header h1 b { font-weight: 400; text-shadow: 1px 1px grey}
.custom_header h4 b { font-weight: 400; text-shadow: 1px 1px grey}

#ahloy {
    position: fixed;
    bottom: -40px;
    left: 10px;
    z-index: 999;
}

#ahloy_small {
    position: fixed;
    bottom: -10px;
    left: 5px;
    z-index: 999;
}

.swipimg img {
    object-fit: cover;
    width:200px;
    height:200px;
}

@media all and (max-width: 1300px) {
    .gallery-2 .instafeed li {
      width: 25%;
    }
    .gallery-2 .instafeed li:nth-child(n+9) {
      display: list-item;
    }
  }
  @media all and (max-width: 990px) {
    .gallery-2 .instafeed li {
      width: 33.33333%;
    }
    .gallery-2 .instafeed li:nth-child(n+7) {
        display: list-item;
    }
  }
  @media all and (max-width: 767px) {
    .gallery-2 h1 {
      font-size: 60px;
      max-width: 100%;
      font-weight: 300;
      line-height: 68px;
      margin-bottom: 8px;
    }
    .gallery-2 {
      padding: 0;
      height: 600px;
    }
    .gallery-2 .instafeed li {
      width: 50%;
      float: left;
      background-size: cover !important;
      height: 20%;
  }
    .gallery-2 .instafeed li:nth-child(n+5) {
        display: list-item;
    }
  }
  