 body {
            margin: 0;
            text-align: center; /* Center align the content */
            overflow-x:hidden;
        }

#groupPicContainer {
            position: relative;
        }

#groupPic {
            width: 100vw;
            height: auto; /* 100% of viewport height */
            object-fit: cover;
        }
 #title {
            position: absolute;
            top: 50%; /* Center vertically */
            left: 50%; /* Center horizontally */
            transform: translate(-50%, -50%); /* Center both horizontally and vertically */
            padding: 1em;
            border-radius: 1em;
            font: 3vw/1.4 Georgia, serif;
            color: white;
            text-shadow: 0.07em 0 black, 0 0.07em black, -0.07em 0 black, 0 -0.07em black;
        }

        .quote {
            background-color: #eee;
            padding: 1em;
            border-radius: 1em;
            display: inline-block;
            font: 1.2rem/1.4 Georgia, serif;
            float: right;
            position:absolute;
            opacity:.9;
            transition-duration: .3s;
            width:30%;

        }
        .quote:hover {
            cursor: pointer;
            opacity:1;
            height: 30vw;
             font: 2.2rem/1.4 Georgia, serif;
            transition-duration:.3s;
        }
        .quote figcaption,
        .quote blockquote {
            margin: 1em;
        }
.heading{
    text-align:center;
    font-size:3vw;
}
.text p {
    font-size:1.5vw;
    margin-left:20vw;
    margin-right:20vw;
    text-align: left;
}
.list{
  font-size:1.6vw;
    margin-left:20vw;
    margin-right:20vw;
    text-align: left;
    list-style: square;
}
.heading2{
  font-size:2.1vw;
  margin-left:20vw;
    margin-right:20vw;
    text-align: left;
}
@media screen and (min-width:501px) and (max-width:1100px){
    .list{
        font-size: 2vw;
    }
}
@media screen and (max-width:1300px) and (min-width:1001px){
    .text p {
        font-size: 2vw;
    }
}
@media screen and (max-width:500px) {
.text p {
    font-size:5vw;
        margin-left:5vw;
    margin-right:5vw;
}
 #title {
            font-size: 5vw;
        }
.text h1{
    font-size:8vw;
    text-align: left;
    margin-left: 5vw;
}
.text h2{
    font-size:5.5vw;
    text-align: left;
    margin-left: 5vw;
}
.list{
    font-size: 5vw;
}
#groupPic{
    width:100vw;
    border-bottom: 5px solid rgba(145,137,137,0.8) ;
}
#title {
    font-size:10vw;
    top: 25%;
}
}
@media screen and (max-width:800px) and (min-width:500px) {
.text p {
    font-size:4vw;
        margin-left:10vw;
    margin-right:10vw;
}
 #title {
            font-size: 6vw;
        }
.text h1{
    font-size:7vw;
    text-align: left;
    margin-left: 5vw;
}
.text h2{
    font-size:5vw;
    text-align: left;
    margin-left: 5vw;
}
.list{
    font-size: 5vw;
}}
@media screen and (max-width:1000px) and (min-width:801px){
    .text p {
        font-size: 3vw;
        margin-left: 7vw;
        margin-right:7vw;
    }
    .heading2{
        margin-left:5vw;
        font-size:3vw;
    }
    #title{
        font-size:5vw;
    }
    .text h1{
        font-size: 4.5vw;
    }

}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
#openNav{
    font-size:5vw;
    cursor:pointer;
    position: fixed;
    z-index:1;
    left: 0;
}
.menu-btn {
 text-align: left;
 position: fixed;
 left:0%;
 top: 2%;
 display: flex;
 justify-content: center;
 z-index: 2;
 align-items: center;
 width: 80px;
 height: 80px;
 color: red;
 cursor: pointer;
 transition: all .5s ease-in-out;
}

.menu-btn__burger {
  width: 50px;
  height: 6px;
  background: #808080;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(255,101,47,.2);
  transition: all .5s ease-in-out;
}
.menu-btn__burger::before,
.menu-btn__burger::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 6px;
  background: #808080;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(255,101,47,.2);
  transition: all .5s ease-in-out;
}
@media screen and (max-width:800px){
    .menu-container {
  position: fixed;
  left: 1%;
  top: 3%;
  z-index: 2;
  width: 65px; /* Adjust the width as needed */
  height: 65px; /* Adjust the height as needed */
  background: rgba(255, 255, 255, 0.5); /* Transparent grey color */
  display: flex;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}
.menu-btn {
position:relative;
}
.menu-btn__burger, .menu-btn__burger::before,
.menu-btn__burger::after {
    background:black;
    width:35px;
    height: 5px;
}
}
.menu-btn__burger::before {
  transform: translateY(-16px);
}
.menu-btn__burger::after {
  transform: translateY(16px);
}
/* ANIMATION */
.menu-btn.open .menu-btn__burger {
  transform: translateX(-50px);
  background: transparent;
  box-shadow: none;
}
.menu-btn.open .menu-btn__burger::before {
  transform: rotate(45deg) translate(35px, -35px);
}
.menu-btn.open .menu-btn__burger::after {
  transform: rotate(-45deg) translate(35px, 35px);
}
.social-icons i{
    margin: 1vw;
    font-size:5vw;
    text-decoration: none;
}
.social-icons .facebook{
    color:blue;
}
.social-icons .youtube{
    color:red;
}
.social-icons .instagram {
  display: inline-block;
  padding: 10px; /* Adjust padding as needed */
  background: transparent; /* Set background to transparent */
}

