html,body{
    margin: 0;
    padding: 0;
}

ul.filters{
    display: block;
    width: 100%;
    margin: 0;
    padding: 30px 0;
    /* border-bottom-color: #578dc6 !important; */
}

ul.filters > li{
    list-style: none;
    display: inline-block;
}

ul.filters > li > a{
    display: block;
    color: #578dc6;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 20px;
}

ul.filters > li > a:hover{
    background-color: #fff;
    border-radius: 5px;
}

ul.filters > li.active > a{
    /* color: #fff; */
    background-color: #fff;
    background-color: #c5c5c5;
    color: #4d4d4d !important;
    border-radius: 5px;
}

.card{
    position: relative;
    margin-bottom: 50px;
    color: #000;
    border-radius: 0;
    border: 1px solid #eee;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    border-radius: 7px;
}

.card img{
    min-width: 50px;
    max-width: 80px;
}



.gradient-background{
    background: linear-gradient(to bottom, rgb(225 232 131) 0%, rgba(3,75, 82, 0) 100%);
    background: linear-gradient(to bottom, rgb(255, 243, 205) 0%, rgba(3,75, 82, 0) 100%);
    background: linear-gradient(to bottom, #fffbec 0%, rgba(3,75, 82, 0) 100%);
    min-height: 100vh;
}

@media only screen and (min-width: 1200px){
    .container{
        max-width: 1180px;
    }
}

@media only screen and (max-width: 700px){
    .main-title{
        margin-top: 20px;
    }

    .nav-toggler{
        display: inline-block !important;
    }

    .categories{
        display: none !important;
        background: rgb(207, 226, 255) !important;
        height: 80vh !important;
        top: 60px !important;
        border-radius: 10px;
    }

    .cards-container{
        padding-left: 0 !important;
    }

    .show-hide{
        display: flex !important;
    }


    ul.filters > li.active > a{
        background-color: #fff !important;
        color: rgb(108, 117, 125) !important;
    }
}

/* button color */
.btn-light-yellow{
    background: rgb(255, 243, 205);
    border: 2px solid rgb(255, 243, 205) !important;
}
