section.module.parallax-1 {
    background-image: url("/content/images/sids2019/island.jpg");
    height: 500px;
}

section.module.parallax-2 {
    background-image: url("https://sustainabledevelopment.un.org/content/images/stiforum/robot2.jpg");
}

section.module.parallax-3 {
    background-image: url("https://sustainabledevelopment.un.org/content/images/hlpf2018/confroom.jpg");
}

h2#main_date {
    font-size: 44px;
    color: #fe7b67;
}

section.module.parallax h2 {
    text-transform: none !important;
}

img.deco-image {
    max-width: 300px;
    margin-right: 2em;
}

.goalbox {
    width: 106px;
    height: 106px;
}

.goaltext2 {
    font-size: smaller;
    width: initial;
    padding-right: 3px;
}

@media all and (min-width: 960px) {
    section.module.parallax h1 {
        font-size: 130px;
    }
    section.module.parallax h2 {
        font-size: 80px;
    }

}

@media all and (min-width: 544px) and (max-width: 960px) {
    section.module h2 {
        font-size: 42px;
    }
    section.module.parallax h1 {
        font-size: 85px;
    }
    section.module.parallax h2 {
        font-size: 53px;
    }
    section.module.parallax-1 {
        height: 386px;
    }

}

@media all and (max-width: 544px) {
    section.module.parallax-1 {
        height: 200px;
    }

}
