@charset "utf-8";


        a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}


.btn:disabled {
  background: #555;
  color: #aaa;
  cursor: not-allowed;
  opacity: 0.6;
}
.btn:disabled:hover {
  background: #555;
  color: #aaa;
  cursor: not-allowed;
  opacity: 0.6;
}


/*NEW CSS*/
.carousel-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.carousel {
    display: flex;
    overflow: hidden;
    gap: 20px;
    scroll-behavior: smooth;
}

.card {
    min-width: calc(25% - 15px);
    position: relative;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
    background:none;
    height: 500px;
}

.card img {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    display: block;
    height: inherit;
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.card:hover .card-overlay {
    opacity: 1;
}

.card-text {
    color: white;
    padding: 20px;
    text-align: center;
}

.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px;
    z-index: 1;

    border: none !important;
    background: none;
    outline: none !important;
    font-size: 30px;
    box-shadow: none;
    cursor: pointer;
    color:#ffe3bf;
}
.nav-button:hover{
    color:white;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

@media (max-width: 1024px) {
    .card {
        min-width: calc(33.333% - 14px);
    }
}

@media (max-width: 768px) {
    .card {
        min-width: calc(50% - 10px);
    }
}

@media (max-width: 480px) {
    .card {
        min-width: calc(100% - 0px);
    }
}


.video-container {
    position: relative;
    width: 100%;
    max-height: 500px;
    max-width: 960px;
    aspect-ratio: 16 / 9; /* Keeps 16:9 ratio in modern browsers */
    overflow: hidden;
  }

  .video-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
  }
.i2-div{
    margin: 10px;
    border-radius: 8px;
    background: #333333;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
    max-width: calc(100% - 20px);
}
.i2-div h2{
    color: rgb(151, 151, 151);
}
.i2-div p{
    color: rgb(151, 151, 151);
    padding: 20px;
    font-family: 'Fredoka One', cursive;
}
.progress{
    padding: 4px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
  height: 40px;
  position: relative;
top: 10px;
}
.progress-bar{

    height: 16px;
  border-radius: 4px;
background: linear-gradient(45deg, #ee721e);

  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
  height: 100%; width: 0%;
}












body{
    margin:0px;
}
.hover:hover{
    cursor: pointer;
}
h2{
    font-family: 'Fredoka One', cursive;
    color:#ffe3bf;
    font-size: 20px;
    text-wrap-mode: nowrap;
}

.btn{
    background-color:#F06C08;
    outline-color: #F06C08;
    border-radius: 0%;
    -webkit-app-region:no-drag;
    font-family: 'Fredoka One', cursive;
    position: relative;
    width: 80px;
    margin: 4px;
    font-size: .8rem;
    border-radius: 5px;
}
.btn.active{
    background-color: #F06C08;
}
.btn:hover{
    outline-style: solid;
    outline-offset: 2px;
    cursor: pointer;
}
.profile-icon{
    width: 40px;
    height: 40px;
    margin: 3px;
}
.outline{
    outline: 1px;
    outline-color: black;
    outline-style: solid;
}
.profile-icon:hover{
    cursor: pointer;
    outline: 2px;
    outline-color: white;
    outline-style: solid;
}
.profile-selected{
    width: 40px;
    outline: 4px;
    outline-color: greenyellow;
    outline-style: solid;
    margin: 3px;
}




a.account-option{
    font-family: 'Fredoka One', cursive;
    color:#ffe3bf;
    font-size: 20px;
    display: block;
    text-wrap-mode: nowrap;
}
a.account-option:hover{
    color:#F06C08;
    text-decoration:none;
}











#load-screen {
background: url(images/header-back.png);
position: fixed;
z-index: 10000;
top:0px;
width: 100%;
height: 1600px;
}


#loading {

width: 500px;
height: 500px;
margin: 10% auto;
background: url("images/loader.gif");
background-size: 40%;
background-repeat: no-repeat;
background-position: center;

}

.icon {
    width: 100px;
    height: 100px;
    transition: all .8s;
}
.medal-icon {
    width: 100px;
    height: 100px;
    transition: all .8s;
}

.terms-text{
    font-size: 18px;
    text-align: left;
    white-space: normal;
}

.game-container {
    width: 100px;
    height: 100px;
    margin-left: 20px;
    margin-right: 20px;
    background: #F06C08;
    text-align: left;
    transition: .8s;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    position: relative;
    z-index: 1;
    text-decoration: none;
    pointer-events: all;
}
.medal-container {
    background: #5d5d5d;
    margin: 20px 50px;


    width: 100px;
    height: 100px;


    text-align: left;
    transition: .8s;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    position: relative;
    z-index: 1;
    text-decoration: none;
    pointer-events: all;
    transition-timing-function: ease-in;
    transition: 0.8s;
    border-radius: 8px;
}
.game-container a{
    text-decoration: none;
}

.error{
    color:black;
    font-size: 22px;
    font-family: 'Fredoka One', cursive;
}



.games-master-container{
    pointer-events: none;
}

