/* Variable Declaration and Used Classes Start */
/*---------------------------------------------------*/
/* Variable Declaration and Used Classes End */
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/* Responsiveness Start */
@media only screen and (max-width: 500px) {
  #contact-section .contact-form {
    flex-direction: column !important;
  }
  #contact-section .contact-form .other-info .other-cont {
    display: flex;
    flex-direction: column !important;
    padding-bottom: 40px !important;
  }
  #contact-section .contact-form .other-info .other-cont h3 {
    font-size: 30px;
  }
  #contact-section .contact-form .other-info .other-cont a {
    font-size: 30px !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  #contact-section .contact-form form .cont label {
    font-size: 30px !important;
  }
  #contact-section .contact-form form .cont input {
    height: 30px !important;
  }
  #contact-section .contact-form form .cont div textarea {
    height: 60px !important;
    width: calc(100% - 60px) !important;
  }
  #contact-section .contact-form form .cont div button {
    height: 60px;
    width: auto;
  }
  #map-section .map-cont {
    flex-direction: column !important;
  }
  #map-section .map-cont .location {
    display: flex;
    flex-direction: column;
    justify-content: start;
    text-align: left;
  }
  #map-section .map-cont .location h3 {
    margin-top: 0;
    font-size: 30px;
  }
}
#contact-section h2 {
  margin: 0;
  padding: 1.25vw 0;
}
#contact-section .contact-form {
  width: 100%;
  display: flex;
  flex-direction: row;
}
#contact-section .contact-form form {
  flex: 2;
  margin: 0;
  background-color: none;
  padding: 0;
}
#contact-section .contact-form form .cont {
  display: flex;
  flex-direction: column;
  padding: 1.25vw 0;
}
#contact-section .contact-form form .cont label {
  font-size: 1.5vw;
  font-weight: 100;
  display: block;
  margin-bottom: 10px;
  margin: 0 0 1.25vw 0;
  height: auto;
}
#contact-section .contact-form form .cont input,
#contact-section .contact-form form .cont textarea {
  width: 100%;
  box-sizing: border-box;
  border: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.262745098);
  border-radius: 2px;
  padding: 0;
}
#contact-section .contact-form form .cont input {
  height: 2vw;
}
#contact-section .contact-form form .cont textarea {
  height: 6vw;
}
#contact-section .contact-form form .top-cont {
  flex-direction: row;
}
#contact-section .contact-form form .top-cont div {
  flex: 1;
}
#contact-section .contact-form form button {
  cursor: pointer;
  margin-left: 2.5vw;
  height: 6vw;
  width: 6vw;
  border: none;
  border-radius: 2px;
  background-color: rgba(92, 138, 79, 0);
  color: #5c8a4f;
  border: 1px solid #5c8a4f;
  transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear;
}
#contact-section .contact-form form button:hover {
  background-color: #5c8a4f;
  border: 1px solid rgba(92, 138, 79, 0);
  color: white;
}
#contact-section .contact-form .other-info {
  flex: 1;
  padding: 0;
  padding-right: 2.5vw;
}
#contact-section .contact-form .other-info .other-cont {
  padding: 1.25vw 0;
  display: flex;
  flex-direction: column;
}
#contact-section .contact-form .other-info .other-cont h3 {
  margin: 0;
  margin-bottom: 1.25vw;
  height: auto;
}
#contact-section .contact-form .other-info .other-cont a {
  height: 2vw;
  margin: 0 auto 0 0;
  color: black;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5vw;
  font-weight: 100;
}

#map-section .map-cont {
  display: flex;
  flex-direction: row;
  text-align: right;
  padding-top: 1vw;
}
#map-section .map-cont .map {
  flex: 2;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.262745098);
  box-shadow: 2px 2px 8px gray;
}
#map-section .map-cont .map iframe {
  width: 100%;
}
#map-section .map-cont .location {
  flex: 1;
  padding-left: 2.5vw;
}

/* Main Body End */
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/* Footer Start */
footer {
  background-color: #5c8a4f;
  color: #fff;
  display: flex;
  padding: 5vw;
  margin: 0px;
  width: 90vw;
}
footer div {
  flex: 1;
}
footer div h1 {
  padding: 0px;
  margin: 0px;
  margin-bottom: 2vw;
  font-size: 40px;
}

.footer-navbar ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.footer-navbar ul li {
  padding: 1vw;
  padding-left: 0px;
  margin: 0px;
  text-justify: right;
}
.footer-navbar ul li a {
  color: rgba(238, 238, 238, 0.7529411765);
  font-size: 20px;
  padding: 0px;
  margin: 0px;
  transition-property: color;
  transition-duration: 0.2s;
}
.footer-navbar ul li a:hover {
  color: #eee;
}

/* Footer End *//*# sourceMappingURL=contact-styles.css.map */