@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Limelight&display=swap');

/* Universal Styles */
* {
    font-family: Poppins, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    background-color: #f8f8f8;
}
::-webkit-scrollbar {
    width: 7px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #c2c2c2; 
    border-radius: 8px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #8d8d8d; 
  }
/* Header and Navbar */

#schooltxt {
    margin-top: -25px;
    z-index: 10;
}

#V {
    font-size: 40px;
    font-family: dm-serif-text;
    font-weight: bold;
}

#headertext {
    font-size: 30px;
    font-family: dm-serif-text;
    font-weight: bold;
    z-index: 10;
}
#headertxt {
    font-size: 23px;
    font-weight: bold;
    font-family: dm-serif-text;
    z-index: 10;
}
#header {
    top:0;
    background-color: rgb(178, 2, 2);
    color: rgb(255, 255, 110);
    padding: 50px;
    z-index: 10;
    margin-top:40px;
    width: 100vw;
    height: 120px;
    text-align: center;
    position:fixed;

}

#topBlack {
    top:0;
    height: 30px;
    padding:10px;
    background-color: rgb(20, 19, 19);
    position: fixed;
    color: white;
    margin-top: 10px;
    width: 100vw;
    z-index: 10;
    text-align: right;
}

#homelink {
    top:0;
    cursor: pointer;
    margin-right: 20px;
}

#topYellow{
    top:0;
    height: 10px;
    background-color: yellow;
    width: 100vw;
    position: fixed;
    z-index: 10;
}

#btmYellow{
    top:0;
    z-index: 10;
    height: 10px;
    background-color: yellow;
    width: 100vw;
    position: fixed;
    margin-top: 160px;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.099);
}

#logo {
    height: 150px;
    position: absolute;
    top: 10px;
    left: 10px;
    margin-top: -30px;
} 

.menu {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
  }
  
  .bar1, .bar2, .bar3 {
    width: 25px;
    height: 2px;
    background-color: #000000;
    margin: 6px 0;
    transition: 0.4s;
  }
  
  .change .bar1 {
    margin-top: 10px;
    transform: translate(0, 5px) rotate(-45deg);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
  }


#menudrop {
    display: none;
    position: absolute;
    background-color: white;
    z-index: 20;
    width: 180px;
    right: 20px;
    top: 50px;
    border-radius: 8px;
    padding: 10px;
    margin-top: 35px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.menuElement {
    color: black;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}

.menuElement:hover {
    background-color: whitesmoke;
}

/* Individual Page Styles */
#missionStatement {
    margin-left: 10px;
    height:250px;
    background-color: rgb(240, 240, 240);
    padding:20px;
    border-radius: 8px;
    width: 70vw;
    display: inline-block;
    
}

#updates {
  margin-top: -250px;
    position: absolute;
    border-radius: 8px;
    margin-left: 73vw;
    padding: 10px;
    background-color: #e4e4e4;
    width:350px;
    height:fit-content;
}

#bgimg {
    margin-left: 10px;
    margin-top: -300px;
    margin-bottom: 50px;
    width: 70vw;
    border-radius: 8px;
}

#redontop {
    position:absolute;
    z-index: 2;
    height:45px;
    width: 350px;
    background-color: rgb(178, 2, 2);
    padding-left: 20px;
    padding-top: 10px;
    margin-top:-250px;
    margin-left: 73vw;
    color: rgb(243, 243, 1);
}

#quickLinks {
    margin-left: 20px;
    font-size: larger;
}

#missiontxt{
    font-size: larger;
    font-style: italic;
    width: 66vw;
}

/* Image Gallery */
.mySlides {display: none}
img {
    vertical-align: middle;
    border-radius: 12px;
}
.slideshow-container {
    max-width: 27%;
    max-height: 300px;
    position: relative;
    overflow: hidden;
    margin: auto;
    border-radius: 12px;
    box-sizing: border-box;
    margin-left: 72vw;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    background-color: rgba(120, 14, 14, 0.573);
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 8px 8px 0;
    user-select: none;
    box-sizing: border-box;
    margin:0;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 8px 0 0 8px;
    box-sizing: border-box;
    margin:0;
  }
  
  .prev:hover, .next:hover {
    background-color: rgba(71, 4, 4, 0.788);
  }
  
  /* Caption text */
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #da5353;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    box-sizing: border-box;
    margin:0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    box-sizing: border-box;
    margin:0;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
    box-sizing: border-box;
    margin:0;
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
  }




