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

.contact-image {
  height: 500px;
  border-radius: 15px;
  transition: all 0.3s linear;
}

.contact-message {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
}

.contact-title {
  font: normal normal normal 62px/76px Impact;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #ffffff;
}

.contact-title-bar {
  height: 10px;
  width: 150px;
  background-color: #59886b;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .contact-image {
    height: auto;
    width: 100%;
  }
  .contact-title {
    font-size: 34px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .contact-image {
    height: 280px;
  }
  .contact-title {
    font-size: 62px;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .contact-image {
    height: 360px;
  }
  .contact-title {
    font-size: 62px;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .contact-image {
    height: 230px;
  }
  .contact-title {
    font-size: 62px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .contact-image {
    height: 280px;
  }
  .contact-title {
    font-size: 62px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1500px) {
  .contact-image {
    height: 350px;
  }
  .contact-title {
    font-size: 62px;
  }
}
@media only screen and (min-width: 1900px) {
  .contact-image {
    height: 450px;
  }
  .contact-title {
    font-size: 62px;
  }
}

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