.slider h3,
.slider h5,
.event h3 {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.parallax-container {
  height: 100%;
}

.parallax img {
  filter: grayscale(1);
  opacity: 0.5 !important;
}

.event img {
  max-width: 150px;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.8));
}

section {
  padding: 20px;
}

footer{
  padding: 1rem;
  margin-top: 3rem;
}
footer .social {
  padding: 1rem 0;
}
footer .social a{
  color: #fff;
  margin: 1rem;
}

footer .social a:hover{
  color: blue;
}
footer .links a:hover{
  color: blue;

}
footer .links{
  margin-bottom: 1.4;
}
footer .links a{
  color: #fff;
  padding: 0.7rem 1rem;
}
footer .credit{
  font-size: 0.8rem;
}
footer .credit a{
  color: blue;
  font-weight: 700;
}
.form {
  padding-bottom: 140px;
}
