* {
  box-sizing: border-box;
}

html,
body {
  margin: 0px;
  padding: 0px;
  min-height: 100%;
  background: linear-gradient(
      to right,
      rgba(240, 240, 240, 0.15) 50%,
      transparent 50%
    ),
    url(bg-lighter.png);

  color: #333333;
}

h1,
h2,
h3 {
  margin: 0px;
  font: bold 36px/40px "Oswald", cursive;
}

h2 {
  margin-top: 1em;
}

h3 {
  font-size: 24px;
  text-decoration: underline;
  margin-top: 0.5em;
}

p,
span,
input,
textarea,
select,
dl,
dt,
dd,
li {
  font: normal 16px/20px "Montserrat", helvetica, sans-serif;
}

strong {
  background-color: #f0faff;
}

a,
.email {
  color: #5080e0;
}

a:hover,
a:focus,
.email:hover,
.email:focus {
  color: #80b0f0;
}

h1 {
  font-size: 3rem;
  line-height: 1.4em;
}

header {
  height: 0px;
}

header > h1 {
  font-size: 0px;
}

header > img {
  float: right;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
  width: 25vw;
  padding: 20px;
}

main {
  z-index: 2;
  min-width: 320px;
  width: 50vw;
  max-width: 800px;
  margin: 0px auto;
}

main > h1 {
  text-align: center;
}

main .ingress {
  font-size: 1.25rem;
  line-height: 1.4em;
  max-width: 800px;
  margin: 1em auto;
}

main > .flex {
  display: flex;
  margin-bottom: 20px;
}

.flex > section {
  width: 50%;
  height: 550px;
  padding: 0px 5%;
  overflow: hidden;
}

section > h2 {
  text-align: center;
  margin-bottom: 0px;
}

section > p {
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 2.5vh;
}

dl {
  margin: 1rem 0px 0px 1rem;
}

dt > a,
dt > strong {
  font-size: 22px;
  text-decoration: none;
  background-color: #ffffff;
}

dd p {
  margin-top: 0px;
}
