* {
	color: #f4f4ff;
	background: none;
	margin: 0;
	padding: 0;
}

html {
	font-family: 'Montserrat', sans-serif;
	background: #010012;
}

body {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	min-width: 950px;
	font-size: 0.83rem;
}

a {
	text-decoration: none;
	color: #85beff;
}

a:hover {
	color: #ff87c0;
}

div.header {
	display: flex;
    justify-content: center;
	width: 100%;
}

div.header div.container {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 1.25rem 0 1.5rem 0;
	width: 886px;
}

div.header a {
	color: #f4f4ff;
}

div.header h1 {
	font-family: 'Exo 2', sans-serif;
	margin: 0 2rem 0 0;
	padding: 0;
	line-height: 2.5rem;
	font-size: 2.5rem;
	text-shadow: 0.2rem 0.2rem 0.75rem #ad366e80;
}

div.header h2 {
	margin: 0.7rem 0 0 0;
	padding: 0;
	line-height: 1.2rem;
	font-size: 1.2rem;
	font-weight: normal;
	color: #f4f4ffc0;
	text-shadow: 0.1rem 0.1rem 0.5rem #322EA680;
}

p {
	margin: 1.5rem 0 0 0;
}

div.menu {
	display: flex;
    justify-content: center;
	width: 100%;
	padding: 0.4rem 0 0.4rem 0;
	background-color: #151442;
	border-top: 1px solid #322EA6;
	border-bottom: 1px solid #322EA680;
	box-shadow: inset 0 1.74rem 0.03rem -0.5rem #322EA638;
}

div.separator {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 2.5rem 0 0 0;
}

div.separator div {
	display: flex;
	height: 1px;
	width: 100%;
	margin: 3px 0 3px 0;
}

div.separator div.bottom{
	background-color: #322EA660;
}

div.menu div.container {
	display: flex;
	width: 886px;
}

div.menu div.container div {
	margin: 0 1rem 0 0;
	display: inline-block;
}

div.menu div.container a {
	display: inline-block;
	margin: 0 0 0 0;
	padding: 0.225rem 1rem 0.225rem 1rem;
	color: #f4f4ff;
	font-weight: 600;
	text-shadow: 1px 1px 1px #00000060;
	border: 1px solid #ffffff00;
}

div.menu div.container a.selected {
	background-color: #ad366e;
	color: white;
	border-radius: 0.125rem;
	box-shadow: 0px 0px 4px #00000090;
	text-shadow: 1px 1px 1px #00000090;
	border: 1px solid #ffffff10;
}

div.menu div.container a.unselected:hover {
	background-color: #322ea6;
	color: white;
	border-radius: 0.125rem;
	box-shadow: 0px 0px 4px #000000b0;
	text-shadow: 1px 1px 1px #00000090;
	border: 1px solid #ffffff10;
}

div.content {
	display: flex;
	flex-direction: column;
	width: 886px;
	align-content: center;
	justify-content: space-between;
	padding: 1.5rem 0 0 0;
}

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

div.content div.center div.main_image {
	width: 880px;
	height: 685px;
	background-image: url(../images/zeonica_screenshot.png);
	background-size: 100% 100%;
}

/* Thanks to https://gist.github.com/marcedwards/3446599 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
	only screen and (-o-min-device-pixel-ratio: 13/10),
	only screen and (min-resolution: 120dpi)
{
	div.content div.center div.main_image {
		background-image: url(../images/zeonica_screenshot_hidpi.png);
	}
}

div.column h3 {
	margin: 3rem 0 0 0;
}

div.column h3:first-child {
	margin: 1.5rem 0 0.5rem 0;
}

div.row {
	flex-direction: row;
}

div.column {
	flex-direction: column;
}

div.start {
	justify-content: flex-start;
}

div.end {
	justify-content: flex-end;
}

div.content p, div.content li {
	line-height: 1.25rem;
}

div.content li {
	margin: 0.5rem 0 0 1rem;
}

div.content ul {
	margin: 1rem 0 0 0;
}

div.content div.left {
	display: flex;
	padding: 0;
	margin: 0;
	width: 510px;
}

div.content div.left2 {
	display: flex;
	padding: 0;
	margin: 0;
	width: 410px;
}

div.content div.right {
	display: flex;
	padding: 0;
	width: 344px;
}

div.content div.right2 {
	display: flex;
	padding: 0;
	width: 444px;
}

div.content img {
	max-width: 100%;
	width: 880px;
	border: 1px solid #ad366e90;
	padding: 2px;
	margin: 1rem 0 0 0;
	height: auto;
}

div.footer {
	display: flex;
	margin: 0 0 2rem 0;
	padding: 0;
}

div.footer p {
	display: flex;
	font-size: 0.75rem;
	color: #f4f4ffc0;
}

a span {
	margin: 0 0.25rem 0 0;
}

.email:after {
	content: attr(data-param1) attr(data-param2) attr(data-param3) attr(data-param4);
}

@media only screen and (min-width: 2400px) {

}
