html,
body {
  height: 100%;
  background-color: #2C2F33;
  color: #fff;
}

#page-content {
  flex: 1 0 auto;
}

#sticky-footer {
  flex-shrink: none;
}

#logo {
    vertical-align:middle;
}
.navbar-brand span {
    font-size:2rem;
    line-height:1.2;
    font-weight: 200;
    display:inline-block;
    vertical-align:middle;
    padding:0 0 0 15px;
}
.navbar-brand b {
    display:block;
    font-size:50%;
    line-height:1;
}
.navbar-nav {
    margin-left:auto;
}

.jumbotron.jumbotron-blue {
    background: #99AAB5;
    color: #000;
    padding: 70px 30px;
    margin: 0;
    margin-bottom: 25px;
}

.jumbotron.jumbotron-blue h1 {
    margin: 0;
}

.heading-paragraph {
    padding-top: 70px;
    margin: 0;
}

.footer-margin {
    height: 50px;
  }

code {
    background-color: #111;
}
br {
    line-height: 150%;
 }
 section {
     margin-bottom: 100px;
 }

 .setup-configure {
    margin-bottom: 100px;
}
.dospace {
    margin-bottom: 100px;
}
.support {
    margin-bottom: 100px;
}

.header_custom_title h2{
	font-size: 2em;
	font-weight: bold;
	padding: 20px 0;
	text-align: center;
	color: #fff;
}

.header_custom_title h2:before, .header_custom_title h2:after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #7289DA;
	margin: 15px auto 10px auto;
}

.btn-primary, .btn-primary:active, .btn-primary:visited {
    background-color: #7289DA   !important;
    border-color: #7289DA;
}
.btn-primary:hover {
    background-color: #99AAB5      !important;
    border-color: #99AAB5;
}

.custom-button {
    padding: 15px 25px;
    font-size: 24px;
}