@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
        @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    
    h1,h2,h3,h4,h5,h6 {
        font-family: 'Poppins', sans-serif !important;
    }
    
    h2{
        font-weight: 600;
        line-height: 35px;
    }
    
    *{
        font-family: 'Poppins', sans-serif;
        scroll-behavior: smooth;
    }
    
    p{
        line-height:24px;
        font-style:normal !important;
        font-weight: 400;
        font-size: 18px;
        color: rgb(13, 18, 84);
    }
    
    label {font-weight: 500; font-size: 16px; color: rgb(13, 18, 84);}
    
    .align-items-center {font-weight: 400; font-size: 16px; color: rgb(13, 18, 84);}
    .text-dark {font-weight:  500; font-size: 16px; color: rgb(13, 18, 84)!important;}
    
    .fas{
        color:#17a2b8;
    }
    
    .icon-home{
        height:60px;
        width:60px;
        line-height:60px;
        text-align: center; border-radius: 50%; border: 2px solid rgb(73, 164, 162); display: inline-block; background-color: rgb(73, 164, 162);
    }
    
    .icon-home b{
        color:rgb(73, 164, 162) !important;    
    }
    
    .icon-home .icon{
        font-size:30px;
    }
    
    img.shadow{
        box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    }
    
    /*** navigatiebalk ***/
    
    .bg-light {background-color: #F9F9FA;}
    .navbar-logo {display:none;}
    .navbar-expand-lg .navbar-nav {margin-right: 990px;}
    #navbar-main .nav-item .nav-link {font-size: 18px; font-weight:400;}

    
    /*** ***/
    
    .btn-secondary{
    border-radius:0px !important;
    background-color: rgb(73, 164, 162);
    }
    
    .vacancy-detail .employee{ background-color: rgb(73, 164, 162);}
    
    
    /*** Sollicitatieformulier ***/
    
    .is-bg-grey, .is-wrapper > div.is-bg-grey {background-color: #F9F9FA;}
    .background-block-white {background-color: #F9F9FA;}
    .apply-btn-submit{border-radius:0px;padding: 15px 20px;}
    .vacancy-detail h1 {font-weight: 700; font-size: 50px; text-decoration: underline; text-underline-offset: 10px; text-decoration-thickness: 1px; color: rgb(13, 18, 84); text-transform: uppercase!important; word-spacing: 8px; margin-left: 15px;}
    .vacancy-detail .form-control{ background-color: transparent; border-radius: 20px !important; border-color: #7A6CEB; border-width:px;}
    .custom-file .btn { background-color: transparent; border-radius: 20px !important; border-color: #7A6CEB;}
    .custom-file .btn:hover {background-color: #EEECFD; }
    .custom-file .btn .unvalid {font-weight: 700; color: #7A6CEB;}
    .custom-file .btn .valid {font-weight: 700; }
    .apply-btn-submit {font-size: 15px; font-weight: bold!important; border-radius: 50px 50px 50px 50px!important; color: rgb(13, 18, 84)!important; box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.19)!important;  text-transform: uppercase!important; background-color: #FDB92C!important;}
    .apply-btn-submit:hover {background-color: #FDCB64!important;}
    .badge.badge-filter:hover {color: #FDCB64; }        
    body .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {background-color: #7A6CEB !important; border-color: #7A6CEB !important; }
    

    
    /***  ***/
    
    .icon-home-title span{
        font-weight:600;
    }
    
    .col-md-6.img-default {
        padding: 0px 30px;
    }
    .is-footer b{
        color: rgb(73, 164, 162);
    }
    .cta-title{
        font-size:36px;
    }
    
    li.nav-item:first-child {
        display: none;
    }
    
    
    
    .icon-home-title{font-size:24px; margin-top:20px;}
    @media screen and (max-width: 992px) {
        .col-md-6.img-default{padding:15px;}
        .is-overlay .is-overlay-bg{background-position:center right;}
    .is-footer img{width:200px !important;}
      .icon-home-title{margin-top:10px !important; margin-bottom:40px; letter-spacing:0px !important;}   
    }