a {
  color: #414042;
}
a:hover {
  color: #414042;
  text-decoration: none;
}

.Droid { 
	font-family: 'Droid Serif', serif;
	font-weight: 400;
	font-style: normal;
}

.Droid-Bold { 
	font-family: 'Droid Serif', serif;
	font-weight: 700;
	font-style: normal;
}

.OS{
 font-family: 'Open Sans', sans-serif;
 font-weight: 400;
}

.OS-B, .container h1 {
 font-family: 'Open Sans', sans-serif;
 font-weight: 600;
}

.OS-XB {
 font-family: 'Open Sans', sans-serif;
 font-weight: 700;
}

.OS-L {
 font-family: 'Open Sans', sans-serif;
 font-weight: 300;
}


.bs-docs-sidenav{
 font-family: 'Open Sans', sans-serif;
 font-size: 16px;
}

/* Editing Docs */

.jumbotron {
  
  background: #003087; /* Old browsers */
  background: -moz-linear-gradient(45deg,  #003087 0%, #002d72 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#003087), color-stop(100%,#002d72)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg,  #003087 0%,#002d72 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg,  #003087 0%,#002d72 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg,  #003087 0%,#002d72 100%); /* IE10+ */
  background: linear-gradient(45deg,  #003087 0%,#002d72 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003087', endColorstr='#002d72',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.jumbotron h1 {
  font-size: 72px;
  font-weight: normal;
  letter-spacing: normal;
  color:#ffffff;
}

.jumbotron p { 
color: #ffffff;
font-weight:300;
}

# {
 background: url(../../images/execuwin-icon-light.png) no-repeat top left;
}

.lead {
 font-family: 'Droid Serif', sans-serif;
 font-weight: 400;
 font-size: 18px;
 line-height: 26px;
}

.gc,.gc-bold{
 font-size: 17px;
 font-family: 'Open Sans', sans-serif;
 font-weight: 300;
 padding-bottom:13px;
}

.gc-bold{
 font-weight: 600;
}

.gcb{
 font-size: 18px;
 font-family: 'Open Sans', sans-serif;
 font-weight: 600;
}

.page-header {
 margin-bottom: 20px;
}

.page-header h1 {
 font-weight:400;
}


.well-dark {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #6d6e71;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}