@import url(https://fonts.googleapis.com/css?family=Sacramento&subset=latin-ext);
@import url(https://fonts.googleapis.com/css?family=Comfortaa:400,700&subset=latin-ext);

/*
@font-face {
	font-family: 'News Cycle';
	font-style: normal;
	font-weight: normal;
	src: local('News Cycle'), local('NewsCycle'), url('newscycle.woff') format('woff');
}
@font-face {
	font-family: 'Cantarell';
	font-style: normal;
	font-weight: normal;
	src: local('Cantarell Regular'), local('Cantarell-Regular'), url('cantarell.woff') format('woff');
}
*/

* {
 	padding: 0px;
	margin: 0px;
}


body {	
	min-width: 400px;
	font-size: 200%;
}

header {
	padding-top: 10%;
	text-align: right;
}
header h1 {
	font-size: 250%;
	font-family: 'Sacramento';
	text-align: center;	
	white-space: nowrap;
}

article {
	padding: 5%;
	padding-top: 0%;
}
a:link, a:active, a:visited {
	color: #444;
}
article div#kontakt {
	margin-top: 10%;
	margin-left: 5%; 
	font-family: 'Comfortaa', Georgia,"Times New Roman",Times,serif;
	float: left;
}
article ul {
	list-style-type: none;
	float: right;
	padding-right: 10%;
	margin-top: 5%;
}
article ul li {
	font-family: 'Comfortaa', Georgia,"Times New Roman",Times,serif;
	color: #bbb;
	padding-bottom: 10px;
}
article ul li:hover {
	color: #666;
}

footer {
	display: none;
	font-size: xx-small;
	font-family: 'Comfortaa', Georgia,"Times New Roman",Times,serif;
	position: absolute;
	bottom: 3px;
	left: 3px;
}
