html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

html,
body {
  height: auto;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
}

.main-content-wrapper {
  height: calc(100vh - 56px - 70px);
  overflow-y: auto;
}

footer {
  position: fixed !important;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.text-indent {
  text-indent: 1.5rem;
}
.h-10 {
  height: 10%;
}

.h-15 {
  height: 15% !important;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15% !important;
}

.main-content-wrapper {
  height: calc(100vh - 56px - 70px);
  overflow-y: auto;

  padding-bottom: 80px;
}

.video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -2;
}

.video-background video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.navbar,
main {
  position: relative;
  z-index: 10;
}

.navbar.bg-dark {
  background-color: rgba(33, 37, 41, 0.95) !important;
}

#content-container .card {
  background-color: rgba(255, 255, 255, 0.95);
  border: none;
}

footer .bg-dark {
  background-color: rgba(33, 37, 41, 0.9) !important;
}

.main-content-wrapper {
  height: calc(100vh - 56px - 70px);
  overflow-y: auto;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  #services-card {
    margin-top: 2.5rem;
  }

  .mobile-hidden {
    display: none !important;
  }

  #services-template {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
