@charset "UTF-8";
	#Logo img {
	width: 100%;
	max-width:842px;
	height:auto;
	max-height:356px;
}
	body {
  color: #e5ded1;
  font-family:Georgia, "Times New Roman", Times, serif;
}
	.masthead-nav > .active > a, .masthead-nav > .active > a:hover, .masthead-nav > 	.active > a:focus {
  color: #e5ded1;
  border-bottom-color: #e5ded1;
}

	.masthead-nav > li + li {
  margin-left: 5%;
}
	.masthead-nav > li a{
  font-size:1em;
 }
  
  .lead {
	  margin-top:5%;
}
	h1 {
	margin-top:10%;
	}
	a{
	color: #e5ded1;
}
.btn-default {
	background-color: #e5ded1;
}
.btn-default:hover, .btn-default:focus{
	background-color: rgba(13,13,13,1);
	color:#e5ded1;
}

.lead{
	width:100%;}

.col-md-6 img {
	padding: 1%;}

.featurette-divider{
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
	
@media (min-width: 768px) {
	
	.masthead-nav > li a{
  font-size:1.5em;
 }
	
	h1 {
		font-size:48px;
	}
	
	.mastfoot {
		margin-top:1%;
	}
}



@media (min-width: 992px) {
	.masthead, .mastfoot, .cover-container {
  width: 950px;}
}