body { 
    background-image: url('../images/greenGrass.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom center; 
    background-size: 100%;
}

.row {
	margin-bottom: 30px;
}

.hidden {
	display: none;
}

.jumbotron {
	background-color: #f1f5fa !important;
	color: #008ccd !important;
}