/* CSS */
body{
	background-color: #FFF;
}

h1{
	text-align: center;
	color: #FFF;
	
}

h2{
	margin: 5px;
}

#wrapper{
	margin: 0px auto 30px auto;
	width: 100%;
	max-width: 600px; 
	height: auto;
	padding-bottom: 40px;
}

#gazo{
	background-color: orange;
}

#QRWrapper{	
	background-color: #a0d9fa;
}

#msg{
	margin: 0px; padding: 10px;
	background-color: #a0d9fa;
	text-align: center;
	color: #FFF;
}

#canvas{
	width: 100%; height: auto;
	background-color: silver;
}

.dpN {
	display: none!important;
}

.msgDia{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150%;
	background-color: rgba(255,255,255,0.6);
	display: flex;
	align-items: center;
	justify-content:center;
	text-align: center;
}

#logo{
	position: absolute;
	z-index: 1;
	width: 350px;
	top:10px;
	left:10px;
}


@media only screen and (max-width: 576px) {
	#logo{		
		width: 30vw;
	}

}


.dialog{
	border: solid 5px #ff961e;
	padding:20px;
	border-radius: 10px;
	background-color: #ffce1e;
	color: #FFF;;
}

.dialog button{
	background-color: #ffce1e;
	border: solid 3px #FFF;
	color: #FFF;
	border-radius: 5px;
}

#header{
	/*background: linear-gradient(to right,#ffce1e,#ffdb58 60%,#fff3c6);*/
	
	background-color: #ffce1e;
	width: 100%;
	height: 60px;
	margin-bottom: 30px;
	padding-top: 20px;
}

#header p {
	color: #FFF;
	text-align: center;
	font-size:30px;
	margin: 0;

}

#footer{
	background-color: #ffce1e;
	width: 100%;
	height: 160px;

}

#firstWrap,#wordWrapper	{
	text-align: center;
}

#keyword{
	width: 400px;
	height: 50px;
	font-size: 40px;
	margin-bottom: 20px;
}

.firstBt{
	
	background-color: #5bc1fc;
	border: solid 3px #FFF;
	color: #FFF;
	height: 50px;
	border-radius: 5px;
	width: 400px;
	margin: auto;
	margin-bottom: 20px;
	font-size:20px;
}

#getAfter{
	text-align: center;
	margin-bottom: 30px;
}

#go{
	position: absolute;
	transform-origin: 50% 50%;
	font-size: 50px;
	color: white;
	border: 1px solid black;
}

.pop_left img{
	height: 60vh;
}

.pop_top img{
	width:100%
}

.pop_left{
	float: left;
	width: 48%;
	margin-right: 10px;
	
}

.pop_right{
	float: right;
	width: 48%;
}

.pop_top{
	width: 90%;
	margin: auto;
	position: relative;
}

.pop_top::after{
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.pop_bottom{
	width: 90%;
	margin: auto;
	position: relative;
	top: -60px;
	line-height: 28px;
}

.popup {
	color: #2e2e2e;
}