
/* Elements */
/* ---------------------------------------- */
@font-face {
    font-family: 'futura_hv_btheavy_italic';
    src: url('../fonts/nieuw_fontje/911fonts.com_futuraheavyitalic__-_911fonts.com_fonts_xwy3-webfont.woff2') format('woff2'),
         url('../fonts/nieuw_fontje/911fonts.com_futuraheavyitalic__-_911fonts.com_fonts_xwy3-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html, body
{
    height: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #666;
}

h1, h2, h3, h4
{
    font-family: 'futura_hv_btheavy_italic', sans-serif;
    color: #333;
}

h2
{
    margin-bottom: 20px;
}

strong
{
    color: #333;
}

/* Bootstrap */
/* ---------------------------------------- */

.btn
{
    border-radius: 0px;
    padding: 10px 12px;
    font-weight: 600;
}

.form-control
{
    border-radius: 0px;
    height: auto;
    padding: 10px 12px;
}

/* Global classes */
/* ---------------------------------------- */

.d-table
{
    display: table;
}

.d-tcell
{
    display: table-cell;
}

.align-v
{
    vertical-align: middle;
}

.title
{
    font-weight: 600;
}

.margin-p, p
{
    margin-bottom: 10px;
}

.w-100
{
    width: 100%;
}

h2.m-more
{
    margin-bottom: 40px;
}

/* Custom */
/* ---------------------------------------- */
/*DDBgwFlnmJRDABmL*/
#intro
{
    position: relative;
    height: 100%;
}

#intro .inner
{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


#intro, #intro .title {
    color: #fff;
}

#intro .scroll-down
{
    font-size: 30px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -15px;
    color: #fff;
    cursor: pointer;
}

#intro-video
{
    z-index: -10;
    position: absolute;
    top: 0px;
    left: 50%;
    right: 0px;
    bottom: 0px;
    transform: translate(-50%, 0);
    min-width: 100%;
    min-height: 100%;
}

#video-overlay {
    z-index: -5;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
}

#about
{
    padding: 100px 0px 0px;
}

#about h2:first-child
{
    margin-top: 0px;
}

#portfolio
{
    padding: 100px 0px;
}

#portfolio .item
{
    
}

#portfolio .item iframe
{
}

#contact
{
    padding: 100px 0px;
}

#item-modal .modal-content
{
    position: relative;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

#item-modal .modal-content .modal-body
{
    padding: 0px;
}

#item-modal .modal-content .close
{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px 13px;
    opacity: 1;
    line-height: 1;
    background: #fff;
}

#item-modal .modal-footer
{
    border: none;
    text-align: left;
}

#item-modal .modal-footer .title
{
    margin-top: 10px;
}

/* ---------------------------------------- */
