body {
    font-family: MontserratReg, Helvetica, 'Times New Roman';
    background-color: #000114;
    color: #f2e6ff;

}

.actualbody {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 20px;
}

.topnav {
    background-color: #000114;
    overflow: hidden;
}

.topnav a {
    float: left;
    color: #f2e6ff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 16px;
}

.subnav {
    float: left;
    overflow: hidden;
}

.subnav .infobtn {
    font-size: 16px;
    border: none;
    outline: none;
    color:#f2e6ff;
    padding: 14px 16px;
    background-color: #000114;
    margin: 0;
    font-family: MontserratReg, Helvetica, 'Times New Roman';
}

.topnav a:hover, .subnav:hover .infobtn {
    background-color: #4e0075;
}

.subnavct {
    display: none;
    position: absolute;
    left: 0;
    background-color: #330065;
    width: 100%;
    z-index: 1;
}

.subnav:hover .subnavct {
    display: block;
}

.pagetitle {
    padding: 20px;
    font-size: 60px;
}

.container {
    
    text-align: center;
    color: white;
    margin-bottom: 6%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.selected {
    background-color: #330065;
}

.text {
    font-size: 60px;
    line-height: 1;
    margin-top: 1cm;
    margin-bottom: auto;
}

.slogan {
    font-size: 24px;
    margin-top: 0.5%;
}

hr {
    width: 330px;
    margin-top: 1.2%;
}

.void {
    opacity:20%;
}

.discl {
    font-size: 16px;
    margin-top: 2%;
}
.wlc {
    font-size: 25px;
}
.uno {
    font-size: 20px;
    line-height: 1.2;
}



.why {
    font-size: 32px;
    font-weight: bold;
    margin-top: 3%;
    margin-bottom: 15px;
    line-height: 1.2;
    text-align: center;
    color: #f2e6ff;
}

.list {
    text-align:center;
    font-size: 20px;
}

ol {
    line-height: 1.4;
    display: inline-block;
    text-align: left;
    font-size: 20px;
}

.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.hola {
    list-style: none;
    padding: 0;
    margin: 0;
    display: contents; /* allows li to behave as grid items */
}

.hola li {
    background: #000114;
    border-radius: 15px;
    padding: 20px;
    width: 250px;
    text-align: center;
    font-size: 18px;
    color: #f2e6ff;
    box-shadow: 0 0 10px #330065, 0 0 20px #330065, 0 0 40px #330065;
    transition: transform 0.3s, box-shadow 0.3s;
}

.hola li:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 20px #4e0075, 0 0 40px #4e0075, 0 0 60px #4e0075;
}

.subpages {
    margin-top: 0.5cm;
}

.dos {
    text-align: left;
    line-height: 1.4;
    font-size: 20px;
}

.tres {
    font-size: 20px;
}

.boohoorules {
    font-size: 23px;
}

.outer-cont {
    font-size: inherit;
    margin: 6%;
}

.btn {
    font-size: inherit;
    font-family: MontserratReg;
    margin: 2%;
    background-color: rgb(206, 180, 255);
    color: rgb(0, 3, 80);
    border-radius: 10px;
    border-color: #000114;
    padding: 1%;
    opacity: 0.6;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
.btn:hover {
    opacity: 1;
    color: black;
}

.small {
    font-size: 12px;
}

/* HERO IMAGE START */

.hero-image {
    background-image: url("minecraft\ void3.png");
    height: 350px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 0px;
    font-size: 20px;
  }
  
  .hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }

  /* HERO IMAGE END */




/* FLIP CARDS */

