* {
  box-sizing: border-box; }

body {
  padding: 0;
  margin: 0;
  font-family: Roboto, serif;
  color: #292000; }

h1 {
  font-family: Raleway;
  text-transform: uppercase;
  margin: 0;
  line-height: 0.8; }

h1 a {
  border: none;
  color: inherit;
  text-decoration: none; }

h1 small {
  letter-spacing: 0.1em; }

h2, h3, h4 {
  margin: 0 0 1.5rem; }

a {
  color: #75a8d3;
  text-decoration: none;
  border-bottom: 1px solid; }

input, textarea, select {
  border: 1px solid #8f6e00;
  background: white;
  line-height: 1;
  padding: 0.5rem; }

button, .button {
  display: inline-block;
  background: #fff1c2;
  font-weight: normal;
  line-height: 3;
  padding: 0 1rem;
  border: 0;
  color: #8f6e00;
  text-decoration: none; }

button:hover, .button:hover {
  background-color: #ffda5c; }

button:disabled, .button:disabled {
  background-color: #f9f9f9;
  color: silver; }

form p {
  margin: 0 0 1.5em;
  position: relative; }

form label {
  display: block;
  font-size: 80%;
  margin: 0 0 0.5em;
  text-transform: uppercase;
  color: #8f6e00;
  padding: 0.625em;
  position: absolute; }

form input, form textarea {
  padding-top: 2em; }

form .helptext {
  font-size: 80%;
  color: #ccc;
  line-height: 1.5;
  display: block;
  margin-top: 0.5rem; }

form .errorlist {
  font-size: 80%;
  list-style: none;
  padding-left: 0; }

form .errorlist li {
  color: crimson; }

form .submit {
  padding-top: 1rem;
  border-top: 1px solid #8f6e00;
  width: 100%;
  text-align: right; }
  form .submit .button {
    background-color: #fdd649 !important;
    color: #101c42 !important;
    border-radius: .375rem !important;
    font-weight: 600 !important; }
