.parallax-text {
    position: fixed;
    z-index: 1;
    width: 100%;
    color: black;
    text-align: center;
}

.parallax-text h2 {
    font-family: "Josefin Sans", SansSerif, sans-serif;
    font-size: 3em;
}

.parallax-text h4 {
    padding: 0 1em 1em;
}

@media only screen and (min-width: 405px) {
    .parallax-text {
        top: 280px;
    }
}

@media only screen and (max-width: 405px) {
    .parallax-text {
        top: 260px;
    }
}
