body {
	color: #444444;
}

h2 {
	font-family: 'Lato', sans-serif;
	color: #000000;
	line-height: 1.4;
}

h3 {
	color: #000000;
}

p a {
	color: #666666;
	font-weight: bold;
}

.table>tbody>tr>td {
	border-top: none;
	border-bottom: 1px solid #DDDDDD;
	vertical-align: top;
}

li a {
	color: #666666;
}

li a:hover {
	color: inherit;
}

hr {
	border-top: 1px solid #cccccc;
}

.jumbotron {
	background-color: #5A6351;
	border-bottom: 30px #CDCDC1 solid;
}

.jumbotron h2 {
	color: #000000 !important;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: -15px !important;
	text-transform: uppercase;
	font-size: 28px;
	padding-top: 15px;
}

.jumbotron h1 {
	color: #F2E6D6;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 48px;
	text-transform: uppercase;
}

.featurette a {
	color: #993300;
	font-weight: 700;
}

.featurette a:hover {
	color: #000000;
}

.middle {
}

.middle p {
	color: #000000 !important;
	font-family: 'Handlee', sans-serif;
	font-size: 24px;
}

.fancy {
	font-family: 'Sacramento', sans-serif; 
	font-size: 48px;
}

#footer {
	background-color: #333333;
}

#footer p {
	color: #666666;
}

#footer a {
	font-weight: 300;
	color: #999999;
}

@media only screen and (max-width : 992px) {
  .jumbotron h2 {
	font-size: 24px;
  }
  .jumbotron h1 {
	font-size: 36px;
  }
}

@media only screen and (max-width : 767px) {
  .jumbotron h2 {
	font-size: 20px;
  }
  .jumbotron h1 {
	font-size: 23px;
  }
}

@media only screen and (max-width : 480px) {
  .jumbotron h1 {
	font-size: 20px;
  }
  .jumbotron {
  	border-bottom: none;
  }	
}	
