/********************************************************************/
/*                   Author: Elysitek LLC                           */
/*                 Copyright 2023 Creative Commons                  */
/*             Attribution-NonCommercial-NoDerivatives              */
/*                     4.0 International License.                   */
/********************************************************************/
#history {
  background-color: #411f1f;
}

.history-description {
  font: normal normal normal 19px/24px Helvetica Neue;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0px;
}

.history-image {
  height: auto;
  width: 100%;
}

.history-title {
  color: #fff;
  font: normal normal normal 62px/76px Impact;
  letter-spacing: 0px;
}

.history-title-bar {
  height: 8px;
  width: 140px;
  background-color: #59886b;
}

.history-title-subtext {
  font: normal normal medium 24px/30px Helvetica Neue;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0px;
}

.our-history-img {
  border-radius: 15px;
  height: auto;
  width: 100%;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .history-title {
    font-size: 62px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .history-title {
    font-size: 62px;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .history-title {
    font-size: 62px;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .history-title {
    font-size: 52px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .history-title {
    font-size: 62px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1500px) {
  .history-title {
    font-size: 62px;
  }
}

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