body, html {
    height: 100%;
}

.parallax {
    /* The image used */
    background-image: url("../img/header.png");

    /* Create the parallax scrolling effect */
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}