/********************************************************************/
/*                   Author: Elysitek LLC                           */
/*                 Copyright 2023 Creative Commons                  */
/*             Attribution-NonCommercial-NoDerivatives              */
/*                     4.0 International License.                   */
/********************************************************************/
#map {
  padding-top: 100px;
  padding-bottom: 0px;
}

.map-image {
  width: 100%;
  object-fit: cover;
}

.map-left {
  background: #112d31 0% 0% no-repeat padding-box;
}

.map-title {
  font: normal normal bold 72px/78px Georgia;
  letter-spacing: 0px;
  color: #98d6d4;
  margin-top: 400px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .map-image {
    height: 350px;
  }
  .map-title {
    font-size: 30px;
    margin-top: 50px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .map-image {
    height: 400px;
  }
  .map-title {
    font-size: 40px;
    margin-top: 70px;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .map-image {
    height: 400px;
  }
  .map-title {
    font-size: 40px;
    margin-top: 130px;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .map-title {
    font-size: 44px;
    margin-top: 80px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .map-title {
    font-size: 55px;
    margin-top: 100px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1500px) {
  .map-title {
    font-size: 68px;
    margin-top: 90px;
  }
}
@media only screen and (min-width: 1950px) {
  .map-title {
    margin-top: 120px;
  }
}

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