/* 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;
}

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

body {
  line-height: 1;
  /* margin-bottom: 4em; */
}

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;
}

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

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

#headings {
  padding-top: 20px;
}

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

.jumbotron {
  background-color: white;
}

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

.footer {
  position: static;
  background-color: #d6d6ce;
  color: white;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.footerImg {
  max-height: 68px;
  padding-top: 10px;
  padding-bottom: 10px;
}

ul {
  color: #1b1f38;
  text-align: center;
  list-style-type: none;
  font-family: "Inter", sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
}

a {
  color: #007bff;
}

a:hover {
  text-decoration: underline;
  color: #0056b3;
}

p {
  margin-bottom: .5rem;
}

.embed-container {
  position: relative;
  padding-bottom: 80%;
  height: 0;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

small {
  position: absolute;
  /* z-index: 40; */
  bottom: 0;
  margin-bottom: -15px;
}

.col{
  min-width: 360px;
  padding-bottom: 1rem;
}

.col-3{
  min-width: 320px;
}
