@charset "UTF-8";

#appheader {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 550px;
	clear: both;
	min-height: 210px;
}

#appheader > h1 {
	font-weight: 700;
	font-size: 50px;
	margin: 0px;
	padding-bottom:0px;
	padding-top: 35px;
}

#appheader > img {
	display: block;
	float:left;
	margin:0;
	padding:0;
}

#appheader > p {
	font-size: 22px;
	font-weight: 200;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}

#appheader > section#downloads > a > img {
	padding: 0px 13px;
}

section#downloads > a:link:hover {
	background: none;
}

#screenshots {
	display: flex;
	flex-direction: row;
	text-align: center;
	align-items: center;
    justify-content: center;
}

#screenshots > img {
	height: calc(450px / 2);
	margin: 0px 20px;
	border-radius: 3px;
	box-shadow: 0px 2px 10px -2px;
}


/* features */
section.features {
	max-width: 760px;
}
section.features h2 {
	font-size: 32px;
	font-weight: 200;
	letter-spacing: 2px;
}
section.features div {
	text-align:left;
	
	-webkit-columns: 2;
	   -moz-columns: 2;
	        columns: 2;
	-webkit-column-gap:  2em;
	   -moz-column-gap:  2em;
	        column-gap:  2em;
	overflow: hidden;
}
section.features section {
	-webkit-column-break-inside: avoid;
	          -moz-break-inside: avoid;
	               break-inside: avoid;
	margin: 0;
	padding-top: 1px;
	padding-bottom: 1.2em;
}
section.features section img {
	width: 48px;
	float: left;
	padding-top: 4px;
}
section.features section h3 {
	font-size: 120%;
	margin: 0 0 4px;
}
section.features section p {
	font-size: 90%;
	margin:0 0 0 60px;
}


#forkongithub a {
	background:#1a2;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-weight:400;
	padding:7px 40px;
	font-size: 1rem;
	line-height: 2rem;
	position:relative;
	transition:0.5s;
}

#forkongithub a:hover{
	background:#1ec816;
	color:#fff;
	font-weight:600;
}
#forkongithub a::before,#forkongithub a::after{
	content:"";
	width:100%;
	display:block;
	position:absolute;
	top:0px;
	left:0;
	height:3px;
	background: rgba(0,0,0,0.15);
}
#forkongithub a::after{
	bottom:1px;
	top:auto;
}
@media screen and (min-width:400px) {
	#forkongithub {
		position:absolute;
		display:block;
		top:0;
		left:0;
		width:200px;
		overflow:hidden;
		height:200px;
		z-index:9999;
	}
	#forkongithub a {
		width:200px;
		position:absolute;
		top:40px;
		left:-80px;
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		-o-transform:rotate(-45deg);
		box-shadow:6px 6px 14px rgba(0,0,0,0.3);
		padding:4px 40px;
	}
}
