html {
	-webkit-text-size-adjust: 100%;
	font-size: 100%;
}
body {
	background-color: white;
	color: #666666;
	line-height: 1.7857;
	font-weight: normal;
	font-style: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica", "Arial", "Verdana", "sans-serif";
}
body, input, textarea, select, button{
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "dlig", "calt", "kern";
}
h1,h2,h3,h4,h5,h6
, .h1, .h2, .h3, .h4, .h5, .h6{
	text-align: left;
	color: #111111;
	letter-spacing: 1px;
	padding: 0;
	margin: 0 0 .5em 0;
	font-weight: 200;
	font-family: "Myriad Set Pro", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif";
}
h2{
	font-size: 2.5em;
}
p{
	margin-top: 1em;
}
.container{
	margin-top: 2em;
}
.badge{
	font-family: Verdana, sans-serif;
}
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}
.masthead {
  background-color: #1d1d1d;
  height: 1em;
}
nav a {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb;
}
nav a:hover,
nav a:focus {
  color: #fff;
  text-decoration: none;
}
nav a .active {
  color: #fff;
}
nav a .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right:  5px solid transparent;
  border-bottom: 5px solid;
  border-left:   5px solid transparent;
}

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}
.container-fluid[role="main"]{
	margin-bottom: 50px;
}