

.bgSubscribe {
  background-color: #6d6e71;
  height: 350px;
}

.bgSubscribe2 {
  background-color: #e8d8b7;
  height: 350px;
}

.bgMyAccount {
  background-color: #8a8f01;
  height: 350px;
}

@media (min-width: 1200px) {
  .bgMyAccount {
    background-color: #e8d8b7;
  }
}

.contactContainer {
  background-color: #7ab5dc;
}

.jumbotron {
  background-image: url("img/contactus.jpg");
  background-size: cover;
  height: 100%;
  margin-bottom: 0;
}

.lead {
  line-height: 2rem;
    color: white;
    text-shadow: 0 0 6px black;
}

.Contacttittle3 {
  background-color: rgb(0, 0, 0); 
}

.Contacttittle4 {
  background-color: rgb(0, 0, 0); 
}

.emailLink a {
  color: #ffffff;
  font-size: 20px;
}

.ContactP {
  margin-bottom: 0;
}

.bgButtonSubmit {
  background-color: #6d6e71;
}

.bgButtonSubmit2 {
  background-color: #8a8f01;
}

hr {
  border-top: 3px solid #e8d8b7;
}

@media (min-width: 768px){
  .contactForm {
    margin-left: 50px;
    margin-right: 50px;
  }
} 

@media (min-width: 992px){
  .contactForm {
    margin-left: 150px;
    margin-right: 150px;
  }
}

@media (min-width: 1200px){
.contactForm {
  margin-left: 250px;
  margin-right: 250px;
  }
}

.formEmail {
  height: 45px;
}

.invalid-feedback {
  color: rgb(112, 32, 12);
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: rgb(112, 32, 12);
}






