
body {
    background: #d3d7e7;
}

body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    background:white;
}

footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fcfcfc;
}

.navbar {
    margin-bottom: 0px;
}

.pagecontainer {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
#feed {
    margin-top: 20px;
    height: 50px;
}

#feed .gfg-horizontal-root {
    height: 32px;
}

.page-header {
    text-align: center;
}

#products-carousel {
    text-align: center;
    min-height: 300px;
    max-height: 300px;
    background: #eee;
}

#products-carousel img {
    margin: auto;
    max-height: 300px;
}

#products-carousel .carousel-caption {
    background: rgba(255,255,255, 0.6);
    border-radius: 2px;
    color: black;
    text-shadow: none;
}

@media (min-width: 767px) {
    #products-carousel {
        min-height: 500px;
        max-height: 500px;
    }

    #products-carousel img {
        max-height: 500px;
    }
}
