/* instellen FULL WIDTH */

.main-raised {
	/*margin: -60px 30px 0px;*/
	margin: -60px auto;
	max-width:1320px;
    border-radius: 6px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.page-header {
    height: 100vh;
    background-position: center top;
    background-size: cover;
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center; 
}

.page-header-navbar-color {
    height: 100vh;
    background-position: center top;
    background-size: cover;
    margin: 95px 0 0 0;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center; 
}

.navbar {
    border: 0;
    /*border-radius: 3px 3px 0 0;*/
	border-radius: 0;
    padding: 0.625rem 0;
    margin-bottom: 20px;
    color: #555;
    background-color: #fff !important;
    box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15);
}