.navbar {
  transition: top 0.5s ease;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.navbar-hide {
  top: -60px;
}

.jumbotron {
  background-color: #ffffff;
  background-image: url("./files/header.png");
  background-position: center bottom;
  max-height: 200px;
  margin-top: 60px;
  margin-bottom: 3px;
}

.footer {
  transition: bottom 0.5s ease;
}

.footer-hide {
  bottom: -60px;
}

.text-responsive-200 {
  font-size: calc(100% + 2vw + 2vh);
}

.text-responsive-175 {
  font-size: calc(100% + 1.75vw + 1.75vh);
}

.text-responsive-125 {
  font-size: calc(100% + 1.25vw + 1.25vh);
}

.text-responsive-80 {
  font-size: calc(100% + 0.8vw + 0.8vh);
}

.text-responsive-50 {
  font-size: calc(100% + 0.5vw + 0.5vh);
}

.text-responsive-sm {
  font-size: 0.875em;
}

.btn-md {
  width: 100px;
}

.btn-wx {
  width: 150px;
}

.img-xl {
  height: 48px;
}

.img-lg {
  height: 36px;
}

.img-md {
  height: 24px;
}

.img-sm {
  height: 18px;
}

.img-xs {
  height: 9px;
}

#copyright {
  text-align: center;
  padding: .3em;
}

#copyright a {
  color: #dddddd;
  text-decoration: none;
}

.top-spacer {
  margin-top: 60px;
}

.bottom-spacer {
  padding: 10px;
  padding-right: 11px;
  margin-bottom: 90px;
}

.clickable-row {
  cursor: pointer;
}

div.item {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  width: 40px;
}

.caption {
  display: block;
  font-size: 7px;
}
