

.carousel-indicators img {
  border: 1px solid #ccc;
  margin: 3px;
}
.carousel-indicators [data-target] {
    width: 100px;
    height: 60px;
}
.carousel-indicators {
    width: 100%;
    left: 30%;
    overflow: auto;
    justify-content: normal;
    display: flex;
}
.carousel-indicators {
    bottom: -90px;
}

.carousel-control-prev, .carousel-control-next {
    background-color: #999;
}
.carousel-caption {
    bottom: 3.25rem;
}


.lightboxx {
  /* Default to hidden */
  display: none;

  /* Overlay entire screen */
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  /* A bit of padding around image */
  padding: 1em;

  /* Translucent background */
  background: rgba(0, 0, 0, 0.8);
}

/* Unhide the lightboxx when it's the target */
.lightboxx:target {
  display: block;
}

.lightboxx span {
  /* Full width and height */
  display: block;
  width: 100%;
  height: 100%;

  /* Size and position background image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@font-face {
  font-family: "bauhaus";
  src: url("../../Bauhaus_.ttf") format("truetype");; 
}

.bauhaus-title{
  font-family: "bauhaus", sans-serif;
}

.mb-2{
  margin-bottom: 2px;
}

small{
    font-size: 12px;
    padding-left: 1px;
}


.process .square {
    width: 25px;
    height: 25px;
    display: inline-block;
}

.process .complete {
    background-color: #06b050;
}

.process .current {
    border: 1px solid #222;
    background-image: url('../../img/process_pending.png');
}

.process .start {
    border: 1px solid #222;
}

.process .text {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;

}

@media (max-width: 480px){
.display-1{
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.05em;
  margin:0;
}
}