:root {
    --hHeight: 75px;
    --mobileMenuHeight: 0px;
  }
  .logo {padding: 0 var(--genericGap); color: white !important; text-decoration: none;}
  .logo a {color: white !important; text-decoration: none; font-size: var(--h1Size);}
  #h-b, #h-c {padding: var(--genericGap); cursor: pointer;}
  #h {display: flex; flex-direction: column; justify-content: space-between; align-items: center; position: fixed; top: 0; width: 100%; color: white; background-color: #1a1a1a; z-index: 100;}
  #h-c-b {display: flex; flex-direction: row; justify-content: space-between;}
  #h-r-o {display: none; flex-direction: column; width: 100%; background-color: var(--colour2);}
  .block {display: block !important;}
  .hide {display: none !important;}
  #filtersSection {display: none;}
  .mobileHide {display: none;}
  .mobileFilterDropdown {display: flex; flex-direction: column;}
  /*.pageLinkSelected {background-color: inherit !important;}*/

  #h-r-o a {
    padding: 12px;
    margin: 0 auto;
    /*text-align: center;*/
    color: white;
    background: var(--colour1);
    height: 100%;
  }
  
  #main {margin-top: calc(var(--hHeight) + var(--mobileMenuHeight));}
  #row1 {margin-top: calc(var(--hHeight) + var(--mobileMenuHeight));}
    #h-l-c {display: flex; flex-direction: row; justify-content: space-between; align-items: center; width: 100%; height: var(--hHeight);}
    #h-c {display: none;}
    #h-b {display: flex;}
    #h-r-o > * {border-top: 1px solid var(--colour2);}
    .mobileFilterDropdown > * {border-top: 1px solid var(--colour3); background-color: #4b123e !important;}
    .mobileFilterCategoryContainer {display: block;}

  @media only screen and (min-width: 800px) {
    #h-l-c {display: flex; flex-direction: row; justify-content: space-between; width: 50%;}
    #h {flex-direction: row;}
    #h-c {display: none;}
    #h-b {display: none;}
    #h-r-o {display: flex; flex-direction: row; width: 50%; max-width: 500px; background-color: inherit;}
    #h-r-o a {border-top: none; background: inherit;}
    #filtersSection {display: block;}
    .mobileHide {display: block;}
    /*.pageLinkSelected {background-color: inherit !important;}*/
    .mobileFilterCategoryContainer {display: none;}
      
  }

  @media only screen and (max-width: 800px) {
    #h-r-o a {
      width: 100%;
    }
  }

  .mobileHide2 {
    display: none;
  }

 @media only screen and (min-width: 800px) {
  .mobileHide2 {
    display: block;
  }
}
