/* KATO Main Page Custom Styles  */

/* Button */

.btn-xl {
  padding: 15px 45px;
  font-size: 14px;
}

.btn-KATO {
  color: #0069aa;
  border-color: #7F7F7F;
  border: 1px solid;
}
.btn-KATO:hover,
.btn-KATO:focus,
.btn-KATO:active,
.btn-KATO.active {
  color: white;
  background-color: #0069aa;
  border-color: #fff;
}

/* You can change the height of the carousel by changing the height in the class below. It is set to 50% by default, but can be any height! */

.carousel { 
  height: 600px;
  position:relative; 
  z-index: 1;
}

.item, .active, .carousel-inner {  height: 100%; }

.carousel-caption {
   position: absolute;
   top: 100px;
   color: white;
   max-width: 800px;
   font-size: 50px;
   text-align: left;
   z-index: 5;
}

.overlayMain {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 300px) {
  .carousel-caption h2 {
    font-size: 1.0em;
  }
  .holiday{
    font-size: 1em;
  }
  .holidaysub{
    font-size: .8em;
  }
}

@media (min-width: 768px) {
  .carousel-caption h2 {
    font-size: 1.5em;
  }
  .holiday{
    font-size: 1.5em;
  }
  .holidaysub{
    font-size: .8em;
  }
}

@media (min-width: 980px) {
  .holiday{
    font-size: 2em;
  }
  .holidaysub{
    font-size: .8em;
  }

}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
}

/* Disable Bootstrap Background Shadow Next and Prev */
.carousel-control.left, .carousel-control.right {
   background-image:none !important;
   filter:none !important;
}

/* Fade Background Effects No Sliding */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  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;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

img.imgSlider {
   margin: 0 auto;
   border:1px solid #ffffff;
}

.btn-xl {
  padding: 15px 45px;
  font-size: 14px;
}

.btn-outline {
  color: white;
  border-color: white;
  border: 1px solid;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: white;
  background-color: #0069aa;
  border-color: #fff;
}