.md-logo img {
    width: 68px !important;
    height: 24px !important;
}


:root  > * {
  /* Primary color shades */
  --md-primary-fg-color:               rgb(0,87,168); /* medium blue */
  --md-primary-fg-color--light:        rgb(0,87,168,0.8);
  --md-primary-fg-color--dark:         rgb(0,45,86); /* dark blue */

  /*
  --md-primary-bg-color:               rgb(255,255,255);
  --md-primary-bg-color--light:        rgb(255,255,255);
 */

  /* Accent color shades */
  
  --md-accent-fg-color:                rgb(248,150,29); /* orange */
  --md-accent-fg-color--transparent:   rgb(248,150,29,0.25);

  --md-accent-bg-color:                rgb(210,227,235); /* light blue */
  --md-accent-bg-color--light:         rgb(210,227,235,0.5);


  /* Code block color shades */
  --md-code-bg-color:                  rgb(210,227,235,0.3);
  /*--md-code-fg-color:                  rgb(0,88,112); */
  --md-code-fg-color:                  rgb(0,45,86);
}

.md-footer-social {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* siteimprove accessibility tweaks */
.md-nav__link.md-nav__link--active {
    font-weight: bold;
}	

.md-content a {
    text-decoration:underline;
}
