html, body{
  height: 100%;
  width: 100%;
  margin: auto;
  font-family: "Raleway";
  font-weight: 100;
  color: #fff;
}
canvas{
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  position: absolute;
  background-color: #fff;
}
.hero-block{
  padding-right: 10vw;
}
.heading{
  padding-top: 85px;
  text-align: right;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.subheading{
  text-align: right;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a{
  color: #fff;
  text-decoration: none;
}
.contact, .contact a{
  text-align: right;
  text-decoration: none;
  margin-top: 10px;
  font-size: 20px;
  color: #fff;
}
.information {
  position: absolute;
  top: 100%;
  left: 0;
  min-height: 100%;
  padding: 5vw;
  box-sizing: border-box;
  font-size: 0;
}
.text-block{
  display: inline-block;
  vertical-align: top;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 300;
}
.title{
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
}
.title:not(:first-child){
  margin-top: 8vh;
}
.date{
  font-size: 16px;
}
.item{
  font-size: 22px;
}
.divider{
  margin-top: 10px;
}
.left{
  width: 35%;
  min-width: 250px;
}
.right{
  width: 62%;
  min-width: 250px;
  text-align: right;
}
@media (max-width: 735px) {
  .heading{
    font-size: 60px;
    padding-top: 50px;
  }
  .subheading{
    font-size: 25px;
    margin-top: 20px;
  }
  .contact a{
    font-size: 15px;
  }
  .text-block{
    font-size: 20px;
  }
  .title, .item{
    font-size: 18px;
  }
  .right, .left{
    width: 100%;
  }
  .right{
    margin-top: 40px;
  }
}
@media (min-width: 735px) {
  .heading{
    font-size: 80px;
  }
  .subheading{
    font-size: 32px;
    margin-top: 40px;
  }
  .contact a{
    font-size: 20px;
  }
  .text-block{
    font-size: 20px;
  }
  .title, .item{
    font-size: 18px;
  }
}
@media (min-width: 1000px) {
  .heading{
    font-size: 100px;
  }
  .subheading{
    font-size: 38px;
    margin-top: 40px;
  }
  .contact a{
    font-size: 25px;
  }
  .text-block{
    font-size: 24px;
  }
  .title, .item{
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .heading{
    font-size: 120px;
  }
  .subheading{
    font-size: 45px;
    margin-top: 40px;
  }
  .contact a{
    font-size: 25px;
  }
  .text-block{
    font-size: 28px;
  }
  .title, .item{
    font-size: 22px;
  }
}
@media (min-width: 1650px) {
  .heading{
    font-size: 140px;
  }
  .subheading{
    font-size: 60px;
    margin-top: 40px;
  }
  .contact a{
    font-size: 30px;
  }
  .text-block{
    font-size: 38px;
  }
  .title, .item{
    font-size: 28px;
  }
  .date{
    font-size: 22px;
  }
}
@media (min-width: 1900px) {
  .heading{
    font-size: 150px;
  }
  .subheading{
    font-size: 60px;
    margin-top: 40px;
  }
  .contact a{
    font-size: 30px;
  }
}

.heading, .subheading, .contact > a, .icon, .text-block, .text-block a, .title, .date, .item{
  -webkit-transition: color 3s ease;
  transition: color 3s ease;
}
