/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

.carousel,
.item,
.active
 {
    height: 100%;
    z-index:50;
}

#myCarousel
{
    height:400px;
    /*margin-top:-34px; */
    margin-top:-48px;
}





.fill {
    width: 100%;
    height:400px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
   margin-top:-14px;
   /*  float:left;*/
}
.carousel-caption
{
    padding-bottom:100px;
    z-index:51;
}
.carousel-control
{
    z-index:51;
    margin-top:-34px; 
}
.carousel-inner
{
    margin-top:-34px;
    float:left; 
}

.carousel-caption h1{
    font-size: 4.5em;
    font-weight: 600;
    background-color:rgba(33, 87, 50,0.5);
    padding-left:20px;
    padding-right:20px;
    width:-moz-fit-content;
    margin-left:auto;
    margin-right:auto;
}

.carousel-caption h2{
    font-size: 2.5em;
    margin-bottom:40px;
    background-color:rgba(33, 87, 50,0.5);
    padding-left:20px;
    padding-right:20px;
    width:-moz-fit-content;
    margin-left:auto;
    margin-right:auto;
}

.carousel-caption .a-more{

}
@media screen and (max-width: 767px) {

}

@media screen and (max-width: 400px) {
    #myCarousel {
        margin-top: 10px !important;
    }

    .fill {
        margin-top: 0px !important;
        /*  float:left;*/
    }

    .carousel-caption h1 {
        font-size: 2.5em !important;
    }

    .carousel-caption h2 {
        font-size: 1.5em !important;
    }

    .carousel-control {
        z-index: 51;
        margin-top: 0px !important;
    }

    .carousel-inner {
        margin-top: 0px !important;
        float: left;
    }
}