* {
    min-height: 0;
}

/* .hero {
    background: none;
    resize: both;
    overflow: auto;
    max-width: 100%;
    align-items: center;
    display: flex;
    margin: 0 auto;
    width: 100%;
    height: auto;
    left: 0;
    transform: unset;
    min-height: unset;
} */

.hero-image {
    width : 100%;
    height : auto;
}

.misc {
    padding: 0 30px;
}

.slick-prev:before,
.slick-next:before {
    color: black;
    font-size : 25px;
    line-height : 25px;
}

.slick-list {
    margin: 0 -10px;
}

.slick-slide {
    margin: 0 10px;
}

.slick-slide img {
    width: 100%;
    height : auto;
}

.slider-item {
    text-align: center;
}

h1:not(:first-child) {
    margin-top: 50px;
}

/* .alert-custom {
    background: linear-gradient(to top, yellow 50%, royalblue 50%);
    height: 100px;
} */


.alert-custom {
    
    background: linear-gradient(to bottom,#005bbb 50%,#ffd500 50%);
    height: 100px;
}


/* .vintage-used-gear-img {
    width : 100%;
    height: auto;
}

.new-gear-img {
    width: 100%;
    height: auto;
} */