body {
  font-size: 16px;
  font-family: "catamaran", "sans-serif";
  font-weight: 400; /*also loaded 200,400,600,800, for bold*/
}

#contactwrapper {
  display: block;
  background-color: #fff;
  max-width: 1140px;
  font-family: "catamaran", "sans-serif";
  font-weight: 400;
  font-size: 2rem;
  color: #421f5d;
  /* align-items: center;
  justify-content: center; */
}

#contactwrapper .contact-form {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

#contactwrapper .contact-row .contact-col .google {
  width: 500px;
  height: 350px;
  border: 0;
}

#contactwrapper .contact-row .contact-col h1 {
  font-family: "catamaran", "sans-serif";
  font-weight: 400;
  font-size: 1.3em;
  color: #421f5d;
  align-content: center;
  justify-content: center;
}

#contactwrapper .contact-row .contact-col .contact-form .contact-fieldt {
  height: 200px;
}

#contactwrapper input[type="text"],
select,
textarea,
input[type="email"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.contact-col {
  padding: 2%;
  display: flex;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.contact-row {
  display: flex;
  align-content: center;
  width: 100%;
  flex-direction: column;
  font-weight: 600;
}

#contactwrapper .contact-row .contact-col form {
  width: 100%;
  max-width: 90rem;
  height: auto;
  padding: 2% 10%;
}

#contactwrapper .title {
  padding: 0 5%;
}

#contactwrapper .contact-row button {
  background-color: #00a8a9;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#contactwrapper .contact-row button:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
