/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*,
*:after,
*:before {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}

body {
  overflow: hidden;
  margin: 0 auto;
}

.container {
  max-width: 124rem;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

@media (min-width: 701px) and (max-width: 989px) {
  .brSp {
    display: none;
  }
}
@media (min-width: 990px) {
  .brSp {
    display: none;
  }
}

@media (max-width: 700px) {
  .brTab {
    display: none;
  }
}
@media (min-width: 990px) {
  .brTab {
    display: none;
  }
}

@media (max-width: 700px) {
  .brPc {
    display: none;
  }
}
@media (min-width: 701px) and (max-width: 989px) {
  .brPc {
    display: none;
  }
}

body {
  box-sizing: border-box;
  background-image: url(../img/fruits.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #333;
  font-family: mono-space;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
body .backgroundShadow {
  background: rgba(30, 30, 30, 0.4);
  height: 100vh;
  width: 100%;
}
body .return {
  position: absolute;
  right: 20%;
  color: #040455;
  border-radius: 50%;
  width: 5.6rem;
  height: 5.6rem;
  border: 0.1rem solid #040455;
  background-color: #efefef;
  text-align: center;
  text-decoration: none;
  line-height: 5.6rem;
  user-select: none;
  transition: 0.5s;
  z-index: 100;
  transform: translate(-50%, -50%);
}
body .return:hover {
  transform: translate(-50%, -50%) scale(1.2);
}
@media (max-width: 700px) {
  body .return {
    top: 90%;
    right: 10%;
  }
}
@media (min-width: 701px) and (max-width: 989px) {
  body .return {
    top: 85%;
  }
}
@media (min-width: 990px) {
  body .return {
    top: 90%;
  }
}

.targetBox {
  background: rgba(255, 255, 255, 0.9);
  height: 60vh;
  max-width: 90rem;
  margin: 0 auto;
  padding: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

#targetIcon {
  animation-duration: 1s;
  animation-name: flashing;
  animation-iteration-count: infinite;
  display: inline-block;
  height: 6rem;
  line-height: 6rem;
  margin: 0 auto 4rem;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 700px) {
  #targetIcon {
    font-size: 3rem;
  }
}
@media (min-width: 701px) and (max-width: 989px) {
  #targetIcon {
    font-size: 4rem;
  }
}
@media (min-width: 990px) {
  #targetIcon {
    font-size: 5rem;
  }
}
#targetIcon:hover {
  cursor: pointer;
}
#targetIcon.active {
  animation-name: none;
  color: #bbb;
  line-height: 6rem;
}

#target {
  left: 50%;
  position: absolute;
  top: 35%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 700px) {
  #target {
    font-size: 2vw;
  }
}
@media (min-width: 701px) and (max-width: 989px) {
  #target {
    font-size: 4vw;
  }
}
@media (min-width: 990px) {
  #target {
    font-size: 3rem;
    height: 8rem;
    letter-spacing: 0.3rem;
    margin: 4rem auto 5rem;
  }
}
#target .caution {
  font-size: 1.8rem;
  line-height: 8rem;
}
#target.active {
  color: #565656;
  height: 8rem;
  letter-spacing: 0.3rem;
  margin: 4rem auto 5rem;
}
@media (max-width: 700px) {
  #target.active {
    font-size: 7vw;
  }
}
@media (min-width: 701px) and (max-width: 989px) {
  #target.active {
    font-size: 6rem;
  }
}
@media (min-width: 990px) {
  #target.active {
    font-size: 6rem;
  }
}

@keyframes flashing {
  0% {
    color: red;
  }
  50% {
    color: rgba(255, 50, 50, 0.5);
  }
  100% {
    color: red;
  }
}
.targetName {
  visibility: hidden;
}

.info {
  left: 50%;
  position: absolute;
  top: 65%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 700px) {
  .info {
    font-size: 6vw;
  }
}
@media (min-width: 701px) and (max-width: 989px) {
  .info {
    font-size: 3rem;
  }
}
@media (min-width: 990px) {
  .info {
    font-size: 3rem;
  }
}

#message {
  color: blue;
  left: 50%;
  position: absolute;
  top: 80%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 700px) {
  #message {
    font-size: 4vw;
  }
}
@media (min-width: 701px) and (max-width: 989px) {
  #message {
    font-size: 2rem;
  }
}
@media (min-width: 990px) {
  #message {
    font-size: 2rem;
  }
}

.timer {
  position: absolute;
  top: 90%;
  text-align: right;
  transform: translate(0, -50%);
  right: 5%;
}
@media (max-width: 700px) {
  .timer {
    font-size: 5vw;
    padding-right: 2rem;
  }
}
@media (min-width: 701px) and (max-width: 989px) {
  .timer {
    font-size: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 990px) {
  .timer {
    font-size: 3rem;
    padding-right: 3rem;
  }
}

/*# sourceMappingURL=Main.css.map */
