body {
    background: url(../img/background.png) repeat fixed center;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}
p{
    color: #fff;
}
.container {
    padding-left: 0;
    margin-left: 0;
}
.header {
    background-color: #000;
    border-bottom: 1px solid #696969;
}
.logo {
    height: 100px;
    width: auto;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .home_foto {
        margin-left: 55%;
    }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    .home_foto {
        margin-left: 45%;
    }
}

@media (max-width: 768px) {
    .logo {
        height: auto;
        width: auto;
        margin: 0 auto;
    }

    .home_foto {
        /*display: none;*/
    }

    .home_foto iframe {
        width: 100%;
        margin-left: 8px;
    }
}

@media (max-width: 1023px) {
    .row {
        margin-top: 90px;
    }

    .home_foto {
        margin-left: 0;
    }
}
@media (min-width: 1024px) {
    .row {
        margin-top: 20px;
    }
}
/* Side nav bar */
.navbar-brand {
    float: none;
    padding: 15px 0;
}
.navbar-contact {
    padding: 15px !important;
}
.sidebar{
    height: 100%;
    border-left: 1px solid #696969;
}
@media (min-width: 1023px) {
    .sidebar {
        position: absolute;
        top: 101px;
        width: 250px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: hidden;
        background-color: #000;
        border-right: 1px solid #696969;
        margin-bottom: -5000px; /* cheat for sidenav going all the way down */
        padding-bottom: 5000px; /* cheat for sidenav going all the way down */
    }
}
.nav-sidebar li a, .navbar-left li a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
.nav-sidebar li a:hover, .navbar-left li a:hover {
    background-color: #fd692f;
}

/* Responsive menu */
.navbar, .navbar-default {
    width: 300px;
    background-color: #000;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.active {
    background-color: #fd692f;
}
@media (max-width: 1023px) {
    .navbar {
        display: block;
    }
    .navbar-brand {
        float: none;
        padding: 15px;
    }
    .sidebar {
        display: none;
    }
}
@media (min-width: 1023px) {
    .navbar {
        display: none;
    }
}
@media screen and (max-width:1023px){
    .navbar, .navbar-default {
        position: absolute;
        width: 100%;
        z-index: 1000;
    }
}

/* HOME PAGINA */
.paragraph{
    float: right;
}
.welkomtekst {
    padding-top: 15px;
}
@media (max-width: 1200px) {
    .welkomtekst {
        text-align: center;
    }
}

@media screen and (max-width:1023px){
    .paragraph{
        margin-left: 15px;
        float: none;
    }
}
@media (min-width:769px) and (max-width:1023px){
    .paragraph{
        margin-left: 15px;
        /*width: 50%;*/
    }
}

/* CONTACT PAGINA */
.contact {
    color: #fff;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 0;
    color: #fff;
}
.table>thead>tr>th {
    border-bottom: 0;
}