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

body {
  padding-bottom: 40px;
  padding-top: 50px;
  color: #5a5a5a;
}

/* 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 background in narrow viewports */
.navbar-wrapper > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.navbar-header .adjust-right {
  margin-right: -5px;
 }

.navbar-header .adjust-left {
  margin-left: -15px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

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

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

/* NAVBAR PADDING
-------------------------------------------------- */

.nav-padding {
  padding-top: 50px;
}

/* JUMBOTRON
-------------------------------------------------- */

.jumbotron {
  background-color: #242424;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../assets/museum_background_1.jpg);
}

.jumbotron-heading {
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1px;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  opacity: 1;
}

.jumbotron h1 {
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.jumbotron h1 small {
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  font-weight: 500;
}

.jumbotron p {
  color: #FFFFFF;
  font-size: 1.2em;
  font-weight: 400;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  font-weight: 500;
}

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

/* Center align the text within the three columns below the carousel */

.marketing img {
  width: 150px;
  height: 150px;
  margin: auto;
}

.marketing h2 {
  font-weight: normal;
}

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

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

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

/* Thin out the marketing headings */
.featurette-heading {
  line-height: 1;
  letter-spacing: -1px;
  text-align: center;
}

.featurette .button {
  text-align: center;
}

/* Benefits
------------------------- */

.benefits .row {
  margin: 0px 5px 20px 0px;
}

.benefits-heading {
  font-size: 1.4em;
}

/* Thin out the benefit headings text-muted*/
.benefits-heading .text-muted {
  font-weight: 300;
  line-height: 1;
  font-size: .8em;
}

.benefits .glyphicon {
  font-size: 2em;
  margin-top: 55px;
}

.panel-heading  {
  margin: 0;
}

.panel-group .panel {
  border-radius: 0px;
}

.panel-group .panel+.panel {
  margin-top: 0px;
  border-top: none;
}

.panel img {
  width: 100px;
  height: 100px;
}


.product-name {
  padding: 0;
  padding-left: 15px;
}

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

@media (min-width: 768px) {

  .jumbotron {
  background-color: #242424;
  margin-bottom: 80px;
  }

  .navbar-header .adjust-right {
  margin-right: 20px;
  }

  .navbar-header .adjust-left {
  margin-left: 20px;
  }

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

  .navbar-wrapper .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }

  /*
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  */
  .featurette .button {
  text-align: left;
  }

  .featurette-heading {
  text-align: left;
  }


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

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

  .benefits .row {
    font-size: 1.1em;
    text-align: left;
  }

  .benefits .heading {
    margin-left: 20px;
  }

  .benefits .glyphicon {
    font-size: 2.5em;
    margin-top: 34px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {

  .jumbotron {
  background-image: url(../assets/museum_background_2.jpg);
  }
}

@media (min-width: 992px) {
  /*
  .featurette-heading {
    margin-top: 120px;
  }
  */
  /* Make Featurette container narrower */

  .jumbotron {
  background-image: url(../assets/museum_background_3.jpg);
  }

  .marketing img {
  width: 100%;
  height: 100%;
  text-align: left;
  }

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

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

/* CALCULATOR / CONSOLE STYLE */
#console {
  padding: 30px;
}

.calculateButton {
  height: 35px;
  margin-left: 5px;
  float: left;
}

.inputBox {
  align: center;
  float: left;
  width: 60px;
  padding: 2px;
  margin-left: 8px;
  font: Normal 24px 'Arial';
}

.outputBox {
  align: center;
  float: left;
  width: 60px;
  padding: 2px;
  margin-left: 5px;
  font: Normal 24px 'Arial';
}

#amountBox {
  text-align: center;
  float: left;
  margin-left: 60px;
  width: 80px;
  height: 25px;
  font: Normal 12px 'Arial';
}

#productBox {
  text-align: center;
  float: left;
  margin-left: 0px;
  width: 80px;
  height: 25px;
  font: Normal 12px 'Arial';
}

#products {
  width: 110px;
  margin: auto;
  margin-bottom: 20px;
}

#calculator{
  width: 250px;
  padding: 10px;
  margin: auto;
}

@media (min-width: 1200px) {
}
