/* T2 template */
.t2-container {
  padding-bottom: 60px;
}
.t2-container .t2-year {
  color: #f4f4f4;
  font-size: 90px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .t2-container .t2-year {
      font-size: 75px;
  }
}
.t2-container .t2-bg-img {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-attachment: fixed;
  background-position: center 0;
  overflow: hidden;
  position: relative;
}
.t2-container .t2-bg-img .t2-txt-container {
  background-color: #fff;
  padding: 60px 15% 60px 60px;
  box-sizing: border-box;
  min-height: 100vh;
  width: 50%;
  float: left;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .t2-container .t2-bg-img .t2-txt-container {
      padding: 50px;
  }
}
.t2-container .t2-bg-img .t2-txt-container h2 {
  font-weight: bold;
  margin-bottom: 35px;
}
.t2-container .t2-bg-img .t2-txt-container p {
  margin-bottom: 25px;
}
.t2-container .t2-bg-img .t2-img-mobile {
  float: left;
  width: 50%;
}
.t2-container .t2-bg-img.t2-right-side .t2-txt-container {
  float: right;
  padding: 120px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .t2-container .t2-bg-img.t2-right-side .t2-txt-container {
      padding: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .t2-container .t2-bg-img {
      min-height: auto;
      background-image: none !important;
  }
  .t2-container .t2-bg-img .t2-img-mobile {
      width: 100%;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      height: 100vh;
  }
  .t2-container .t2-bg-img.t2-right-side .t2-txt-container {
      padding: 40px;
      width: 100%;
  }
  .t2-container .t2-bg-img .t2-txt-container {
      min-height: auto;
      width: 100%;
      padding: 40px;
  }
  .t2-container .t2-bg-img .t2-txt-container p {
      margin-bottom: 15px;
  }
  .t2-container .t2-year {
      font-size: 60px;
  }
}

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