*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.cards {
	width: 41%;
	display: grid;
	position: absolute;
	top: 12%;
	left: 2%;
	grid-gap: 2%;
	grid-template-columns: 22% 22% 22% 22%;
}
.cards img {
	max-width: 100%;
	display: block;
	cursor: pointer;	
}
.scene {
	min-height: 80vh;
}
.gameSlideup > *{
  display: none;
}
.gameSlideup, .gameSlidedown {
	overflow: hidden;
	transition: max-height .5s ease-in-out;
	max-height: 0;
	margin: 0 auto;
}
.gameSlidedown {
	display: block;
	border-radius: 4px;
	max-height: 764px;
	max-width: 1279px;
	position: relative;
	top: 10%;
	width: 90%;
}
.gameSlidedown img{
	max-width: 100%;
	display: block;
}
.menu{
	position: absolute;
	bottom: 10%;
	width: 100%;
	height: 10%;
	text-align: center;
}

.button{  
 max-width: 177px;
 max-height: 78px;
 width: 30%;
 height: 100%;
 background-size: contain;
 background-repeat: no-repeat;
 background-color: transparent;
 border: none;
 outline: none;
 cursor: pointer;
 position: relative;
 transition: all 0.3s ease-in-out;
}
.button:hover{
  transform: scale(1.1);
}
#btn_start{
	background-image: url(./images/start_button.png);
	width: 14%;
	box-shadow: 1px 2px 5px #333;
	height: 74%;
	border-radius: 25px;
}
#btn_next{
	background-image: url(./images/next_button.png);
	width: 14%;
	box-shadow: 1px 2px 5px #333;
	height: 74%;
	border-radius: 25px;
	background-size: contain;
	background-position: center;
}
#btn_back{
	background-image: url(./images/back_button.png);
	width: 14%;
	box-shadow: 1px 2px 5px #333;
	height: 55%;
	border-radius: 25px;
	background-size: contain;
	background-position: center;
}
.mapContainer {
 	margin: 10px;
	position: relative;
	display: inline-block;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
	width: 90%;
	max-width: 1278px;
	overflow: hidden;
}
.mapContainer img{
	max-width: 100%;
	display: block;
}
#msgBox{
	max-width: 80%;
	color: #FFF;
	background-color: #333;
	padding: 30px;
	font-size: 1.2em;
	border-radius: 4px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	width: 41%;
	position: absolute;
	top: 35%;
	left: 2%;
	display: none;
}
.dinoInfo{
	width: 100%;
	padding-top: 47%;
	position: relative;
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: center;
}
.dinoInfo > .menu{
	width: 75%;
	height: 10%;
	position: absolute;
	bottom: 5%;
}
.boxInfo{
  position: absolute;
  top: 19%;
  right: 25%;
  width: 20%;
}
.whiteBox{
	background-color: rgba(255,255,255,.7);
	border-radius: 10px;
	font-family: 'Montserrat';
	padding: .5vw;
	/*font-size: 1vw;*/
	font-size: .82vw;
	margin-bottom: 1vw;
}
.form-control{
  border: 1px solid #ccc;
  outline: none;
  box-shadow: none;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  width: 60%;
  height: 2vw;
}
#card1{
	background-image: url(./images/cards/card1.png);	
}
#card2{
	background-image: url(./images/cards/card2.png);
}
#card3{
	background-image: url(./images/cards/card3.png);
}
#card4{
	background-image: url(./images/cards/card4.png);
}
#card5{
	background-image: url(./images/cards/card5.png);
}
#card6{
	background-image: url(./images/cards/card6.png);
}
#card7{
	background-image: url(./images/cards/card7.png);
}
#card8{
	background-image: url(./images/cards/card8.png);
}
#card9{
	background-image: url(./images/cards/card9.png);
}
#card10{
	background-image: url(./images/cards/card10.png);
}
#card11{
	background-image: url(./images/cards/card11.png);
}

.pic{
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	cursor: pointer;
	box-shadow: 1px 2px 5px #333;
	border-radius: 20px;
	transition: all 0.3s ease-in-out;
}
.pic:hover{
	transform: scale(1.1);
}

.grass{
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}
#grass1{
	background-image: url(./images/grass1.png);
	width: 32%;
	height: 17%;
	bottom: 33%;
	left: 9%;
}
#grass2{
	background-image: url(./images/grass2.png);
	width: 32%;
	height: 17%;
	bottom: -2%;
	left: -4%;
}
#grass3{
	background-image: url(./images/grass4.png);
	width: 17%;
	height: 17%;
	bottom: -7%;
	left: 44%;
}
#grass4{
	background-image: url(./images/grass4.png);
	width: 15%;
	height: 10%;
	bottom: 57%;
	left: 64%;
}
#grass5{
	background-image: url(./images/grass3.png);
	width: 21%;
	height: 32%;
	bottom: -2%;
	left: 80%;
}

#pic1{
	width: 19%;
	height: 34%;
	background-image: url(./images/pictures/pic1.png);
	top: 27%;
	left: 15%;
}
#pic2{
	width: 6.5%;
	height: 12%;
	background-image: url(./images/pictures/pic2.png);
	top: 78%;
	left: 30%;
}
#pic3{
	width: 9%;
	height: 16%;
	background-image: url(./images/pictures/pic3.png);
	top: 59%;
	left: 50%;
}
#pic4{
	width: 11.8%;
	height: 21%;
	background-image: url(./images/pictures/pic4.png);
	top: 20%;
	left: 74%;
}
#pic5{
	width: 8%;
	height: 14%;
	background-image: url(./images/pictures/pic5.png);
	top: 84%;
	left: 75%;
}
#pic6{
	width: 15%;
	height: 27%;
	background-image: url(./images/pictures/pic6.png);
	top: 53%;
	left: 82%;
}
#pic7{
	width: 18%;
	height: 32%;
	background-image: url(./images/pictures/pic7.png);
	top: 66%;
	left: 2%;
}
#pic8{
	width: 9%;
	height: 16%;
	background-image: url(./images/pictures/pic8.png);
	top: 4%;
	left: 50%;
}
#pic9{
	width: 9.5%;
	height: 17%;
	background-image: url(./images/pictures/pic9.png);
	top: 82%;
	left: 47%;
}
#pic10{
	width: 6%;
	height: 10.7%;
	background-image: url(./images/pictures/pic10.png);
	top: 66%;
	left: 66%;
}
#pic11{
	width: 5.5%;
	height: 10%;
	background-image: url(./images/pictures/pic11.png);
	top: 34%;
	left: 49%;
}