body{
  margin: 0;
  background-color: #0c0b36;
  color: #ffffff;
  background-image: url("/maintenance/images/maintenance.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-size: 14px;
  font-family: "proxima-soft", "open-sans", sans-serif;
  line-height: 1.5;
}

img{
	border: none;
	max-width: 100%;
}

h1, h2{
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600
}

.splash-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.splash-content{
  text-align: center;
  margin: 0 20px;
}

.splash-content .logo{
  max-width: 243px;
}

.splash-content h1{
  font-size: 19px;
}

.splash-content h1:after{
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #FFF;
  margin: 20px auto;
}

.credits{
  display: flex;
  flex: 1 1;
  margin: 20px 0;
  font-size: 10px;
  text-align: center;
}

.credits-offset{
  flex: 1 1;
}

.credits a:hover{
  opacity: 0.7;
  text-decoration: underline;
}

.credits > span{
  margin-top: auto;
}

.credits img{
  margin-top: 3px;
}

@media only screen and (max-width: 600px){

}
