.carousel,.item,.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 50px 0;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20%;
    left: 10%;
    z-index: 10;
    padding-top: 10px;
    color: #fff;
    text-align: center;
}

.carousel-caption h2 {
    text-transform: uppercase;
    font-size: 7em;
}

.carousel-caption h3 {
    margin: 0 0 0 2em;
    text-transform: uppercase;
    font-size: 4em;
    color: #333;
    text-align: center;
    text-shadow: none;
}

.carousel-indicators {
    opacity: .4;
}

.fill {
    opacity: .95;
}

.fill:hover {
    opacity: 1;
}

/*****************************************/

.carousel-control {
    background-image: none;
    width: 54px;
    height: 54px;
    top: 50%;
    margin-top: -27px;
    line-height: 54px;
    border: 1px solid #fff;
    opacity: .4;
    text-shadow: none;
    z-index: 5;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

/*****************************************/

@media (max-width:768px) {
    .carousel-caption h2 {
        font-size: 31px;
    }
    .carousel-caption h3 {
        font-size: 21px;
    }
    .collapse li:hover {
        border-bottom: 1px solid #fff;
        opacity: .9;
    }
}

/************************************/

.carousel-caption h2:hover {
    -webkit-transform: translate(20px, -50px);
    transform: translate(20px, -50px);
    opacity: 0.4;
}

.carousel-caption h2 {
    opacity: 1;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.carousel-caption h3:hover {
    -webkit-transform: translate(20px, -50px);
    transform: translate(20px, -50px);
    opacity: 0.4;
}

.carousel-caption h3 {
    opacity: 1;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
