body {

    font-family: 'Advent Pro';font-size: 22px;
	background-color: #010101;
    background-image: url("images/mountain-bg1.jpg");
  	height: 500px; /* You must set a specified height */
 	/* background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: cover; /* Resize the background image to cover the entire container */
}
