.navbar {
  transition: top 0.5s ease;
}

.navbar-hide {
  top: -60px;
}

.jumbotron {
  background-color: #ffffff;
  background-image: url("./files/header.png?2");
  background-position: center bottom;
  min-height: 100px;
  margin-top: 40px;
  margin-bottom: -5px;
  color: #000000;
}

.bg-main {
  background-color: #dc1b24;
}

.img-logo {
  height: 30px;
  vertical-align: middle;
  margin-bottom: 4px;
}

.social-cursor {
  cursor: pointer;
}

.social-link {
  float: right;
  margin-left: 7px;
  margin-top: -20px;
  border-radius: 5px;
}

.gearbox {
  display: flex;
  justify-content: space-between;
}

.gear_left {
  position: fixed;
  bottom: 0px;
  left: -35px;
  width: 50px;
  height: auto;
  z-index: 1000;
}

.gear_right {
  position: fixed;
  bottom: 0px;
  right: -35px;
  width: 50px;
  height: auto;
  z-index: 1000;
}

.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;
}

.map-pane {
  width: 100%;
  height: 600px;
  border-style: solid;
  border-width: 1px;
}

#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;
}
