/* T3 template */
.t3-container {
  margin-bottom: 35px;
  min-height: 100vh;
}
.t3-container .t3-bg-img {
  height: 110vh;
  background-repeat: no-repeat;
  background-size: cover !important;
  width: 100%;
  background-position: center center;
  overflow: hidden;
  position: fixed;
  top: 125px;
}
.t3-container .t3-bg-img.half-left, .t3-container .t3-bg-img.half-right {
  width: 50vw;
}
.t3-container .t3-bg-img.half-right {
  right: 0;
}
.t3-container .t3-bg-img .rotating-txt {
  color: #fff;
  font-size: 7em;
  font-weight: 400;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 1px 3px 8px rgba(0, 0, 0, 0.23);
  width: 100%;
  padding: 0 5%;
  word-break: break-word;
}
.t3-container .t3-bg-img .rotating-txt .letter {
  display: inline-block;
}
.t3-container .t3-bg-img .rotating-txt .word {
  white-space: nowrap;
}
.t3-container .t3-bg-img .rotating-txt .word:after {
  content: " ";
}
@media only screen and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 1024px) {
  .t3-container {
      height: auto !important;
  }
  .t3-container .t3-bg-img {
      position: relative;
      height: 90vh;
      top: 0!important;
  }
  .t3-container .t3-bg-img.half-left, .t3-container .t3-bg-img.half-right {
      width: 100%;
  }
  .t3-container .t3-bg-img .rotating-txt {
    font-size: 4em;
  }
  .t3-container .t3-bg-img .rotating-txt .word {
    display: block;
  }  
}

/* Hide chat icon */
.chat-container {
  display: none;
}
/* Fix instagram feed styles */
@media only screen and (min-width: 1025px) {
  .instagram-showcase {
    padding-top: 20px;
  }
}