/* 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; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

/* Font-face
========== */
@font-face {
    font-family: 'dosisbook';
    src: url('../fonts/dosis-book-webfont.woff2') format('woff2'),
         url('../fonts/fonts/dosis-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dosisbold';
    src: url('../fonts/dosis-bold-webfont.woff2') format('woff2'),
         url('../fonts/dosis-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

[draggable] { -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; user-select: none; }

/* Ids
========== */
#home { width: 780px; height: 555px; background: url(../images/quebra-cabeca.png) no-repeat; margin-left: 30%; margin-top: 5%; position: relative; }
#columns { margin: 0 auto; width: 955px; height: 665px; }
#columns p:nth-child(1) { font: 36px 'dosisbold'; margin: 5px 0 -15px; background: none; }
#columns p:nth-child(2) { font: 30px 'dosisbook'; background: none; margin: 0; clear: both; }
#columns p:nth-child(3) { font: 24px 'dosisbook'; background: none; margin: -10px 0 10px; clear: both; }
#content { position: absolute; top: 250px; left: 170px; }
#content p:nth-child(2) { font: 30px 'dosisbook'; clear: both; }
#content p:nth-child(3) { font: 20px 'dosisbook'; margin: 20px 0; }
#info { float: left; width: 955px; }
#final { width: 711px; height: 523px; margin: 0 auto; position: relative; background: url(../images/background-score.png) no-repeat; }

/* Class
========== */
.column { height: 222px; width: 318px; float: left; -webkit-border-radius: 10px; -ms-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: inset 0 0 3px #000; -ms-box-shadow: inset 0 0 3px #000; box-shadow: inset 0 0 3px #000; cursor: move; }
span.destaque { font: 36px 'dosisbold'; color: #000; }

/* Elements
========== */
p#score { font: 24px 'dosisbook'; position: absolute; top: 185px; left: 50px; background: none; }
p { font: 36px 'dosisbook'; background: rgba(255,255,255,0.8); padding: 2px 10px; margin-bottom: 5px; float: left; display: inline; }
p span { color: #f39200; }
input[type=submit] { width: 155px; height: 45px; border-radius: 10px; background-color: #f39200; color: #000; display: block; clear: both; font: 20px 'dosisbold'; text-transform: uppercase; cursor: pointer; border: 0 none; }