a {
    color: rgb(64, 148, 232);
    background-color: transparent;
    text-decoration: none;
    transition: all 0.2s;
  }
  
  a:hover {
    color: rgb(55, 37, 213);
    background-color: transparent;
    text-decoration: underline;
    text-decoration-style: double;
    transition: all 0.4s;
  }
  
  a:active {
    color: rgb(236, 18, 124);
    background-color: transparent;
    text-decoration: underline;
  }




/* HEADER */


.header h1 {
    text-align: center;
    z-index: 10;
    margin: 0;
    padding: 0;
    color: #c7c7c7;
    font-size: 40px;
    font-family: Bevan;
    position: relative;
    transition: color 5s;
    transition: all 2s;
    
}

.header h1:hover {
    text-shadow: -4px 0 4px rgba(255, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 255, 0.5);
    color:white;
    transition: all 0.5s;
}

/* NAV BAR */
.navBar {
    background-size: cover;
    display:flex;
    width:90vw;
    max-width: 1000px;
    height:46px;
    position: relative;
    background-color: #590d91;
    box-shadow: 2px -2px 0 2px #9756cc, 0px 0px 0 4px black, 0 0 15px -5px black;

    margin: 0 auto;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 10px;  
    text-align: center;



    z-index: 100;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

li {
    display: inline-block;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 4vw;
    text-decoration: none;
    transition: all 0.3s;
}

li a:hover:not(.activePage) {
    background-color: #4d0c7e;
    scale: 1.1;
    transition: all 0.3s;
    color: #b5b9ff;
}

.activePage {
    background-color: #000000;
}

.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Creates 3 equal columns */
}

/* MESSAGE OF THE DAY */

.messageOfTheDay {

    position: relative;
    background-color: #590d91;
    box-shadow: 2px -2px 0 2px #9756cc, 0px 0px 0 4px black;

    background-size: cover;
    z-index: 20;
    display: flex;
    z-index: 20;
    margin: 10px;   
    margin-top: 30px;

    width: 35vw;
    height: auto;

}
.messageOfTheDay h2 {

    position: relative;
    z-index: 21;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-family: Bevan;
    font-weight: 100;
}
.messageOfTheDay p {

    position: relative;
    z-index: 21;
    text-align: left;
    color: #fff;
    font-size: 15px;
    font-family: Bevan;
    font-weight:lighter;
    margin: 10px;
    word-break: break-word;
    hyphens: auto;
}
#daysCount {
    font-size: 10px;
}


.youtube1 {
    margin: 0;   
    margin-top: 30px;
    background-color: #590d91;
    box-shadow: -3px 3px 10px 5px rgba(0, 0, 0, 0.5), 2px -2px 0 2px #9756cc, 0px 0px 0 4px black;

    width: 315px;
    height: 560px;

    transition: all 0.6s;
    display: none;
}
.youtube1:hover{
    box-shadow: -3px 3px 10px 20px rgba(0,0,0,0.2), 3px -3px 0 3px #9756cc, 0px 0px 0 6px black;
    transition: all 0.5s;
}
.youtube1 h2 {
    display:none
}

.youtube2 {
display:none
}
.youtube2 h2 {
display:none
}



/* scroll to top */

.scrollToTop {
    display:none
}


/*gmaes list */

.gmaesList {
    margin:auto;
    margin-top: 5vh;
    width: 99vw;
    height: auto;
    margin-bottom: calc(35vw + 30px);
}

.gmae1 {
    display: none;
}

.gmae2 {
    position: relative;
    background-color: #590d91;
    box-shadow: 2px -2px 0 2px #9756cc, 0px 0px 0 4px black;

    background-size: cover;
    z-index: 20;
    display: flex;
    justify-content: center;
    width: calc(9 * 50px);
    height: calc(15 * 50px);
    margin: 10px;
    float: left;
}

.gmae3 {
    position: relative;
    background-color: #590d91;
    box-shadow: 2px -2px 0 2px #9756cc, 0px 0px 0 4px black;

    background-size: cover;
    z-index: 20;
    display: flex;
    justify-content: center;
    width: calc(9 * 50px);
    height: calc(15 * 50px);
    margin: 10px;
    float: left;
    justify-content:center;
}

