.navbar {
  transition: top 0.5s ease;
}

.navbar-hide {
  top: -60px;
}

.jumbotron {
  background-color: #000000;
  background-position: center bottom;
  min-height: 250px;
  margin-top: 50px;
}

.jumbotron-text {
  color:#ffffff;
  text-shadow: 1px 1px 1px #000000;
  margin-top: -20px;
}

.accent {
  transition: top 1.00s ease;
  position: absolute;
  width: 200px;
  top: 140px;
  left: 50%;
  transform: translate(-50%); 
}

.accent-show {
  top: 140px;
}

.accent-hide {
  top: -600px;
}

.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-50 {
  font-size: calc(100% + 0.5vw + 0.5vh);
}

.btn-wd {
  width: 200px;
}

.btn-md {
  width: 100px;
}

.clip {
  width: 300px;
}

#copyright {
  text-align: center;
  color: #DDDDDD;
  padding: .3em;
}

#copyright a {
  color: #DDDDDD;
  text-decoration: none;
}

.top-spacer {
  margin-top: 60px;
}

.bottom-spacer {
  margin-bottom: 200px;
}

.bottom {
  z-index: -1000;
}

.grecaptcha-badge {
  z-index: 99999;
  bottom: 50px !important;
}

.table-thumbnail {
  width:100px;
  height:auto;
}

.card-deck {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: .5rem;
}

.carousel.pointer-event {
  touch-action: pan-y pinch-zoom;
}

.container-store {
  padding-top: 20px;
}

.store-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.store-description {
  height: 100px;
  overflow-x: hidden;
  overflow-y: auto;
}

.store-image {
  width: 100%;
  height: 20vw;
  object-fit: contain;
}

.view-image {
  width: 100%;
  height: 80vw;
  object-fit: contain;
}

.clickable-row {
  cursor: pointer;
}

.findable-row {
  cursor: pointer;
}
