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

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

h1 {
    font-size:5em;
    font-weight:normal;
}


/* 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-padding {
    width:100%;
    height:70px;
}

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

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

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

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -webkit-perspective: 1000;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
   z-index: 2;
}


/* CUSTOMIZE THE OTHER PAGES CAROUSEL AREAS
-------------------------------------------------- */

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

/*69013a*/
/* Declare heights because of positioning of img element */
.carousel-other .item {
  height: 300px;
  background: #5a5a5a;
}

.carousel-inner-other > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

/* BACKGROUNDS FOR CAROUSEL
--------------------------------------------------*/

.carousel-background {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
}

.casks {background-image: url("images/casks.JPG");}
.services {
background-image: url("images/rows.JPG");
background-position: 0% 20%;
}

.fineprint {
    background-image: url("images/tents.JPG");
    background-position: 0% 20%;
}

.drinks {background-image: url("images/cocktails.JPG");}
.bottles {background-image: url("images/bottlesDark.JPG");}
.glasses {background-image: url("images/glasses.JPG");}
.tents {
background-image: url("images/tents.JPG");
}
.scanning1 {background-image: url("images/scanner1.JPG");}
.keystonebeerbottles {background-image: url("images/beer.JPG");}
.scanning2 {background-image: url("images/scanner2.JPG");}
.founders {background-image: url("images/founders.JPG");}

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

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-right: 15px;
  padding-left: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-6 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-6 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;
}



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

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-right: 0;
    padding-left: 0;
  }

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

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

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


/* BOOTSTRAP OVERRIDES
-------------------------------------------------- */

.navbar-inverse .navbar-nav > li > a {
  color: #CCC;
}


/* CUSTOM BUTTONS
-------------------------------------------------- */

.btn-custom {
  background-color: hsl(334, 70%, 17%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#971a50", endColorstr="#490d27");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#971a50), to(#490d27));
  background-image: -moz-linear-gradient(top, #971a50, #490d27);
  background-image: -ms-linear-gradient(top, #971a50, #490d27);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #971a50), color-stop(100%, #490d27));
  background-image: -webkit-linear-gradient(top, #971a50, #490d27);
  background-image: -o-linear-gradient(top, #971a50, #490d27);
  background-image: linear-gradient(#971a50, #490d27);
  border-color: #490d27 #490d27 hsl(334, 70%, 12.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.29);
  -webkit-font-smoothing: antialiased;
}

.bordered {
    border-width: 1px;
    border-color: #CCC;
    border-style:solid;
}