.instagram-icon {
  display: inline-block;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  color: transparent;
}
.social-icons{
    font-size:0;
}
@media screen and (max-width:800px){
    .social-icons i{
        font-size:15vw;
        margin: 4vw;
    
    }
}
}
#hcg-slider-1 .hcg-slide-container {
    width: 50%;
    height: 300px;
}
.hcg-slider-body {
    height: 100%;
    width: 100%;
}
.hcg-slider {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
.hcg-slide-container {
    max-width: 100%;
    display: inline-block;
    position: relative;
}
.hcg-slides {
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: solid 1px #a0a0a0;
}
.hcg-slides img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}
.hcg-slide-text {
    color: #ffffff;
    font-size: 14px;
    padding: 3px 5px;
    position: absolute;
    bottom: 0;
    border-radius: 5px;
    left: 50%;
    text-align: center;
    text-shadow: 0 0 2px #000;
    background-color: rgba(255,255,255,0.30);
    display: inline-block;
    transform: translate(-50%, -5px);
}
#hcg-slide-prev, #hcg-slide-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    text-decoration: none;
    text-shadow: 1px 1px 5px #686868;
}
#hcg-slide-next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
#hcg-slide-prev {
    left: 0;
    border-radius: 0 3px 3px 0;
}
#hcg-slide-prev:hover, #hcg-slide-next:hover {
    background-color: #000c;
}
.hcg-slide-dot-control {
    margin-top: 10px;
    text-align: center;
}
.hcg-slide-dot {
    cursor: pointer;
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}
.hcg-slide-dot.dot-active {
    background-color: #717171;
}
.hcg-slide-number {
    color: #ffffff;
    font-size: 12px;
    padding: 4px 7px;
    position: absolute;
    border-radius: 5px;
    top: 5px;
    left: 5px;
    background-color: rgba(255,255,255,0.30);
}
.animated { 
    animation-name: fadeIn; 
    animation-duration: 1s;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn {
    animation-name: fadeIn;
}
    .table{
  border-collapse: collapse;
  margin-right: auto;
margin-left: auto;
}
.table td,
th {
  font-size:20px;
  border: .2vw solid black;
  padding: 10px 20px;
}
@media screen and (max-width:750px){
   .table td,
th {
  font-size:5vw;
  border: .2vw solid black;
  padding: 10px 20px;
} 
}
.u18{
  background-color:orange;
}
.u13{
  background-color:lightgreen;
}
.adult{
  background-color:skyblue;
}
.u18u13{
  background: linear-gradient(90deg, lightgreen, orange);
}
.session{
  background-color:yellow;
}
.tableHeaders{
  background-color:lightgrey;
  color:black;
}
.tableHeadersmin{
 border: 0px;
 font-size:6vw;
}
.tableBlank{
  background-color:white;
  border: none;
}
@media screen and (min-width:700px) and (max-width:810px){
    .tableHeadersmin{
        font-size:4.5vw;
    }
       .table td,
th {
  font-size:3.5vw;
  border: .2vw solid black;
  padding: 5px 10px;
} 

}
#table2 {
    margin-left: auto;
    margin-right: auto;
}
#tuneList {
   margin-right: auto;
   margin-left: auto;
}
#tuneList th{
    border: none;
    font-size:3vw;
}
#tuneList td {
    border-top:1px solid black;
}
#tuneList .noLine {
    border-top: transparent;
}
#tuneList{
    font-size: 1.5vw;
}
@media screen and (max-width:750px){
    #tuneList th {
        font-size: 7vw;
    }
    #tuneList{
        font-size: 5vw;
    }
}
@media screen and (max-width:1100px) and (min-width:751px){
    #tuneList{
        font-size:3vw;
    }
}
    .event-timestamp{
        display:none;
    }
    .event-tab {
        display: flex;
        margin-bottom: 20px;
        background-color: #f2f2f2;
    }

    .date {
        width: 80px;
        background-color: #D3D3D3;
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center; /* Vertically center the content */
        text-align: center; /* Center align the text */
        border-right: 1px solid #ddd;
    }

    .event-details {
        flex: 1;
        padding: 10px;
    }

    .event-title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .event-timestamp {
        color: #666;
        margin-bottom: 10px;
    }

    .event-content {
        line-height: 1.6;
    }
            .delete {
            background-color: #dc3545; /* Bootstrap's danger color */
            color: #fff;
            border: none;
            padding: 8px 12px;
            cursor: pointer;
            border-radius: 4px;
        }
        .delete:hover {
            background-color: #bd2130; /* Darker shade for hover effect */
        }
            #events-container{
        font-family: Arial, sans-serif;
        margin-left: 20vw;
        margin-right: 20vw;
        text-align: left;
    }
    @media screen and (max-width:800px){
        #events-container{
            margin-left: 3vw;
            margin-right: 3vw;
        }
    }