.gmaesLinks {
    position: relative;
    background-color: #590d91;
    box-shadow: 2px -2px 0 2px #9756cc, 0px 0px 0 4px black;

    background-size: cover;
    z-index: 20;
    display: flex;
    justify-content:center;

    margin:auto;
    width: 80vw;
    height: 340px;
}

.gmaesLinks a {
    position: relative;
    z-index: 21;
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-family: Bevan;
    font-weight:lighter;
    margin: auto;
}

.gmaesLinks li {
    align-items: center;
    text-align: center;
    display:flex;
}

.gmaesLinks ul {
    overflow: visible;
}

/* gravestones */

.gravestone {
display: none;
}


/*  MINECRAFT (RIP)  */


.mcGRID {
    display: flex; /* Use flexbox for centering */
    flex-direction: column;
    text-align: center;
}
.mcPictures {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    grid-row: auto;
}
.mcPictures img {
    width: 100%;
    scale: 0.8;

    transition: 0.4s;
    z-index: 2;
}
.mcPictures img:hover {
    scale: 0.95;
    transition: 0.3s;
    z-index: 3;
    box-shadow: -3px 3px 10px 10px rgba(0,0,0,0.3)
}

.mcGRID p {
    color: white;
    margin: 10px;
    translate: 0 -30px;
    z-index: 4;
    text-shadow: 0 0 3px black;
    font-size: 20px;
}

.mcGRID i {
    font-size: 14px;
}


/* 3D */

.threeDModelsHeader {
    text-align: center;
    z-index: 1;
    margin: 0;
    padding: 0;
    color: #c7c7c7;
    font-size: 3vw;
    font-family: Bevan;
    position: relative;
    transition: color 0.3s;
}
.threeDModelsHeader:hover {
    color: white;
}


.spinningModels {
    margin:auto;
    margin-top: 10vh;
    width: 100%;
    height: 2400px;
    margin-bottom: 70px;
}

.model1 {
    position: relative;
    background-color: #590d91;
    box-shadow: 2px -2px 0 2px #9756cc, 0px 0px 0 4px black;

    background-size: cover;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 400px;
    height: 650px;
    margin-left: 10vw;
    margin-right: 5vw;
    margin-top: 10px;
    float: left;
    transition: all 0.5s;
    text-align: center;
    scale: 120%;
}
.model1:hover {
    scale: 110%;
    background-color: #2b2b2b;
    transition: all 1s;
}
.model1Text {
    width: 400px;
    z-index: 19;
    margin-top: 100px;
    display:block;
    justify-content: center;

    color: #590d91;
    font-size: 20px;
    font-family: Bevan;
    font-weight:lighter;

    opacity: 0;
    transform: translateY(-15vh);
    transition: all 1s;
}
.model1:hover .model1Text {
    opacity: 100%;
    transform: translateY(-8vh);
    transition: all 1s;
    color: #fff;
}

.model2 {
    position: relative;
    background-color: #590d91;
    box-shadow: 2px -2px 0 2px #9756cc, 0px 0px 0 4px black;

    background-size: cover;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 400px;
    height: 650px;
    margin-left: 10vw;
    margin-right: 5vw;
    margin-top: 170px;
    float: left;
    transition: all 0.5s;
    text-align: center;
    scale: 120%;
}
.model2:hover {
    scale: 110%;
    background-color: #2b060f;
    transition: all 1s;
}
.model2Text {
    width: 400px;
    z-index: 21;
    margin-top: 100px;
    display:block;
    justify-content: center;

    color: #590d91;
    font-size: 20px;
    font-family: Bevan;
    font-weight:lighter;

    opacity: 0;
    transform: translateY(-15vh);
    transition: all 1s;
}
.model2:hover .model2Text {
    opacity: 100%;
    transform: translateY(-8vh);
    transition: all 1s;
    color: #fff;
    margin-bottom: 100px;
}

.model3 {
    position: relative;
    background-color: #590d91;
    box-shadow: 2px -2px 0 2px #9756cc, 0px 0px 0 4px black;

    background-size: cover;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 400px;
    height: 650px;
    margin-left: 10vw;
    margin-right: 5vw;
    margin-top: 170px;
    float: left;
    transition: all 0.5s;
    text-align: center;
    scale: 120%;
}
.model3:hover {
    scale: 110%;
    background-color: #15302b;
    transition: all 1s;
}
.model3Text {
    width: 400px;
    z-index: 19;
    margin-top: 100px;
    display:block;
    justify-content: center;

    color: #590d91;
    font-size: 20px;
    font-family: Bevan;
    font-weight:lighter;

    opacity: 0;
    transform: translateY(-15vh);
    transition: all 1s;
}
.model3:hover .model3Text {
    opacity: 100%;
    transform: translateY(-10vh);
    transition: all 1s;
    color: #fff;
}

