/* RESET */

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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);} /* Removes Mobile Highlight */

/**************************************************************/
body {
	background-color: #fff;
	color:#555;
	margin:10px;
	font-size: 35px;
	font-family: 'Oswald', Arial, sans-serif;
	overflow-x:hidden;
}
#heading{
	position: absolute;
	width: 250px;
	visibility: hidden;
}
canvas{
	position: absolute;
	top:53px;
	left:10px;
	height:400px;
}
#economists{
	background: url('img/office.jpg');
	background-size: cover;
	background-position: center center; 
	visibility: hidden;
}
#tooltip{
	position: absolute;
	top:225px;
	width: 100%;
	height:60px;
	text-align: center;
	font-size:20px;
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
	pointer-events:none;
	visibility: hidden;
}
#me{
	position: absolute;
	height: 15px;
	font-size: 14px;
	color: #999;
	top:470px;
	visibility: hidden;
}

#adbox{
	position: absolute;
	width: 100%;
	height: 50px;
	bottom:11px;
}
#me a{
	color: #000;
	text-decoration: none;
	padding:2px 1px;
	font-weight: 200;
}

#me a:hover{
	color: #fff;
	background-color: #000; 
}
/* ROLLOVER ANIMATION */
a {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

