body {
    font-family: 'Ubuntu Mono', monospace !important;
    text-transform: lowercase;
}

.navbar-default .navbar-brand {
    font-family: inherit;
    color: white;
}

.navbar-default .nav li a, 
.btn-primary, 
h1, h2, h3, h4, h5, h6 , 
section h3, 
#portfolio .portfolio-item .portfolio-caption h4, 
#portfolio .portfolio-item .portfolio-caption p,
#opdrachtgevers .portfolio-item .portfolio-caption h4,
#opdrachtgevers .portfolio-item .portfolio-caption p  {
    font-family: inherit;
    text-transform: inherit;
}

header {
    background-image: none !important;
}

header .container {
    width: 100%;
    height: 100vh;
}

#portfolio .row,
#opdrachtgevers .row {
    display: flex;
    flex-wrap: wrap;
}

#portfolio .portfolio-item .img-responsive,
#opdrachtgevers .portfolio-item .img-responsive {
    width: 100%;
}

@media (max-width: 767px) {
    header .intro-text {
        position: absolute;
        top: 30%;
        padding: 12px;
    }
    #portfolio .col-md-4,
    #opdrachtgevers .col-md-4 {
        width: 100%;
    }
}

@media(min-width:767px) {
    #opdrachtgevers .portfolio-item {}
        margin: 0 0 30px;
    }
}

#opdrachtgevers col-lg-12 {
    width: 100%;
}

#novy {
    height: 100vh;
}

#novy img {
    max-width: 100%;
    max-height: 50vh;
}

section#contact {
    background-image: none;
}

#contact .notices.green {
    background: #303030;
}

#novy p,a {
    color: white;
}

p {
    font-size: 20px;
}

#opdrachtgevers .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#opdrachtgevers .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#opdrachtgevers .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    background: rgba(254,209,54,.9); /* Fallback when no plugin support */
    background: rgba($primary, .9);
}

#opdrachtgevers .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#opdrachtgevers .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#opdrachtgevers .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#opdrachtgevers .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#opdrachtgevers .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#opdrachtgevers .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#opdrachtgevers .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#opdrachtgevers .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#opdrachtgevers * {
    z-index: 2;
}

#contact p {
    color: #fff;
}

