body{
	background-color: #f5f5f5;
}
span, p, li{
	font-size: 16px;
	line-height: 24px;
	color: #444;
}

li{
	margin-top: 10px;
}

.fake-nav{
	background-color: white;
	padding: 10px;
	margin-bottom: 50px;
	border-bottom: 1px solid #e8e8e8;
}

.container-fluid .jumbotron{
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 100px;
	padding-bottom: 20px;
	background-image:  linear-gradient(
      rgba(119, 188, 31, 0.55), 
      rgba(119, 188, 31, 0.45)
    ), url("../images/cap-bldg.jpg");
    background-position: center;
    color: white !important;
}

.jumbotron h1{
	font-size: 3em;
	margin-bottom: 50px;
	font-weight: bold;
}

.jumbotron p{
	max-width: 80%;
	margin-left: 10%;
	color: white;
	font-size: 1.9em;
	line-height: 40px;
}

.major-heading{
	display: block;
	font-size: 1.7em;
	margin-bottom: 20px;
	font-weight: bold;
	margin-top: 20px;
}

.major-heading.green{
	color: rgb(119, 188, 31);
	display: block;
	margin-bottom: 20px;
}

.partner-name{
	font-weight: bold;
	display: block;
}

.mb-30{
	margin-bottom: 30px;
}

.panel-default.green-bg{
	border-color: rgb(119, 188, 31);
}

.panel-default.green-bg > .panel-heading{
	background-color: rgb(119, 188, 31);
	color: white;
	font-size: 1.7em;
	font-weight: bold;
	padding: 20px;
}

.panel-default .panel-topic{
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
	font-size: 18px;
}

.panel-default.green-bg hr{
	border-color: rgb(119, 188, 31);
	border-width: 1px;
	margin: 40px 0;
}

.navbar {
    position: relative;
}
.brand {
    position: absolute;
    left: 50%;
    margin-left: -50px !important;  /* 50% of your logo width */
    display: block;
}