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

body {
  /*padding-top: 3rem;*/
  /*padding-bottom: 3rem;*/
    padding-top: 0;
    padding-bottom: 0;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel-caption h1 {
  text-shadow: 2px 2px 1px black;
}

/*  CUSTOM CHANGES
----------------------------------- */
.carousel-item {
    background: center/100% no-repeat;
    background-position-y: 0;
}

@media (min-width: 768px) {
    .carousel {
        margin-bottom: 2rem;
    }
    /* Bump up size of carousel content */
    .carousel-caption h1, .carousel-caption a {
        margin-bottom: 1.25rem;
        /*font-size: 1.25rem;*/
        line-height: 1.4;
    }
    .carousel-caption {
        bottom: 3rem;
    }
    .carousel-item {
        height: 30rem;
    }
}

@media (max-width: 767px) {
    .carousel-caption h1 {
        font-size: 1.25rem;
    }
    .carousel-caption a {
        font-size: 1rem;
    }
    .carousel-item {
        height: 8rem;
    }
}
