@import url('https://fonts.googleapis.com/css?family=Lato:400,300,700,900');

html,body { height: 100%; margin: 0px; padding: 0px; }
body {
  background: #394864;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #555;
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

#wrapper {
  text-align: center;
  padding: 25% 0 0 0;
  background: url(under-construction.jpg);
  background-size: cover;
  height: 100%;
}

#wrapper h1 {
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -1px;
  margin-bottom: 40px;
  margin-top: 60px;
}

h2.subtitle {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 500;
}

p.copyright {
  margin-top: 30px;
  color: #000;
  text-align: center;
  padding: 0;
  margin-bottom: 5px;
}
