﻿.carousel-item {
    
    
    /*height: 50vh;*/
    /*min-height: 300px;*/
}

.carousel-caption {
    /*bottom: 220px;*/
    padding-bottom:15%;
    
}

    .carousel-caption h5 {
        font-size: 45px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-top: 25px;
        font-family: merienda;
    }

    .carousel-caption p {
        width: 60%;
        margin: auto;
        font-size: 18px;
        line-height: 1.9;
        font-family: poppins;
    }

    .carousel-caption a {
        text-transform: uppercase;
        background: #262626;
        padding: 10px 30px;
        display: inline-block;
        color: #fff;
        margin-top: 15px;
    }






@media only screen and (max-width: 767px) {
    .navbar-nav.ml-auto {
        background: rgba(0, 0, 0, 0.5);
    }

    .navbar-nav a {
        font-size: 14px;
        font-weight: normal;
    }
}
