.header-back-default,
.call-to-action,
.header.background {
    position: relative;
    background-image: url(../img/backgrounds/bali-sawa.jpg);
    background-position: top;
}

.header-back-default::before,
.call-to-action::before,
.header.background::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .5);
    display: block;
    content: " ";
}

.logo-text {
    color: rgb(51, 51, 51);
}

.next-section-dark {
    color: black;
}