@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
    scroll-behavior: smooth !important;
}

.header {
    background-image: linear-gradient(to bottom right, #00384ee8, #012235f1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    padding: 2rem 2rem;
    color: black;
    height: 13vh;
    transition: top 0.3s;
    z-index: 1000;
}

footer {
    background-color: rgb(31, 74, 81);
    position: relative;
    left: 0;
    width: 100%;
    height: 5vh;
    display: flex;
    align-items: center;
    color: black;
    padding: 0 !important;
    margin: 0 !important;
}

.nav-container {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px;
}

.nav-button {
    display: inline-block;
    margin-left: 2px;
    padding: 10px 20px;
    color: white;
    background-color: #2d737e;
    transition: background-color 0.3s;
    border-radius: 5px;
    text-decoration: none;
}

.nav-button:hover {
    background-color: #47a0ad;
    color: white;
    text-decoration: none;
}

.nav-button:active {
    background-color: #0f272b;
    color: white;
    text-decoration: none;
}

.gradient-line {
    position: absolute;
    height: 5px; /* Thickness of the line */
    width: 100%;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom right, #00dade7a, #5900ff75)
  }  

.center {
    background-image: url("../images/test.jpg");
    padding: 10px;
    padding-top: 15vh; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
    min-height: 95vh;
    margin: 0; 
}

.team_name {
    color: white;
    text-align: left;
    font-size: 32px;
    font-weight: 500;
}

body {
    margin: 0; 
    padding: 0; 
}

h1 {
    color: white;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 1px;
}

h2 {
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-weight: 450;
    letter-spacing: 1px;
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(to bottom right, #005b5cf1, #1b004edc) 1 stretch;
    border-image-slice: 1;
}

h3 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 400;
    margin-right: auto;
}

.main-section-flex {
    margin-top: 15px;
    background-color: rgb(8, 35, 46);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 93%;
    padding: 15px;
}

.section-img {
    max-width: 90%;
    height: auto;
    border: 1px solid #0f272b;
    border-radius: 10px;
}

.text-container {
    display: flex;
    flex-direction: column !important;
    justify-content: left;
    width: 50%;
    padding: 15px;
}

.text-container-full {
    justify-content: left;
    width: 100%;
    padding: 30px;
}

.img-container {
    margin-left: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 15px;
}

.team-card-container {
    display: flex;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    justify-content: space-around;
    text-align: center;
}



.main-section {
    background-color: rgb(8, 35, 46);
    align-items: left;
    justify-content: left;
    width: 93%;
    padding: 15px;
}

.pdf-grid {
    display: grid;
    grid-template-columns: .5fr .5fr .5fr;
    grid-gap: 50px;
    margin: 0 auto;
    width: 80%;
}

.pdf-item {
    padding: 8px;
    text-align: center;
}

.pdf-item object {
    width: 100%;
    height: 300px;
}

.jumbotron {
    min-height: 45vh;
}

.neon-blue-gradient-border {
    border: 4px solid transparent;
    border-image: linear-gradient(to bottom right, #005a5c7a, #5900ff75) 1 stretch;
    border-image-slice: 1;
}

.card-body {
  background-color: rgb(43, 44, 49);
}

.card {
  color: white;
  border: 3px solid transparent;
  border-image: linear-gradient(to bottom right, #005b5cf1, #1b004edc) 1 stretch;
  border-image-slice: 1;
  border-radius: 10px;
}

#sponsor-image {
    border: 2px solid transparent;
    border-image: linear-gradient(to bottom right, #00daded3, #9900ffe3);
    border-image-slice: 1;

}

.logo {
    height: 100px;
    width: 100px;
    margin-right: 15px;
}

.enlarge {
    transition: transform 0.3s ease;
}
  
.enlarged {
    transform: scale(1.02);
}

.enlarge-on-hover {
    transition: transform 0.3s ease;
}

.enlarge-on-hover:hover {
    transform: scale(1.05);
}

#schedule {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%; /* Adjust width as needed */
}

li {
    color: rgb(255, 255, 255);
    font-size: 19px !important;
    font-weight: 400;
    margin-right: auto;
}
