
body {
  height: 100%;
  width: 100%;
}

* {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  color: white;

}

.title {
  width: 100%;
  text-align: center;
  letter-spacing: .5em;
  font-size: 5em;
  margin: 0 auto;
  text-transform: uppercase;
  padding: 2.2em 0 .4em;
}

#desc {
  width: 100%;
  text-align: center;
  font-size: 2em;
  margin: 0 auto;
  text-transform: uppercase;
  padding: 0
}

.button1 {
  text-align: center;
  font-size: .7em;
  margin: 0 auto;
  text-transform: uppercase;
  padding: .5em;
  background: none;
  border: 2px solid #B0BEC5;
  color: #B0BEC5;
}

@media (max-width: 1200px) {
  .title {
    letter-spacing: 0;
  }
}

@media (max-width: 600px) {
  .title {
    font-size: 3em;
  }
  .button1 {
    display: block;
    margin: .75em auto;
  }
}

@media (max-width: 400px) {
  .title {
    font-size: 2em;