/* Media Queries */
@media screen and (max-width: 768px) {
    div {
        -webkit-tap-highlight-color: transparent;
    }
    #missionStatement {
        width: 90vw;
        height:500px;
    }
    #missiontxt {
        width: 80vw;
    }
    #redontop {
        position:absolute;
        z-index: 2;
        height:45px;
        width: 100vw;
        background-color: rgb(178, 2, 2);
        padding-left: 20px;
        padding-top: 10px;
        margin-top: 50px;
        margin-left: 0;
        color: rgb(243, 243, 1);
    }
    #updates {
        margin-top: 50px;
        margin-left: 0;
        width: 100vw;
    }

    #bgimg {
        width: 90vw;
        height: 40vh;
        margin-left: 5vw;
        margin-top: 350px;
    }
    
    /* Image Gallery */
  .mySlides {display: none}
  img {
      vertical-align: middle;
      border-radius: 12px;
  }
  .slideshow-container {
      max-width: 90vw;
      max-height: 90vh;
      position: absolute;
      overflow: hidden;
      border-radius: 12px;
      box-sizing: border-box;
      margin-left: 5vw;
      margin-top:730px;
  }
    
  /* Next & previous buttons */
  .prev, .next {
      cursor: pointer;
      position: absolute;
      top: 50%;
      width: auto;
      padding: 16px;
      margin-top: -22px;
      color: white;
      background-color: rgba(120, 14, 14, 0.573);
      font-weight: bold;
      font-size: 18px;
      transition: 0.6s ease;
      border-radius: 0 8px 8px 0;
      user-select: none;
      box-sizing: border-box;
      margin:0;
    }
    
    /* Position the "next button" to the right */
    .next {
      right: 0;
      border-radius: 8px 0 0 8px;
      box-sizing: border-box;
      margin:0;
    }
    
    .prev:hover, .next:hover {
      background-color: rgba(71, 4, 4, 0.788);
    }
    
    /* Caption text */
    
    /* Number text (1/3) */
    .numbertext {
      color: #da5353;
      font-size: 12px;
      padding: 8px 12px;
      position: absolute;
      top: 0;
      box-sizing: border-box;
      margin:0;
    }
    
    .dot {
      cursor: pointer;
      height: 15px;
      width: 15px;
      margin: 0 2px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.6s ease;
      box-sizing: border-box;
      margin:0;
    }
    
    .active, .dot:hover {
      background-color: #717171;
    }
    
    /* Fading animation */
    .fade {
      animation-name: fade;
      animation-duration: 1.5s;
      box-sizing: border-box;
      margin:0;
    }

    /* Header and Navbar */
    #schooltxt {
        margin-top: -45px;
        z-index: 10;
    }
    
    #V {
        font-size: 30px;
        font-family: dm-serif-text;
        font-weight: bold;
    }
    
    #headertext {
        font-size: 20px;
        font-family: dm-serif-text;
        font-weight: bold;
        z-index: 10;
    }
    #headertxt {
        font-size: 15px;
        font-weight: bold;
        font-family: dm-serif-text;
        z-index: 10;
    }
    #header {
        top:0;
        background-color: rgb(178, 2, 2);
        color: rgb(255, 255, 110);
        padding: 50px;
        z-index: 10;
        margin-top:40px;
        width: 100vw;
        height: 100px;
        text-align: center;
        position:fixed;
    
    }
    
    #topBlack {
        top:0;
        height: 30px;
        padding:10px;
        background-color: rgb(20, 19, 19);
        position: fixed;
        color: white;
        margin-top: 10px;
        width: 100vw;
        z-index: 10;
        text-align: right;
    }
    
    #homelink {
        top:0;
        cursor: pointer;
        margin-right: 20px;
        margin-top: 10px;
    }
    
    #topYellow{
        top:0;
        height: 10px;
        background-color: yellow;
        width: 100vw;
        position: fixed;
        z-index: 10;
    }
    
    #btmYellow{
        top:0;
        z-index: 10;
        height: 10px;
        background-color: yellow;
        width: 100vw;
        position: fixed;
        margin-top: 140px;
        box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.099);
    }
    
    #logo {
        height: 60px;
        position: absolute;
        margin-top: -50px;
        margin-left: -30px;
    } 
    
    .menu {
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 20px;
        color: white;
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.4);
        border-radius: 5px;
      }
      
      .bar1, .bar2, .bar3 {
        width: 25px;
        height: 2px;
        background-color: #000000;
        margin: 6px 0;
        transition: 0.4s;
      }
      
      .change .bar1 {
        margin-top: 10px;
        transform: translate(0, 5px) rotate(-45deg);
      }
      
      .change .bar2 {opacity: 0;}
      
      .change .bar3 {
        transform: translate(0, -11px) rotate(45deg);
      }
    
    
    #menudrop {
        display: none;
        position: absolute;
        background-color: white;
        z-index: 20;
        width: 180px;
        right: 20px;
        top: 50px;
        border-radius: 8px;
        padding: 10px;
        margin-top: 35px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        opacity: 0;
        transform: translateY(-10px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }
    
    .menuElement {
        color: black;
        padding: 8px;
        border-radius: 5px;
        cursor: pointer;
        text-align: center;
    }
    
    .menuElement:hover {
        background-color: whitesmoke;
    }
}

