* {
  font-family: 'Roboto';
}

html, body, .wrapper {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0px;
  padding: 0px;
}

.wrapper
{
  display: table;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(255,255,255,.25);
  margin: 1em auto;
  padding: 0;
  padding-bottom: 32px;
  max-width: 280px;;
}

h1 {
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  color: rgb(255,255,255);
  padding-top: 400;
  margin: auto;
  padding-left: 32px;
  padding-right: 32px;
}

h2 {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}


.welcome {
  background: url("/img/bg.jpg");
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display:table-cell;
  vertical-align: middle;
  text-align: center;
}


@media only screen and (max-width: 600px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
  
  h2 {
    padding-bottom: 16px;
    font-size: 18px;
    line-height: 36px;
  }

  img {
    max-width: 200px;
  }

  hr {
    max-width: 200px;
  }
}


