#video-loading-screen {
  background: url("/images/video-loading.avif");
  background-size: cover;
  background-position: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#video-loading-screen .spinner-border {
  scale: 2.5;
  margin: auto;
}

/* START ABOUT */
#house-washing-rig {
  width: 100vw;
}

#about-banner {
  margin: 0px;
}
/* END ABOUT */

/* HERO */
#hero-banner {
  position: absolute;
}

#hero h1 {
  text-transform: uppercase;
  font-size: x-large;
}
/* sets video background and hero side by side for wide screens */
@media (min-width: 720px) {
  #landing {
    display: flex;
    flex-direction: row;
    /* margin-top: 105px; */
  }

  .video-background {
    width: 50vw;
    min-height: 100vh;
  }

  .video-background #video {
    width: 50vw;
    /* background-attachment: initial; */
    position: absolute;
  }

  #hero {
    width: 50vw;
    position: initial;
  }

  #hero .hero-container {
    background: rgb(23 30 27);
  }

  #hero-banner {
    width: 50vw;
    bottom: 0px;
    background-color: #cdcdcd;
  }

  /* switch background video to higher resolution*/
  .small-video {
    display: none !important;
  }
}

.more-info-btn {
  margin-top: 10px;
}

#services .card-body {
  display: flex;
  flex-direction: column;
}

#services .card-body h3 {
  font-size: 1.25rem;
}

/* blog section */

#blog {
  max-width: 650px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card {
  width: 100%;
  margin-top: 5px;
  margin-left: 3px;
  margin-right: 3px;
  border: 3px solid rgb(179 194 219);
}

#blog .img-container {
  display: flex;
  flex-direction: column;
}

.more-blog-posts-btn {
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  max-width: 300px;
  width: 300px;
}
