.work-sans-regular {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Auranouva';
    src: url('/assets/fonts/Auranouva-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    line-height: 1.1;
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: "Work Sans", sans-serif;
    color: rgb(33, 32, 31);
    padding: 0;
    margin: 0;
}

h1,
h2,
h3 {
    font-family: 'Auranouva';
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 10px;
}

h1 {
    font-size: 56px;

}

h2 {
    font-size: 44px;
}

h3 {
    font-size: 30px;
}

.quote-line {
    border-left: 3px solid #AD704C;
    font-weight: 400;
    line-height: 25.2px;
}

.quote-headline {
    font-family: 'Auranouva';
    font-size: 30px;
    font-weight: 300;
}

.quote-text {
    font-size: 19px;
}

p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
}

p .small {
    font-size: 16px;
}

.color-white {
    color: #FFF;
}

.color-beige {
    color: rgb(225, 219, 211);
}


.color-charcoal {
    color: #333;
}

.color-peach {
    color: rgb(206, 170, 145);
}

.color-dark-red-brown {
    color: #5A2B1C;
}

.color-burnt-orange {
    color: #b76c45;
}

.background-beige {
    background-color: #E0DBD4;
}

.background-grey {
    background-color: #514f4ccc;
}

.background-dark-brown {
    background-color: #21201F;
}

.background-burnt-orange {
    background-color: #AD704C;
}

.background-orange-grey {
    background-color: #514f4c;
}

.background-olive {
    background-color: #585b46;
}

.background-charcoal {
    background-color: #21201f;
}

.background-black {
    background-color: #000;
}

.back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1000;
}

.uk-button {
    border-radius: 10px;
}

.icon {
    width: 102px;
}

.social-icons {
    display: flex;
    gap: 12px;
    align-items: center;
}

.social-icon {
    width: 64px;
}

.footer a {
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
}

a:hover {
    color: #AD704C;
    background-color: #fff;
    transition: all 0.4s linear;
}

a.social-link:hover {

    background-color: transparent;
    transition: all 0.4s linear;
}

.paving-style-section {
    position: relative;
    overflow: hidden;
}

/* Bottom Left */
.paving-style-image-left {
    position: absolute;
    top: -5%;
    left: -225px;
    width: 450px;
    z-index: 1;
}

/* Right Middle */
.paving-style-image-right {
    position: absolute;
    top: 50%;
    right: -225px;
    transform: translateY(-50%);
    width: 400px;
    z-index: 1;
}

/* Keep content above images */
.paving-style-section .uk-container {
    position: relative;
    z-index: 2;
}


/* Our Process */
.process-section {
    position: relative;
    overflow: hidden;
}

.process-image-left {
    position: absolute;
    bottom: 0;
    left: -225;
    width: 450px;
    z-index: 1;
}

.process-image-right {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    width: 450px;
    z-index: 1;
}

.process-section .uk-container {
    position: relative;
    z-index: 2;
}

/* Process Page */

.process h2 {
    font-family: 'Auranouva';
    font-size: 36px;
    font-weight: 400;
    min-height: 90px;
    margin-top: 0px;
}

.process span {
    font-family: 'Auranouva';
    font-size: 18px;
    font-weight: 700;
}

ul li {
    font-family: "Work Sans", sans-serif;
    line-height: 1.8em;
    font-size: 16px;
    font-weight: 300;
}

/* Our Story */

.story-section {
    position: relative;
    overflow: hidden;
    overflow-y: visible;
}


.story-image-left {
    position: absolute;
    top: -50px;
    left: -125px;
    width: 360px;
    z-index: 2;
}

.story-image-right {
    position: absolute;
    bottom: 0;
    right: -50px;
    width: 250px;
    z-index: 1;
}

.story-section .uk-container {
    position: relative;
    z-index: 2;
}

/* Cards */

.card-product,
.card-service,
.card-options {
    position: relative;
}

.card-service h3,
.card-product h3 {

    line-height: 1.1em;
    font-size: 22px;
    letter-spacing: 0.25em;
}

.card-service p,
.card-product p {
    font-size: 14px;
}

.card-service-image,
.card-product-image {
    height: 350px;
    /* Same height for every card */
    overflow: hidden;
}

.card-service-image img,
.card-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Crops instead of stretching */
    display: block;
}

.card-product .text-overlay,
.card-service .text-overlay,
.card-options .text-overlay {
    position: relative;
    left: 100px;
    margin-top: -50px;

    background: #1f1d1b;
    color: #fff;

    padding: 20px;
    width: 250px;
    max-width: 250px;
    box-sizing: border-box;
}

.card-product .text-overlay p,
.card-service .text-overlay p,
.card-options .text-overlay p {
    font-size: 18px;
    font-family: 'Work Sans', sans-serif;
}

.card-product .text-overlay span,
.card-service .text-overlay span,
.card-options .text-overlay span {
    font-size: 14px;
    font-weight: 300;
}



    .mobile-no-margin-left-right{
        margin:unset;
    }

@media (max-width: 40rem) {

    .card-product .text-overlay,
    .card-service .text-overlay,
    .card-options .text-overlay {
        left: 0px;
        width:100%;
        max-width: none;
    }

    .uk-section{
         margin:20px !important;
    }

    .mobile-no-margin{
        margin:0px !important;
    }
    .mobile-no-margin-left-right{
        margin:0px !important;
    }
}