/**
 * Override Bedrock vars
 */
.splash-link {
  font-family: 'Exo', sans-serif;
  font-weight: 400; }

h1 {
  font-family: 'Exo', sans-serif;
  font-weight: 100; }

#page-container {
  background-color: #fff; }

#page-content {
  padding: 0px 0px 50px;
  position: relative; }

#page-main {
  padding: 70px 15px 0 15px; }

html {
  background-color: #222; }

body {
  font-size: 14px;
  -webkit-font-smoothing: antialiased; }

h1 {
  margin: 2rem 0 1.5rem; }

#splash-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

#splash-content {
  margin: 0 auto;
  max-width: 250px; }

.splash-logo {
  width: 100%; }

.splash-header {
  color: #ccc;
  font-size: 1.7rem;
  text-transform: uppercase;
  text-align: center; }

.splash-links {
  text-align: center; }

.splash-links-item {
  margin: 0 0 .5rem; }

.splash-link {
  font-size: 1rem;
  color: #ccc;
  text-decoration: none;
  border-bottom: 1px solid #888;
  padding-bottom: 1px;
  letter-spacing: 1px; }
  .splash-link:hover {
    border-bottom-color: #f3f3f3; }
