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

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    bottom: 5rem;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
    background-color: #777;
}

.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
}

.marketing h2 {
    font-weight: normal;
}

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

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

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

.featurette img {
    width: 345px;
    height: 195px;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.runox-contact {
    background: #6fb0cd;
    color: white;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 40em) {
    /* Bump up size of carousel content */

    .navbar-brand{
        margin-right: 5rem;
}
    #myCarousel{
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .carousel-item {
        height: 12rem;
    }

    .carousel-caption {
        position: static;
        padding-top: 80px;
    }

    .carousel-caption h1{
        font-size: 1.5rem;
        font-weight: 400;
    }

    .h2, h2{
        font-size: 1.5rem;
    }

    .lead{
        font-size: 1rem;
    }

    .featurette-divider{
        margin: 1.5rem 0;
    }

    .runox-league img {
        width: 95%;
        height: 95%;
    }
}

@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: 40px;
        margin-bottom: 1rem;
    }

    .runox-league img {
        width: 80%;
        height: 80%;
    }
}

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