/* -- header ------------------------------------------------------------ */
#menu-projects {
    background-color: #b04041;
    box-shadow: 1px 0px 1px -1px rgba(0,0,0,1) , -1px 0px 1px -1px rgba(0,0,0,0.8);
    color: #eeeeee;
}
#menu-projects:hover {
	background-color: #e04041;
}
body {
	background-color: #e2e2e2;
}
#content {
	user-select: none;
}
/* ------------------------------------------------------- */
@media screen and (max-width: 650px) {
    #banner-mobile {
    	max-height: 80px;
        background-image: url("../../zzz/img/banners/projects-small.jpg");
    }
    #logo-mobile {
    	margin-top: 10px;
    }
    #menu-button {
    	margin-top: 32px;
    }
}