body {
  height: 100%;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.section {
  position: relative;
  display: block;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  text-align: center;
}

.centered {
  position: fixed;
  top: 50%;
  display: block;
  width: 100%;
  height: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.image {
  height: 100%;
}

.logo {
  position: fixed;
  left: 0px;
  top: 50%;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 25%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.links {
  position: fixed;
  left: 21px;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
}

.link {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  padding-bottom: 3px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

@media (max-width: 991px) {
  .section {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .image {
    position: fixed;
    top: 50%;
    display: block;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .logo {
    z-index: 3000;
    width: 40%;
  }
}

@media (max-width: 767px) {
  .section {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .logo {
    width: 35%;
  }
}

@media (max-width: 479px) {
  .section {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .logo {
    width: 55%;
  }
  .right {
    text-align: center;
  }
  .left {
    text-align: center;
  }
}

