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

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}


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

#myCarousel{
  font-family: 'Open Sans', sans-serif;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/banner.jpg");
}

.trans{
	color: rgba(255,255,255,0.7);
}

.noHover{
    pointer-events: none;
}

#myCarousel .fontthin{
	font-size: 32px;
	font-weight: 300;
}

p.fontthin {
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	line-height: 2 !important;
}

#myCarousel .fontthick{
	font-size: 32px;
	font-weight: 700;
}

#myCarousel img.reducesize{
	width: 120px;
}

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 0px !important;
  left: 15%;
  z-index: 10;
  color: #fff;
  text-align: center;
	top: 48%;
	transform: translateY(-50%);
	z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
	vertical-align: middle;
	height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
}

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

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


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

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

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


p.trans a{
  text-decoration: none;
  color: rgba(255,255,255,0.7);
}

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

  /*@media (max-width: 575.98px) { ... }*/

  /*// Small devices (landscape phones, 575.98px and up)*/
  @media (max-width: 575.98px) { 

    .carousel-caption {
      position: absolute;
      right: 15%;
      bottom: 0px !important;
      left: 15%;
      z-index: 10;
      color: #fff;
      text-align: center;
      top: 42%;
      transform: translateY(-50%);
      z-index: 10;
    }

    #myCarousel{
      font-family: 'Open Sans', sans-serif;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("../images/banner.jpg");
    }

    #myCarousel span.fontthin{
      font-size: 14px !important;
      font-weight: 300;
      line-height: 1.5 !important;
    }

    #myCarousel span.fontthick{
      font-size: 14px !important;
      font-weight: 700;  
    }


    .btn-txt{
      font-size: 10px;
    }
}  

@media (max-width: 767.98px) { 
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 0px !important;
    left: 15%;
    z-index: 10;
    color: #fff;
    text-align: center;
    top: 42%;
    transform: translateY(-50%);
    z-index: 10;
  }

  #myCarousel .fontthin {
    text-align: center;
    font-size: 20px !important;
    font-weight: 300;
    line-height: 1.5 !important;
  }

  #myCarousel{
    font-family: 'Open Sans', sans-serif;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/banner.jpg");
  }
  #myCarousel .fontthick{
    font-size: 20px;
    font-weight: 700;  
  }
  .btn-txt{
    font-size: 10px;
  }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { 
  #myCarousel .fontthin {
    text-align: center;
    font-size: 18px !important;
    font-weight: 300;
    line-height: 2 !important;
  }
  #myCarousel .fontthick{
    font-size: 18px;
    font-weight: 700;
  }
  .trans{
    font-size: 12px;
    color: rgba(255,255,255,0.7);
  }
  .btn-txt{
    font-size: 10px;
  }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 
  p.fontthin {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    line-height: 2 !important;
  }

  #myCarousel .fontthick{
    font-size: 20px;
    font-weight: 700;
  }
}

