.stirnbutton {
    background-color: red;
    border-color: red;
    transition: .3s;
}

.stirnbutton:hover {
    background-color: grey;
    border-color: grey;
    transform: scale(1.1);
    transition: .3s;
}

.stirnbutton:active {
    background-color: red;
    border-color: white;
    transition: .3s;
}

/* .heading {
    color: white;
    font-size: 5rem;
} */

.team-box-big {
    background-color: red;
    color: red;
    text-decoration: dashed;
}

.ticket-button {
    scale: 75% !important;
    font-size: 1.25em;
}



.thumbblock {
    background-color: #212529 !important;
    padding: 0 !important;
    /* position: absolute;
    text-align: center;
    color: white; */
    overflow: hidden;
    transition: .3s ease;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-radius: 9px;
}

.thumbcontainer:hover {
    transform: scale(1.1);
}

.thumbcontainer:hover .blocktext {
    opacity: 1;
    transform: scale(.9em);
}

.thumbcontainer:hover .thumbnail {
    opacity: .7;
}

.thumbcontainer:hover .blocktext {
    background-color: grey;
}

.thumbnail {
    transition: .3s ease;
}

.blockmiddle {
  transition: .3s ease;
  opacity: 1;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  text-align: center;
  border-radius: 14px;
}

.blocktext {
color: white;
background-color: red;
text-decoration: bold;
padding: 5px 32px;
font-size: 24px;
border-radius: 50px;
transition: .2s;
border: 3px;
text-align: center;
}

.blocktext:hover {
    background-color: grey;
    border: 3px;
    border-color: red;
    transform: scale(1.1);
}


/* .vrtext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(650%, -150%);
} */



.thumbcontainer {
    position: relative; 
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    transition: .3s ease;
    border-radius: 7px;
    justify-content: center;
    cursor: pointer;
}

.image-container img {
    width: 100%;
    height: auto;

}

.thumbcontainer .blockmiddle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
     /* Make sure the hover effect does not affect the text */
}

.thumbcontainer .blockmiddle:hover {
    background-color: grey;
}

/* .vidcontainer {
    position: relative; 
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    transition: .3s ease;
    max-width: 100%;
    border-radius: 7px;
    justify-content: center;
    background-color:#212529 ;
} */

.vidblock {
    background-color: black !important;
    padding: 1% !important;
    margin: 0;
    /* position: absolute;
    text-align: center;
    color: white; */
    overflow: hidden;
    transition: .3s ease;
    justify-content: center;
    text-align: center;
    width: 100%;
    /* height: 480px; */
}

.pop {
    transform: scale(.3em);
}

.myfooter {
    text-align: center;
    justify-content: center;
    padding: 5px;
}

.foottext {
    align-self: center;
    font-size: 15px;
    color: white;
    left: 50%;
    text-align: center;
    padding: 5px;
}

.docButton {
    position: absolute;
    top: 85%;
    left: 79%
}

.nav-link {
    color: white;
}

.options {
    display: flex; /* Enables Flexbox layout */
    justify-content: space-evenly; /* Distributes buttons evenly */
    align-items: center; /* Aligns buttons vertically */
    padding: 30px;
    position: absolute;
    top: 113%;
    left: -90%;
    opacity: 0;
    transition: .3s;
}


.tutdrop {
    padding: 10px 20px;
    border: none;
    border-radius: 50px; /* Makes buttons pill-shaped */
    background-color: red;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.tutdrop:hover {
    background-color: grey; /* Hover effect */
}

.navbar {
    background-color: #666666;
    height: 80px;
    transition: .5s ease;

}



/* header {
    background-color: #1a1a1a;
    color: white;
    text-align: center;
    padding: 2rem 1rem;
    font-size: 2rem;
} */

.container {
    /* max-width: 1100px; */
    max-width: 100%;
    margin: 2rem auto;
    padding: 0 1rem;
}

h2 {
    text-align: center;
    color: white;
    margin-bottom: 2rem;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}

.file-card {
    background: rgb(102, 102, 102);
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.file-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.file-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: red;
}

.file-name {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: white;
}

.download-btn {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.4rem 1rem;
    background-color: #007bff;
    color: white;
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
    transition: .3s;
}

.download-btn:hover {
    background-color: #0056b3;
}

footer {
    text-align: center;
    color: #888;
    padding: 2rem 1rem;
    font-size: 0.9rem;
}

.construction {
    position: relative;
    left: 35%;
}

img {
    max-width: 100%;
    height: auto;
}

table {
    width: 100%;
    border-collapse: separate;
    text-align: center;
    align-self: center;
    border-spacing: 10px;
    table-layout: fixed;
  }
  th, td {
    padding: 10px;
    text-decoration: none;
    justify-content: center;
  }

  th {
    font-size: larger;
  }
  tr:nth-child(even) {
    background-color: #212529; /* Light gray */
  }
  tr:nth-child(odd) {
    background-color: black; /* White */
  }

  .more-content {
    position: relative;
    left: 38%;
  }

  th:first-child,
td:first-child {
  text-align: right;
  padding: 15px;
}

th:last-child,
td:last-child {
  text-align: left;
}

.left-column {
    align-items: center;
}

.logo img {
    height: 3vw;
    width: auto;
}

.logo {
    position: relative;
    left: 3%;
}

@media (max-width: 768px) { /* mobile screens */
    .stirnimg {
      height: 100%;           /* your desired fixed height */
      width: auto;
      object-fit: cover;       /* crop instead of squish */
      object-position: center; /* keep the subject centered */
    }
    .logo {
        position: relative;
        left: 3%;
    }
    .logo img {
        height: 10vw;
        width: auto;
    }
    .navbar-toggler {
        position: relative;
        top: 2%;
        padding-right: 2%;
    }
  }
  
  .navbar nav {
    justify-content: right;
    align-items: right;
  }
.nav-right {
    position: relative;
    right: auto;
    left: auto;
}

.floatingbutton {
    left: 1%;
    top: 94%;
    z-index: 9999;
}

body {
    transition: .5s ease;
}
/* nav {
   
} */

/* justify-self: right;
    justify-content: right;
    align-items: right; */