.parallax {
    /* The image used */
    background-image: url("../img/parallax.jpg");
    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px #ececec91;
}

.parallax-header {
    position: absolute;
    z-index: 1000;
    top: 100px;
    text-align: center;
    width: 100%;
}

.parallax-content {
    display: table;
    margin: 0 auto;
}

.parallax-content>div.row {
    margin-top: 60px;
}

.parallax-content>h1 {
    font-weight: 400;
    font-size: 4.2rem;
    line-height: 110%;
    margin: 2.1rem 0 1.68rem 0;
}

div.section {
    padding-top: 1rem;
}

a.language-icons {
    font-size: 20px;
}

.fixed-margin {
    margin-bottom: 20px;
    margin-top: 20px;
}