/* peeking */

.PeekingMannequin {
display: none;
}



/* construction */

.constructionPic1 {
    width: 350px;
    height: auto;
    float: right;
    display: flex;
    filter:drop-shadow(0 10px 5px rgba(0, 0, 0, 0.5))
}
.constructionPic2 {
display: none;
}

.warningTape {
    height: 20px;
    background-image: url("images/warning tape.jpg");
    text-align: center;
    position: relative;
    translate: 0 -200px;
    justify-content: center;
    width: 100vw;
    display: flex;
    left: 50%; /* Center it horizontally */
    transform: translateX(-50%); /* Offset it back to the left */
}
.warningTape p {
    color: white;
    font-family: Bevan;
    font-weight:lighter;
    text-shadow: 
    -1px -1px 0 black,  
    1px -1px 0 black,
    -1px  1px 0 black,
    1px  1px 0 black;
    text-align: center;
    margin: auto;
}

/* resources */

.resources {
    position: relative;
    background-color: #590d91;
    box-shadow: 2px -2px 0 2px #9756cc, 0px 0px 0 4px black;

    background-size: cover;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content:center;
    width: 530px;
    height: auto;
    margin:auto;
    display: block;
}

.resourcesText a {
    position: relative;
    z-index: 21;
    text-align: center;
    font-size: 0.9vw;
    font-family: Bevan;
    font-weight:lighter;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;

    transition: 0.2s;
    font-size: 20px;
    color: #fff;    
}
.resourcesText a:hover {
    transition: all 0.1s;
    font-size: 22px;
    color: #636be0;    
}


/* misc */


.stats {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
}

.braincellsGraph img {
    width: 450px;
    height: auto;
}
.braincellsGraph {
    position: relative;
    background-color: #590d91;
    box-shadow: 2px -2px 0 2px #9756cc, 0px 0px 0 4px black;

    background-size: cover;
    float: left;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content:center;
    width: 450px;
    height: auto;
    margin:auto;
    display: block;
}
.braincellsGraph h1 {
    z-index: 19;
    margin-top: 8vh;
    display:block;
    justify-content: center;

    color: white;
    font-size: 20px;
    font-family: Bevan;
    font-weight:lighter;
    margin: 0;
    margin-top: 30px;
}
.braincellsGraph p {
    z-index: 19;
    margin-top: 8vh;
    display:block;
    justify-content: center;

    color: white;
    font-size: 15px;
    font-family: Bevan;
    font-weight:lighter;
    margin: 0;
}

.fancadeGems {
    width: 20vw;
    align-items: center;
    margin: 0 auto;
}
.fancadeGems h1 {
    z-index: 19;
    margin-top: 8vh;
    display:block;
    justify-content: center;

    color: white;
    font-size: 20px;
    font-family: Bevan;
    font-weight:lighter;
    margin: 0;
    margin-top: 30px;
    width: 20vw;
    translate: 25px 80px;
}
.fancadeGems h2 {
    z-index: 19;
    margin-top: 8vh;
    display:block;
    justify-content: center;

    color: rgb(34, 150, 61);
    text-shadow: 
    -1px -1px 0 rgb(121, 238, 106),  
     1px -1px 0 rgb(4, 83, 7),
    -1px  1px 0 rgb(4, 83, 7),
     1px  1px 0 rgb(4, 83, 7),
     0    0   10px black;
    font-size: 35px;
    font-family: Bevan;
    font-weight:lighter;
    margin: 0;
    margin-top: 30px;
}
.fancadeGems1 {
    width: 20vw;
}
.fancadeGems1 h2 {
    translate: 0 130px;
    text-align: center;
    width: 300px;
}
.fancadeGems2 {
    position: relative;
    background-color: #590d91;
    box-shadow: 2px -2px 0 2px #9756cc, 0px 0px 0 4px black;

    background-size: cover;
    float: left;
    z-index: 20;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content:center;
    width: 20vw;
    height: auto;
    margin:auto;
    margin-top: 20px;
    display: block;
}
.fancadeGems2 h2 {
    margin: 0;
}
.fancadeGems2 h1 {
    margin: 5px;
    translate: 0 0;
}

