* { box-sizing: border-box }
@import "https://fast.fonts.net/cssapi/b12d5aa8-8550-4b05-9b45-0a961a733f68.css";

html,body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
    text-align: center;
    color: #333333;
    padding: 20px;
    background: white;
    border-top: 3px solid #990000;
}
.outer {
    text-align: center;
    height: 100%;
}
.outer:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
}
.inner {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 750px;
}
h1 {
    margin: 0 auto 30px;
    width: 240px;
    height: 43px;
    background: url('./logo.png') center center no-repeat;
    background-size: 240px 43px;
    text-indent: -10000px;
}
@media all and (max-width: 600px) {
}

h2 {
    font-size: 42px;
    line-height: 1;
    color: #333;
    letter-spacing: -.02em;
    font-weight: bold;
    margin: 0 0 40px
}
@media all and (max-width: 600px) {
    h2{
        font-size: 28px;
    }
}

h3 {
    font-size: 22px;
    line-height: 1.6;
    color: #333;
    font-weight: 300;
}
@media all and (max-width: 600px) {
    h3{
        font-size: 18px;
    }
}

h4 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: normal;
    margin: 0;
    color: #808080;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

.mercury {
    font-size: 15px;
    background-color: #11cab6;
    padding: 10px 20px;
    border-radius: 6px;
    border-bottom: 3px solid #0C9283;
    color: white;
    font-family: "Avenir Next W01", "Avenir Next", sans-serif;
    letter-spacing: 0;
    font-weight: 600;
    display: block;
    text-align: center;
    margin-top: 1rem;
}

@media (min-width: 40em) {
  .mercury {
    display: inline-block;
    text-align: left;
  }
}

.box {
  border: 1px solid #dddddd;
  padding: 30px;
  margin-top: 50px;
  text-align: left;
}

@media (min-width: 40em) {
  .box { display: flex; }
  .box div { margin: 0.5rem; }
}

.box-col-2 {
  margin-top: 2.5rem;
}

@media (min-width: 40em) {
  .box-col-2 { margin-top: 0; }
}

h5 {
  margin: 0 0 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
