body {
	background-color: #2B3033;
	color: #FFFFFF;
	border-top: 11px solid #D84B2A;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
pre {
    padding: 0px;
    margin: 0px;
    border-style: hidden;
}
a {
    color: #FFFFFF;
}
a:hover {
    color: #FFFFFF;
}
p a {
    color: #FFFFFF;
    text-decoration: underline;
}
p a:hover {
    color: #812C17;
    text-decoration: none;
}
.nav-tabs li a {
    border-radius: 0;
}
.nav-tabs li a:hover {
    background-color: #D84B29;
    color: #FFFFFF;
    border-style: none;
}
.nav-tabs li a:focus {
    background-color: #D84B29;
}

div .nav.nav-tabs .active {
}

.dropdown-toggle {
    color: #FFFFFF;
}
.well {
    color: #2B3033;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}
.navbar {
    border-style: none;
    background-color: #2B3033;
    margin-bottom: 0px;
    margin-right: -16px;

}
.navbar li {
	margin-top: 17px;
}
.nav.navbar-nav.navbar-right li a {
	color: #778489;
}
.nav.navbar-nav.navbar-right li a:hover  {
	color: #FFFFFF;
}
.nav.navbar-nav.navbar-right li a:active {
	color: #FFFFFF;
}

.container-navBar {
	background-color: #2B3033;
	padding-top: 10px;
	padding-bottom: 10px;
}
.container-homeHero {
    background-color: #1D2022;
    padding-top: 60px;
    padding-bottom: 60px;
}
.container-homeHero img {
	margin-bottom: 15px;
}
.container-homeHero h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 48px;
}
.container-homeHero h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-top: 0px;
    font-size: 38px;
    margin-bottom: 40px;
}
.container-homeHero .btn {
    background-color: #D84B29;
    border-radius: 0;
    color: #FFFFFF;
    font-weight: 600;
    border-style: none;
}
.container-homeHero .btn:active {
    background-color: #8F331D;
    color: #FFFFFF;
}
.container-homeHero .btn:hover {
    background-color: #ED6240;
}
.container-homeIntro {
	background-color: #D84B29;
	padding-top: 30px;
	padding-bottom: 30px;
}

.container-homeIntro h1 {
	font-weight: 600;
	font-size: 35px;
	padding-bottom: 23px;
}
.container-footer {
    padding-top: 10px;
    border-top: 11px solid #3e4549;
}
.container-footer p {
	font-size: 10px;
	color: #778489;
}
.container-pageTitle {
	background-color: #3E4549;
}
.container-pageTitle h1 {
    font-weight: 300;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 30px;
    padding-top: 30px;
    background-repeat: no-repeat;
    background-position: 0% bottom;
}
.container-documentationSelection {
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #D84B29;
}
.container-documentationSelection h3 {
    margin-top: 0px;
}

.container-documentationSelection img {
    background-color: #812C17;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
}
.container-documentationSelection img:hover {
    background-color: #A2361B;
}
.container-documentationSelection img:active {
    background-color: #6B2413;
}
.container-documentationContent {
    margin-top: 20px;
    margin-bottom: 20px;
}
.container-documentationContent h1 {
    color: #D84B29;
}
.container-documentationContent h2 {
    border-top: 1px solid #FFFFFF;
    padding-top: 15px;
    color: #D84B29;
    font-size: 25px;
}
.container-examplesOverviewIntro {
}
.container-examplesOverviewIntro p {
    margin-top: 13px;
}

.container-examplesOverview {
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #D84B29;
}

.container-examplesOverview h2 {
    margin-top: 0px;
    padding-top: 0px;
}
.container-examplesOverview img {
    border: 1px solid rgba(43,48,51,1.00);
}

.container-examplesOverview .btn  {
    border-radius: 0px;
    border-style: none;
    font-weight: 600;
    color: rgba(43,48,51,1.00);


}
.container-examplesOverview .row {
    padding-bottom: 10px;
}



.embed-responsive.embed-responsive-16by9 {
    margin-top: 30px;
}

.pageTitleDark {
    background-image: url(../images/titleBackground-gray.png);
    background-position: 0% bottom;
    background-origin: padding-box;
}
.pageTitleLight {
    background-image: url(../images/titleBackground-orange.png);
}
.redBoldText {
    color: #FF0004;
    font-weight: bold;
}
.blueBoldText {
    color: #0000FF;
    font-weight: bold;
}
#toTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: rgba(0,0,0,0.7);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#toTop:hover {
  background-color: #000000;
}


@media (max-width: 767px){
.navbar-collapse {
	margin-top: 13px;
}
}
