* {
	margin: 0;
	padding: 0;
}

@font-face {
    font-family: "Font";
    src: url("Webfont.woff") format('woff');
}

html, body, canvas, #c, #text, p, a:link, a:visited, a:focus, a:hover, a:active, #text:focus, #text:active, p {
	cursor: none !important;
}

body, html {
	width: 100%;
	height: 100%;
	background-color: #9ba5a5;
	overflow: hidden;
	font-family: 'Font', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 40px;
	color: #dbe5e2;
	line-height: 1.1em;
	letter-spacing: -.02em;
	text-decoration: none;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  }

#AG {
	opacity: 1;
}

#fulltext {
	opacity: 0;
	transition: opacity .3s;
}

#email {
	margin: .7em 0 .7em 0;
	padding: 0;
}

.text {
	position: absolute;
	top: 20px;
	left: 27px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99;
	display: block;
	cursor: none !important;
	pointer-events: none;
	padding: 5px;
}

.invisible {
	opacity: 0;
}

.trigger {
	position: fixed;
	left: 0;
	top: 0;
	width: 550px;
	height: 470px;
}

.trigger:hover #fulltext {
	transition: opacity .3s;
	opacity: 1;
}

#c {
	z-index: 1;
	overflow: hidden;
	background-color: #9ba5a5;
}

#mobilecanvas {
	display: none: 
}

.tel-link {
	display: none;
}

div {
	display: block;
}

canvas {
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: pixelated;
	-ms-interpolation-mode: nearest-neighbor;
}

p {
	margin-top: 0;
	margin-bottom: .55em;
}

.link {
	color: inherit;
	font-style: normal;
	text-decoration: none;
	pointer-events: all;
	padding-bottom: 3px;
	border-bottom: 2px solid;
	transition: border-bottom .15s;
}

.link:hover {
	border-bottom: 2px solid rgba(34,34,34,0);
}

.tel-link {
	color: inherit;
	font-style: normal;
	text-decoration: none;
	pointer-events: all;
}

#p1 {
	margin-bottom: 90px;
}