/*
	Theme Name: 3nte.de
	Date:	August 2015
	Description:	3nte.de
	Version:	 1.1
	Author:	 Tobias Müller 'alias' 3nte
	Author URL:	 http://www.3nte.de
 */

html, body {
	font-size: 87.5%;	/* Basic font size: 14px */
	font-family: Helvetica, 'Lucidia Sans Unicode';
	text-align: center;
	height: 100%;
	margin: 0;
	padding: 0;
}

#logo {
}

#headline {
	font-family: calibri;
	font-size: 1.8em;
	margin-bottom: 5px;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
}

#follow {
	font-family: calibri;
	font-size: 1.8em;
	margin-bottom: 5px;
	color: #000000;
	text-align: center;
}


footer {
	margin-top: 50px;
	font-size: 0.7em;
	color: #5a5a5a;
	text-align: center;
	position: relative;
}

.link, .link:visited {
	color: #242424;
}

.button {
	opacity: 0.9;
	border-style: none;
	vertical-align: middle;
	text-align: center;
}

.button img {
}

.button:hover {
	box-shadow: 0 0 10px #ffffff;
	opacity: 1.0;
	cursor: pointer;
}

