*{
    margin: 0;
    padding: 0;
    font-family: 'Staatliches';
}

.navbar{
    background-color: #1B1B1B;
    opacity: 0.9;
    min-height: 100px;
}
    .dropdown-menu > li > a:hover{
        background-color: #020202;
    }
    .nav-item a:hover{
        text-decoration: underline;
    }
.footer{
    background-color: #020202;
}
.hero-section{
    max-width: 100%;
    height: auto;
}
    .hero-section img{
        max-width: 100%;
        height: auto;
    }
    .hero-section h1{
        font-size: 80px;
    }
    .hero-section p{
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 30px;
    }
    @media all and (max-width: 1000px){
        .hero-section div{
            bottom: 30px;
        }
        .hero-section h1{
            font-size: 30px;
        }
        .hero-section p{
            font-size: 15px;
        }
    }
.carousel-item{
    background: #1B1B1B;
}
    .carousel-item img{
        max-width: 100%;
        height: auto;
    }
    .carousel-item img:hover{
        opacity: 0.5;
    }
    .carousel-item p{
        font-size: 70px;
    }
    .item a{
        font-size: 20px;
    }
    .item > a:hover{
        background-color: #020202;
    }
    @media all and (max-width: 575px){
        .c1{
            display: flex;
            flex-direction: column-reverse;
        }
        .c2{
            display: flex;
            flex-direction: column;
        }
        .item{
            padding: 20px;
        }
    }