/* ParallaxHero Portlet Styles */
.parallax-hero-section .jarallax {
    background-size: cover;
    background-position: center;
}

.parallax-hero-section h1 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.parallax-hero-section p {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.parallax-hero-section .btn-outline-light:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #fff;
}

.h-210 {
  height: 210px !important;
  min-height: 210px;
}

.h-400 {
  height: 400px !important;
  min-height: 400px;
}

.h-624 {
  height: 624px !important;
  min-height: 624px;
}
