/*
    General colors
*/
@font-face {
  font-family: "precious";
  src: url(/fonts/precious-webfont.woff), url(/fonts/precious-webfont.woff2);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "verdana";
  src: url(/fonts/verdana-webfont.woff), url(/fonts/verdana-webfont.woff2);
  font-weight: normal;
  font-style: normal;
}
.col {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
}

#contact {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin: 90px auto 48px;
  width: 90%;
}
#contact #map {
  max-width: 400px;
  width: 100%;
  height: 400px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
#contact #contactGrid {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  align-items: center;
  gap: 10px;
  background-color: #895324;
  color: #ffffff;
  padding: 16px 32px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
#contact #contactGrid fieldset {
  border: none;
}
#contact #contactGrid fieldset legend {
  font-size: 2rem;
  font-weight: bold;
}
#contact #contactGrid input[type=radio] {
  accent-color: #895324;
}
#contact #contactGrid input[type=text],
#contact #contactGrid input[type=email],
#contact #contactGrid input[type=tel],
#contact #contactGrid select,
#contact #contactGrid textarea {
  padding: 4px 8px;
  accent-color: #895324;
}
#contact #contactGrid select {
  background-color: #eeeeee;
}
#contact #contactGrid #allGenders {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 24px;
}
#contact #contactGrid #allGenders label {
  display: flex;
  gap: 10px;
}
#contact #contactGrid #name {
  width: 100%;
}
#contact #contactGrid #mailPhone {
  width: 100%;
}
#contact #contactGrid #subjectMessage {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
#contact #contactGrid .button {
  margin-top: 10px;
}
#contact #contactGrid .button button {
  background-color: #0F0A11;
  border: none;
  color: #ffffff;
  font-size: 1.2rem;
  cursor: pointer;
}

@media screen and (min-width: 750px) {
  #contact #map {
    max-width: 450px;
  }
  #contact #contactGrid {
    max-width: 450px;
  }
  #contact #contactGrid .box {
    flex-direction: row;
  }
}
@media screen and (min-width: 900px) {
  #contact {
    width: 100%;
    max-width: 1100px;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 80px auto;
  }
  #contact #map {
    height: 450px;
  }
}

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