/*!
* Start Bootstrap - Business Frontpage HTML Template (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/

body {
  padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.business-header {
  height: 400px;
  background: url('img/console.jpg') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
  text-shadow: 0 0 10px #000;
  color: #fff;
}

.img-center {
  margin: 0 auto;
}

footer {
  margin: 50px 0;
}
.btn-custom {
  color: #FFFFFF;
  background-color: #9DC22A;
  border-color: #597309;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-custom {
  color: #FFFFFF;
  background-color: #87A824;
  border-color: #597309;
}

.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-custom {
  background-image: none;
}

.btn-custom.disabled,
.btn-custom[disabled],
fieldset[disabled] .btn-custom,
.btn-custom.disabled:hover,
.btn-custom[disabled]:hover,
fieldset[disabled] .btn-custom:hover,
.btn-custom.disabled:focus,
.btn-custom[disabled]:focus,
fieldset[disabled] .btn-custom:focus,
.btn-custom.disabled:active,
.btn-custom[disabled]:active,
fieldset[disabled] .btn-custom:active,
.btn-custom.disabled.active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom.active {
  background-color: #9DC22A;
  border-color: #597309;
}

.btn-custom .badge {
  color: #9DC22A;
  background-color: #FFFFFF;
}

.pac-container {
  z-index: 1051 !important;
}

.bluepill {
  display: none;
}
