﻿/*reset*/
/* 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;
}


body {
    margin: 0px 0px 1px 0px; /* the extra 1px allows the iOS inner/outer check to work */
    background: #000;
}

.fontloader {
    position: fixed;
    margin-left: -2000px;
}
/*.fontLoader #one {
  font-family: "museo_slab300";
}
.fontLoader #two {
  font-family: "Open Sans";
}*/

.fontloader .bold{
    font-family: 'museoslab-900';

}
.fontloader .medium{
   font-family: 'museoslab-500';
}

.fontloader .icon{
   font-family: 'fontawesome';
}

.fontloader .icon:after{
   content:"\f1e2";
}

body {
    background: #E83C3C;
    margin: 0;
    padding: 0;
}
#game {
    width: 100%;
    max-width: 968px;
    height: 100%;
    margin: 0px auto;
    overflow:hidden;
}

@import url(http://fonts.googleapis.com/css?family=Bitter:400,700);

html, body {
    height: 100%;
    margin: 0px;
    font-family: 'museoslab-900', serif;
  color:#E83C3C;
  overflow:hidden;
 /*background-image: url("../assets/images/snow.jpg") ; */

}

#submitScorePanel {
    /*  width: 100%; */
    height: 100%;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    margin: 0px auto;
    display: none;
    position: absolute;
    background-color: #E83C3C;
}

#submitScorePanel #container {
    /*width: 100%;*/
    width: 968px;
    height: 545px;
    margin: 0px auto;

   /* padding-top: 68px; */
    box-sizing: border-box;
}


#container .outer {
    width: 100%;
    padding-top: 56.3%; /* defines aspect ratio */
    position: relative;
    transform-origin: 0 0;
}
#container .outer .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
   
    background: url("../webassets/surround.png") no-repeat;

}

#container .outer .inner .formHolder {
  margin-top: 100px;
}







.buttons {
  margin-left: 40px;
  margin-top: 40px;
  margin-bottom: -100px;
  position: absolute;
}

#submitScorePanel #container h3 {
  width:400px;
  margin: 0px auto 30px;
  text-align: center;
  font-size: 20px;
  color: white;
  line-height: 1.4em;

}


#submitScorePanel #container p {
  display:block;
  width:283px;
  margin: 20px auto;
  text-align: center;
  font-size: 20px;
  color: #E83C3C;

}

#submitScorePanel #container p.noPad {
  margin: 0px;
  display: none;

}

#submitScorePanel #container p input {
  width: 283px;
  height:35px;
  font-size: 30px;
  font-family: 'museoslab-900', serif;
  padding: 10px;
  border-radius: 5px;
  border: none;
  margin-bottom:20px;
}

#submit {
  display:block;
  margin: 0 auto;
  width:142px;
  height:49px;
  background-color: transparent;
  background-image: url("../webassets/submitButt.png");
  border: none;
  margin-top: -10px;
}



.leaderboard-title {
  margin: 0 auto;
  display: block;
  margin-top: -50px;
}

.section {
  width:42.5%;
  height: 350px;
  background-color: white;
  float:right;
  margin-right:35px;
  -webkit-box-shadow: -3px 3px 0px 0px rgba(0,0,0,0.2);
-moz-box-shadow: -3px 3px 0px 0px rgba(0,0,0,0.2);
box-shadow: -3px 3px 0px 0px rgba(0,0,0,0.2);
border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border-radius:15px 15px 15px 15px;

}

.section.left {
  float: left;
  margin-right:0px;
  margin-left:35px;
}