@charset "UTF-8";

@import "../lib/css/reset.css";

body {
	background: url("../img/home/bg.jpg") no-repeat center;
	background-size: cover;
}

.container {
	width: 600px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.logo {
	display: block;
	margin: 0 auto;
}

.nav {
	display: flex;
	justify-content: center;
}

.nav a {
	display: block;
	color: #fff;
	padding: 10px;
	font-size: 14px;
	text-shadow: 0px 0px 4px #000;
	text-decoration: none;
	margin: 0 4px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	position: fixed;
	height: 30px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	z-index: 998;
}

#footer address {
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-shadow: 0px 0px 4px #000;
	font-family: Arial, Helvetica, sans-serif;
}