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

body {
  color: #5a5a5a;
}


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

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

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

/* styles custom */

.carousel-item h1 {
  font-weight: 800;
  font-size: 40px;
}

.carousel-item h2 {
  font-weight: 800;
  font-size: 40px;
}

.carousel-inner.carousel-item:before{
content: '';  
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #rgba(0, 0, 0, 0.5);
z-index: -1;
}



.carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
    color: white;
}



/* reviews carrusel */

.carousel-item-rev {
  height: 5rem;
}
.carousel-item-rev > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

.carousel-item-rev h1 {
  font-weight: 800;
  font-size: 40px;
}

.carousel-item-rev h2 {
  font-weight: 800;
  font-size: 40px;
}

.carousel-inner.carousel-item-rev:before{
content: '';  
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #rgba(0, 0, 0, 0.5);
z-index: -1;
}


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

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}

.marketing .col-lg-4 .gutt {
  border-radius: 15px;
  padding-top: 2rem;
  background-color: #EBFBFF;
  border: 2px solid #0798BC;
  padding-bottom: 2rem;
  
}

.marketing .col-md-4 .gutt {
  border-radius: 15px;
  padding-bottom: 2rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left:2px solid #0798BC;

  
}

.marketing h2 {
  font-weight:  bold;
  font-size: 25px;
  color: #FF3332;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.marketing h3 {
  font-weight:  bold;
  font-size: 20px;
  color: #ffffff;
  text-shadow: 0px 1px 6px #000000;
}

.marketing h4 {
  font-weight:  normal;
  font-size: 18px;
  color: #FF3332;
  margin-bottom: 0;
  font-weight: bold;
}


/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}




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

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

.featurette-divider2 {
  margin: 1rem 0; /* Space out the Bootstrap <hr> more */
  color: white;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  
}

.featurette h2 {
  font-weight:  bold;
  font-size: 25px;
  color: #2C2C2C;
  padding-bottom: 1rem;
}

.featurette h3 {
  font-weight:  normal;
  font-size: 18px;
  color: #FF3332;
  margin-bottom: 0;
}

.featurette h4 {
  font-weight:  bold;
  font-size: 16px;
  color: #FF3332;
}



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

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

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

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 1rem;
  }
}

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

.btn-primary {
    color: #fff;
    background-color: #0798BC;
    border-color: #0798BC;
    margin-top: 1rem;
    padding-right: 2rem;
    padding-left: 2rem;
}

.btn-primary:hover {
    color: #fff;
    background-color: #FF3332;
    border-color: #FF3332;
}

.btn-secondary {
    color: #fff;
    background-color: #0798BC;
    border-color: #0798BC;
    width: 100%;
    margin-top: 1rem;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #FF3332;
    border-color: #FF3332;
}


.btn-tertiary {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.14);
    border-color: #0798BC;
    margin-top: 1rem;
    
}

.btn-tertiary:hover {
    color: #fff;
    border-color: #FF3332;
}


.btn-quadruple {
    color: #ffffff;
    background-color: #FF3332;
    border-color: #FF3332;
    margin-top: 1rem;
    
}

.btn-quadruple:hover {
    color: #FF3332;
    background-color: #ffffff;
    border-color: #0798BC;
}


.btn-secondary-02 {
    color: #fff;
    background-color: #0798BC;
    border-color: #0798BC;
    width: 100%;
    margin-top: 1rem;
}

.btn-secondary-02:hover {
    color: #fff;
    background-color: #FF3332;
    border-color: #FF3332;
}


