/**
 * @file
 * VVj Parallax.
 *
 * Filename:     vvjp-style.css
 * Website:      https://www.flashwebcenter.com
 * Developer:    Alaa Haddad https://www.alaahaddad.com.
 */
.parallax-background {
  filter: brightness(0.9);
}

.parallax-background:hover {
  filter: brightness(1.1);
}

.parallax-content {
  margin: 0 auto;
}

.parallax-content a {
  text-decoration: underline;
  transition: color 0.3s ease;
}
