body {
    background: #97d2fa;
    margin: 0;
}

a{
    color: #ffffff;
    
}
a:visited{
    color: #ffffff;
}

.container {
    width: 100%;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
}

.indexLogo{
    position:absolute;
    margin: 12px 0 0 12px;
    z-index: 10;
    width:140px;
}

.menuLineFixed{
    position: fixed;
    z-index: 5;
    width: 100%;
    max-width: 960px;
    min-height: 6px;
    padding: 0;
    display:block;
    background-color: #50aced;
    margin: 0;
    text-align: center;
}

.menuLine{
    width: 100%;
    min-height: 6px;
    padding: 0;
    display:block;
    background-color: #50aced;
    margin: 0;
    text-align: center;
}

.menuBtn{
    height: 50px;
    display: inline-block;
    vertical-align: top;
    padding: 15px 20px;
    cursor:pointer;
    user-select: none;
    box-sizing: border-box;
}
.menuBtn:hover{
    background-color: rgba(255, 255, 255, 0.25);
}

.videoTitle{
    width: 100%;
    min-height: 6px;
    padding: 0;
    display:block;
    background: linear-gradient(90deg, rgb(15, 66, 101) 0%, rgb(15, 66, 101) 0%, rgba(47,105,145,1) 0%, rgba(47,105,145,1) 100%);
    margin: 0;
    text-align: center;
}

.iconBtn{
    height: 60px;
    width: 60px;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    cursor:pointer;
    user-select: none;
    box-sizing: border-box;
}
.iconBtn:hover{
    background-color: rgba(255, 255, 255, 0.25);
}

.iconBtn2{
    height: 60px;
    width: 50px;
    display: inline-block;
    vertical-align: top;
    padding: 12px 8px;
    cursor:pointer;
    user-select: none;
    box-sizing: border-box;
}
.iconBtn2:hover{
    background-color: rgba(255, 255, 255, 0.25);
}

.fixedClose{
    position: fixed;
    width: 60px;
    height: 60px;
    padding: 12px;
    z-index: 20;
    bottom: 10px;
    right: 10px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 20px;
}

.textBtn{
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Fredoka One', cursive;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 20px;
    cursor:pointer;
    user-select: none;
}

.text1{
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Fredoka One', cursive;
    font-weight: 200;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 24px;
    
}

.textHowTo{
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Fredoka One', cursive;
    font-weight: 200;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 18px;
    padding: 4px;
    text-align: left;
}

.textMenu{
    cursor:pointer;
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Fredoka One', cursive;
    font-weight: 200;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 60px;
    padding: 4px;
    text-align: left;
    height: 50px;
}
.textMenu:hover{
    background-color: rgba(255, 255, 255, 0.25);
}

.reportBox{
    left: 50%;
    top: 120px;
    transform: translateX(-50%);
    position: fixed;
    padding: 16px;
    width: 90%;
    max-width: 800px;
    height: calc(90% - 120px);
    background-color: rgba(0, 0, 0, 0.9);
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    font-family: Helvetica, sans-serif;
    font-size: 18px;
    text-align: left;
    border-radius: 12px;
    z-index: 35;
}

.topBtnSqr{
    width: 56px;
    position: fixed;
    top: 10px;
    right: 10px;
    padding: 14px 14px 10px 14px;
    cursor:pointer;
    user-select: none;
    box-sizing: border-box;
    background-color: #383838;
    border-radius: 12px;
}

.video{
    margin-bottom: -4px;
    width: 100%;
}

.videoPlayerFront{
    margin: 0 auto;
    width: 100%;
    background-color: #000;
    border-radius: 20px 20px 0 0;
}

.videoPlayer{
    display: none;
    padding: 0px;
    position:fixed;
    top: 100px;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    max-width: 960px;
    max-height: calc(100% - 100px);
    background-color: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    border-radius: 12px;
    border-style: solid;
    border-width: 4px 4px 8px 4px;
    border-color: rgba(0, 0, 0, 0.0);
    overflow: hidden;
    z-index: 15;
    
}

.indexThumb{
    margin: 0 -4px -4px 0;
    display: inline-block;
    width:25%;
    box-sizing: border-box;
    background-color: rgb(0, 0, 0);
}

