
header,
section {
	display: block;
}

canvas {
	display: inline-block;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

html,
body {
	width: 100%;
	height: 100%;
	font-family: 'Coda', cursive;
}

body {
	color: #dadada;
	line-height: 1.75;
	margin: 0;
}

h1 {
	color: #fff;
	font-weight: 400;
	line-height: 1.16667;
	margin: 0 0 28px;
	text-align: center;
	font-size: 44px;
	padding-left: 8px;
	padding-right: 8px;  
}

p {
	margin: 0 0 28px;
}

.logo {
	width: 600px;
	height: auto;
	margin-bottom: 40px;
}

@media only screen and (max-width: 649px) {
	.logo {
		width: 360px;
		height: auto;
	}
}

.subtitle {
	font-size: 18px;
	letter-spacing: 1px;
	margin: 28px 0;
	text-align: center;
}

.wrap {
	min-height: 100%;
	position: relative;
}

.inner {
	margin: 0 auto;
	padding: 42px 24px;
}

#main {
	position: relative;
}

#main .inner {
	max-width: 816px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.body-bg {
	background: rgba(0,0,0,0.6) url(images/overlay.png) repeat;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

.flex {
 display: flex;
  justify-content: center;
  flex-direction: column;
}

#background-effect
	{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	.privacy {
		display: flex;
		justify-content: center;
		margin-top: 42px;
	}
	.privacy-link {
		margin: 0 12px;
		color: #dadada;
		transition: all .6s;
		text-decoration: none;
	}

	.privacy-link:hover {
		color: #fff;
	}

	.copyright {
		text-align: center;
		text-transform: uppercase;
		margin-top: 8px;
	}
	.copyright p {
		color: #dadada;
		font-size: 12px;
	}
