/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.carousel-inner .item:first-child .fill{
    background: url(/static/img/banner1.jpg) no-repeat;
    background-size: 100% 100%;
}
.carousel-inner .item:nth-child(2) .fill{
    background: url(/static/img/banner1.jpg) no-repeat;
    background-size: 100% 100%;
}
.carousel-inner .item:nth-child(3) .fill{
    background: url(/static/img/banner1.jpg) no-repeat;
    background-size: 100% 100%;
}
.carousel-inner .item  .fill.about{
    background: url(/static/img/about/about-banner.jpg) no-repeat;
    background-size: 100% 100%;
}
.carousel-inner .item  .fill.news{
    background: url(/static/img/news/news-banner.png) no-repeat;
    background-size: 100% 100%;
}
.carousel-inner .item  .fill.service{
    background: url(/static/img/service-banner.jpg) no-repeat;
    background-size: 100% 100%;
}
.carousel-inner .item  .fill.product{
    background: url(/static/img/product-banner.jpg) no-repeat;
    background-size: 100% 100%;
}
footer {
    margin: 50px 0;
}