/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

.whiteFont {
	color:#FFF;
}

div.jumbotron {
	width: auto;  
	height:250px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #ccffff;
	text-align: left; 
  	background-image:  url(http://360degreemedia.ca/assets/images/bkgd/banner-02.jpg);
}
