article p {
  padding-bottom: 0;
}

form section {
  margin: 20px 0;
}

label {
  display: block;
  color: #006CBA;
  font-size: 28px;
  font-style: italic;
}

body.christmas label {
  color: #C91414;
}

select {
  width: 100%;
  margin-top: 8px;
}

input[type=text], input[type=number], input[type=tel],
input[type=email], textarea {
  border-radius: 0;
  border: none;
  line-height: 1.8;
  width: 97%;
  margin: 6px 0;
  padding: 1.5%;
}

textarea {
  min-height: 12em;
}

input[type=submit] {
  float: right;
  background-color: #006CBA;
  border: none;
  padding: 8px;
  margin-top: 4px;
  font-size: 20px;
  font-family: Lora;
  color: white;
  font-style: italic;
}

body.christmas input[type=submit] {
  background-color: #C91414;
}

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