/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.2;
}

/* End reset */

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

@font-face {
    font-family: 'Quicksand-fixed';
    font-style: normal;
    font-weight: 400;
    src: url('http://themes.googleusercontent.com/static/fonts/quicksand/v3/sKd0EMYPAh5PYCRKSryvWz8E0i7KZn-EPnyo3HZu7kw.woff') format('woff');
}

html {
    background-color: #FDFDFD;
    color: #202020;
    font-family: 'Quicksand', 'Quicksand-fixed', sans-serif;
    font-size: 20px;
    /*-webkit-text-stroke-width: 0.5px;*/
}

h1 {
    font-family: 'Quicksand-fixed', 'Quicksand', sans-serif;
}

/* Prevents Chrome/Safari randomly resizing some text */
html * { max-height:1000000px; -webkit-text-size-adjust: 100%; }

p {
    margin: 0.7em auto;
}

h1, h2, h3 {
    line-height: 1;
    font-weight: normal;
    clear: both;
}

h1 {
    color: #C0C0C0;
    text-align: center;
    text-transform: uppercase;
    font-size: 80px;
    margin: 0 auto;
}

h2 {
    text-align: center;
    font-size: 30px;
    margin: 36px auto 0 auto;
}

h3 {
    font-size: 24px;
    margin: 36px auto 24px auto;
    text-align: center;
}

#tagline {
    width: 550px;
    margin: 0 auto 1em auto;
    text-align: center;
}

.message {
    background-color: #6c6c6c;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding: 1em;
    margin: 0;
}

#game, #video, #buy {
    text-align: center;
    margin: 1em auto;
}

#buy {
    margin-top: 2em;
}

#steam a {
    padding: 20px 20px;
    border: 2px solid #d0d0d0;
    border-radius: 8px;
    text-decoration: none;
    color: #7d7d7d;
}

#steam a:hover {
    border-color: #fdd378;
}

.small {
    font-size: 14px;
}

#steam-key-notice
{
    margin: 0 auto;
    text-align: center;
}

#quotes {
    width: 550px;
    margin: 0 auto;
}

#quotes a {
    margin: 1em 0;
    text-align: right;
    text-decoration: none;
    display: block;
    background-color: transparent;
}

#quotes q {
    margin: 0;
    padding: 0;
    display: block;
    text-align: left;
}

#quotes .source {
    text-transform: uppercase;
    padding: 5px 2px 1px 2px;
    border-radius:2px;
}

#quotes a:hover .source {
    background-color: #fdd378;
}

#quotes .score {
    font-size: 150%;
}

#awards {
    width: 350px;
    margin: 20px auto 0 auto;
    text-align: center;
    clear: both;
}

.award {
    width:150px;
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
}

.award.pax {
    float: right;
}

.award {
    height: 75px;
    background-image: url('images/leftlaurel.png');
    background-repeat: no-repeat;
    background-position: 8% 0%;
}

.award .inner {
    height: 108px;
    padding: 0 32px;
    font-size: 16px;
    line-height: 20px;
    padding-top: 8px;
    background-image: url('images/rightlaurel.png');
    background-repeat: no-repeat;
    background-position: 92% 0%;
}

@media all and (min-width: 900px) {
    
#heading {
    width: 850px;
    margin: 20px auto 0 auto;
    position: relative;
}

#awards {
    clear: none;
    width: auto;
    margin: 0
}

#tagline {
    width: 500px;
}

.award {
    position: absolute;
    top: 30px;
    float: none;
}

.award.indiecade {
    left: 0;
}
.award.pax {
    right: 0;
}

}

#people {
    width: 540px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.person {
    width:180px;
    margin: 1em 0;
    padding: 0;
    float: left;
}

#content {
    width: 550px;
    margin: 20px auto 32px auto;
}

a {
    color: #202020;
    text-decoration: underline;
    padding: 5px 2px 2px 2px;
    border-radius:2px;
}

a:hover {
    color: #202020;
    background-color: #fdd378;
}

h1 a, h1 a:hover {
    color: #C0C0C0;
}

.person a {
    text-decoration: none;
    padding-bottom: 1px;
}

.person a:hover {
    text-decoration: none;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style-position:inside;
}

.hr {
    margin: 36px auto;
    width: 400px;
    border-top: 1px solid black;
}

dt {
    margin: 1em auto;
    font-weight: bold;
}

form {
    display: flex;
}

input.email {
    height: 38px;
    padding: 6px 10px;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    width: 100%;
}

input {border:1px solid #999; -webkit-appearance:none;}
input:focus {border-color:#333;}
.button-primary {background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; padding:0 10px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
.button-primary:hover {background-color:#777;}

input.email {padding:8px 0; text-indent:5px;  min-width:130px;}
input.button-primary {
    min-width:200px;
    height: 38px;
    line-height:38px;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}