@import url('https://fonts.googleapis.com/css?family=Skranji|Ubuntu');

* {
	margin: 0;
}

body {
	font-family: 'Ubuntu', sans-serif;
	color: #ddd;
	background: #222;
	text-align: center;
}

a, a:visited {
	color: #eff;
	text-decoration: none;
	transition: 0.2s;
}

a:hover {
	color: #38f;
	text-decoration: underline;
}

#menu {
	width: 480px;
	height: 100px;
	margin: auto;
	margin-top: 30px;
	font-family: 'Skranji', "DejaVu Serif", Georgia, serif;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#menu li {
	width: 158px;
    float: left;
    border-right: 2px solid #555;
}

#menu li:last-child {
    border-right: none;
}

#menu li a {
    display: block;
    color: white;
    text-align: center;
	padding: 20px;
    text-decoration: none;
	transition: 0.2s;
}

#menu li a:hover {
	color: #ccc;
    background-color: #222;
}

img.logo {
	margin: auto;
	margin-top: 20px;
	transition: 0.2s;
	height: 200px;
}

img.logo:hover {
	opacity: 0.7;
}

#main {
	width: 680px;
	margin: auto;
}

#space {
	margin-top: 20px;
	margin-bottom: 20px;
}

#weblinks img {
	margin: 20px;
	transition: 0.2s;
}

#weblinks img:hover {
	opacity: 0.7;
}

.error {
	padding: 64px;
	font-size: 64pt;
}
