h2 {
	color: #eb756b;
	text-shadow: 1px 1px 2px black;
	border-radius: 20px;
	background: #0002;
}

h3 {
	color: #C0C7FE;
	text-shadow: 1px 1px 2px black;
}

nav.down {
	display: block;
	text-align: right;
}

nav {
	position: relative;
}

nav > img {
	position: absolute;
	right: 0;
	top: -10em;
	z-index: -1;
}

nav > img.left {
	left: 0;
	right: unset;
	top: -8em;
}

section > header nav a {
	border-radius: 10px;
	height: 4em;
	width: 8em;
	background: #fff6;
	text-shadow: 2px 2px 3px white;
}

div.navs {
	position: relative;
	overflow: hidden;
	border-radius: 25px;
	background: url("imgs/orion.png") repeat-x;
	background-size: cover;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 100px;
}

section > div.navs > a.svg {
	top: 50%;
}


section article.nav {
	/*border: unset;
	box-shadow: unset;*/
	border: solid gray 1px;
}

article.nav > span {
	text-indent: 0;
	margin: 5px;
	padding: 8px 16px;
	font-weight: 500;
	background: linear-gradient(120deg, #fefefec2, #f0f0f0a0);
	border-radius: 15px;
	border: 4px solid #b3e580a0;
	color: #624496;
	text-shadow: 1.5px 1.5px 4px #3f8298;
	display: inline-block;
	max-width: 15em;
	text-align: center;
	vertical-align: middle;
}

section > div.navs > a.svg {
	display: block;
}
