@import url('https://fonts.googleapis.com/css?family=Lato:300,400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300&display=swap');

.top {
  text-align: center;
  padding-top: 50px;
  background-image: url(../img-contact/design-desk.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}

.top .color-overlay{
  background-color: rgba(0, 0, 0, 0.60);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}

.top .contact-section {
  position: relative; /*for color overlay*/
  z-index: 2;
}

.top .contact-section h1{
  font-size: 2.5rem;
  color: rgba(231, 76, 60, 1);
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
}

.top p{
  max-width: 800px;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 30px;
  margin: auto;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.5px;
}

#phone {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  /*font-weight: 600;*/ /*this wasn't part of the original specs*/
}

.top #get-in-touch .row {
  width: 100%;
  margin: 1rem auto;
}

.top #get-in-touch .row textarea {
  height: 200px;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  margin: 1rem 0;
  /* font adjustments when typing are below this line */
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.5px;

}

.top #get-in-touch .row input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  margin: 1rem 0;
  /* font adjustments when typing are below this line */
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.5px;
}

.top #get-in-touch .row button {
  border-radius: 0;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  background-color: rgba(33, 150, 243, 1);
  letter-spacing: 0.5px;
}

.top #get-in-touch .row button:hover {
  border: none;
  background-color: #e74c3c;
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s;
}

.error {
  color: #e74c3c;
}

.success {
  color: rgba(33, 150, 243, 1);
  text-align: center;
  font-weight: bold;
}

.top #get-in-touch .row .contact {
  text-align: center;
  margin: 1rem 0;
}

.top #get-in-touch .row .contact a {
  text-decoration: none;
  font-weight: 400;
}

.top #get-in-touch .row a {
  color: #e74c3c;
  -webkit-transition: color 1s;
  transition: color 1s;
}

.top #get-in-touch .row a:hover {
  color: rgba(33, 150, 243, 1);
  -webkit-transition: color 1s;
  transition: color 1s;
}

.top #get-in-touch .row .icon {
  margin-right: 30px;
}

.top #get-in-touch .row textarea::-webkit-input-placeholder, .top #get-in-touch .row input::-webkit-input-placeholder {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.5px;
}

.top #get-in-touch .row textarea:focus::-webkit-input-placeholder, .top #get-in-touch .row input:focus::-webkit-input-placeholder {
  color: transparent;
}

iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

@media (max-width: 991px) {
  .top .cta {
    max-width: 300px;
    display: none;
  }
  .top .contact-section h1 {
    font-size: 2rem; /* on desktop: 2.5rem */
  }
  .top h5 {
    margin-bottom: 1rem;
  }

  #get-in-touch h3 {
    font-size: 1.5rem; /* on desktop: 28px */
  }
}
/*# sourceMappingURL=contact.css.map */
