/* remove blue header and change menu text to black */
.container-header {
  background-color: white;
  background-image: none;
}
.container-header .mod-menu {
  color: #000000;
}
/* hamburger icon black */
.container-header .navbar-toggler {
color: #000000;
}  
/* fix for menu sizing problems */
@media (min-width:768px) and (max-width:992px) {
.container-header .mod-menu {
display:flex;
flex: 1 1 0%;
flex-direction: row
}
}
/* menu hover text */
.container-header .mod-menu a {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  padding: 3px 15px;
  color: #0088cc;
}
.container-header .mod-menu a:hover {
  background-color: #eee;
}

/* test text */

/* Bob Experimenting with colour change */
.container-footer {
background-color: #798e0c;
background-image: none;
}
/* define colour for a page */
.footpaths {
  --website-color-1: #93b25e;
  --cassiopeia-color-primary: var(--website-color-1);
}
/* modify module background 
.sidebar-left.card {
    background: #798e0c;
}
.sidebar-right.card {
    background: #798e0c;
}  */


/* Main PRODUCT walk header h1 increase size via em*/
h1 .hikashop_product_name_main {
font-size: 2em;
}

/* Category PRODUCT name - increase font size via em*/
.hikashop_container span.hikashop_product_name a {
font-size: 1.4em;
}

/* Category PRODUCT name date - h1 increase font size via em*/
.hikashop_category_information.hikashop_products_listing_main h1 {
font-size: 1.4em;
}
