@-ms-viewport {
  width: device-width;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #252c32;
  box-sizing: border-box;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  line-height: 1.5;
}

body {
  margin: 0;
}

footer,
header,
main {
  display: block;
}

a {
  background: transparent;
  color: #fff;
  text-decoration: underline;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

svg:not(:root) {
  overflow: hidden;
}

pre {
  overflow: auto;
}

code {
  font-family: "Titillium Web", sans-serif;
}

button,
input {
  color: inherit;
  font: inherit;
  margin: 0;
}
button::-moz-focus-inner, button::-moz-focus-inner,
input::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
  text-transform: none;
}
button[disabled] {
  cursor: default;
}

input {
  line-height: normal;
}

.header {
  background: no-repeat 50% 50%;
  background-size: cover;
  padding: 6.5em 3em;
}

.logo {
  font-size: 1em;
  margin: 0 auto;
  max-width: 28em;
}
.logo a {
  display: block;
}

.row {
  margin: 1.5em 0 3em 0;
}
@media (min-width: 48em) {
  .row {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

.col + .col {
  margin-top: 3em;
}
@media (min-width: 48em) {
  .col {
    width: 46%;
  }
  .col + .col {
    margin: 0;
  }
}

.content {
  margin: 0 auto;
  max-width: 60em;
  padding: 3em 1em;
}
.content h1,
.content h2 {
  line-height: 1;
  margin: 0;
}
.content h2 {
  color: #e5e2d3;
  margin-bottom: 0.5em;
}
@media (min-width: 48em) {
  .content h1 {
    font-size: 4.5em;
  }
  .content h2 {
    font-size: 3em;
    margin-top: 1em;
  }
}
.content p {
  font-size: 1.25em;
  margin: 0;
}
.content em {
  font-style: normal;
  text-transform: uppercase;
}
.content pre {
  font-size: 16px;
  margin: 0;
  padding: 1em;
}
.content code {
  font-size: 1.25em;
}

.form label {
  cursor: pointer;
  display: block;
  margin-bottom: 0.5em;
}
.form input {
  border: 0;
  border-radius: 0.25em;
  color: #252c32;
  font-size: 1.875em;
  margin-bottom: 0.5em;
  padding: 0.25em;
  width: 100%;
}
.form button {
  background-color: #e8e4d8;
  background-image: linear-gradient(to bottom, #e8e4d8, #b9ae91);
  border: 0;
  border-radius: 0.5em;
  clear: both;
  color: #635f4d;
  display: block;
  font-size: 1.875em;
  font-weight: bold;
  margin-top: 1em;
  padding: 0.25em;
  width: 100%;
}
.form button:focus, .form button:hover {
  background-color: #b9ae91;
  background-image: linear-gradient(to bottom, #b9ae91, #e8e4d8);
  color: #575343;
}
.form button span {
  background-color: #d2ccb1;
  border-radius: 0.25em;
  display: block;
  padding: 0.25em 1em;
}

.form-field {
  float: left;
  padding-right: 0.5em;
  width: 50%;
}
.form-field + .form-field {
  float: right;
  padding: 0 0 0 0.5em;
}

.example {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 0.25em;
  display: block;
  text-align: center;
  text-decoration: none;
}
.example:focus, .example:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.footer {
  margin: 0 auto;
  max-width: 60em;
  padding: 0 1em 3em 1em;
}