 /*
 Put your custom overlay styles in here
 You can use your northpass color palette in this file

#ffffff
#ba451e
#943a1f
#ffffff
#eba900
#0a1c2b
*/

.slick-slider{
    margin-bottom: 2em;
}

.slider-card {
 margin: 10px;
}

.slider-card a{
    text-decoration: none;
}

.slick-track
{
    display: flex !important;
    margin-left: 0!important;
}

.slick-slide
{
    height: inherit !important;
}

.right-arrow{
    position: absolute;
    bottom: -30px;
    padding-left: 50px;
    cursor: pointer;
    right: 10px;
    font-size: 1.5rem;
}

.left-arrow {
    position: absolute;
    bottom: -30px;
    z-index: 1;
    padding-left: 10px;
    cursor: pointer;
    right: 40px;
    font-size: 1.5rem;
}
