#content {
  padding-top: 100px;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  min-height: calc(100vh - 150px);
}

#content h1 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 30px;
}

#contentLeft {
  width: 45%;
  float: left;
  height: calc(100% - 50px);
}

#contentRight {
  width: 50%;
  height: 200px;
  float: left;
}

.contactBox {
  width: 70%;
  margin-left: 15%;
  min-height: 30px;
  padding-bottom: 10px;
  border-radius: 15px;
  background-color: white;
  transition: 300ms;
  box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 15px;
}
.contactBox .mail {
  color: black;
  text-decoration: none;
  display: inline-block;
  margin-left: 20px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
  transition: 300ms;
}

.contactBox p {
  margin-left: 20px;
  margin-right: 10px;
  margin-top: 10px;
  transition: 300ms;
}

.contactBoxHeadingBlock {
  min-height: 20px;
  margin-bottom: 10px;
  border-radius: 11px 11px 0 0;
  padding: 10px;
}
.contactBoxHeadingBlock p {
  margin-top: 0;
}

.contactBoxHeadingBlock p {
  color: white;
  font-size: 15px;
  padding-top: 3px;
  margin-left: 10px;
}

.contactBoxRedHeading {
  background-color: #B8285F;
  color: white;
}

.redLine2 {
  width: 5px;
  background-color: rgba(226, 224, 205, 0.8);
  height: 30px;
  margin: 0 auto;
  z-index: -1;
}

.inputDiv {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin-left: 5%;
}

.inputDiv p {
  width: 48%;
  margin-top: -8px;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 14px;
}

.inputText {
  border-radius: 5px;
  height: 40px;
  margin-bottom: 10px;
  width: 46%;
  border: 2px solid rgba(226, 224, 205, 0.8);
  background-color: white;
  padding-left: 5px;
  -webkit-appearance: none;
}

.contactTextArea {
  width: calc(90% - 9px);
  margin-left: 5%;
  border-radius: 5px;
  border: 2px solid rgba(226, 224, 205, 0.8);
  background-color: white;
  padding-left: 5px;
  padding-top: 5px;
  -webkit-appearance: none;
}

.contactTextArea:focus {
  outline: none;
}

.inputText:focus {
  outline: none;
  transition: 300ms;
}

.contactForm {
  margin-top: 75px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 90px;
}

.submitButton {
  float: right;
  margin-right: 5%;
  margin-top: 20px;
  width: 150px;
  height: 40px;
  padding-top: 0px;
  -webkit-appearance: none;
  border: 3px solid #B8285F;
  background-color: #B8285F;
  color: white;
  cursor: pointer;
}
.submitButton:hover {
  background-color: white;
  color: black;
}

.message {
  margin-left: 5%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  #contentLeft {
    width: 100%;
    height: inherit;
    float: inherit;
  }

  #contentLeft h1 {
    text-align: center;
  }

  .contactBox {
    width: 90%;
    margin-left: 5%;
  }

  #contentRight {
    width: 90%;
    float: inherit;
    margin-bottom: 200px;
    margin-top: -30px;
    margin-left: 5%;
  }
}

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