:root {
    --accent-color: #87c4e0;
    --purple: #6c2ea1;
    --dark-purple: #27113B;
    --pink: #f044b6;
}
.infobar-row,
.header_wrapper,
.mobile_menu_wrapper,
.footer_wrapper {
    display: none;
}
.underline {
    border-color: var(--pink);
}



/* -- Hero -- */

.s_hero-bg {
    position: relative;
    min-height: 50vh;
    background-image: linear-gradient(0deg, #fff 0, transparent 75%), url(/imageserver/UserMedia/ritz/spritzy_ritzy/hero_bg.webp);
    background-size: cover;
    background-position: center 75%;
    z-index: 1;
}
.s_hero-content {
    position: relative;
    transform: translateY(-40vh);
    margin-bottom: -40vh;
    text-align: center;
    padding-bottom: 170px;
    z-index: 1;
}
.s_hero-content::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 200px;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, .6) 75%, #fff 100%), url(/imageserver/UserMedia/ritz/spritzy_ritzy/abstract_bg_2.webp);
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.s_hero-logo {
    display: block;
    max-width: 325px;
    width: 100%;
    height: auto;
    margin: 20px auto;
    background-color: rgba(255, 255, 255, .6);
    backdrop-filter: blur(5px);
    padding: 15px 20px 20px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(5, 5, 5, .15);
}
.s_hero-content .h1-heading {
    font-weight: 900;
    color: var(--purple);
    margin: 45px auto 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid #ddd;
}
.s_hero-content .h1-sub {
    display: block;
    line-height: 1.05em;
    font-size: .75em;
    margin-top: 8px;
    font-weight: 500;
    color: var(--pink);
}
.s_hero-content p {
    font-size: 1.2rem;
    font-weight: 300;
    color: #404040;
    margin: 20px auto;
}
.s_hero-content .h1-heading,
.s_hero-content p {
    -webkit-animation: fadeInFromBottom 1.33s ease-in-out .33s backwards;
    animation: fadeInFromBottom 1.33s ease-in-out .33s backwards;
}



/* -- Infobar -- */

#infobar_section {
    position: fixed;
    inset: 0 0 auto;
    width: 100%;
    background: linear-gradient(90deg, var(--dark-purple) 15%, var(--purple) 85%);
    z-index: 900;
    box-shadow: 0 4px 8px rgba(5, 5, 5, .25);
}
#infobar_section .infobar-row {
    display: flex;
}



/* -- Services -- */

#s_services_section {
    padding-top: 120px;
    z-index: 1;
}
#s_services_section::after {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 80%;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .5) 75%, #fff 100%), url(/imageserver/UserMedia/ritz/spritzy_ritzy/abstract_bg.webp);
    background-size: cover;
    background-position: center;
    z-index: -2;
}
.s_services-icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 125px;
    width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(5, 5, 5, .15);
    border-radius: 50%;
    padding: 10px;
    z-index: 1;
}
.s_fill-blue {
    fill: var(--accent-color);
}
.s_fill-purple {
    fill: var(--purple);
}
.s_fill-pink {
    fill: var(--pink);
}
.services-header {
    background: linear-gradient(135deg, var(--accent-color) 40px, transparent 40px);
}
.services-body h3 {
    color: var(--purple);
}



/* -- Contact Us -- */

#contact_section {
    background: linear-gradient(180deg, #fff 150px, var(--dark-purple) 150px, var(--dark-purple) 50%, var(--purple) 100%);
    color: #fff;
    padding-top: 25px;
    padding-bottom: 75px;
}
.contact-wrapper h2 {
    color: #fff;
}
#contact_section .global-col-lg {
    margin-top: 100px;
}

.contact-list {
    margin: 30px 0 20px;
    padding: 0;
    list-style: none;
}
.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.contact-icon {
    fill: #f0f0f0;
    width: 15px;
    height: 15px;
    margin-right: 15px;
}
.contact-item p {
    font-size: .95rem;
    margin: 0;
    font-weight: 300;
}
.contact-item a {
    text-decoration: none;
}

.intro-estimate h3 {
    text-align: center;
    margin-bottom: 30px;
}
.thank_you_center {
    color: #111;
}
.thank_you_center h2 {
    color: #111;
}

@media (max-width: 981px) {
    .infobar-row {
        justify-content: flex-end;
       margin-left: 0;
    }

    #contact_section {
        background: linear-gradient(180deg, var(--dark-purple) 15%, var(--purple) 85%);
        padding-top: 75px;
    }
    #contact_section .global-col-lg {
        margin-top: 0;
    }
    .intro-estimate {
        margin-top: 50px;
    }
}

@media (max-width: 750px) {
    .s_hero-logo {
        max-width: 300px;
    }
}

@media (max-width: 550px) {
    .s_hero-logo {
        max-width: 275px;
    }
}