/*
 Custom css for this website goes here
*/


/* reduce the size of the menu sub-menu items */
    .navpanel li.sub-menu a
      {
      font-size: 0.75rem;
      padding-left:0;
      }

    .navpanel li.sub-menu
      {
      font-size: 0.75rem;
      padding-left:1rem;
      }

a
  {
  color:#59BF3F;

  text-decoration:none;
  }

a:hover
  {
  color:#40A7D6;
  text-decoration:underline;
  }


.page_content hr
{
margin:0.0625rem 0 0.25rem 0;
border-style: solid;
}


@media print, screen and (min-width: 40em)
{
  .page_content  h1
    {
    font-size: 1.75rem;
    padding-top:0.75rem;
    margin-bottom:0.25rem;
    }

  .page_content  h2
    {
    font-size: 1.375rem;
    padding-top:0.75rem;
    margin-bottom:0.25rem;
    }

  .page_content  h3
    {
    font-size: 1.125rem;
    padding-top:1rem;
    margin-bottom:0.25rem;
    }


}


.tabmenu .menu
  {
  font-size:0.875rem;
  }

.tabmenu .menu li                                      /* background colour of the tabmenu tabs */
  {
  background-color: #a0a0a0;
  }

                                                      /* change colours of the mobile menu icon */
.mobile-menu-icon::after
{
  background: #645959;
  -webkit-box-shadow: 0 7px 0 #645959, 0 14px 0 #645959;
          box-shadow: 0 7px 0 #645959, 0 14px 0 #645959;
  content: '';
}
.mobile-menu-icon:hover::after
{
  background: #979797;
  -webkit-box-shadow: 0 7px 0 #979797, 0 14px 0 #979797;
          box-shadow: 0 7px 0 #979797, 0 14px 0 #979797;
}


p.halfp
  {
  margin-top:-0.5rem;
  }


