input {
  border: 0;
  background-color: rgba(104,191,235,0.6);
  border-radius: 4px;
  height: 50px;
  width: 300px;
}

select {
  border: 0;
  background-color:rgba(104,191,235,0.6);
  border-radius: 4px;
  height: 50px;
}
.hrtag{
  background-color: #1e3250;
  width: 100%;
}
.contact-heading {
  text-align: center;
  font-family: 'Patrick Hand', cursive;
  font-size: 60px;
  background-color: #ebedeb;
}

.form-element {
  font-size: 20px;
}

.container-fluid {
  width: 50%;
}

/* .row {
  margin: 5px auto;
} */

.comment {
  width: 616px;
  height: 200px;
  background-color: rgba(104,191,235,0.6);
  border:none;
  border-radius: 4px;
}

.inkit-form-btn {
  background-color:transparent;
  background-color: #1e3250;
  color: white;
  /* border:2px solid #aec9eb; */
  margin-bottom: 20px;
}
.inkit-form-btn:hover{
  opacity: 0.4;
}


@media only screen and (max-width: 900px) {
  .contact-heading {
    font-size: 30px;
  }

  .container-fluid {
    width: 100%;
  }

  .comment {
    width: 85%;
  }
}
@media only screen and (min-width:1000px) and (max-width: 1200px) {

  .container-fluid {
    width: 100%;
  }

}
