html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	-webkit-text-size-adjust: 100%;	
}
html, body {
	height: 100%;
}
body {
	line-height: 1;
}
.message {
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	position: absolute;
  	left: 50%;
  	top: 50%;
	width: 800px;
	text-align: center;
}
h1 {
	font-size: 60px;
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;	
	line-height: 1.2em;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
}
#theemoji {
	width: 32px;
	height: 32px;	
	background-size: 32px 32px;
	position: absolute;
	transition: all 0.5s ease;
	z-index: 2000;
}
#theemoji:hover {
	width: 160px;
	height: 160px;	
	background-size: 160px 160px;
	margin: -64px;
}
img {
	width: 32px;
	height: 32px;	
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	-o-user-select: none;
	user-select: none;   
}
a.info {
    border-radius: 50%;
    width: 20px;
	height: 20px; 
    position: fixed;
    left: 10px;
    top: 10px;
    border: 2px solid white;
    text-align: center;
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: italic;
    text-decoration: none;
    font-weight: bold;
    line-height: 20px;
	background-color: black;
	color: white;
	z-index: 2000;
	cursor: pointer;
}

a.camera {
	width: 32px;
	height: 32px;	
	position: absolute;
	bottom: 10px;
	right: 10px;
}
a.camera:hover {
	width: 32px;
	height: 32px;	
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: url(../images/emojis/camera.png) no-repeat center center;
	background-size: 32px 32px;
}
.adsbygoogle {
	position: absolute;
 	bottom: 0;
}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	#theemoji:hover {
		width: 32px;
		height: 32px;	
		background-size: 32px 32px;
		margin: 0;
	}
	h1 {
		font-size: 36px;
	}
	.message {
		width: 300px;
	}
}