body {
font-family: 'Libre Franklin', sans-serif;
}

body.vertical-menu header {
background-color: #A19183  ; 
}

/* changes the background color of active links in the side nav bar and top nav bar*/
.menu .active>a, .toc-block>ul .active>a, .toc-block ul ul .active>a {
    background: black;
    color: #black;
}

/* changes the background color of all of the buttons on the page */ 
.button, [type="submit"], [type="button"], .site-page-pagination>a, [class^="numeric-"] label.numeric-toggle-time.button, [class*="numeric-"] label.numeric-toggle-time.button, .button.disabled, .disabled[type="submit"], .disabled[type="button"], .site-page-pagination>a.disabled, [class^="numeric-"] label.disabled.numeric-toggle-time.button, [class*="numeric-"] label.disabled.numeric-toggle-time.button, .button[disabled], [disabled][type="submit"], [disabled][type="button"], .site-page-pagination>a[disabled], [class^="numeric-"] label.numeric-toggle-time.button[disabled], [class*="numeric-"] label.numeric-toggle-time.button[disabled], .button.disabled:hover, .disabled:hover[type="submit"], .disabled:hover[type="button"], .site-page-pagination>a.disabled:hover, [class^="numeric-"] label.disabled.numeric-toggle-time.button:hover, [class*="numeric-"] label.disabled.numeric-toggle-time.button:hover, .button[disabled]:hover, [disabled]:hover[type="submit"], [disabled]:hover[type="button"], .site-page-pagination>a[disabled]:hover, [class^="numeric-"] label.numeric-toggle-time.button[disabled]:hover, [class*="numeric-"] label.numeric-toggle-time.button[disabled]:hover, .button.disabled:focus, .disabled:focus[type="submit"], .disabled:focus[type="button"], .site-page-pagination>a.disabled:focus, [class^="numeric-"] label.disabled.numeric-toggle-time.button:focus, [class*="numeric-"] label.disabled.numeric-toggle-time.button:focus, .button[disabled]:focus, [disabled]:focus[type="submit"], [disabled]:focus[type="button"], .site-page-pagination>a[disabled]:focus, [class^="numeric-"] label.numeric-toggle-time.button[disabled]:focus, [class*="numeric-"] label.numeric-toggle-time.button[disabled]:focus {
    background-color: black;
    color: #black;
}

/* changes ALL link colors, this is good from a UX standpoint, but not sure if it's what you wanted */ 
a {color: black;}
