* {
	font-family: 'Open Sans', "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

body, p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #2c2c2c;
}
body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h1 {
	font-size: 38px;
	font-weight: bold;
	color: #d3bc4b;
}
.underfooter {
	background-color: #f6f7f8;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.btn-primary, .btn-primary:link, .btn-primary:visited, .btn-primary:active {
	background: #1f3058;
	border-color: #1f3058;
}
.btn-primary:hover {
	background: #1f3058;
	border-color: #1f3058;
}



/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
  border-radius: 5px;
}
.nav-justified > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0;
	color: #d3bc4b;
	text-align: center;
	background-color: #1f3058;
	border-bottom: 1px solid #d5d5d5;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
	background-color: #d3bc4b;
	color: black;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
	box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}



@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 0 5px 5px 0;
  }
}



/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead {
    padding-right: 0;
    padding-left: 0;
  }
}