/*
 * Base structure
 */

/* 
 * Move down content because we have a fixed navbar that is 50px tall
 * Added google fonts 'Raleway' 
 */
body {
  font-family: 'Raleway', sans-serif;
}

	/*Jumbo Content*/
.jumbotron {
color: white;
background-color: white;
background-image: url("http://www.omnihotels.com/-/media/images/hotels/stldtn/activities/st-louis-daytime-20640501.jpg?h=660&la=en&w=1170"); 	
background-repeat: no-repeat;
background-position: center;
}
/*End jumbo content*/

/*End Main content*/