.d-sm-flex {
}

#legal {
  font-size: 16px;
  line-height: 20pt;
  margin-top: 8px;
  margin-bottom: 0px;
  color: white;
}

#navcol-1 {
  /*font-size: large;*/
}

.caption {
  font-size: small;
}

#navbar {
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: white;
}

.navbar-light .navbar-nav .nav-link {
  color: white;
}

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

a {
  color: black;
}

#text-3 {
  text-align: right;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  /*text-align: left;*/
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

a:hover {
  color: black;
  text-decoration: none;
  text-shadow: 1px 1px rgba(200,200,200,0.85);
}

.row.row-cols-2.flex-row.flex-grow-1.flex-shrink-1.flex-fill.filtr-container {
}

@media (min-width:768px) {
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

