/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
html {
    height:100%;
}

body, button, input, select, textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

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

/*.container {
    height:100%;
}*/

.page {
    width:100%;
    height:94vh;
    min-height:94vh;
/*    background-color: #221111;*/
/*    padding:10px;*/
    /*color:#efefef;*/
}

.section {
    width:100%;
    height:105%;
    min-height:105%;
/*    background-color: #221111;*/
/*    padding:10px;*/
    /*color:#efefef;*/
}

.navbar {
  background: #554444;
}

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

.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;
    height: 105%;
    margin: 0px;
}

.jumbotron-fifth {
    height: 20%;
}

.jumbotron-third {
    height: 40%;
}

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

.title-container-spacer {
    height: 20%;
/*    min-height: 70px;*/
}

.title-container {
    height: 75%;
/*    min-height: 240px;*/
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.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;
  clear: both;
  padding-top: 32px;
  /*min-height: 100px;*/
}

.page {
    background: #fff;
}

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

.control-label {
    max-width: 90%;
}
.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;*/
    height: 100%;
    margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  padding-bottom: 30px;
  margin-bottom: 20px;
  color: #fff;	/* Kenjado */
  min-height: 20%;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  /*height: 500px;*/
  height: 105%;
  /*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;*/
}

.carousel-inner {
    height: 100%;
}


/* 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 */
  margin: 30px 0;
}

/* 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;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

/*@media (max-width: @screen-xs-max) { */
@media (max-width: 768px) {
  .carousel-inner > .item > img {
    position: absolute;
/*    top: 60px;*/
    top: 50px;
    left: 0;
    height: auto;
  }

/*  .carousel {
    height: 400px;
  }

  .carousel .item {
    height: 400px;
  }*/
}

/*@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { */
@media (min-width: 768px) {

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .carousel-inner > .item > img {
    position: absolute;
    top: 0;
    /*left: 5%;*/
    height: auto;
  }


  .featurette-heading {
    font-size: 50px;
  }
}

/*@media (min-width: @screen-md-min) and (max-width: @screen-md-max) {*/
@media (min-width: 992px) {
  .featurette-heading {
    /*margin-top: 120px;*/
    /*margin-top: 45px;*/
    margin-top: 0px;
  }

  .carousel-inner > .item > img {
    position: absolute;
    top: 0px;
    /*left: 15%;*/
    height: auto;
  }
}

/*@media (min-width: @screen-lg-min) { */
@media (min-width: 1200px) {
    .featurette-heading {
      /*margin-top: 120px;*/
      /*margin-top: 45px;*/
      margin-top: 0px;
    }

    /* Carousel base class */
    .carousel {
      /*height: 550px;*/
      margin-bottom: 60px;
    }

    .carousel .item {
      /*height: 550px;*/
    }

    .carousel-inner > .item > img {
        position: absolute;
        top: 0px;
        /*left: 25%;*/
        height: auto;
    }

}

.important-text {
    font-size-adjust: 0.65;
    line-height: 2.5;
}


.forum-message {
    width: 100%;
}

.forum-signature, .forum-signature > hr, .forum-signature > p {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size-adjust: 0.45;
}

.forum-message-info-holder {
    margin-right: -1px;
    padding-right: 0px;
    z-index: 10;
}

.forum-message-info {
    border: 1px solid lightgray;
    border-right: 1px white solid;
    border-radius: 5px 0 0 0;
    font-size: 85%;
    z-index: 10;
    margin-right: 0px;
}

.forum-message-timestamp {
    font-size: 60%;
}

.forum-message-body {
    border: 1px solid lightgray;
/*    border-left: none;*/
    border-radius: 0 5px 5px;
}

.forum-message-replies-0, .forum-message-replies-1 {
    font-size: 75%;
    padding-left: 2rem;
}