#BackgroundImage{
	background-image: url("pigeon casuals logo.jpg");
	/*margin-left: auto;-----
	margin-right: auto;------*/
	display: block;
	background-size: contain;
	background-position: center;
	/*width: device-width; ------*/
	height:800px; 
	background-repeat: no-repeat;
	Background-color: #000000;
	width: initial;
	margin: 0 auto;
	z-index: 101;
}

body {
	background-color: black;
}


@media screen and (max-width: 600px) {
	
	  body {
        background-color: black;
    }
	
	#BackgroundImage{
		background-image: url("pigeon casuals logo.jpg");
		display: block;
		background-size: contain;
		background-position: center;
		height: 400px;
		width: initial;
		margin: 0 auto;
		z-index: 101;
	}
}