@media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .2rem; }
}
.cover-container {
  max-width: 42em;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

h2{
  color:white;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

.video-background-container {
  position: relative;
  width: 100%;
  height: 100vh; /* Adjust height as needed (e.g., 400px or 100vh) */
  overflow: hidden; /* Hides video overflow */
}

/* Force the video to take up all space and act as a cover image */
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Keeps aspect ratio while covering the box */
  z-index: -1; /* Pushes the video behind the content */
}

        .text-bluesky { color: #1877F2; }
        .bg-bluesky { background-color: #1877F2; color: white; }
        
        .text-tiktok { color: #18cef2; }
        .bg-tiktok { background-color: #18cef2; color: white; }
        
        .text-instagram { color: #E1306C; }
        .bg-instagram { background-color: #E1306C; color: white; }
        
        .text-discord { color: #410ac2; }
        .bg-discord { background-color: #410ac2; color: white; }

        /* Hover effect helper */
        .social-hover:hover {
            opacity: 0.85;
            transition: opacity 0.2s ease-in-out;
        }

.outer {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  min-width: 400px;
  width:50%;
  /* Whatever width you want */
}