.game-container {

    transition-timing-function: ease-in;
    transition: 0.8s;
    border-radius: 8px;
}
.game-container:hover {
    width: 200px;
    height: 230px;
    cursor: pointer;
}
.medal-container:hover {
    width: 200px;
    height: 230px;
    margin: 20px 0px;
    cursor: pointer;
}





.contact-page-title{
    font-size: 30px;
    text-wrap: auto;
}

.download-icons{
    max-width: 200px;
    transition: .4s;
    display: inline-block;
}
.download-icons:hover{
    max-width: 210px;
    cursor: pointer;
}

.game-page-title{
    font-size:50px;
    display: inline-block;
    line-height: 20px
}
.game-page-icon{
    width:140px;
    display:inline-block; 
    margin:30px;
    border-radius: 8px;
}
.game-page-descript{
    font-size:22px; 
    display:inline-block; 
    white-space: pre-wrap;
    padding: 0px 10px 0px 10px;
}
.game-page-text{
    font-size:16px; 
    display:inline-block; 
    max-width:800px;
    white-space: pre-line;
    color: #ffe3bf;
    font-family: 'Fredoka One', cursive;
}

.game-container:hover .icon {
    width: 200px;
    height: 110px;
}
.medal-container:hover .medal-icon {
    width: 200px;
    height: 110px;
}

.game-text-title {
    display: block;
    text-overflow: clip;
    white-space: nowrap;
    font-size: 18px;
    padding: 3px;
    margin: 0px;
    color: #ffe3bf;
    background: #313c46;
    border-top: 6px solid #F06C08;
    font-family: 'Fredoka One', cursive;
    width: 200px;
    text-align: center;
}

.game-text {
    text-align: center;
    text-overflow: clip;
    font-size: 12px;
    padding: 3px;
    margin: 0px;
    margin-top: -2px;
    width: 200px;
    line-height: 16px;
    color: #ffe3bf;
    font-family: 'Fredoka One', cursive;
    white-space: pre-wrap;
}

.band-games {
    background-color: #313c46;
    margin: 0px;
    padding: 0px;
    color: #ffe3bf;
    font-family: 'Fredoka One', cursive;
    text-align: center;
    max-height: 230px;
    white-space: nowrap;
    overflow: hidden;
    
}

.games-text {
    position: absolute;
    top: 600px;
    color: #405869;
    font-size: 130px;
    font-family: 'Fredoka One', cursive;
    transition: .7s;
}
.games-text.active{
    top: 514px;
}

.social-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    
}

.social-icon:hover {
    cursor: pointer;
}

.news-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.news-padding-L {
    padding-top: 120px;
    padding-bottom: 120px;
}

.post-lettering-small {
    color: #ffe3bf;
    background-color: rgba(0, 0, 0, 0.53);
    width: 120px;
    position: absolute;
    top: 35px;
    left: 35px;
    font-size: 16px;
    text-align: center;
    font-family: 'Fredoka One', cursive;
}

.band-main {
    padding-top: 200px;
    padding-bottom: 200px;
    background-size: 2000px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50.5% 50%;
}
.band-maindiv{
    
    width:400px;
    height:400px;
}

.footer-stuff {
    color: #ffe3bf;
    font-size: 12px;
    margin-bottom: 20px;
}

.footer-stuff a:link {
    color: #ffe3bf;
}

.footer-stuff a:visited {
    color: #ffe3bf;
}

.footer-stuff a:hover {
    color: black;
    text-decoration: none;
}

.footer-stuff a:active {
    color: white;
    text-decoration: none;
}

@media(max-width:1199.98px) {
    .games-text {
        position: absolute;
        top: 614px;
        font-size: 80px;
    
    }

    .games-text.active{
        top: 560px;
    }
}

@media (max-width:767.98px) {
    .news-padding {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .news-padding-L {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .post-lettering-small {
        top: 15px;
        left: 15px;
        font-size: 12px;
    }

    .game-container {
        width: 70px;
        height: 70px;
        margin-left:3px;
        margin-right:3px;
    }

    .games-master-container .game-container:hover {
        width: 80px;
        height: 80px;
        cursor: pointer;
    }

    .games-text {
        display: none;
    }

    .game-container .icon {
        width: 70px;
        height: 70px;
    }
    

    .game-container:hover .icon {
        width: 80px;
        height: 80px;
    }

    .band-main {
        padding-top: 120px;
        padding-bottom: 120px;
        background-size: 1086px 250px;
    }
    .band-maindiv{
        margin: auto;
        display: block;
    }
    
    .game-page-title{
        font-size: 30px;
    }
    .game-page-icon{
        width:100px;
        display:inline-block; 
        margin:5px;
    }
    .game-page-descript{
        font-size:16px; 
    }
    .game-page-text{
        font-size:12px; 
    }
    .contact-page-title{
        font-size: 16px;

    }  
    .download-icons:hover {
        max-width: 210px;
        
    }
    .terms-text{
    font-size: 14px;
}
}