/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: 'Roboto Condensed', sans-serif;;

    padding-top: 115px;

    line-height: 150%;


    background: #ffffff; /* Old browsers */

}

.project-container {
    overflow: hidden;
    position: relative;
    z-index: 10;

}

.project-tile {
    transition: all 0.2s;
}
.project-container:hover .project-tile {
    filter: blur(8px);
    -webkit-filter: blur(8px);
    background-size:200%;
}

.project-container .project-title {
    position: absolute;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    opacity: 0;
    transition: all 0.2s;
    z-index: 1000;
    top:100px;
    color:#FFF;
    font-size:28px;
}

.project-container:hover .project-title {
   opacity: 1;

}
.navbar {
    background-color:#FFF;
    z-index: 20000;
}
.row-home-projecten {
    background-color: #EADCD0;
}

.row-home-projecten P {
    font-weight:100;
}

.row-home-projecten A {
    font-size:26px;
    color:#021D4A;
}

.home-project-link {
    padding-top:30px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    min-height: 60px;
    background-color: #ECECEC;
    color:#000;

}

H1 {
    font-size:40px;
    color:#021D4A;
    margin:30px 0px;

}

H2 {
    margin-top:30px;
    color:#021D4A !important;
}

H3 {
    color:#021D4A !important;
}



.navbar {
    margin-bottom:0px;
    z-index: 3000;
    border:none;
}

.help-block {
    width:250px;
    height:150px;
    background-color:#BB8D63;
    color:#FFF;
    padding:25px;
    color:#FFF;
}
.help-block P {
    font-weight:100;
}
.help-block A{
    color:#FFF;
    font-size:26px;
}

@media (max-width: 768px)  {

    BODY {
        padding-top: 50px;
        padding-bottom:90px;
    }

}
@media (min-width: 768px)  {

    .help-block {
        position: absolute;

        top:-90px;
        right:30px;

    }
}



.carousel H1 {
    color:#FFF;
}


.overlay {
    position: absolute;
    width:100%;
    height:100%;
    z-index: 0;
    opacity: .6;
    background: #021D4A;
}

/*
.overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    opacity: .6;
    !* !!! *!
    z-index: -1;
}
*/


.carousel-caption {
    bottom:75px;
}

.bg-blauw {
    background-color: #102042 !important;
}

.bg-blauw * {
    color: #FFF !important;
}
