.css-dimmer::before {
    position: absolute;
    height: 100vh;
    width: 100vw;
    content: '';
    z-index: 1 !important;
    background-color: rgba(0,0,0,0.3) !important;
}
.css-title {
    text-shadow: 1px 1px 3px #000 !important;
    color: rgba(255,255,255,0.9) !important;
    font-weight: 700 !important;
}
.css-lead {
    font-size: 1.25em;
    text-shadow: 1px 1px 3px #000 !important;
    color: rgba(255,255,255,0.9) !important;
}
.css-lead-large {
    font-size: 1.75em;
    text-shadow: 1px 1px 3px #000 !important;
    color: rgba(255,255,255,0.9) !important;
}
.css-lead-xlarge {
    font-size: 2.25em;
    text-shadow: 1px 1px 3px #000 !important;
    color: rgba(255,255,255,0.9) !important;
}
.css-navtop-brand img {
    height: 28px !important;
}
.css-fw-400 {
    font-weight: 400 !important;
}

@media screen and (max-width: 640px) {
    // previously: 100, 105
    #page-content { background-image: url("https://cdn.amazingvillaphuket.com/www/media/photos/101-hd.webp"); } 
    .css-mobile-margin-adjust {
        margin-top: -60px !important;
    }
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
    #page-content { background-image: url("https://cdn.amazingvillaphuket.com/www/media/photos/084-hd.webp"); }
}
@media screen and (min-width: 1201px) {
    #page-content { background-image: url("https://cdn.amazingvillaphuket.com/www/media/photos/122-fhd.webp"); }
}
