@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:400,700');

#page {
    width: 1024px;
    box-shadow: none;
}

#header-background {
    background-image: url(../files/Afbeeldingen/header-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 150px;
}

#logo {
    margin-top: 15px;
}

#logo img {
    width: 100%;
}

#menu-background {
    background: #01579b;
    margin-bottom: 15px;
}

#header-inner {
    max-width: 1024px;
    margin: 0 auto;
}

#main-container {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    padding-bottom: 20px;
}

#footer {
    padding: 20px 0;
    margin-top: 15px;
    color: #6b6b6b;
}

/* ======= SIDEBAR =====*/
#sidebar-right-container img {
    margin-top: 20px;
    margin-right: 15px;
}

/* ======= MENU =====*/
.standard-menu .nav-collapse a {
    color: #fff;
}

.standard-menu .nav-collapse a:hover {
    color: #fff;
    text-decoration: underline;
}

.standard-menu .nav-collapse {
    background: transparent;
}

.standard-menu .nav-collapse a {
    background: transparent;
}

.standard-menu .nav-toggle {
    background: #01579b url(../files/Afbeeldingen/hamburger.gif) no-repeat 50% 33%;
    background-position: right;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

@media screen and (max-width: 991px) {
    #sidebar-right-container img {
        margin-right: 10px;
    }
}

@media screen and (max-width: 768px) {
    .standard-menu .nav-collapse {
     border-bottom: none;
    }
}

@media screen and (max-width: 599px) {
    #sidebar-right-container img {
        clear: both;
    }
}

