.clear50{
    padding: 50px 0px;
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    background-color: #f5f5f5;
    color: #5a5a5a;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    height: auto;
    max-height: 100vh;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    bottom: 0;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    background:#F9F9F9;
    overflow:hidden;
}
.carousel-inner > .item > img {
    float: left;
    margin-top: 0px;
    height: auto;
    width:  100vw;
    min-width: 500px;
    overflow: hidden;
}

.carousel-inner > .item > img:hover {
    /*border: 1px solid #000000;*/
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing, .about {
    margin-top: 100px;
    margin-bottom: 20px;
    text-align: center;
}
.marketing h2, .about h2 {
    font-weight: normal;
}
.marketing p, .about p {
    margin-right: 10px;
    margin-left: 10px;
}
.about a.btn {
    margin-top: 15px;
}

/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

.feature {
    padding-bottom: 20px;
}

/* Panel
-------------------------------------------------- */

.panel {
    margin: 5%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #f5f5f5;
}

.panel-body {
    padding-left: 5%;
    padding-right: 5%;
    text-align: left;
    background-color: #ffffff;
}

.panel-default>.panel-heading {
    background-color: #eeeeee;
}

/* Footer
-------------------------------------------------- */

.footer {
    padding-top: 20px;
    width: 100vw;
    background-color: #232323;
    text-align: center;
}
.footer p {
    color: #f5f5f5;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 0px) {
    .container {
        padding: 0px;
    }

    .div.container.marketing {
        margin: 0%;
        padding: 0px;
    }

    .container marketing {
        margin-top: 10px;
    }

    .panel {
        margin: 0%;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .carousel-caption p {
        margin-bottom: 25px;
        font-size: 10px;
        line-height: 1;
    }

    .carousel-inner > .item > img {
        margin-top: 50px;
    }

    .featurette-heading {
        font-size: 25px;
    }

    .featurette-divider {
        margin: 20px 0; /* Space out the Bootstrap <hr> more */
    }

}

@media (min-width: 500px) {
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 1;
    }
}

@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }

    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }

    /* Bump up size of carousel content */

    .carousel-caption p {
        padding-top: 10px;
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 1;
    }

    .carousel-inner > .item > img {
        margin-top: 0px;
    }

    .featurette-heading {
        font-size: 50px;
    }

    .featurette-divider {
        margin: 80px 0; /* Space out the Bootstrap <hr> more */
    }

    .container marketing {
        margin-top: 100px;
        padding-left: 25%;
        padding-right: 25%;
    }
}

@media (min-width: 1200px) {
    .carousel-caption p {
        padding-top: 15px;
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 1;
    }
    
    .carousel-caption .btn {
        margin-bottom: 60px;
    }
    
    .featurette-heading {
        margin-top: 50px;
        margin-bottom: 0px;
    }

    .container marketing {
        margin-top: 100px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

