body {
  background: url('forrest.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.row {
  padding-top: 30%;
}

.col-lg-6 {
  padding-bottom: 1rem;
}

.mt-5 {
  font-size: 4rem;
  color: white;
  font-weight: 600;
}

p {
  font-size: 19px;
  color: white;
  font-weight: 500;
  line-height: 2em;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 70px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-envelope-square {
  background: #55ACEE;
  color: white;
}
