body
{
	background-color:#CCC;
}

.jumbotron .h1
{ color:#999;
text-align:center;
}

.jumbotron {
	margin-top: 50px;
}

.carousel-caption {
    color: #fff; 
	font-size: 18px;   
}

.navbar-inverse {
    background-image: linear-gradient(to bottom, #3c3c3c 0px, #222 100%);
    background-repeat: repeat-x;
}

.dropdown-menu {
	background-color:#CCC;
}




/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-3 {
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;
}
.marketing h2 {
	font-weight: normal;
}
.marketing .col-lg-3 p {
	margin-right: 5px;
	margin-left: 5px;
}

.marketing .col-md-6 .col-sm-6 {
	margin-top: 40px;
	margin-bottom: 10px;
	text-align: center;
}

.marketing .col-md-6 p .col-sm-6 {
	margin-right: 5px;
	margin-left: 5px;
}

.marketing .col-md-4 {
	margin-top: 40px;
	margin-bottom: 10px;
	text-align: center;
}

.marketing .col-md-4 p {
	margin-right: 5px;
	margin-left: 5px;
}


