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;
    background-color: #a0ebeb;
    border-radius: 5px;
}

ul.filters > li.active > a{
    background-color: #c5c5c5;
    background-color: #a0ebeb;
    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, #D6FFFF 0%, #ECFFFF 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: #a0ebeb;
    border: 2px solid #a0ebeb !important;
}

/* .file-managers, .graphic-design, .multimedia, .office-news, .privacy, .developer, .science, .antivirus, .social-communication, .utilities{
    
} */