.timers {
    position: relative;
    background-color: #590d91;
    box-shadow: 2px -2px 0 2px #9756cc, 0px 0px 0 4px black;

    background-size: cover;
    float: left;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content:center;
    width: 30vw;
    height: auto;
    margin:auto;
    margin-top: 120px;
    display: block;
}
.timers h1 {
    z-index: 19;
    margin-top: 8vh;
    display:block;
    justify-content: center;

    color: white;
    font-size: 30px;
    font-family: Bevan;
    font-weight:lighter;
    margin: 0;
    margin-top: 20px;
    margin-left: 10px;
    width: auto;
}
.timers span {
    z-index: 19;
    margin-top: 8vh;

    color: white;
    font-family: Bevan;
    font-weight:lighter;
    font-size: 20px;
}

.miscStats {
    position: relative;
    background-color: #590d91;
    box-shadow: 2px -2px 0 2px #9756cc, 0px 0px 0 4px black;

    background-size: cover;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content:center;
    width: auto;
    height: auto;
    margin:auto;
    display: block;
    translate: 0 -90px;    
}
.miscStats h1 {
    z-index: 19;
    margin-top: 8vh;

    color: white;
    font-family: Bevan;
    font-weight:lighter;
    font-size: 35px;
    margin: 3px;
}
.miscStats h3 {
    z-index: 19;
    margin-top: 8vh;

    color: white;
    font-family: Bevan;
    font-weight:lighter;
    font-size: 20px;
    margin: 3px;
}
.miscStats h4 {
    z-index: 19;
    margin-top: 8vh;

    color: rgb(179, 179, 179);
    font-family: Bevan;
    font-weight:lighter;
    font-size: 15px;
    margin: 3px;
    transition: 0.7s color;
}
.miscStats h4:hover {
    color: white;
    transition: 0.5s all;
}
.miscStats b {
    color:#590d91;
    transition: 0.2s all;
}
.miscStats b:hover {
    color: #b722be;
    transition: 0.3s all;
}

.squiggy2 {
    width: 20vw;
    height: auto;
    margin:auto;
    display: block;
    transition: 0.5s all;
}
.squiggy2:hover {
    scale: 1.03;
    transition: 0.5s all;
}
.squiggy1 {
    width: 30vw;
    height: auto;
    margin:auto;
    display: block;
    transition: 0.5s all;
}
.squiggy1:hover {
    scale: 1.03;
    transition: 0.5s all;
}

.mcMods {
    position: relative;
    background-color: #590d91;
    box-shadow: 2px -2px 0 2px #9756cc, 0px 0px 0 4px black;

    background-size: cover;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content:center;
    width: auto;
    height: auto;
    margin:auto;
    display: block;
    text-align: center;
    translate: 0 -100px;
}
.mcMods h1 {
    z-index: 19;
    margin-top: 8vh;

    color: white;
    font-family: Bevan;
    font-weight:lighter;
    font-size: 25px;
    margin: 10px;
    margin-bottom: 0;
    translate: 0 5px;
}

.mcModsDropdown {
    font-size: 0;
    transition: all 0.3s;
}
.mcMods:hover .mcModsDropdown {
    display: block;
    font-size: 30px;
    height: auto;
    transition: all 0.7s;
}
.mcModsDropdown i {
    font-size: 1px;
    opacity: 0;

}
.mcModsDropdown a:hover i {
    display: block;
    color:white;
    margin: 5px;

    
    opacity: 1;
    font-size: 20px;
    transition: 0.4s font-size, opacity;
}
.mcModsDropdown a:hover {
    color: rgb(239, 131, 149);
    background-color: transparent;
    transition: all 0.2s;
}




/* BOTTOM GLOW      !!! KEEP AT BOTTOM !!!           */
.bottomGlow {
    background-image: linear-gradient(rgba(0,0,0,0),black);
    width: 100%;
    height: 120px;
    translate: 0 -100px;
    position: absolute;
    left: 50%; /* Center it horizontally */
    transform: translateX(-50%); /* Offset it back to the left */
    z-index: 99;
}

.homeBottomGlow {
    display:none
}