body,
html {
    height: 100%;
    background-color: #fff;
}

.text-center {
    text-align: center;
}

.parallax {
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo {
    background-image: url('../images/logo-groot-1080.png');
}

.contentPart {
    padding-top: 100px;
    padding-bottom: 100px;
}
.contentPart.logo {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/logo-groot-1080-45.png');
}
.name {
}

.contact {
}
