    @import url('https://kit.fontawesome.com/a9758459b3.js');

    body {
        -ms-overflow-style: scrollbar;
        box-sizing: content-box;
        font-family: 'Montserrat', sans-serif;
        overflow-x: hidden;
        overflow-y: scroll;
        width: 100%;
    }

    html {

        overflow-x: hidden;
        overflow-y: scroll;
    }


    ::-webkit-scrollbar {
        background: rgba(0, 0, 0, 0);
        width: 0;
    }

    p {
        text-align: justify;
    }

    h1 {
        font-family: 'Krona One', sans-serif;
        text-transform: uppercase;
        text-align: center;
        color: #212121;
    }

    h2 {
        font-family: 'Krona One', sans-serif;
        text-transform: uppercase;
        text-align: center;

    }

    h3 {
        font-family: 'Krona One', sans-serif;
        text-transform: uppercase;
        text-align: center;

    }

    a {
        text-decoration: none;
        color: dimgrey;
    }

    .container-fluid {
        width: 100%;
        margin: 0;
        padding: 0;
        margin-top: 66px;
    }

    section {
        min-height: 100vh;
        margin: 0;
        padding: 0;

    }
    .pooh-bear {
    opacity:0;
    height:0;
    width:0;
    padding:0;
    margin:0;
    line-height:0;
    color:rgba(0,0,0,0);
    background-color:rgba(0,0,0,0);
    border:0px solid rgba(0,0,0,0);
    display:none;
}
.list-unstyled li {
    color:red;
}

    /************************/
    /* SPACER & FIXED ITEMS */
    /************************/

    .spacer {
        min-height: 100vh;
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
        display: block;
        position: relative;
        background-attachment: fixed;
        overflow: hidden;
    }

    #home .spacer h2 {
        padding-top: 10%;
    }

    .spacer h2 {
        font-size: 2.5rem;
        color: white;
        font-family: 'Krona One', sans-serif;
        text-transform: uppercase;
        word-spacing: 3px;
        letter-spacing: -0.5px;
    }

    /*****************/
    /*START OF HEADER*/
    /*****************/

    .header {
        width: 100%;
        height: 74px;
        top: 0;
        left: 0;
        background: white;
        display: block;
        position: fixed;
        z-index: 1;
        transition: all 0.5s ease-in-out;
        box-shadow: 0px 5px 20px 0 rgba(0,0,0,0.5);
    }

    .header.up {
        position: fixed;
        margin-top: -94px;
    }

    .header #headerImage {
        position: relative;
        display: block;
        top: 5px;
        z-index: 1;
        height: 58px;
        transition: all 0.5s ease-in-out;
    }


    .btn-custom {
        background: red;
        border-radius: 5px;
        border: 2px solid red;
        color: white;
        float: left;
        font-weight: 100;
        height: 38px;
        margin-right: 5px;
        margin-top: 15px;
        margin-top: 24px;
        padding: 2px;
    }

    .gdprcookie h1 {
        text-align: left;
    }

    .gdprcookie-buttons button {
        float: left;
        height: 38px;
        margin-left: 0;
        margin-right: 5px;
        padding: 2px;
    }

    .footer {
        background: white;
        box-shadow: 0 -5px 20px 0 rgba(0,0,0,0.5);
        height: 40px;
        margin-top: -40px;
        position: fixed;
        top: 100%;
        transition: all 0.5s ease-in-out;
        width: 100%;
        z-index: 9999;
    }

    .footer .social {
        display: inline;
        width: 100%;
    }

    .footer.up {
        margin-top: 20px;
        position: fixed;
    }

    .social .icon {
        background: red !important;
        border-radius: 5px;
        color: white;
        display: inline;
        float: left;
        height: 24px;
        margin: 2px;
        padding: 3px;
        text-align: center;
        width: 24px;
    }



    /************/
    /*NAVIGATION*/
    /************/

    .sidenav {
        background-color: white;
        height: 100%;
        overflow-x: hidden;
        padding-top: 10px;
        position: fixed;
        right: -500px;
        top: 0;
        transition: 0.5s ease-in-out;
        width: 500px;
        z-index: 1;
    }

    .sidenav .nav-link {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        color: #818181;
        display: block;
        transition: 0.5s;
        font-family: 'Krona One', sans-serif;
        font-size: 1.5rem;
        text-transform: uppercase;
        text-align: right;
        margin-top: 5px;
        margin-right: 64px;
    }

    .sidenav .nav-link:hover {
        color: red;
    }

    .sidenav .nav-link:active {
        background: red;
    }
.sidenav a {
    display:block;
    text-transform:uppercase;
    color:green;
}
    .sidenav .closebtn {
        position: absolute;
        right: 13px;
        top: 12px;
        font-size: 58px;
        border: 1px solid rgba(255, 0, 0, 0.5);
        cursor: pointer;
        border-radius: 5px;
        width: 44px;
        height: 44px;
        line-height: 44px;
        background: red;
        margin-bottom: 0;
        color: white;
        text-align: center;
        transition: all 0.5s ease-in-out;
    }

    .sidenav .closebtn:hover {
        background: white;
        color: rgba(255, 0, 0, 0.5);
        text-decoration: none;
    }
