/* Add your CSS code here.
For example:
.example {
color: red;
}
For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp
End of comment */
body {
background-color: #f9f9f9;
}
#sinatra-header-inner {
background: #f9f9f9;
}
:root {
--primary : #4b7a;
}
h2 {
word-break: keep-all;
}
select[data-filter="category"] {
width: 100%;
}
#books_grid .books ul.vc_grid-filter center {
28
font-weight: bold;
color: #000;
font-size: 1.1rem;
}
.vc_grid-filter.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-white>.vc_grid-filter-item:hover {
background-color: #103965;
color: #ffffff;
border-radius: 4px;
}
.vc_grid-filter.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active>span, .vc_grid-filter.vc_grid-filter-color-white>.vc_grid-filter-item:hover>span {