@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
.header-main-menu {
  font-family: Oswald, serif;
  padding-right: 20px;
  justify-content: end;
}
.header-main-menu .nav-link.active {
  color: firebrick;
}

.header-sub-menu {
  font-family: Oswald, serif;
  padding-right: 20px;
  justify-content: end;
}
.header-sub-menu .nav-link.active {
  font-weight: bold;
}

@media only screen and (min-width: 1024px) {
  .site-header-container {
    margin: 0 auto;
  }
  .site-header-container .site-header {
    min-height: 200px;
    height: 200px;
    max-height: 200px;
    max-width: 1280px;
    min-width: 1024px;
    overflow: visible;
    padding: 0;
    display: block;
    position: relative;
  }
  .site-header-container .site-header .navbar-brand {
    position: absolute;
    height: 200px;
    padding: 0;
    margin: 0;
    top: -50px;
    transform: rotate(-17deg);
    font-family: Oswald, serif;
    color: white;
    font-weight: bold;
    margin-top: 20px;
    font-size: 200%;
  }
  .site-header-container .site-header .navbar-brand:after {
    content: "!";
    font-size: 300%;
    color: firebrick;
    position: relative;
    left: -50%;
    top: 2rem;
    z-index: -1;
  }
  .site-header-container .site-header .navbar-brand:before {
    content: "";
    display: block;
    position: absolute;
    background: #f3b687;
    width: 2000px;
    top: -125px;
    height: 300px;
    left: -1000px;
    z-index: -1;
  }
  .site-header-container .site-header #navbarContainer {
    width: 50%;
    position: absolute;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-flow: nowrap column;
  }
  .site-header-container .site-header #navbarContainer:before {
    content: "";
    display: block;
    transform: rotate(9deg);
    background: whitesmoke;
    position: absolute;
    height: 300px;
    width: 3000px;
    top: -230px;
    right: -1050px;
    z-index: -1;
  }
  .site-header-container .site-header #navbarContainer .header-main-menu, .site-header-container .site-header #navbarContainer .header-sub-menu {
    font-family: Oswald, serif;
    padding-right: 20px;
    justify-content: end;
  }
  .site-header-container .site-header #navbarContainer .header-main-menu {
    font-size: 140%;
    font-weight: 500;
  }
  .site-header-container .site-header #navbarContainer .header-sub-menu {
    font-size: 120%;
  }
  main.site-content {
    margin: -90px auto 0;
    z-index: 10;
  }
  main.site-content h1 {
    text-align: left;
    padding-right: 60px;
    padding-left: 60px;
    margin: 10px auto 70px;
    max-width: 650px;
  }
}
@media only screen and (max-width: 1023px) {
  .site-header-container {
    margin: 0 auto;
  }
  .site-header-container .navbar-brand {
    font-family: Oswald, serif;
    font-weight: bold;
    font-size: 140%;
    color: firebrick;
  }
  .site-header-container .navbar-brand:after {
    content: "!";
    font-size: 120%;
    color: black;
  }
  .site-header-container .site-header {
    width: 100vw;
    padding: 1rem;
    background: whitesmoke;
    margin-bottom: 2rem;
  }
}
body, .sticky-footer-wrapper {
  min-height: 100vh;
}

.flex-fill {
  flex: 1 1 auto;
}

footer {
  height: 140px;
}
footer .footer-container {
  padding: 30px;
  background: whitesmoke;
  text-align: center;
  margin: 0 auto;
}
footer .footer-container p, footer .footer-container a {
  color: #646464;
  margin: 0;
  font-size: 10pt;
}

section.table .table-container table.table tbody tr td a {
  text-decoration: underline;
}
section.table .table-container table.table tbody tr td span.false {
  display: none;
}

.no_label label {
  display: none;
}

.source-img-viewer {
  margin: 0 auto;
  max-width: 500px;
}

section.info td:nth-of-type(1) {
  width: 200px;
  font-size: 80%;
}

#map {
  height: 600px;
}

.leaflet-control-attribution.leaflet-control {
  display: none;
}

#collapseFullText {
  transition: none;
}
#collapseFullText:not(.show) {
  display: block;
  max-height: 200px;
  overflow: hidden;
}

#show-hide-full-text-button.collapsed .button-hide {
  display: none;
}
#show-hide-full-text-button.collapsed .button-show {
  display: inline;
}
#show-hide-full-text-button:not(.collapsed) .button-hide {
  display: inline;
}
#show-hide-full-text-button:not(.collapsed) .button-show {
  display: none;
}

.pagination {
  margin-top: 40px;
}
.pagination .page-item a.page-link {
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3c3c3c;
  text-decoration: none;
}
.pagination .page-item.active a.page-link {
  color: white;
  box-shadow: none;
  background-color: lightgrey;
  border-color: lightgrey;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
}

.grey {
  color: grey;
}

ul {
  list-style-type: square;
}

a {
  color: black;
}

a:hover {
  color: royalblue;
}

strong {
  color: #5a5a5a;
}

.page {
  width: 90%;
  margin: 60px auto;
}

.page a {
  text-decoration: underline;
}

.hidden {
  display: none !important;
}

.orderable a {
  text-decoration: none;
}

td.fit {
  white-space: nowrap;
  width: 1%;
}

.submission-row {
  text-align: center;
}

.form-row-centered {
  display: flex;
  justify-content: center;
}

button.btn.btn-primary {
  background: #8f8f8f;
  border-color: grey;
}

button.btn.btn-primary:hover {
  background: grey;
  border-color: grey;
}

.form-control {
  border-color: grey !important;
}

.form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(122, 122, 122, 0.6) !important;
}

main.site-content {
  max-width: 1024px;
  width: 100%;
}
main.site-content h1, main.site-content h2, main.site-content h4 {
  font-family: Oswald, serif;
}

#admin-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 170%;
  position: fixed;
  right: 30px;
  bottom: 30px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-family: Oswald, serif;
  font-weight: bold;
  color: white;
  background: firebrick;
  z-index: 1000;
}

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