@font-face {
    font-family: "Gidole";
    src: url('../fonts/Gidole.woff') format('woff');
}

@font-face {
    font-family: 'prime';
    src:  url('../fonts/prime.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

#searchbar{
    float:right;
}

#filter{
    padding:10px;
    margin: 10px;
    font-size: 16px;
    font-family: "Gidole", sans-serif;
    font-weight: 500; 
}

#filterlist{
    padding:10px;
    margin: 10px;
    font-size: 20px;
    color: black;   
    font-family: "Gidole", sans-serif;
    font-weight: 500; 
}

#filterlist hr{
    border-top: 4px solid #000000
}

#brushtypes{
    float:left;
}

.filtercheck{
    visibility: visible;
}

.hidethese{
    display:none;
}

@media only screen and (max-device-width: 480px) and (orientation : portrait){
    #filterlist{
            font-size: 15px;
    }
}