.custom-carousel{
    position:relative;
    margin-top:60px;
}

.overlay{
    position:absolute;
    width:100%;
    height:100%;
    z-index:1;
    background-color:#080d15;
    opacity:0.7;
}

.carousel-caption{
    padding-bottom:160px;
    z-index:2;
}
.carousel-caption h2{
    font-size:56px;
    font-weight:bold;
    text-transform:uppercase;
    font-family: 'Bebas Neue', cursive;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing:2px;
}
.carousel-caption h3{
    font-size:18px;
    font-weight:bold;
    text-transform:capitalize;
    font-family: 'Roboto', sans-serif;
}


/*
.slider-area .carousel-inner .carousel-item{
    height:100vh;
    
}

.carousel-caption h2{
    font-size:60px;
    text-transform:uppercase;
    
}

.carousel-control-prev{
    background-image:none;
}
.carousel-control-next{
    background-image:none;
}

carousel-caption h2{
    font-size:60px;
    text-transform:uppercase;
    
}

*/
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
.custom-carousel{
    position:relative;
    margin-top:85px;
}
.carousel-caption{
    padding-bottom:50px;
    z-index:2;
}
.carousel-caption h2{
    font-size:18px;
    text-transform:uppercase;
    
}
.carousel-caption h3{
    font-size:10px;
    text-transform:uppercase;
    
}


}