.navButton {
 font-size:30px;
 cursor:pointer;
 /*float:right;   */
 position:absolute;
 margin-right:20px;
 margin-top:20px;
}
    @media screen and (max-height: 450px) {
        .sidenav {
            padding-top: 15px;
        }

        .sidenav .nav-link {
            font-size: 18px;

        }
    }
/*.sidenav {*/
/*  height: 100%;*/
/*  width: 0;*/
/*  position: fixed;*/
/*  z-index: 1;*/
/*  top: 0;*/
/*  right: 0;*/
/*  background-color: #111;*/
/*  overflow-x: hidden;*/
/*  transition: 0.5s;*/
/*  padding-top: 60px;*/
/*}*/

/*.sidenav a {*/
/*  padding: 8px 8px 8px 32px;*/
/*  text-decoration: none;*/
/*  font-size: 25px;*/
/*  color: #818181;*/
/*  display: block;*/
/*  transition: 0.3s;*/
/*}*/

/*.sidenav a:hover {*/
/*  color: #f1f1f1;*/
/*}*/

/*.sidenav .closebtn {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 25px;*/
/*  font-size: 36px;*/
/*  margin-left: 50px;*/
/*}*/

/*@media screen and (max-height: 450px) {*/
/*  .sidenav {padding-top: 15px;}*/
/*  .sidenav a {font-size: 18px;}*/
/*}*/
/*
    .menu {
        float: right;
        margin: 12px;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 8;
    }

    .menu-bar {
        font-size: 36px;
        border: 1px solid rgba(255, 0, 0, 0.3);
        cursor: pointer;
        border-radius: 5px;
        width: 44px;
        height: 44px;
        line-height: 40px;
        background: red;
        margin-bottom: 0;
        color: white;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        transition: all 0.5s ease-in-out;
    }

    .menu-bar:hover {
        color: rgba(255, 0, 0, 0.5);
        background: white;
    }

    /***************/
    /*END OF HEADER*/
    /***************/

.big {
    padding-top:25px;
    font-size:1.2rem;
    font-weight:700;
    }
