html, body {
  margin: 0;
  padding: 0;
  background-color:rgba(33, 37, 41, 65%)
}
.separator {
  display: flex;
  align-items: center;
  text-align: center;
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #999;
}

.separator:not(:empty)::before {
  margin-right: 1em;
}

.separator:not(:empty)::after {
  margin-left: 1em;
}

video {
  width: auto;
  height: auto;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

.badge {
  font-size: 1.75em;
}

h1 span {
  background-color:rgba(33, 37, 41, 65%);
  display: inline-block;
  width: 1.2em;
  text-align: center;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section {
  padding-bottom: 50px;
  z-index: 5;
  width: 100%;
  position: relative;
}

.section-header {
  padding-bottom: 1rem;
}

#bgvideo {
  display: block;
}

/* .row {
  padding-bottom: 1em;
} */

@media (max-width: 992px) {
  #bgvideo { display: none; }
  section.video-header {
    background-size: cover; background-position: center center; background-repeat: no-repeat; background-image: url('/images/bathroom-tiles-bg.jpg');
  }
}

@media (min-width: 992px) {
  .stuck #navbar.sticky-top h1 {
    transform: scale(0.75);
    transition: transform 0.3s;
  }
}

section.container {
  padding-top: 1rem;
}

.bg-grey-light {
  background-color: #eeeeee;
  color: white;
}

.carousel-inner {
  border-radius: 10px;
  background-color: rgba(0,0,0,0);
  border-color: white;
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
}

.sticky-top {
  transition: all 0.25s ease-in;
}

.stuck #navbar.sticky-top {
  background-color:rgba(33, 37, 41, 95%);
  padding-top: .4rem !important;
  padding-bottom: .1rem !important;
}

#gallery {
  background-color: #333;
  padding-top: 1.5rem;
}
