@font-face {
    font-family: 'ABCMonumentGroteskMono';
    src: url('../fonts/ABCMonumentGroteskMono-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'ABCMonumentGroteskMono';
    src: url('../fonts/ABCMonumentGroteskMono-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'ABCMonumentGroteskMono';
    src: url('../fonts/ABCMonumentGroteskMono-Regular.woff2') format('woff2');
}

#backToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
}


html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn--primary {
    background-color: #000;
    color: #fff;
}

    .btn--primary:hover {
        background-color: #333;
        color: #fff;
    }

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}


html {
    position: relative;
    min-height: 100%;
}

body {
    /*margin-bottom: 60px;*/
    font-family: ABCMonumentGroteskMono, Arial, sans-serif;
}


h1 {
    font-family: ABCMonumentGroteskMono, Arial, sans-serif;
}


.form-group {
    margin-top: 1rem;
}

    .form-group input {
        width: 100%;
    }

.navbar-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 100%;
    position: absolute;
}

.navbar-nav {
    z-index: 20;
}

.navbar-brand {
    z-index: 21;
}

.section-black {
    background-color: black;
    color: rgb(253, 253, 253);
    padding-bottom: 120px;
}

.section-white {
    background-color: transparent;
}

.top-header {
    /*position: absolute;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    /*opacity: 0.5;*/
}
/* Container*/
.callout-container {
    height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.page-container {
    height: 50vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


.container-form {
    margin-top: 40px;
}

.container-context {
    margin-top: 40px;
}




/* Gallery Hero */
.hero-content-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: visible;
    display: flex;
    align-items: flex-end;
    z-index: 3;
    /*pointer-events: none;*/
    padding-top: var(--header-h);
    color: #EEE;
}

@media only screen and (min-width: 1280px) {
    .hero-content-wrapper .hero-content {
        height: calc(var(--view-height) / 2);
        padding-bottom: 0;
    }
}

.hero-content {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    padding-bottom: 11.8rem;
    overflow: hidden;
}

@media only screen and (min-width: 1280px) {
    .hero-slide-wrapper {
        flex: 1 0 auto;
        flex-basis: calc(23* var(--col-width) + 26.4rem);
        max-width: calc(23* var(--col-width) + 26.4rem);
    }
}

.hero-slide-wrapper {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    transition-property: transform;
}

@media only screen and (min-width: 1280px) {
    .hero-slide {
        flex-direction: row;
        gap: 1.2rem;
        flex-wrap: wrap;
    }
}

.hero-slide {
    opacity: .3;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    flex-basis: calc(24* var(--col-width) + 27.6rem);
    max-width: calc(24* var(--col-width) + 27.6rem);
    height: 100%;
}

@media only screen and (min-width: 1280px) {
    .hero-slide-content {
        flex: 1 0 auto;
        flex: 1 0 auto;
        flex-basis: calc(14* var(--col-width) + 15.6rem);
        max-width: calc(14* var(--col-width) + 15.6rem);
    }
}

@media only screen and (min-width: 1280px) {
    .hero-slide-links {
        align-items: flex-start;
        gap: .8rem;
        justify-content: space-between;
        flex: 1 0 auto;
        flex-basis: calc(6* var(--col-width) + 6rem);
        max-width: calc(6* var(--col-width) + 6rem);
    }
}

.hero-slide-links {
    flex: 1;
    display: flex;
    align-items: flex-end;
    gap: 2.8rem;
    flex-wrap: wrap;
    pointer-events: auto;
}










.callout-main {
    background: url('/media/img-20220630-wa0012.webp') no-repeat bottom center fixed;
    background-size: cover;
}

.callout-mural {
    background: url('/media/murals-3623199_1280.jpg') no-repeat top center fixed;
    background-size: cover;
}

.callout-mural-2 {
    background: url('/media/murals-2346120.jpg') no-repeat top center fixed;
    background-size: cover;
}

.callout-mural-3 {
    background: url('/media/murals-3053859.jpg') no-repeat bottom center fixed;
    background-size: cover;
}

.callout-mural-4 {
    background: url('/media/murals-2825119_1280.jpg') no-repeat top center fixed;
    background-size: cover;
}

.callout-mural-5 {
    background: url('/media/murals-8973972_1280.jpg') no-repeat top center fixed;
    background-size: cover;
}






/* Product*/

.collection {
    margin-bottom: 80px;
}

.product-name {
    font-weight: bold;
}


.product-description {
    font-size: 11px;
    margin-top: .4rem;
    max-height: 3.6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    text-transform: none;
    color: #808080
}


.product-price {
    margin-top: 1.6rem;
    font-weight: bold;
}


.contact-us {
    position: relative;
    opacity: 0.5;
}

    .contact-us .info {
        position: absolute;
        bottom: 0;
        left: 0;
        padding-bottom: 10px;
        padding-left: 10px;
    }

.footer-mural {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: transparent;
    font-size: 0.8rem;
}

.opaque-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}





.container {
    padding-top: 60px;
    padding-bottom: 20px;
}

.main-container {
    /*margin-top: 80px;*/
}

.home-top-container {
    margin-top: 60px;
    text-align: center;
}


.info-container {
    height: 50vh;
    background-color: black;
    font-size: 36.0009px;
    color: rgb(253, 253, 253);
    line-height: 42px;
    text-align: center;
}

    .info-container .text {
    }

    .info-container .container div.text:before {
        content: url('../media/da90d5e8-a75a-4852-afab-fbe0a7885dbe.png');
    }




.container-service {
    position: relative;
    height: 50vh;
    background-color: black;
    color: rgb(253, 253, 253);
}

    .container-service .service-header {
        position: absolute;
    }

.container-contact {
}


img.logo-mural {
    width: 270px;
    image-rendering: pixelated;
}

img.logo {
    width: 270px;
}

.consent {
    font-size: 12px;
    color: #888;
    padding-top: 4rem;
}

/* Bootstrap Alert */
.message-container {
    position: fixed;
    top: 72px;
    right: 15px;
    z-index: 99999999999;
}