.big p {
    margin-bottom:5px;
}
    .img-responsive {
        width: 90%;
        margin-left: 5%;
    }

    #franks-picture {
        display: block;
        margin: auto !important;
    }

    .dark {
        color: #212121 !important;
    }

    /********/
    /*MARKER*/
    /********/

    .brands > .marker {
        background: linear-gradient(to right, rgba(255, 0, 0, 0.5) 2%, rgba(255, 0, 0, 0.1) 80%, white 100%);
        color: #212121;
        padding: 0;
        margin: 0;
        word-spacing: 5px;
    }

    .brands > .marker > ul {
        background: white;
        color: #212121;
    }

    .brands > .marker > .fa-li {
        padding-right: 15px;
    }

    .marker {
        background: red;
        color: white;
        padding: 0 2px 0 50px;
        font-size: 20px;
        word-spacing: 2px;
        margin-left: -50px;
        margin-bottom: 0px;
        line-height: 20px;
    }

    /********/
    /*BRANDS*/
    /********/

    .brands {
        color: #212121;
        padding-right: 24px;
        margin-left: 24px;
    }

    .brands li {
        list-style-type: none;
        line-height: 1.8em;
        text-align: justify;
    }

    .brands .fa-li {
        padding-right: 40px;
        color: red;
        margin-top: 2px;
    }

    /***************/
    /* BACK TO TOP */
    /***************/

    #backToTop {
        display: block;
        position: fixed;
        bottom: 25px;
        right: 25px;
        z-index: 9999999;
        border: 0;
        outline: none;
        cursor: pointer;
        padding: 0 15px;
        border-radius: 50%;
        font-size: 2.5rem;
        transition: All 1s ease-in-out;
        background-color: rgba(236, 30, 39, 0.0);
        color: rgb(255, 255, 255, 0);
    }

    #backToTop:hover {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .hidden {
        display: none;
    }


    h1.headliner {
        font-size: 2.5rem;
        text-align: center;
        padding: 20px0;
        text-transform: uppercase;
        margin-top: 10vh;
        color: white;
    }

    h2.headliner {
        font-size: 2.1rem;
        text-align: center;
        text-transform: uppercase;
        color: white;
        padding-top: 40vh;
        width: 90%;
        margin-left: 5%;

    }

    h3.headliner {
        font-size: 2.0rem !important;
        text-align: center;
        padding: 30px0;
        color: #80c101;
        line-height: 2.8rem;
        border-radius: 20px;
        text-transform: uppercase;
        width: 100%;
        border: 5px solid #80c101;
        margin-bottom: 20px;
        text-shadow: none;
    }

    .form-checker {
        display: none;
    }

    #home-fixed {
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/het-voorschrift/kliniek.jpg);
        background-size: cover;
        background-position: center center;
        background-origin: border-box;
        background-attachment: fixed;
        border: 0;
    }

    #about-fixed {
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/het-voorschrift/dokter.jpg);
        background-position: left top;
        background-size: cover;
        background-position: center center;
        background-origin: border-box;
        background-attachment: fixed;
        border: 0;
    }

    #medical-fixed {
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/background-main2.jpg);
        background-position: center top;
        background-size: cover;
        top background-origin: border-box;
        background-attachment: fixed;
        border: 0;
    }

    #webcopy-fixed {
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/background-main4.jpg);
        background-size: cover;
        background-position: center center;
        background-origin: border-box;
        background-attachment: fixed;
        border: 0;
    }

    #websites-fixed {
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/background-main2.jpg);
        background-size: cover;
        background-position: center center;
        background-origin: border-box;
        background-attachment: fixed;
        border: 0;
    }

    #prices-fixed {
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/background-main7.jpg);
        background-size: cover;
        background-position: center center;
        background-origin: border-box;
        background-attachment: fixed;
        border: 0;
    }

    #clients-fixed {
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/background-main1.jpg);
        background-size: cover;
        background-position: center center;
        background-origin: border-box;
        background-attachment: fixed;
        border: 0;
    }

    #tarieven-fixed {
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/background-main8.jpg);
        background-size: cover;
        background-position: center center;
        background-origin: border-box;
        background-attachment: fixed;
        border: 0;
    }

    #contact-fixed {
        background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/background-main11.jpg);
        background-size: cover;
        background-position: center center;
        background-origin: border-box;
        background-attachment: fixed;
        border: 0;
    }

    /*******/
    /*TILES*/
    /*******/

    .tile {
        width: 100%;
        margin-left: 0%;
        /*    display: none;*/
        text-align: center;
        padding: 30px0 10px0;
        margin-top: 10px !important;
        margin-bottom: 60px !important;
        border-bottom: 2px solid #2e4953;
    }

    .tile .my-icon {
        display: block !important;
        text-align: center;
        margin: auto 0;
        transition: All 1s ease-in-out;
    }

    .tile h2 {
        color: #343434 !important;
        padding: 35px 0;
        font-family: 'Krona One', sans-serif;
        text-transform: uppercase;
        text-align: center;
        font-size: 1.8rem;
    }

    .tile .my-icon-large-circle:before {
        transition: All 1s ease-in-out;
    }

    .modal-dialog-scrollable ::-webkit-scrollbar {
        /*        background: rgba(205, 205, 255, 1);*/
        width: 20px;
        height: 20px;
        overflow: scroll;
    }

    .modal-dialog-scrollable ::-webkit-scrollbar-thumb {

        height: 20px;
        width: 20px;
        background: red;
    }

    .modal-dialog-scrollable ::-webkit-scrollbar-track {
        background: white;
        height: 20px;
        width: 20px;
        border: 1px solid red;

    }

    .modal-title {
        font-size: 2rem;
        line-height: 2rem;
        padding: 0 0 0 80px;
    }

    .brand-icons {
        text-align: left;
        list-style-type: none;
    }

    .brand-icons li {
        text-indent: 50px;
        padding-bottom: 1.0rem;
        font-size: 1.2rem;
        line-height: 2.4rem;
    }

    .brand-icons > li > .my-icon {
        margin-left: -30px;
        float: left;
        display: inline;
    }

    .brand-icons > li > .my-icon:before {
        font-size: 2.2rem;

    }

    .brand-icons > li > .my-icon-circle:before {
        text-indent: 0px;
        line-height: 2.9rem;
        height: 50px;
        width: 50px;
    }

    .btn-red {
        background: red;
        color: white;
        text-transform: uppercase;
    }

    /*    // Small devices (landscape phones, 576px and up)*/
    @media (min-width: 576px) {
        section {
            /*            background: rgba(255, 0, 0, 0.2);*/
        }
    }

    /*    // Medium devices (tablets, 768px and up)*/
    @media (min-width: 768px) {
        section {
            /*            background: rgba(0, 255, 0, 0.2);*/
        }

        #franks-picture {
            float: left;
        }
    }

    /*    // Large devices (desktops, 992px and up)*/
    @media (min-width: 992px) {
        
        .home-image {
    max-width:600px;
    height:auto;
}
        section {
            /*            background: rgba(255, 165, 0, 0.2);*/
        }

    }

    /*    // Extra large devices (large desktops, 1200px and up)*/
    @media (min-width: 1200px) {
        section {
            /*            background: rgba(255, 255, 0, 0.2);*/
        }

        #headerImage {
            height: 400px;
            width: auto;
        }

    }
