#contact {
  height: 64rem;
  background-image: url('../images/toffee_factory.jpg');
  background-color: #262625;
  background-position: center;
  background-size: cover;
  padding: 0;
  margin: 0;
}

.shade {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: rgba(0,0,0,0.5);
  text-align: center;
  font-size: 2rem;
  padding: 4rem 2rem;
  color: #fff;
}

#contact h1 {
  font-size: 3.5rem;
  text-align: center;
  color: #fff;
  margin: 0;
}

#email a {
  color: #fff;
}