/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #3a273c; color: #fff; text-shadow: none; }
::selection { background: #3a273c; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
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-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

body {
	font-size: 23px;
	font-family: Arial, Helvetica, sans-serif;
	background: #473349;
	color: #fff;
	text-align: center;
}

p {
	margin: 10px 0 50px 0;
}

a:link,a:visited {
	color: white;
}

a:hover {
	color: #dc9a80;
}

@font-face {
	font-family: 'BebasNeueRegular';
	src: url('../BebasNeue-webfont.eot');
	src: url('../BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('../BebasNeue-webfont.woff') format('woff'), url('../BebasNeue-webfont.ttf') format('truetype'), url('../BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1 {
	font: 84px 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 40px 0 0 0;
	letter-spacing: 3px;
	text-shadow: rgba(0,0,0,1) 0 0 10px;
	line-height: .9;
}

h1 a:link,h1:visited {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
	text-decoration: none;
}

h1 a:hover {
	color: #ccc;
}

h2, h3 {
	clear: both;
	text-align: center;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: normal;
	margin: 0;
	line-height: 1.1;
}

h2 {
	margin-bottom: 20px;
}

.faqh {
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	font-size: 50px;
	text-shadow: rgba(0,0,0,1) 0 0 10px;
}

hgroup h2, hgroup h3 {
	margin: 0;
	font-size: 40px;
	text-shadow: rgba(0,0,0,1) 0 0 10px;
	color: white;
}

hgroup h3 {
	font-size: 18px;
	font-family: Verdana, Helvetica, sans-serif;
}

.main {
	padding: 10px;
	width: 80%;
	max-width: 760px;
	margin: 0 auto;
}

.desc {
	color: #dc9a80;
	text-align: center;
	font-size: 24px;
	text-shadow: rgba(0,0,0,1) 0 0 10px;
	margin-bottom: 30px;
}

.cta {
	padding: 0;
	list-style: none;
	width: 92%;
    max-width: 630px;
	margin: 0 auto 30px auto;
	overflow: hidden;
	padding: 20px;
}

.cta li {
	float: left;
}

.cta li:nth-child(1) {
	margin-right: 20px;
}

.lt-ie9 .cta li {
    margin-right: 10px;
    margin-bottom: 10px;
}

.btn:link,.btn:visited {
	color: #fff;
	text-decoration: none;
	width: 300px;
    height: 80px;
	display: block;

	-webkit-box-shadow: rgba(0,0,0,.6) 0 0 6px;
	-moz-box-shadow: rgba(0,0,0,.6) 0 0 6px;
	box-shadow: rgba(0,0,0,.6) 0 0 6px;
    
    background: #6c596e;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6c596e), color-stop(100%, #3a263b));
	background-image: -webkit-linear-gradient(#6c596e, #3a263b);
	background-image: -moz-linear-gradient(#6c596e, #3a263b);
	background-image: -o-linear-gradient(#6c596e, #3a263b);
	background-image: -ms-linear-gradient(#6c596e, #3a263b);
	background-image: linear-gradient(#6c596e, #3a263b);

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	line-height: 85px;
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 40px;
	letter-spacing: 1px;
	text-shadow: rgba(0,0,0,1) 0 0 10px;

	-webkit-background-size: 100% 150%;
	-moz-background-size: 100% 150%;
	background-size: 100% 150%;
	background-position: 0 50%;

	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}

.btn:hover {
	background-position: 0 0;
}

h3 {
	font-size: 36px;
	line-height: 1.2;
	margin: 0;
	text-shadow: rgba(0,0,0,1) 0 0 10px;
	color: #dc9a80;
}

footer p {
	font-size: 14px;
	font-family: Verdana, Helvetica, sans-serif;
	margin-bottom: 20px;
}

.github-ribbon {
	position: absolute;
	top: 0;
	right: 0;
	opacity: .7;
	-webkit-transition: opacity .5s linear;
	-moz-transition: opacity .5s linear;
	-ms-transition: opacity .5s linear;
	-o-transition: opacity .5s linear;
	transition: opacity .5s linear;
}

.github-ribbon:hover {
	opacity: 1;
}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

@media (max-width: 850px) {
    
    h1 {
        font-size: 60px;
        padding: 0 30px;
    }
    
    hgroup {
        width: 90%;
        margin: auto;
    }

    hgroup h2 {
        font-size: 30px;
    }

    .cta {
        width: 460px;
    }

    .btn:link,.btn:visited {
        font-size: 30px;
        width: 180px;
        height: 48px;
        line-height: 48px;
        padding: 14px;
    }

}

@media (max-width: 660px) {
    
    body {
        overflow-x: hidden;
    }

    .cta {
        width: 90%;
        padding: 10px 0 0 0;
    }
    
    .cta li {
        margin: 0 auto 20px auto;
        float: none;
        width: 140px;
    }
    
    .cta li:nth-child(1) {
        margin-right: auto;
    }

    .btn:link,.btn:visited {
        font-size: 23px;
        width: 140px;
        height: 37px;
        line-height: 37px;
        padding: 10px;
    }
    
    .github-ribbon {
        display: none;
    }

}

@media (max-width: 480px) {
    
    h1 {
        font-size: 38px;
    }
    
    hgroup h2 {
        font-size: 20px; 
    }
    
    .faqh {
        font-size: 35px;
    }
    
    h3 {
        font-size: 30px;
    }
    
    .desc {
        font-size: 20px;
    }
    
}