body {
    background: #0a0a0a;
    margin: 0;
    padding: 0;
}

a{
    color: #ffffff;

}
a:visited{
    color: #ffffff;
}

.container {
    width: 100%;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    background-color: #1f1f1f;
}

.tmb50{
    display: inline-block;
    width: 45%;
    margin: 2%;
    background-color: black;
    box-sizing: border-box;
    border-radius: 16px;
    overflow: hidden;
    cursor:pointer;
    user-select: none;
}

.tmbText{
    color: white;
    text-align: center;
    text-decoration: none;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 36px;
    margin-bottom: 4px;
}

.img100{
    width: 100%;
}

.colorWhite{
    color: #fff;
}

.colorBlue1{
    color: #a9dbff;
}

.colorGray1{
    color: #696969;
}

.text1{
    display: inline-block;
    text-decoration: none;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 2px;
    text-align: center;
/*    color: white;*/
}

.ls0{
    letter-spacing: 0;
}

.fs64{
    font-size: 64px;
    line-height: 80px;
}

.fs36{
    font-size: 36px;
    line-height: 80px;
}

.fs24{
    font-size: 24px;
    line-height: 28px;
}

.fs20{
    font-size: 20px;
    line-height: 24px;
}

.fs16{
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1.5px;
}

.w200{
    font-weight: 200;
}

.w400{
    font-weight: 400;
}

.w600{
    font-weight: 600;
}

.shadow1{
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
}


.hStrip{
    width: 100%;
    padding: 20px 0 20px 0;
    background-color: #313131;
}

.textBox{
    width: 100%;
    padding: 10px 28px;
    box-sizing: border-box;
    color: white;
}

.menuIcon{
    display: inline-block;
    float: right;
    margin: 15px 22px;
    width: 36px;
    transform: translateY(-18px);
}

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

.menuBtn{
/*    height: 50px;*/
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.24);
    cursor:pointer;
    user-select: none;
    box-sizing: border-box;
    border-radius: 8px;
    margin: 2px;
}
.menuBtn:hover{
    background-color: rgba(255, 255, 255, 0.25);
}

.textBtn{
    display: inline-block;
    cursor:pointer;
    user-select: none;
    box-sizing: border-box;
    padding: 6px;
    font-family: 'Nunito', sans-serif;
}
.textBtn:hover{
/*    text-decoration: underline;*/
    color: #6fc3ff;
}

.playerFrame{
/*    display: none;*/
    border: 0px solid rgb(0, 0, 0);
/*    padding: 20px;*/
    position:fixed;
    top: 0px;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    max-width: 960px;
    height: 100%;
    background-color: #000000;
    box-sizing: border-box;
    z-index: 10;
}

.playContainer {
    width: 100%;
    max-width: 960px;
    text-align: center;
    margin: 0 0 16px 0;
    cursor:pointer;
    user-select: none;
}

.soundBtns {
    display: inline-block;
    text-decoration: none;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 2px;
    font-size: 22px;
    text-align: center;
    color: #9b9b9b;
    border: 2px solid rgb(180, 180, 180);
    border-radius: 12px;
    padding: 12px 12px 12px 18px;
    margin: 6px;
    cursor:pointer;
    user-select: none;
}
.soundBtns:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

.footer{
    position: fixed;
    width: 100%;
    max-width: 960px;
    height: 100px;
    padding: 0;
    display:inline-block;
    background-color: rgba(32, 32, 32, 1);
    text-align: center;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
}

.playerBtns {
    display: inline-block;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 20px;
    padding: 10px;
    margin: 16px 8px;
    cursor:pointer;
    user-select: none;
    opacity: 0.7;
    width: 40px;
}
.playerBtns:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

.clock{
    width: 100%;
    color: gray;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 2px;
    font-size: 20vw;
    text-align: center;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
