html,
body {
  height: 100%;
  min-height: 100%;
  font-family: Roboto, sans-serif;
}
html {
  background-image: url("/static/img/bg.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.content {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
.content .part {
  position: relative;
  display: inline-block;
  margin-top: 20vh;
  margin-bottom: 20vh;
  color: white;
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}
.content .part.left-part {
  width: 50vh;
}
.content .part.right-part {
  width: 70vh;
  height: 60vh;
}
.content .part h1 {
  font-size: 7vh;
  font-weight: 100;
  margin-top: 4vh;
  margin-bottom: 6vh;
}
.content .part h2 {
  font-size: 3.5vh;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 4vh;
}
.content .part h3 {
  color: #999;
  font-weight: 300;
  font-size: 1.75vh;
  margin-bottom: 0.8vh;
}
.content .part .acro-button {
  display: block;
  background-color: #981717;
  border: 0.5vh solid #751212;
  padding: 2vh;
  font-size: 1.5vh;
  font-weight: 500;
  color: white;
  width: 50%;
  text-align: center;
  margin: 6vh 0 0;
  text-decoration: none;
}
.content .part .img-tablet {
  position: absolute;
  left: 0;
  top: 0%;
  width: 80%;
}
.content .part .img-comp {
  position: absolute;
  right: 0;
  bottom: 0%;
  width: 80%;
}
footer {
  position: fixed;
  font-size: 12px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  color: #ddd;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
footer a,
footer a:active,
footer a:focus {
  color: #ddd;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer a {
  padding-left: 30px;
}
footer a:first-child {
  padding-left: 0;
}
