/********************************************************************/
/*                   Author: Elysitek LLC                           */
/*                 Copyright 2023 Creative Commons                  */
/*             Attribution-NonCommercial-NoDerivatives              */
/*                     4.0 International License.                   */
/********************************************************************/
#home,
.mobile-home-img {
  background-image: url("../img/main.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position-x: right;
  background-position-y: center;
  padding-bottom: 0px;
  z-index: 7000;
}

.mobile-home-img {
  height: 50%;
  height: 50vh;
}

.title-section {
  min-height: 100%;
  min-height: 100vh;
}

.title-section-container {
  padding-top: 50px;
  padding-left: 60px;
  padding-right: 60px;
}

.title-section-description {
  font: normal normal normal 17px/24px Helvetica;
  letter-spacing: 0px;
  color: #4e4a41;
}

.title-section-tag {
  font: normal normal normal 22px/30px Helvetica;
  letter-spacing: 0px;
  color: #4e4a41;
}

.title-section-main-title {
  font: normal normal bold 63px/72px Georgia;
  letter-spacing: 0px;
  color: #264e58;
  margin-bottom: 40px;
}

.title-section-top-left,
.title-section-top-left-mobile {
  font: normal normal normal 40px/44px Georgia;
  letter-spacing: 0px;
  color: #264e58;
  margin-bottom: 100px;
  z-index: 7000;
}

.title-section-top-left-mobile {
  color: #fff;
  margin: 50px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .title-section-description {
    font-size: 12px;
  }
  .title-section-tag {
    font-size: 18px;
  }
  .title-section-main-title {
    font-size: 30px;
    line-height: 30px;
  }
  .title-section-top-left {
    font-size: 25px;
    margin-bottom: 30px;
    line-height: 30px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .title-section-description {
    font-size: 17px;
  }
  .title-section-tag {
    font-size: 25px;
  }
  .title-section-main-title {
    font-size: 62px;
    line-height: 50px;
  }
  .title-section-top-left {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .title-section-description {
    font-size: 17px;
  }
  .title-section-tag {
    font-size: 25px;
  }
  .title-section-main-title {
    font-size: 62px;
    line-height: 50px;
  }
  .title-section-top-left {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .title-section-description {
    font-size: 14px;
  }
  .title-section-tag {
    font-size: 15px;
  }
  .title-section-main-title {
    font-size: 40px;
    line-height: 50px;
  }
  .title-section-top-left {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1250px) {
  .title-section-description {
    font-size: 13px;
  }
  .title-section-tag {
    font-size: 15px;
  }
  .title-section-main-title {
    font-size: 45px;
  }
  .title-section-top-left {
    font-size: 30px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1500px) {
  .title-section-description {
    font-size: 17px;
  }
  .title-section-tag {
    font-size: 22px;
  }
  .title-section-main-title {
    font-size: 63px;
  }
  .title-section-top-left {
    font-size: 40px;
    margin-bottom: 100px;
  }
}

/*# sourceMappingURL=home.css.map */
