/*font*/
body { font-family: "Oswald", sans-serif;
}

/*nav bar color changes*/

.top-bar, .top-bar ul {
  /* background-color: #e6e6e6; */
  background-color: black;
}

.top-bar a{
  /* color: #1779ba; */
  color: white;
}

.menu .active > a, .toc-block > ul .active > a, .toc-block ul ul .active > a {
  /* background: #1779ba; */
  background: orangered;
}

.button, [class^="numeric-"] label.numeric-toggle-time.button, [class^="numeric-"] label.numeric-toggle-time[type="submit"], [class^="numeric-"] label.numeric-toggle-time[type="button"], [class*="numeric-"] label.numeric-toggle-time.button, [class*="numeric-"] label.numeric-toggle-time[type="submit"], [class*="numeric-"] label.numeric-toggle-time[type="button"], .site-page-pagination > a, [type="submit"], [type="button"], .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  /* background-color: #1779ba; */
  background-color: orangered;
}


/* Element | https://oms.library.okstate.edu/s/oklahoma-built/page/timeline */

.top-bar-left {
  color: black;
}


/*hide story text in timeline*/
.tl-storyslider {
  display: none; !important;
}
/*increase map width to replace story text*/
.mapping-map {
height: 4.5em;
  min-width: 100%;
}

/*remove timeline navigation arrows*/
.tl-menubar {
display: none;
}

.tl-timemarker .tl-timemarker-content-container {
  background-color: black; !important;
}