/* custom css */
body {
    font-family: roboto slab;
    color: #1b3b6a;
}

a {
   font-family: roboto slab;
}

#cssmenu {
    display: flex;
    justify-content: center;
}

.scroll_heading {
color: #1b3b6a;
font-family: roboto slab;
}

#catlist-button {
   background-color: #1b3b6a !important;
   color: #ffffff !important;
   font-family: roboto slab;
}

.vertical_scroller {
border: 4px solid #1b3b6a !important;
}

div.scrollingtext {
font-family: roboto slab;
}

@media screen and (max-width: 1001px) {
#cssmenu {
    display: block;
}
}





