html, body {
  height:100%;
  background-image: url("image/background.png") ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* .modal-dialog-centered .modal-dialog {
  margin: 1.75rem auto;
} */

.modal.show .modal-dialog {
  margin: 1.75rem auto;
}


#introImg {
  height:100%;
  width:100%;
  /* border-radius: 15%; */
  padding-top: 5.5%;
  padding-left: 6.5%;
  padding-right: 6.5%;
}

/* intro modal */
.modal-header {
  border-bottom: 0 none;
  border-top: 0 none;
}
.modal-body {
  border-bottom: 0 none;
  border-top: 0 none;
}
.modal-footer {
  border-bottom: 0 none;
  border-top: 0 none;
}

.modal-content {



}

@media only screen and (max-width: 401px) {
  #logo {
    right: 0;
    top: 0;
  }
  #infoScoreImg {
    width: 200px;
        font-size: 100%;
        color: white;
        margin-bottom: 0;
        height: auto;
        position: fixed;
        top: 0;
        /* right: 0; */
        margin-top: 12%;
        /* margin-right: 1%;*/
  }
  #infoScoreImgSize{
    border-radius: 15px;
        font-size: 100%;
        color: white;
        margin-bottom: 0;
        width: 100%;
        height: auto;
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        /* left: 0; */
        margin-left: -15%;
  }
  #infoScoreDisplay {
    margin-left: -2%;
    margin-top: -17.5%;
  }
}

@media only screen and (min-width: 402px) {
  #logo {
    top: 0;
    left: 50%;
  }
  #infoScoreImg {
    width: 200px;
    font-size: 100%;
    color: white;
    margin-bottom: 0;
    height: auto;
    position: fixed;
    top: 0;
    right: -30px;
    margin-top: 1%;
    margin-right: 1%;
  }
  #infoScoreImgSize{
    border-radius: 15px;
    font-size: 100%;
    color: white;
    margin-bottom: 0;
    width: 100%;
    height: auto;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    left: 0;
  }
  #infoScoreDisplay {
    margin-left: 28%;
    margin-top: -17.5%;
  }
}


#btnStartImg {
  width: 100%;
  height: auto;
}
#btnStart {
  /* padding: 0; */
  /* background-image: url("image/StartGame_Button.png"); */
  /* background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  height: 378px;
  width: 141px;
  border: 0 none; */
  /* padding-bottom: 5%; */
  width:30%;
  border: 0 none;
  background-color: transparent;
  margin-top: 2%;
  /* margin-bottom: 5%; */
}

#restartImg {
  width: 100%;
  height: auto;
}

#reStart {
  /* padding: 0;
  background-image: url("image/TryAgainButton_Img.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  height: 10vw;
  width: 30%;
  border: 0 none;
  margin-bottom: 5%; */
  width:30%;
  border: 0 none;
  background-color: transparent;
  /* margin-top: 2%; */
  margin-bottom: 5%;
}

#introModal .modal-content {
  background-image: url("image/IntroBg_Img.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0 none;
}

#showScore {
  font-size: 7vw;
  /* padding-top: 25%; */
  /* padding-bottom: 0; */
  font-family:fantasy;
  margin-bottom: 0;
  margin-top:2%;
}

/* 1508 x 872 */
#endModal .modal-content{
  margin-left: 10%;
  margin-right: 10%;
  background-image: url('image/StageClearBg_Img.png') ;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  /* border: none; */

}

#endImg {
  visibility: hidden;
  height: 100%;
  width: 40%;
}



/*
.modal-title {
  text-align:center;
}

.modal-dialog {
  height: 80%;
	 margin-top: 10%;
  vertical-align: middle;
} */



.container {
  /* visibility: hidden; */
  /* margin-left: 5px;
  margin-right: 5px; */
  /* padding-right: 15px;
  padding-left: 15px; */
  /* width: 100%; */
  width:100%;
  height: 80%;
  z-index: 0;
  display: none;
  /* visibility: hidden; */
  /* height: 70%; */
  /* width: 100%; */
  /* overflow: auto; */
  max-width: 100%;
}

#clock {
  height: 100%;
}

#seconds img{
  display: block;
  /* width: 100%; */
  margin: auto;
  /* padding-top: 50%; */
  /* padding-bottom: 50%; */
  /* text-align: center; */
  height: 20%;
  width: auto;
  /* left: 25%; */
  position: relative;
  top: 25%;
}

#secImg {
  width: auto;
	height: 100%;

}

#info {
  margin-top: 0;
  /* padding-top: 10px; */
  /* padding-right: 10px; */
  /* padding-left: 10px; */
  width: 100%;
  font-size: 20px;
  overflow: auto;
  text-align: center;
  /* font-family: "Lucida Console"; */
  height: 20%;
  position: fixed;
}

#infoTimer {
  background-color: #0f75bc;
  border: 3px solid #033a66;
  /* padding: 0.5vw 0 1vw 0; */
  border-radius: 15px;
  width: 100px;
  font-size: 100%;
  color: white;
  font-style: strong;
  margin-bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 1%;
  margin-left: 1%;
}

#logo {
  height: 110%;
  width: auto;
  margin-top: -1%;
}


.gameSpace {
  /* margin-bottom: 10%; */
  height: 80%;
  width: auto;

  /* border: 1px solid white; */
}

.gameSpace img {
  height: 100px;
	width: 100px;
}

#box0, #box1 , #box2,#box3, #box4 , #box5, #box6, #box7, #box8, #box9, #box10, #box11, #box12, #box13 {

	display: none;
	position: fixed;
  z-index: 3;
  opacity: 0;
}

#wrap {
    position: relative;
    width: 1920px;
    height: 1080px;
    margin: 0 auto;
}

#zoomDIV {
    position: relative;
    width: 1920px;
    height: 1080px;
    -webkit-transform-origin: top left;
}
