.fancy {
    font-family: 'Sageffine', sans-serif;
    font-weight: 800;
    font-size: 60px;
    line-height:1em;
    margin-top: 25px;
}

.tagline {
    font-size: 20px;
}

.header {
    background-color:var(--c-elevation-0);
    border: 0px;
    box-shadow: none;
    
}

div.hero.flex {
    flex-direction:column;
    text-align:center;
}

.w-33 {
    width:100%;
}
div.hero.flex.reverse-mobile {
    flex-direction: column-reverse;
}

.button-cluster {
    display: flex;
    justify-content: center;
}

.w-50 {
    width:100%;
}

.header > .responsive > .header-logo > span {
        font-family: 'Sageffine', sans-serif;
    font-weight: 800;
    font-size: 50px;
}


.hero {
    margin-top:10px;
    margin: 0 auto;
}

.round {
    border-radius:25px;
}
.container {
    max-width: 1000px; 
    margin: 0 auto;
}

.box-container.flex {
    display:block;
}

.card {
    margin-top:10px;
}
.bronze {
    background-color:#B87333;
    color:#F4F1EA;
}
.bronze-highlight {
    border-radius: 5px;
    border: 2px solid #B87333;
    background-color:transparent;
    color:#1a3f5f;
}

.bronze:hover {
    background-color:#8C6239;
}

.btn-primary {
    border-radius:5px;
}

.responsive {
    margin-left:0;
    width:100%;
}

.services {
    color:#B87333;
}

.service, .card, h1 {
    margin-bottom:0;
    border-radius:0;
}

.service, .card {
    box-shadow:none;
}

body {
        background-color:#F4F1EA;
        padding:10px;
}

.image {
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.2));
    margin-top:10%;
    width:100%;
}

.luxury {
    color:#1a3f5f;
}
@media only screen and (min-width: 600px) {
    body {
        /* background-color:green; */
    }
}

@media only screen and (min-width: 768px) {
    :root{
        --font-size: 16px;
    }
    .fancy {
        font-size: 60px;
    }
    div.hero.flex {
        flex-direction:row;
        text-align:unset;
    }
div.hero.flex.reverse-mobile {
    
        flex-direction: row;

}

    .w-50 {
        width:50%;
    }
    .image {
        filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.2));
        width:100%;
        margin-top:unset;
    }
    .w-33 {
        width:33%;
    }
    div.hero.flex {
        flex-direction:row;
        text-align:unset;
    }
    .box-container.flex {
        display:flex;
    }
}

@media only screen and (min-width: 992px) {
.image {
    margin-top:unset;
}
}

@media only screen and (min-width: 1200px) {

}