/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}



ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

[id^=itemLink_] {
  line-height: 1.25;
  font-family: Arial, Helvetica, sans-serif;
  color: #800000;
}

.dropdown-menu {
  max-height: 700%;
  overflow: scroll;
}

/* OCHRE
*/
html, body {
  height: 100%;
  font-family: "Inter", sans-serif;
}

body {
  line-height: 1;
  padding-bottom: calc(100vh - var(--body-height));
}

body::after {
  content: '';
  display: block;
  height: var(--footer-height);
}

:root {
  --footer-height: 100px;
  /* Same as footer height */
  --body-height: 100%;
  /* Initial body height */
}

#ochreDIV {
  width: 95%;
  margin: 3%;
}

#headings {
  padding-top: 30px;
}

p.secondary {
  font-family: "Inter", sans-serif;
}

.jumbotron {
  background-color: white;
}

.navbar {
  background-color: #1b1f38;
  text-align: left;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #d6d6ce;
  color: white;
  text-align: center;
}

.footerImg {
  max-height: 100px;
  padding: 20px;
  float: center;
}

ul {
  padding: 20px;
  color: #1b1f38;
  text-align: left;
  list-style-type: none;
  margin: 0;
  font-family: "Inter", sans-serif;
}

a {
  color: #4f5682;
}

a:hover {
  text-decoration: none;
  color: #d6d6ce;
}

/*# sourceMappingURL=RSTI_styles.css.map */
