body {
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: 400;
}

header h1 {
	font-weight: 800;
	font-size: 11px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	text-align: center;
}
header h1:hover {
	color: #e13a19;
}

header h1:MouseClick {
	color: #e13a19;
}
header nav ul {
	text-transform: uppercase;
	font-weight: 800;
	list-style: none;
}

header a {
	text-decoration: none;
	color: inherit;
}

header nav ul li:first-child {
	letter-spacing: 0.6em;
	font-size: 43px;
}

header nav ul li:first-child:hover {
		color: #e13a19;
}
header nav ul li:last-child {
	font-size: 43px;
	font-weight: 300;
	letter-spacing: 0.3em;
}

aside ul {
	text-transform: uppercase;
	list-style: none;
	font-weight: 500;
	font-size: 13px;
}

aside li {
	text-align: center;
	word-wrap: break-word;
	line-height: 1.7em;
}

aside li a {
	color: inherit;
	text-decoration: none;
}
footer h2 {
	font-weight: 200;
	font-size: 9px;
}
	
footer h1 {
	
	font-weight: 800;
	font-size: 11px;
}

footer a:hover {
	color: #e13a19;
}

footer h1, footer h2 {
	text-align: center;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

footer a {
	color: inherit;
	text-decoration: none;
	}

footer li:not(:first-child):before {
	content: " - "
}

.content {
	font-family: Times, serif;
	font-size: 13px;
	letter-spacing: 0.6em;
}

#info {
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 22px;
}
#info p {
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-gap: 25px;
	-moz-column-gap: 25px;
	-webkit-column-gap: 25px;
	text-align: left;
	font-weight: 400;
}
#info p span {
	text-transform: uppercase;
	font-weight: 400;
}	

#kontakt ul, #kontakt p {
	font-weight: 400;
	letter-spacing: 0.2em;
}

#kontakt h1, #kontakt h2, #kontakt h3 {
text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.3em;
	font-weight: 400;
}

#kontakt a {
	color: inherit;	
	text-decoration: none;
}

#kontakt a:hover {
	color: #e13a19;
	font-weight: 400;
	text-decoration: none;
}

#kontakt a:active {
	color: inherit;
	font-weight: 800;
	text-decoration: none;
}

#kontakt ul {
	list-style: none;
}

#kontakt .credits h1 {
	font-size: 13px;
}

/*smartphones*/

@media (max-width: 480px) {
	#info p {
		column-count: 1;
		-moz-column-count: 1;
		-webkit-column-count: 1;
	}
}
