body {
	text-align: center;
	font-size: 12pt;
	font-family: Arial;
	margin: 0;
	padding: 0;
	color: #111111;
}

#tap_frame {
	/* margin-top: 10px; */
	background: url(frame.png) center no-repeat;
	background-size: 840px; /* good for Firefox + iphone 4 Safari */
}

/* adjust width of Tap The Map logo according to device & browser */
img {   
	width: 41vw; /* 41% of viewport */
        min_width: 50px;
}

html {
	background: url(background.png) center fixed no-repeat;
	background-size: cover;
}

.select .butt {
	background-color: #00b0b3;
	color: #101066;
	margin-bottom: 16px;
	width: 50%;
	padding: 12px 0;
	text-align: center;
	font-size: 16pt;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none !important;
	border-radius: 10px;
}

.select .contact {
	background-color: #1b338e;
	color: #00b0b3;
	margin-bottom: 16px;
	width: 50%;
	padding: 12px 0;
	text-align: center;
	font-size: 16pt;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none !important;
	border-radius: 10px;
}

.select .back {
	background-color: #00b0b3;
	color: #101066;
	margin-top: 16px;
	width: 12%;
	padding: 6px 0;
	text-align: center;
	font-size: 16pt;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none !important;
	border-radius: 10px;
}
 
.butt:hover{
	background-color: #181A15; 
	color: #ffffff !important;
}

.contact:hover{
	background-color: #181A15; 
	color: #ffffff !important;
}

.back:hover{
	background-color: #181A15; 
	color: #ffffff !important;
}
