body {
	background: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #ddd;
	line-height: 1.5em;
}

a {
	color: #fff;
	text-decoration: none;
}

canvas {
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* mobile webkit */
}

.btn {
	padding: 20px;
	border: 1px solid #fff;
	transition: all 0.3s ease;
	text-align: center;
}

.btn:hover {
	background-color: #fff;
	color: #000; 
}

strong {
	font-weight: 600;
	color: #fff;
}

.display {
	font-family: "pill-gothic-600mg";
	font-weight: 400;
	text-transform: uppercase;
}

.display.bold {
	font-family: "pill-gothic-600mg";
	font-weight: 700;
}

.display.light {
	font-family: "pill-gothic-600mg";
	font-weight: 300;
}

.nano-logo {
	position: fixed;
	z-index: 2;
}

.top-menu {
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,.9);
	text-transform: uppercase;
	z-index: 1;
}

.top-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 45px;
	margin-bottom: 40px;
	margin-right: 20px;
}

.top-menu a {
	padding: 16px;
}

section#hiper8 {
	text-align: center;
	position: relative;
}

section#hiper8 img {
	width: 360px;
	margin-left: -180px;
	position: absolute;
	top: 100px;
	left: 50%;
}

canvas {
	max-width: 100%;
}

section#apresentacao {
	box-sizing: border-box;
	margin: 0 auto;
	width: 80%;
	max-width: 800px;
}

section#inscrevase {
	padding: 100px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

section#inscrevase .btn {
	width: 300px;
	max-width: 70%;
	margin-bottom: 20px;
	font-size: 1.2em;
}

section#inscrevase .info {
	margin: 0 0 0.5em;
}

section#inscrevase ul{
	text-align: left;
	width:400px;
	list-style: none;
}

section#inscrevase li{
	margin-top:4px;
}

section#inscrevase .inscrevase-titulo {
	font-size: 1.5em;
	line-height: 1.2em;
}

section#inscrevase .inscrevase-local {
	font-size: 1.75em;
	line-height: 1.2em;
	color: #9CC9FF;
}

section#inscrevase .inscrevase-data {
	font-size: 2em;
	line-height: 1.2em;
	margin-bottom: 1.25em;
}


section#marcas {
	padding: 40px;
	text-align: center;
}

section#marcas a {
	margin: 20px;
	display: inline-block;
}

section#marcas .display {
	font-size: 1.5em;
	margin-top: 50px;
}

@media (max-width: 640px) {

	section#hiper8 img {
		width: 280px;
		margin-left: -140px;
	}
	.nano-logo {
		position: relative;
		z-index: 2;
		text-align: center;
	}

	.top-menu {
		position: relative;
	}

	.top-menu ul {
		flex-direction: column;
		margin: 0;
	}

	section#inscrevase {
		min-height: 400px;
	}

}