html {
  background: #002d62;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 30px;
  margin: 0 0 0;
  padding: 0;
}

header {
  background: #fff;
  padding: 70px 0 60px;
}

h1 {
  background: url(logo.svg) no-repeat center/contain;
  line-height: 60px;
  margin: 0;
  /* text-replacement */
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

article {
  background: #4684b3;
  border-bottom: 30px solid #fff;
  color: #fff;
}

.article-wrapper {
  width: 800px;
  margin: 0 auto;
}

figure {
  display: inline-block;
}
section {
  display: inline-block;
  padding-top: 160px;
  vertical-align: top;
  width: 460px;
}

h2 {
  font-size: xx-large;
  font-weight: 100;
  margin: 0 0 30px;
}

h2 span {
  opacity: 0.33
}

p {
  -webkit-font-smoothing: antialiased;
  font-size: large;
  font-weight: lighter;
  margin: 0 0 30px;
}

b.heavier {
  font-weight: heavier;
}

a {
  color: #b5e3ff;
}
a:hover {
  text-decoration: none;
}

p b {
  font-weight: 500;
}

.applinks a {
  -webkit-background-size: contain !important;
  background-size: contain !important;
}
