#title {
  color: #fff;
  text-align: center;
  font-family: "lato", sans-serif;
  font-weight: 400;
  text-shadow: 0px 0px 0.5rem #000;
  margin-right: 1rem;
  margin-left: 1rem;
  /*padding-left: 10px;*/
}

#title p {
  font-size: 1.5rem;
  margin: 0;
}

#title h1 {
  font-weight: 700;
  font-size: 6rem;
  line-height: 1.0;
  text-shadow: 0px 0px 1rem #000;
  margin-bottom: 3rem;
}

#title h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

#title h2 span {
  color: #f79b33;
  font-weight: 400;
}

p a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  color: #f79b33;
}


@media (max-width: 768px) {
  #title p {
    top: 50%;
    font-size: 1.125rem;
  }

  #title h1 {
    font-size: 4rem;
    margin-bottom: 2rem;
  }

  #title h2 {
    font-size: 1.75rem;
  }
}
