html {
  position: relative;
  min-height: 100%;
}

body {
  margin-top: 40px;
  margin-bottom: 60px;
  background-color: #FFFFFF;
  color: #000000
}

.home-body {
  margin-top: 0px;
}

.btn:focus {
 	outline: 0;
}

a:focus {
 	outline: 0;
}

hr {
  border-color: #DDDDDD
}

h3, h4, h5 {
  font-weight: bold;
}

h5 {
  margin-top: 5px;
}

th {
  text-align: center;
  background-color: #DDDDDD;
}

.btn {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);  
}

.lead {
  margin-bottom: 10px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-color: #475D77;
}

.footer .text-muted {
  padding-top: 7px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: #aaaaaa;
  font-size: 12px;
}

.brand-logo {
  position:absolute;
  left:10px;
  top:3px;
  padding:0px;
  margin:0px;
  z-index:-1;
}

.col-main-heading {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  text-align: center;
}

.navbar {
  font-size: 12px;
}

.navbar-brand {
  font-size: 16px;
  font-weight: bold;
  position:absolute;  
}

.navbar > .container-fluid .navbar-brand {
  margin-left: 80px;
}

@media screen and (max-width: 550px) {
	.navbar > .container-fluid .navbar-brand {
    	margin-left: 30px;
	}
}

.navbar-collapse {
  box-shadow: none;
}

.container-fluid .navbar-header {
  margin-right: 0px;
  margin-left: 0px;
}

.navbar-default {
  border-color: #333333;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

.navbar-default .navbar-toggle {
  margin-right: -20px;
  margin-left: 0px;
  margin-top: 5px;
  padding: 8px;
  border-color: #424242;
  border-radius: 4px;
}

.jumbotron {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #424242;
  color: #FFFFFF  
}

.featurette-heading {
    margin-top: 80px;
}

.shrink {
	height: 60px;
}

.eula {
	font-size: 12px;
}

.eula-list {
	padding-top: 1em;
}

.standard-page {
	padding-top: 20px;
}

.standard-page .row {
	padding-bottom: 10px;
}

.featurette-image {
	max-width: 75%;
}

.settings-image {
	max-width: 75%;
}

.navbar {
    font-size: 14px;
}

@media screen and (max-width: 991px) {
	.settings-image {
		max-width: 100%;
	}	
}

@media screen and (max-width: 659px) {
	.featurette-image {
		max-width: 50%;
	}
	
	.settings-image {
		max-width: 50%;
	}	
}

.logo-visible-xs {
  display: none !important;
}

@media screen and (min-width: 768px) {
	.pad-left {
    	padding-left: 50px;
	}
}

@media (max-width: 550px) {
  .logo-visible-xs {
    display: block !important;
  }
  
  .logo-hidden-xs {
    display: none !important;
  }  
}

@media screen and (min-width: 992px) {
	.featurette-heading {
    	margin-top: 150px;
	}
}

@media screen and (max-width: 991px) {
	.featurette-heading {
    	margin-top: 50px;
	}
}

@media screen and (max-width: 767px) {
	.featurette-heading {
    	margin-top: 10px;
	}
}

@media screen and (max-width: 659px) {
	.featurette-heading {
    	margin-top: 0px;
	}
}

@media screen and (min-width: 660px) {
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 36px;
  }
}

@media screen and (min-width: 720px) {
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
  
  .jumbotron h5,
  .jumbotron .h5 {
    font-size: 23px;
  }
}