.videoThumb{
    display:inline-block;
    margin-bottom: -4px;
    height:0;
    width:25%;
    padding-bottom:25%;
    overflow: hidden;
    background-size: cover;
    background-position: center; 
}



.indexThumbStrip{
    margin: 3px 6px;
    display: inline-block;
    background-color: gray;
    width: calc(100% - 12px);
    padding-top: 100%;
    box-sizing: border-box;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    background-size: 700%;
    background-position: center;
    /*filter: blur(2px);*/
}

.indexThumbVideo{
    position: absolute;
    width: 100%;
    max-height: 100%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
}

.memberThumb{
    /*margin: 0 0 -4px 0;*/
    display: inline-block;
    width:25%;
    box-sizing: border-box;
    background-color: #000000;
}

.indexThumbImg{
    width: 100%;
    display: block;
}

.vidOverlay{
    width: 100%;
    opacity: 0;
    display: block;
}

.joinFrame{
    width: 100%;
    background-color: #50aced;
    padding-top: 12px;
}

.joinText{
    width: 90%;
    margin: 0 auto;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Fredoka One', cursive;
    font-weight: 500;
    font-size: 36px;
    letter-spacing: 2px;
    text-align: center;
    cursor:pointer;
    user-select: none;
    
     text-shadow: 4px 4px rgba(47,105,145,1);
}

/*Anumeting thumbs */
.vidImgFlip{
    width: 100%;
    margin-bottom: -4px;
    overflow: hidden;
    display:block;
    position: relative;
    animation: playv 5s steps(5) infinite, playh 1s steps(5) infinite;
    animation-delay: -2s;
    background-size: 500%;
    animation-play-state: paused;
    /*background-color: black;*/
    background-position: center;
}
.vidImgFlip:hover{
    animation-play-state:running;
}

@keyframes playv {
  0% {background-position-y: 0px;}
  100% {background-position-y: -500%;}
}

@keyframes playh {
  0% {background-position-x: 0px;}
  100% {background-position-x: -500%;}
}
/**/

.helpFrame{
    display: none;
    border: 5px solid #50aced;
    padding: 10px;
    position:fixed;
    top: calc(50% + 50px);
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    width: 520px;
    max-width: 100%;
    max-height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    box-sizing: border-box;
    box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.3);
    background-color: #2f6991;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.menuFrame{
    display: none;
    border: 0px solid rgb(0, 0, 0);
    padding: 20px;
    position:fixed;
    top: 100px;
    transform: translateX(-50%);
    left: 50%;
    width: 420px;
    max-width: 90%;
    max-height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    box-sizing: border-box;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 20px;
    z-index: 20;
}

.modelFrame{
    display: block;
    border: 0px solid rgb(0, 0, 0);
    padding: 0px;
    position:fixed;
    top: 100px;
    width: 100%;
    max-width: 960px;
    height: calc(100% - 100px);
    background-color: rgba(0, 0, 0, 0.85);
    box-sizing: border-box;
    z-index: 10;
    overflow: auto;
}

.debugText{
    border: 0px solid rgb(0, 0, 0);
    position:fixed;
    bottom: 40px;
    transform: translateX(-50%);
    left: 50%;
    width: 420px;
    max-width: 90%;
    max-height: 100%;
    background-color: rgba(80, 80, 80, 0.63);
    box-sizing: border-box;
    border-radius: 6px;
    z-index: 45;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Fredoka One', cursive;
    font-weight: 200;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 8px;
    text-align: left;
}

.greenText{
    color: #91ff4e;
    display: inline-block;
}

@media (max-width: 720px) {
    .indexThumb{
        width:33.3%;
    }
    .videoThumb{
        width:33.3%;
        padding-bottom:33.3%;
    }
    .memberThumb{
        width:33.3%;
    }
    .indexLogo{
        margin: 6px 0 0 6px;
        width:120px;
    }
}

@media (max-width: 560px) {
    .indexThumb{
        width:50%;
    }
    .videoThumb{
        width:50%;
        padding-bottom:50%;
    }
    .memberThumb{
        width:50%;
    }
    .indexLogo{
        margin: 5px 0 0 5px;
/*        width:90px;*/
    }
}

@media (max-width: 400px) {
    .iconBtn2{
        width: 40px;
        height: 50px;
    }
}