﻿@media (orientation: landscape) {
    .PlayBackOverlay {
        bottom: 15px;
    }
}

@media (orientation: portrait) {
    .vertical-center {
        transform: translate(0, -50%) rotate( -90deg ) scale(1.5) !important;
    }

    .PlayBackOverlay {
        width: 50vh !important;
        height: 40vh !important;
        left: 0 !important;
        bottom: auto !important;
        top:50%;
        transform: translate(-39%, -50%) rotate( 90deg ) !important;
    }
    .textCentered {
        transform: translate(-1%, -100%) !important;
    }
    .tapHereText{
        font-size: 3vh !important;
    }

    #winText{
        font-size: 6vh !important;
    }

    .centered {
        transform: translate(0px, -80%) !important;
    }
    @media (min-width: 768px) and (max-width: 1024px) {
        .scaleForTablets {
            transform: translate(0, -50%) rotate( -90deg ) scale(1.2) !important;
        }


    }

}

.playerTimerVal {
    font-family: DaltonMaagCalmettaBold;
}
.chaserTimerVal {
    font-family: DaltonMaagCalmettaBold;
}
.overlayDark {
    width: 100vw;
    height: 100vh;
    background-color: black;
    opacity: 0.5;
    display: none;
    position: absolute;
    top: 0;
}

#GameBoard{
    width:100%;
    height:100%;
}

.Logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    height: 100%;
}

.playerCircle {
    position: relative;
    border-radius: 50%;
    width: 100%;
    height: auto;
    padding-top: 100%;
    background-color: rgba(255,255,255,0.2);
    border: 2px solid white;
}

.playerCircleContainer {
    width: 35vw;
    float: left;
}

 
.playerCircle p {
    font-family: 'proxima-nova';
    font-weight:bold;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    font-variant-numeric: tabular-nums lining-nums;
    height: 100%;
    text-orientation: inherit;
    /* z-index: -50; */
    color: white;
    font-size: 20vw;
    transform: rotate( 90deg );
    -webkit-transform: rotate( 90deg );
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    line-height: 1.8;
}



.chaserCircle p {
    font-family: 'proxima-nova';
    font-weight: bold;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 0;
    font-variant-numeric: tabular-nums lining-nums;
    width: 100%;
    height: 100%;
    line-height: 2;
    text-orientation: inherit;
    /* z-index: -50; */
    color: white;
    font-size: 20vw;
    transform: rotate( -90deg );
    -webkit-transform: rotate( -90deg );
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.chaserCircleContainer {
    width: 35vw;
    float: right;
}


.Logo img {
    height: 100%;
    width: 100%;
}

.chaserCircle {
    position: relative;
    border-radius: 50%;
    height: auto;
    padding-top: 100%;
    background-color: rgba(255,255,255,0.2);
    border: 2px solid white;
}

.chaserCircleGlow {
    background-color: #674d60;
    box-shadow: 0px 0px 50px red, inset 0px 0px 10px red;
}



.playerCircleGlow {
    background-color: #674d60;
    box-shadow: 0px 0px 50px blue, inset 0px 0px 10px blue;
}


.vertical-center {
    /*    min-height: 100vh;
    display: flex;
    align-items: center;*/
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
}

#winTextLayer{
    display:none;
}

#winText {
    font-size: 6vw;
    margin: 4px;
    font-weight: bold;
}

.tapHereText {
    font-size: 3vw;
    margin: 0px;
    font-weight: 200;
    margin-bottom: -10px;
}

.centered {
    position: absolute;
    top: 50%;
    width:100%;
    transform: translate(0px, -55%);
}

.textCentered {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0px, -55%);
}
.ReturnButtonsContainer{
    display:flex;
    flex-direction:column;
}

.PlayBackOverlay {
    display: block;
    position: fixed;
    left: 50%;
    width: 60vw;
    height: 60vh;
    transform: translate(-50%, -0%);
    color: white;
    font-size: 8vw;
    text-align: center;
    bottom: -20px;
}

.backgroundOverlay {
    border: 1vw solid transparent;
    border-radius: 15px;
    background-image: linear-gradient(#191F3B, #191F3B), linear-gradient(to right, #43599D, #B3CDDA);
    background-origin: border-box;
    background-clip: content-box, border-box;
    height: 100%;
    width: 100%;
}
.chaserTitleText {
 
    font-weight: 400;
    color: white;
    font-size: 7vw;
    position: absolute;
    top: 50%;
    transform: translate(-44%, -50%) rotate( -90deg );
    left: 54%;
    z-index: 1000;
}

.playerTitleText {
    font-weight: 400;
    color: white;
    z-index:1000;
    font-size: 7vw;
    position: absolute;
    top: 50%;
    transform: translate(-44%, -44%) rotate( 90deg );
    left: 44%;
}
.displayNone {
    display: none;
}

.WinText {
    margin:0;
}

.startBtn {
    width: 100%;
    padding: 15px;
}

.backBtn2 {
   position:absolute;
   top: 0px;
   left:0px;
   width:50px;
   display:none;
}

.backBtn {
    width: 100%;
    padding: 15px;
}
.ReturnButton {
    border-color: white;
    border-width: 2px;
    border-style: solid;
    border-radius: 7px;
    width: 100%;
    font-size: 4vw;
    font-weight: lighter;
    margin-bottom: 13px;
}
.ReturnButtonGingerfox {
    border-color: white;
    border-width: 2px;
    border-style: solid;
    border-radius: 7px;
    width: 100%;
    font-size: 4vw;
    font-weight: lighter;
}

@-webkit-keyframes blink {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.blink {
    -webkit-animation-name: blink;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
    -webkit-animation-duration: 0.7s;
}













@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
