/* T1 template gutteridge*/
.t1-container {
  margin-bottom: 35px;
  min-height: 100vh;
}
.t1-container .text-and-button .heading-title-large.xl{
  font-size: 80px;
}
.t1-container .t1-content-wrapper {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover !important;
  width: 100%;
  background-position: center center;
  overflow: hidden;
  position: fixed;
  top: 125px;
  margin-bottom: 0px;
}
.t1-container .t1-content-wrapper .text-and-button{
  width: 100%;
  margin-top: -20vh;
}
.t1-container .t1-content-wrapper.half {
  width: 50vw;
}
.t1-container .t1-content-wrapper.half .h1 {
  color: #fff;
  padding: 4%;
}
.t1-container .t1-content-wrapper.half .text-offset-left {
  padding-left: 30% !important;
}
@media only screen and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 1024px) {
  .t1-container {
      height: auto !important;
  }
  .t1-container .t1-content-wrapper {
      position: relative;
      height: 91vh;
      top: 0;
  }
  .t1-container .t1-content-wrapper.half {
      width: 100%;
  }
  .t1-container .text-and-button .heading-title-large.xl{
      font-size: 40px;
  }  
}

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