@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);
@import url(https://fonts.googleapis.com/css?family=Abel|Satisfy);

html {
	font-family: "Helvetica Neue",Arial,sans-serif;
	font-size: 0.8125rem;
	font-weight: 400;
/* 	height: 100%; */
}
body {
	color: #808080;
	background-color: #090909;
	margin: 0;
	padding: 0;
/* 	min-height: 100%; */
}
#app {
	flex: 1 0 auto;
	min-height: 100vh;
}
html, body, #app {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}
[v-cloak] { display: none; }
.header {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin-top: 4rem;
	flex: 0 0 auto;
	overflow: hidden;
}
.header .title {
	flex: 1 auto;
	font-size: 5.5rem;
	font-family: 'Satisfy', cursive;
	color: white;
}
.header .title a {
	text-decoration: none;
	color: white;
}
.header .subtitle {
	flex: 1 auto;
	text-transform: uppercase;
	font-size: 1.38rem;
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
}
.header nav {
	width: 90%;
	height: 4rem;
	margin: 3rem 0 4rem;
/* 	background-color: #D5D5D5; */
}
.header nav {
	flex: 0 0 auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	border-radius: 0.4rem;
	transition: left 0.5s, width 0.5s, border-radius 0.5s, background-color 0.5s;
	background-color: rgba(213,213,213,1);
}
.header nav.is-sticky {
	width: 100% !important;
	border-radius: 0;
	left: 0 !important;
	background-color: rgba(213,213,213,0.85);
}
.header nav .button {
	flex: 0 0 auto;
	align-self: center;
}
.header nav .button:not(:first-of-type) {
	border-left: 1px solid #9F9F9F;
}
.header nav .button a {
	display: inline-block;
	height: 4rem;
	padding: 0 1.5rem;
	font-size: 1.2rem;
	font-weight: 200;
	line-height: 4rem;
	color: #303030;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
}
.header nav .button a:hover {
	background-color: #ddd;
	color: #000;
}
.header nav .button.active a {
	font-weight: 500;
	background-color: #c5c5c5;
}
.main {
	font-family: verdana,"Helvetica Neue",Arial,sans-serif;
	padding: 1rem 0 2rem;
	background: #fff url(images/img02.png) repeat;
	color: #333;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	align-self: stretch;
	flex: 1 0 auto;
}
.main a {
	color: #08c;
	text-decoration: none;
}
.main a:hover, .main a:focus {
	color: #005580;
	text-decoration: underline;
}
.footer {
	flex: 0 0 auto;
}
.copyright {
	text-align: center;
	padding: 1em;
	font-style: italic;
}
