/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

body {
    margin-top: 0px;
}

#myCarousel {
    margin-bottom: 10px;
}

.carousel .item{
    /*min-height: 20px;*/
    max-height: 870px;
    /*height: 500px;*/
    /*height: 700px;*/
    /*overflow: auto;*/
}

.carousel .item > img{
/*    position: fixed; 
  top: 0; 
  left: 0; 
	
   Preserve aspet ratio 
  min-width: 100%;
  min-height: 100%;*/
/*min-width:100%;
    min-height:100%;*/
    width: 100%;
}

.carousel h3, .h3 {
    font-size: 3vw;
    margin-top: 0;
}

.carousel .btn-lg {
    font-size: 3vmin;
    padding: 0.6vmin 2vmin;
    margin-top: 2vmin;
}

.text-white {
    color: white;
}
#features0 {
    /*background-color: rgba(108, 122, 137, 1);*/
}

.carousel h1, .h1 {
    font-size: 5vw;
    /*margin-bottom: 0;*/
}

.carousel .item .carousel-caption img{
    display: block;
    width: 12%;
    margin: 0 auto;
}

.carousel-caption1 {
    bottom: 3vw
}
.carousel-caption2 {
    left: -30vw;
    bottom: 7vw;
}
.carousel-caption3 {
    right: -30vw;
    bottom: 1vw
}
.carousel-caption4 {
    bottom: 5vw
}

.carousel-control{
    opacity:0;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.carousel-indicators {
    text-align: right;
}
/*
#first_slide {
    background: transparent url('/skywalker/web/bundles/skywalkerwebapp/pictures/bike_jump.jpg') no-repeat center;
    background-size: cover;
}

#second_slide {
    background: transparent url('/skywalker/web/bundles/skywalkerwebapp/pictures/base_jump.jpg') no-repeat center;
    background-size: cover;
}

#third_slide {
    background: transparent url('/skywalker/web/bundles/skywalkerwebapp/pictures/parapente.jpg') no-repeat center;
    background-size: cover;
}*/