body, p, head, div,h1, h2, h3, h4, h5, h6, main, nav{
    font-family: 'Krub', sans-serif !important;
}

.header-full {
    background-color: #e6e6e6;
    margin-bottom: 50px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #bfbfbf;
}
.lead a{
    font-size: 21px;
    width: 150px;
}
.nav-custom a{
    min-width: 100px;
    text-align: center;
    background-color: #343a40;
    border: 1px solid #bfbfbf;
    margin-left: 5px;
}
.date-lotto{
    line-height: 67px;
}
.fixed-card-filter{
    top: calc(100vh - 80%);
    right: 20px;
    height: 70vh;
    width: 100px;
    overflow-x: auto;
}
@media screen  and (max-width: 1024px) {
    .fixed-card-filter{
        top: calc(100vh - 80%); 
        right: 10px;
        height: 70vh;
        background-color: rgba(255, 255, 255, 0.8);;
        padding: 20px 0px;
    }
}
@media screen  and (max-width: 800px) {
    .fixed-card-filter{
        top: calc(100vh - 80%); 
        right: 10px;
        height: 70vh;
        background-color: rgba(255, 255, 255, 0.8);;
        padding: 20px 0px;
    }
}
@media screen  and (max-width: 600px) {
    .nav-custom a{
        min-width: 30%;
        text-align: center;
        border: 1px solid #bfbfbf;
        background-color: #343a40;
        margin-left: 5px;
        margin-bottom: 5px;
    }
    .fixed-card-filter{
        display: none;
    }   
}