/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #4a4a5a;
  /*color: #345e87; /* Kenjado */
  background: #221111;
}

.navbar {
  background: #554444;
}

a, a:hover {
    color: #755;
}

.navbar-default {
    border-color: #644;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  /* background: #174617; */
  background: #211;
  color: #fff;
}

.jumbotron {
    background-color: #a99;
    color: #fff;
}

.jumbotron > .container {
  margin-top: 70px;
  min-height: 240px;
}

.dropdown-menu {
    background-color: #a99;
}

.dropdown-menu > li a:focus, .dropdown-menu > li a:hover{
    background-color: #cbb;
}

.marketing {
  background: #fff;
}

#footer {
  margin-top: 32px;
  color: #fff;
  background: #221111;
  /*min-height: 100px;*/
}

.page {
  background: #fff;
}

input, button, select, textarea {
    font-size: 24px;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Usage as mixins */
.element {
  .center-block();
}

/*.IN-widget {
  vertical-align: middle;
  margin-top: 5px;
}*/

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.slide {
  background: #333344;
  /*background: #345e87;*/
}

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  color: #fff;	/* Kenjado */
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  /*height: auto;*/
  /*background-color: #99a;*/
  background-color: #000;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  /*left: 15%;*/
  /*min-width: 100%;*/
  height: auto;
  /*height: 500px;*/
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  /*margin-top: 45px;*/
  margin-top: 0px;
  color: #644;
}

h2.featurette-heading {
    font-size-adjust: 0.45;
}

.featurette-heading .text-muted {
  color: #a99;
}


.text-muted {
    color: #a99;
    font-size-adjust: 0.35;
}
