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

body {
  /*padding-top: 3rem;*/
  padding-bottom: 3rem;
  color: #5a5a5a;
  overflow: hidden;
  padding-top: 40px;
  height:100%;
          position:relative;
        display:inline;
}

b {
  font-weight: 700;
}
* {
  box-sizing: border-box;
}

.intro {
  padding: 2rem;
  margin: 0rem;
}

#header {
  font-size: 25px;
}

/* Set a background color */

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
/*.timeline .container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
*/
/* The circles on the timeline */
/*.timeline .container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}*/

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}


/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

.row.featurette {
  margin-top: 0rem;
  
}
#featurette1{
  height:350px;
  margin-bottom: 0px;
}
#faq{
  height:700px;
  margin-bottom: 0px;
}
/* Media queries - Responsive timeline on screens less than 600px wide */

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
header{
  margin-bottom: 2em;
}
/* Carousel base class */
.carousel {
  margin-bottom: 0rem;
  padding-bottom: 0rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 5rem;
  z-index: 10;
}


/* Declare heights because of positioning of img element */
.carousel-item {
  height: 40rem;
  background-color: #FABFC9;
}
.carousel-item > img {
  background-image: url("fun3.png");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 40rem;
}
 


/* 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: 2rem 0; /* Space out the Bootstrap <hr> more */
}

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

#featurette1 {
  /*background-color: #FABFC9;*/
}

.featurette {
  margin-left: 3rem;
  margin-right: 2rem;
  margin-top: 0rem;
  padding-top: 0rem;
}

.row {
  margin-top: 2rem;
}

.lead {
  padding-bottom: .5rem;
}

#featurette3 {
  background-color: #97dcff;
}

.col-md-7 {
  margin-top: 1rem;
  display: inline-block;
  height: 20rem;
  margin-bottom: 1rem;
}

.featurette-heading {
  margin-top: 0rem;

}

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

@media screen and (max-width: 500px) {
  /*.featurette::after {

  }*/
  .featurette {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 0rem;
  padding-top: 0rem;
}
  #featurette1{
  height:100%;
  /*margin-bottom: -calc(100vw * 2.2);*/
  overflow: auto;
}
#faq{
  height:100%;
  /*margin-bottom: -calc(100vw * 2.8);*/
  overflow: auto;
}
/* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

/* Full-width containers */
  .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .left::after, .right::after {
    left: 15px;
  }

/* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}
@media screen and (min-width: 500px) and (max-width: 1200px){
  #featurette1{
  height:100%;
  overflow: auto;

}
#faq{
  height:100%;
  overflow: auto;
}
}
@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;
  }


}

  #header {
    border: white 1px;
}

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

}


