* h1,
* h2,
* h3,
* h4,
* h5,
* h6 {
  /*color: #35495e;*/
  color: #6e4e53;
}

* h1 {
  font-size: 1.5em;
  margin-bottom: 0.2em;
}

* h2 {
  font-size: 1.3em;
}

* h3 {
  font-size: 1.2em;
}

* a {
  cursor: pointer;
  color: #7789ab;
}

* body {
  min-height: 100vh;
  position: absolute;
  top: 0;
  width: 100%;
}

* hr {
  margin-bottom: 1em;
}

* .button--green,
* .button--grey {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #35495e;
  color: #35495e;
  text-decoration: none;
  padding: 10px 30px;
  transition: all 0.2s;
}

* .button--green:hover,
* .button--grey:hover {
  color: #fff;
  background-color: #35495e;
}

* .button--green:disabled,
* .button--grey:disabled,
* .button--green:hover:disabled,
* .button--grey:hover:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  color: #fff;
  background-color: #35495e;
}

* .button--green {
  border: 1px solid #3b8070;
  color: #3b8070;
}

* .button--green:hover {
  background-color: #3b8070;
}

* input:focus,
* select:focus,
* textarea:focus {
  outline: var(--tertiary) solid 1px;
}

.container {
  margin-bottom: 5rem;
}

.container * .heading {
  margin-bottom: 10px;
  padding-left: 0;
}

.container * .subtitle {
  font-weight: 300;
  font-size: 42px;
  color: #526488;
  word-spacing: 5px;
  padding-bottom: 15px;
}

.container * .links {
  padding-top: 15px;
}

.container * p {
  margin-bottom: 0.75em;
}
