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

* {
    font-family: 'Nanum Gothic', sans-serif;
    
}

body {
  padding-top: 0;
  padding-bottom: 3rem;
  color: #333333;

}

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

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

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 20rem;
}


.sl_img_one {
    background: url(../main_img/main_roll14.jpg);
    background-size: cover;
}

.sl_img_two {
    background: url(../main_img/main_roll2.jpg);
    background-size: cover;
}


.sl_img_three {
    background: url(../main_img/main_roll5.jpg);
    background-size: cover;
}


.sl_img_four {
    background: url(../main_img/main_roll16.jpg);
    background-size: cover;
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */

.marketing h2 {
  font-weight: 400;
}


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






/* 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 {
    
  }
  
.carousel-item {
  height: 32rem;
} 


.carousel-caption {
  bottom: 10rem;
  z-index: 30;
}
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-bottom: 1rem;
  }
  
.carousel-item {
  height: 34rem;
}

.carousel-caption {
  bottom: 10rem;
  z-index: 30;
} 
}
