* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1.7em;
  color: #7f8c8d;
  font-size: 13px;
  height: 100vh;

  background: url("/img/cover.jpg") rgba(28, 54, 87, 1) no-repeat center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-background-blend-mode: overlay;
  -moz-background-blend-mode: overlay;
  -o-background-blend-mode: overlay;
  background-blend-mode: overlay;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
  color: #447d9e;
}

.pure-img-responsive {
  max-width: 100%;
  height: auto;
}

.l-box {
  padding: 1em;
}

.l-box-lrg {
  padding: 2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.is-center {
  text-align: center;
}

.pure-form label {
  margin: 1em 0 0;
  font-weight: bold;
  font-size: 100%;
}

.pure-form input[type] {
  border: 2px solid #ddd;
  box-shadow: none;
  font-size: 100%;
  width: 100%;
  margin-bottom: 1em;
}

.pure-button {
  background-color: #1f8dd6;
  color: white;
  padding: 0.5em 2em;
  border-radius: 5px;
}

a.pure-button-primary {
  background: white;
  color: #1f8dd6;
  border-radius: 5px;
  font-size: 120%;
}

.home-menu {
  padding: 2.5em;
  text-align: center;
}
.home-menu {
  background: transparent;
}
.pure-menu.pure-menu-fixed {
  /* Fixed menus normally have a border at the bottom. */
  border-bottom: none;
  /* I need a higher z-index here because of the scroll-over effect. */
  z-index: 4;
}

.home-menu .pure-menu-heading {
  color: white;
  max-width: 64px;
}

.home-menu .pure-menu-selected a {
  color: white;
}

.home-menu a {
  color: #6fbef3;
}
.home-menu li a:hover,
.home-menu li a:focus {
  background: none;
  border: none;
  color: #447d9e;
}

.splash-container {
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 88%;
  top: 0;
  left: 0;
  position: fixed !important;
}

.splash {
  width: 80%;
  height: 50%;
  margin: auto;
  position: absolute;
  top: 100px;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}

.footer {
  background: #5d6a70;
  color: white;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 12px;
}

@media (min-width: 48em) {
  body {
    font-size: 18px;
  }

  .home-menu {
    text-align: left;
  }
  .home-menu ul {
    float: right;
  }

  .splash {
    width: 30%;
    height: 50%;
  }

  .l-box-lrg {
    border: none;
  }
}
