@font-face {
	font-family: 'eurostile';
	src: url('../fonts/eurostile/eurostile_regular-webfont.woff') format('woff2'),
		url('../fonts/eurostile/eurostile_regular-webfont.woff') format('woff'),
		url('../fonts/eurostile/eurostile_regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.avoid-clicks {
    pointer-events: none;
}

/* #restartBtn {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.6);
} */

html,
body {
    /* background-color: black; */
    height: 100%;
    font-family: 'eurostile', sans-serif;
}

body {
    background: url(../img/back.jpg) no-repeat center center fixed;
    background-size: cover;
}

#overlay {
    position: fixed;
    cursor: pointer;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.container {
    min-height: 100%;
}

.felicidades {
    width: 100%;
    text-align: center;
    display: none;
}

#timer_ {
    width: 100%;
    text-align: center;
    display: none;
}
.timer {
    display: none;
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	top: 200px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 14px;
	letter-spacing: 1px;
}

.timer p {
	text-align: right;
	margin: 0;
}

.texts {
    color: #000;
    /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
    font-family: 'eurostile', sans-serif;
    position: fixed;
    top: 10%;
}

.cups .cup {
    position: fixed;
    top: 35%;
    z-index: 0;
    cursor: pointer;
}

.cups .cup .main path {
    transition: .5s;
    position: absolute;
    transform: translateY(100px);
}

#ball {
    transition: .5s linear;
    position: absolute;
    left: 15%;
    bottom: 0;
    z-index: -1;
    transform: translateY(-100px);
}

.answer {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(-70px);
}

.answer .x {
    stroke: red;
    fill: transparent;
    stroke-linecap: round;
    stroke-width: 5;
    display: none;
}

.answer .o {
    display: none;
}

.buttons {
    color: #000;
    font-family: 'Courier New', Courier, monospace;
    font-size: 30px;
    position: fixed;
    /* bottom: 10%; */
    top: 200px;
}

.buttons p#tap-to-start {
    animation: tapToStart .8s infinite steps(1);
}

@keyframes tapToStart {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.buttons #game-over{
    display: none;
    font-size: 50px;
    margin-bottom: 40px;
}

@keyframes gameOver {
    0% {
        word-spacing: 400px;
    }

    8% {
        word-spacing: 0px;
    }

    16% {
        word-spacing: 400px;
    }

    24% {
        word-spacing: 0px;
    }

    32% {
        word-spacing: 400px;
    }

    47% {
        word-spacing: 0px;
    }

    62% {
        word-spacing: 400px;
    }

    78% {
        word-spacing: 200px;
    }

    93% {
        word-spacing: 0px;
    }
}

.buttons span {
    border: 1px solid white;
    padding: 10px 30px;
    cursor: pointer;
    display: none;
}

.cup_group {
    transform-box: fill-box;
    transform-origin: center;
  }


  /* vmc styles */
  .header {
	width: 100%;
	height: 56px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	background-color: rgb(20, 23, 31);
	top: 0;
	left: 0;
	z-index: 300;
    text-align: center;
}

.logo {
	height: 22px;
	margin-top: 18px;
}

.footer {
	width: 100%;
	height: 56px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #333A3E;
	border-top: 1px solid #ffffff;
	box-sizing: border-box;
	z-index: 99;
}

.footerLeft {
	height: 29px;
	position: absolute;
	left: 10px;
	top: 10px;
}

.footerRight {
	height: 29px;
	position: absolute;
	right: 10px;
	top: 10px;
}
a.hover {
	position: relative;
}

a.hover img {
	vertical-align: middle;
}
  