body{
		background-image: url("../img/bgcover.jpg");
		background-position: center ; /* Center the image */
	  	background-repeat: no-repeat; /* Do not repeat the image */
	  	/*background-size: cover;*/
	  	background-color: #030303;
	  	background-attachment: fixed;
		color: #fff;


	}


.header-bar, #menu {
        background-color: #000 !important;
}

@media (max-width: 768px) {
        #menu { 
            background-color: #007bff00 !important;
        }

        body {
        	background-position: center bottom; /* Center the image */
	  		background-repeat: no-repeat; /* Do not repeat the image */
	  		background-size: cover;
	  		background-color: rgba(0,0,0,0.9);
	  		background-attachment: fixed;
        }


    }