/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 300; text-align: center; line-height: }

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #333;}

a {color: #03f;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style placeholders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

/* let's give blockquotes *some* default styling, because unstyled blockquotes are dangerous */
blockquote {padding: 16px; background: #eee;}

.wrapper img {margin-bottom: 32px; }

h1 {font-size: 22px; font-family: 'Oswald', sans-serif; text-transform: uppercase; padding-bottom: 16px;}

article {margin: auto; position: absolute; max-width: 620px; top: 50%; left: 0; bottom: 0; right: 0; margin-top: -180px; line-height: 24px;}

/* Media queries
-------------------------------------------------------------------------------*/

@media screen and (max-width: 480px) {

h1 {padding: 0 24px 16px 24px; font-size: 18px;}

article {padding: 0 16px;}

}



/* Print styles
-------------------------------------------------------------------------------*/
@media print {



}