html,
body {
  height: 100%;
  font-family: 'Lato', sans-serif;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0;
}

/* HEADER */
header img{
  max-width: 170px;
}
header h1{
  font-size: 24pt;
  font-weight: 700;
  vertical-align: middle;
  margin-left: 15px;
  display: inline;
}

/* MAIN */
main .tablet {
  max-width: 560px;
  margin-bottom: 10px;
  position: relative;
}
main .tablet .gloss{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
main .tablet .screenshot{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 22px 50px 0 46px;
  z-index: 1;
}
main h2{
  font-size: 18pt;
  font-weight: 900;
  margin: 20px;
}
main h2 a{
  text-decoration: none !important;
  color: #2b9cd8;
}
main .btn {
  font-weight: 900;
  font-size: 16pt;
}

/* FOOTER */
footer .alert{
  margin-bottom: 0;
}
footer .alert a{
  text-decoration: underline;
}
