@font-face {
    font-family: 'Europe Light';
    src: url('../fonts/europa-light-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Baskerville';
    src: url('../fonts/baskvl.woff');
}

body {
    color: #666667;
    font-family: 'Europe Light', Arial, Helvetica, sans-serif;
}

h3,
h5 {
    color: #000000;
}

.navbar-brand {
    margin-right: 4rem;
}

.jumbotron {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
}

.jumbotron-home {
    /*background-image: url("../img/profilease/hoofdbanner.png");*/
    /* background-image: url("../img/profilease/Banner.png"); */
    background-image: url("../img/profilease/Locatie-banner.png");
}

.jumbotron-aanbod {
    background-image: url("../img/profilease/Profilease_banners3.png");
}

.jumbotron-jobs {
    background-image: url("../img/profilease/Profilease_banners4.png");
}

.jumbotron-over {
    background-image: url("../img/profilease/Profilease_banners12.png");
}

.jumbotron-contact {
    background-image: url("../img/profilease/Profilease_banners10.png");
}

.jumbotron h1 {
    /* font-size: 54pt; */
    font-weight: lighter;
}

.btn-profilease {
    background-color: #D95B31;
    border: none;
    padding: 15px;
    border-radius: 0;
}

.btn-profilease1 {
    background-color: rgba(150, 63, 35, 1);
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0;
}

.btn-profilease2 {
    background-color: #333333;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0;
}

.btn-profilease3 {
    background-color: #333333;
    border: none;
    padding: 15px;
    border-radius: 0;
}

.btn-profilease4 {
    background-color: transparent;
    border: none;
    padding: 15px;
    border-radius: 0;
}

.btn-profilease4:hover {
    background-color: #333333 !important;
}

.navbar .nav-item > .nav-link:hover {
    background-color: #333333 !important;
}

.text-ba {
    font-family: 'Baskerville', Arial, Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: 0.3px;
}

.text-profilease {
    color: #EA501D;
}

.text-menu {
    font-family: 'Baskerville', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFFFFF!important;
    letter-spacing: 2px;
    padding-top: 5px!important;
    padding-bottom: 5px !important;
}

.text-menu-ba {
    font-family: 'Europe Light', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFFFFF !important;
    letter-spacing: 2px;
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.sub-title {
    letter-spacing: 2px;
}

.jumbotron-footer {
    background-image: url("../img/profilease/Locatie-binnen.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
}

.jumbotron-footer-koffie {
    background-image: url("../img/profilease/Profilease_banners6.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
}

.jumbotron-footer-deur {
    background-image: url("../img/profilease/Profilease_banners7.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
}

.bg-profilease {
    /*background-color: rgba(150, 63, 35, 1);*/
    background-color: rgba(217, 91, 49, 0.92);
}

.bg-black {
    background-color: #000000;
}

.bg-grey {
    background-color: #333333;
}

.bg-lightgrey {
    background-color: #F3F1F4;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer-text {
    font-size: 12px;
}

#footermarge {
    /*height: 82px;*/
    /* Alleen voor onderste balk */
    height: 174px;
}

.proimage {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    /*top: 50%;
    left: 50%;*/
    bottom: 35px;
    left: 35px;
    /*transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);*/
    /*text-align: center;*/
    text-align: left;
}

.procontainer:hover .proimage {
    /*opacity: 0.3;*/
    -webkit-filter: brightness(50%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.procontainer:hover .middle {
    opacity: 1;
    /*-webkit-filter: brightness(100%);*/
}


/* Extra small */

@media (max-width: 576px) {
    .display-4 {
        font-size: 1.5rem;
        padding-top: 30px;
    }
    #footermarge {
        /*height: 132px;*/
        /* Alleen voor onderste balk */
        height: 264px;
    }
}


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    .display-4 {
        font-size: 2.2rem;
        padding-top: 30px;
    }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .display-4 {
        font-size: 2.6rem;
        padding-top: 60px;
        padding-bottom: 20px;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .display-4 {
        font-size: 3.3rem;
        padding-top: 120px;
        padding-bottom: 20px;
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
        padding-top: 220px;
        padding-bottom: 30px;
    }
    #jumbo-action {
        padding-bottom: 120px;
    }
}