:root {
    --essilor-blue: rgb(3, 20, 52)
}

@font-face {
    font-family: "Gilmer";
    src: local(Gilmer-Regular),
    url('/fonts/Gilmer-Regular.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: "Gilmer Medium";
    src: local(Gilmer-Medium),
    url('/fonts/Gilmer-Medium.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}
body {
    font-family: Gilmer, 'Segoe UI', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: var(--essilor-blue) !important;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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%;
}

body {
  margin-bottom: 60px;
}
a {
    color: var(--essilor-blue) !important;
}
.nav-link.active, .show > .nav-link {
    background-color: var(--essilor-blue) !important;
    color: white !important;
    
}
.banner {
    /*linear-gradient(153deg, rgb(3, 20, 52) 20%, rgb(1, 27, 87) 50%, rgb(6, 43, 120) 100%);*/
    /*
        background-color: rgb(6, 43, 120);
        background-image: url("/images/Banner_Magazijn_1920x378.jpg");

    */
    background-color: rgb(0, 0, 0);
    background-image: url("/images/SUMMERbanner.jpg");
    background-position: left;
    background-repeat: no-repeat;
    height: 378px;
}
.banner-footer {
    /*background: linear-gradient(153deg, rgb(3, 20, 52) 20%, rgb(1, 27, 87) 50%, rgb(6, 43, 120) 100%);*/
    background: #000000;
    height: 150px;
}
.banner-footer img.assisent {
    height: 250px;
    position: absolute;
    bottom: 0;
    left: 60px;
    overflow: visible;
}
.sold {
    background-color: rgba(6, 43, 120, 0.8);
    position: absolute;
    vertical-align: middle;
    text-align: center;
    padding: 0.5rem;
    width: calc(100% - 6rem);
    height: 60%;
    top: calc(55% - 3.5rem);
    left: 3rem;
    overflow: hidden;
}