.flip-card {
    background-color: transparent;
    width: 100px;
    height: 100px;
    perspective: 1000px;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-card-front {
    background-color: #bbb;
    color: black;
  }
  
  .flip-card-back {
    margin-top:auto;
    background-color: #330065;
    color: white;
    transform: rotateY(180deg);
    font-size: 8px;
  }

/* END OF FLIP CARDS */

/* START OF SOCIAL MEDIA ICONS */

.social-icons {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    gap: 25px;
}

.social-icons a {
    font-size: 30px;
    color: #f2e6ff;
    text-decoration: none;
    transition: color 0.3s, text-shadow 0.3s, transform 0.2s;
}

.social-icons a:hover {
    color: #330065;
    text-shadow: 0 0 2px #330065, 0 0 30px #330065, 0 0 45px #330065;
    transform: scale(1.1);
    transform: translateY(-5px);
}


/* END OF SOCIAL MEDIA ICONS */

footer {
    margin-top:auto;
    padding: 10px !important;
    text-align: center !important;
    background-color: #00010d !important;
    color: #5e5e5e !important;
    font-family: 'MontserratReg' !important;
}
.footer-social-icons {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footer-social-icons a {
    font-size: 25px;
    color: #5e5e5e;
    text-decoration: none;
    transition: color 0.3s, transform 0.3s;
}

.footer-social-icons a:hover {
    color: #330065;
    text-shadow: 0 0 2px #330065, 0 0 30px #330065, 0 0 45px #330065;
    transform: scale(1.1);
    transform: translateY(-5px);
}


/* ABOUT US */

/* General Page Styles */
body {
    background-color: #000114;
    color: #f2e6ff;
    font-family: MontserratReg, Helvetica, 'Times New Roman';
    margin: 0;
    padding: 0;
}

/* Main Title */
h1 {
    font-size: 50px;
    margin-bottom: 20px;
}

/* Staff Section */
.staff-section {
    margin-top: 40px;
}

.staff-section h2 {
    font-size: 36px;
    margin-top: auto;
    margin-bottom: 20px;
    color: #f2e6ff;
}

/* Staff List */
.staff-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    list-style: none;
    padding: 0;
}

.staff-list li {
    background-color: #000114;
    border-radius: 15px;
    padding: 20px 30px;
    font-size: 20px;
    color: #f2e6ff;
    box-shadow: 0 0 10px #330065, 0 0 20px #330065;
    transition: transform 0.3s, box-shadow 0.3s;
}

/* Hover Effect */
.staff-list li:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 20px #4e0075, 0 0 40px #4e0075;
}

/* Collapsible Storytime Styles */

.storytime-container {
    width: 90%;
    max-width: 900px;
    margin: 40px auto;
    text-align: left;
    font-size: 18px;
}

.collapsible {
    background-color: #000114;
    color: #f2e6ff;
    cursor: pointer;
    padding: 18px 20px;
    width: 100%;
    border: none;
    border-radius: 15px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 0 10px #330065, 0 0 20px #4e0075;
    transition: background-color 0.3s, transform 0.3s;
    font-family: MontserratReg;
}

.collapsible:hover {
    background-color: #1c0033;
    transform: translateY(-2px);
}

.collapsible:after {
    content: '\002B';
    float: right;
    margin-left: 10px;
    font-size: 18px;
}

.collapsible.active:after {
    content: "\2212";
}

.content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: #000114;
    margin-top: 10px;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 0 10px #330065, 0 0 20px #4e0075;
    padding: 0 20px;
    font-size: 18px;
}

.content p {
    padding: 15px 0;
    line-height: 1.6;
    font-size: 18px;
}

/* RULES */

.rules-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 900px;
    margin: 0 auto;
}

.rule-card {
    background: #000114;
    border: 2px solid #4e0075;
    border-radius: 15px;
    padding: 20px;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.5;
    box-shadow: 0 0 10px #330065, 0 0 20px #4e0075;
    transition: transform 0.2s, box-shadow 0.3s;
}

.rule-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 10px #330065, 0 0 20px #4e0075;
}

.rule-card strong {
    font-size: 1.1rem;
}


/* Neon Backlit Button */
.neon-btn {
    background-color: #4e0075;
    color: #fff;
    border: 2px solid #4e0075;
    border-radius: 12px;
    padding: 12px 28px;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    box-shadow: 0 0 10px #4e0075, 0 0 20px #330065;
    transition: all 0.3s ease;
    outline: none;
}

/* Glow on hover */
.neon-btn:hover {
    background-color: #000114;
    box-shadow: 0 0 20px #4e0075, 0 0 40px #330065, 0 0 60px #4e0075;
    transform: translateY(-2px);
}
/* END OF NEON BACKLIT BUTTON */


/* Footer */
footer {
    margin-top: 60px;
    padding: 10px;
    text-align: center;
    background-color: #00010d;
    color: #5e5e5e;
}




@font-face {
    font-family: MontserratReg;
    src: url('Montserrat-Regular.ttf');
}