body {
  font-family: 'Montserrat', sans-serif;
  background: #000 url('../gfx/bg.jpg') no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
}
.wrap {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.sr-only {
  display: none;
}

/**
 * Spalsh
 */
.splash {
  display: inline-block;
  margin: 0 auto; 
  text-align: center;
} 
.splash__logo {
  margin: 0;
  padding: 0 60px;
  text-align: center;
}
.splash__logo > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.splash__slogan {
  font-size: 55px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin: 130px 0;
}

.splash__txt {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
}
.splash__txt a {
  color: #fff;
  text-decoration: none;
}
.splash__txt a:hover {
  color: #ccc;
}

@media (max-width: 600px) {
  .splash__slogan {
    font-size: 25px;
    margin: 60px 0;
  }
  .splash__txt {
    font-size: 16px;
  }
}