body, html {
  height: 100%;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.5rem;
}

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/hero_1125x946.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  line-height: 2;
}

.fa {
    width: 2.5rem;
    font-size: 2.5rem;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    margin: 50px 10px 50px 10px;
    color: white;
    border-radius: 50%;
}

.fa-home {
    background-color: #6060ff;
}

.fa-youtube {
    background-color: #bb0000;
}

.fa-facebook {
    background-color: #1877f2;
}

.fa-instagram {
    background-color: #dd00f0;
}

p {
    font-size: 1.2rem;
}

a {
    color: white;
}