/*!
CUSTOMIZATION !!!!
*/

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    position: relative;
}

.parallax-caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.parallax-caption h3 {
    font-size: 2rem;
    font-weight: bold;
}

.parallax-caption p {
    font-size: 1.2rem;
}

.parallax-1 {
    background-image: url('https://picsum.photos/id/1015/1200/800');
}

.parallax-2 {
    background-image: url('https://picsum.photos/id/1019/1200/800');
}

.parallax-3 {
    background-image: url('https://picsum.photos/id/1025/1200/800');
}
