 .parallax-header {
    background: #fff;
    background: linear-gradient(
        rgba(186, 188, 186, 0.1),
        rgb(253, 253, 253)
    ),
    url("../images/parallaxe.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
/*
	.menu{
		text-align:center;
		background:
        #ccc;
	}
	.menuitem, .pipe {
		display:inline-block;
		padding:7px;
		margin:0;
        font-weight: 900;
	}	
	.menuitem a:link, .menuitem a:visited {
		font:normal bold 16px verdana,arial,helvetica,sans-serif;
		text-decoration:none;
		color:
        #000;
	}
	.menuitem a:hover {
		color:
        #fff;
	}
	.menuitem a:active {
		color:
        red;
	} */
