:root {
    --color-link: #ffd71b;
    --color-btn: #ffd71b;
    --color-btn-txt: #111;
    --color-text: #111;
    --color-text-white: #FFFFFF;
    --color-title: #111;
    --color-bg-1: #fff;
    --color-bg-2: #f4eded;
    --color-bg-3: #111;
    --color-red: #db5461;
    --font-title: Oswald;
    --font-text: Roboto Slab;
}

.alternate-color div.alt-bg-color:nth-child(odd) h2,
.bg-color-1 h2,
.booking-engine-title,
.mod-custom-pages-list-w h2,
.mod-custom-pages-list-w h3,
.alternate-color div.alt-bg-color:nth-child(odd) .scea-pictos,
.alternate-color div.alt-bg-color:nth-child(odd) .scea-w {
    color: var(--color-title) !important;
}