/*! normalize.css v3.0.1 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* HTML5 Bones */


html { background:#d8d8d8; }
html.full { background:transparent; }
body {
	margin:0 auto;
	background:#414D7D;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#414d7d+0,1e3151+100 */
background: -moz-linear-gradient(top, #414d7d 0%, #1e3151 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414d7d), color-stop(100%,#1e3151)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #414d7d 0%,#1e3151 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #414d7d 0%,#1e3151 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #414d7d 0%,#1e3151 100%); /* IE10+ */
background: linear-gradient(to bottom, #414d7d 0%,#1e3151 100%); /* W3C */
	font-family: 'Josefin Sans', sans-serif;
    font-weight:400;
}
main { position:relative; }
body > h1, main > h1 { padding-top:8%; }
h1, h2 {
	margin:0;
	text-align:center;
	color:#ffffff;
}
h1 { font-size:6em; font-weight:100; }
h2 { font-size:1em; letter-spacing:5px; text-transform:uppercase; }
abbr[title] { border-bottom:none; }
a {
	color:#ae4949;
	text-decoration:none;
}
a:hover { text-decoration:underline; }
a:visited { color:#928280; }
footer a { color:#a60400; }
h1 a { color:#E9D5BA; }
h1 a:hover { text-decoration:none; }
h1 a:visited { color:#E9D5BA; }
section {
	margin:2em auto;
	width:95%;
}
section > h3 {
	color:#6EA2B5;
    font-weight:700;
  font-size:1.7em;
}
.buttons {
	text-align:center;
	overflow:hidden;
	margin-bottom:1em;
}
p, ul { color:#d8d8d8; }
ul {
	list-style-type:none;
	padding:0;
}
li { padding:.3em 0; line-height:1.4; margin-bottom:1.3em; }
li a:link, li a:visited, li a:hover, li a:active {
  color:#97B8FF;
  line-height:1.3;
  font-size:1.4em;
}
.download, .github {
	text-align:center;
	margin:0 0.6em 1em
}
.button {
	padding:1em;
	color:#d8d8d8;	
	background:#487D90;
	font-weight:700;
	display:block;
}
.button:hover {
	text-decoration:none;
	opacity:0.9;
}
.button .version { font-weight:normal; }
footer {
   left:0px;
   bottom:0px;
   height:100px;
   width:100%;
   color:#303030;
   text-align:center;
   background:#d8d8d8;
   padding-top:1em;
}
footer p {
	color:#303030;
	font-size:.8em;
}

@media only screen and (min-width:36em) {
    h1 { font-size:9em; font-weight:100; }
	h2 { font-size:1em; }
	section { width:60%; }
  .articlebody { max-width:900px; display:block; margin:0 auto; overflow:hidden; }
  .linksection { display:block; width:31%; margin-right:3%; float:left;}
  .linksection.first { margin-left:2%; }
  .linksection.last { margin-right:0; }
	.buttons { margin:0 auto 2em; }
	.download, .github {
		float:none;
		width:44%;
        max-width:400px;
        display:block;
        margin:0 auto;
	}
}

/* end HTML5 Bones */