html,
body {
  height: 100%
}

body {
  text-align: right;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  background: #999 url(images/bg-par.jpg) center no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-right: 50px
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(40, 40, 65, 0.4);
  width: 100%;
  height: 100%;
  z-index: -1
}

h1 {
  width: 100%;
  margin: 40vh 0 3vh 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
  font-size: 3em
}

i {
  display: block;
  width: 100%;
  margin-bottom: 4vh
}

.fa {
  display: inline-block;
  background: #0370;
  color: #ddd;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  margin-left: 15px;
  font-size: 30px;
  box-shadow: 0 -50px 0 0 rgba(0, 0, 0, 0) inset;
  transition: all 0.4s;
}

.fa:hover {
  color: #fff;
  box-shadow: 0 -50px 0 0 rgba(0, 0, 0, 0.3) inset
}
.fa:nth-of-type(1):hover {
  border-color: #037
}
.fa:nth-of-type(2):hover {
  border-color: #08c
}

.fa:nth-of-type(3):hover {
  border-color: #d10
}

.fa:nth-of-type(4):hover {
  border-color: #eb0
}

.fa:nth-of-type(5):hover {
  border-color: #0c6
}