
@import "compass/css3";

@font-face {
  font-family: 'haymakerregular';
  src:url("https://dl.dropboxusercontent.com/u/6152966/fonts/haymaker/haymaker-webfont.eot");
  src: url("https://dl.dropboxusercontent.com/u/6152966/fonts/haymaker/haymaker-webfont.eot?#iefix") format("embedded-opentype"), url("https://dl.dropboxusercontent.com/u/6152966/fonts/haymaker/haymaker-webfont.woff") format("woff"), url("https://dl.dropboxusercontent.com/u/6152966/fonts/haymaker/haymaker-webfont.ttf") format("truetype"), url("https://dl.dropboxusercontent.com/u/6152966/fonts/haymaker/haymaker-webfont.svg#haymakerregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'mission_scriptregular';
  src: url("https://dl.dropboxusercontent.com/u/6152966/fonts/mission/mission-script-webfont.eot");
  src: url("https://dl.dropboxusercontent.com/u/6152966/fonts/mission/mission-script-webfont.eot?#iefix") format("embedded-opentype"), url("https://dl.dropboxusercontent.com/u/6152966/fonts/mission/mission-script-webfont.woff") format("woff"), url("../fonts/mission/mission-script-webfont.ttf") format("truetype"), url("https://dl.dropboxusercontent.com/u/6152966/fonts/mission/mission-script-webfont.svg#mission_scriptregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'klinic_slablight';
  src: url("https://dl.dropboxusercontent.com/u/6152966/fonts/klinics/klinicslablight-webfont.eot");
  src: url("https://dl.dropboxusercontent.com/u/6152966/fonts/klinics/klinicslablight-webfont.eot?#iefix") format("embedded-opentype"), url("https://dl.dropboxusercontent.com/u/6152966/fonts/klinics/klinicslablight-webfont.woff") format("woff"), url("https://dl.dropboxusercontent.com/u/6152966/fonts/klinics/klinicslablight-webfont.ttf") format("truetype"), url("https://dl.dropboxusercontent.com/u/6152966/fonts/klinics/klinicslablight-webfont.svg#klinic_slablight") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: white;
  color: #777777;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
.main {
  background-color: white;
}
.header {
  background-color: #efefef;
  border: 1px solid #efefef;
  border-bottom: 2px solid gainsboro;
}
.header h1 {
  color: #4a4a4c;
}
.jabroni {
  color: #efefef;
}
.jabroni:hover {
  color: #00aae3;
  font-weight: bold;
  font-family: 'Patua One', serif;
  color: red;
  text-shadow: 1px 2px 1px grey;
}
h1 span.rock {
  font-family: 'Noto Serif', Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  color: red;
  text-shadow: 1px 2px 1px grey;
}
h1 span.paper {
  font-family: 'Lobster', cursive, serif;
  font-size: 48px;
  font-size: 4.8rem;
}
h1 span.scissors {
  font-family: 'Gloria Hallelujah', "klinic_slablight", Georgia, Times, "Times New Roman", serif;
  font-size: 48px;
  font-size: 4.8rem;
}

button.play {
  border-radius: 10px;
  border: 4px solid white;
}
button.play.rock {
  background: #efefef url("http://is4.mzstatic.com/image/thumb/Purple62/v4/01/fc/75/01fc753b-e02a-cc00-04cb-bfcad8619600/source/175x175bb.jpg") no-repeat;
  background-size: 175px 175px;
}
button.play.paper {
  background: #efefef url("http://www.10paperairplanes.com/images/201-greatest-paper-airplanes.jpg") no-repeat;
  background-size: 175px 175px;
}
button.play.scissors {
  background: #efefef url("http://is2.mzstatic.com/image/thumb/Purple/v4/70/5a/d5/705ad5d0-6453-fd6f-d639-39945dd96a03/source/175x175bb.jpg") no-repeat;
  background-size: 175px 175px;
}
button.play:hover {
  border: 4px solid #dd0000;
}
button#reset {
  font-size: 12px;
  font-size: 1.2rem;
  color: #777777;
  background-color: gainsboro;
  border-radius: 10px;
}
h2#results {
  color: #444444;
  font-size: 24px;
  font-size: 2.4rem;
}
p {
  font-size: 18px;
  font-size: 1.8rem;
}
.scorebox {
  background-color: #efefef;
  border: 4px solid #efefef;
  border-radius: 10px;
}
.scorebox h2 {
  color: #777777;
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
}
span#loses,
span#wins {
  font-size: 48px;
  font-size: 4.8rem;
  color: #dd0000;
  font-family: "haymakerregular", Helvetica, Arial, sans-serif;
}
.score-divider span {
  font-size: 40px;
  font-size: 4rem;
  color: #dd0000;
  font-weight: 200;
}
div.score-num,
div.score-divider {
  font-size: 18px;
  font-size: 1.8rem;
  color: #777777;
  font-weight: 600;
  text-align: center;
}
html {
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
}
.header {
  position: relative;
  width: 100%;
  height: 110px;
  height: 11rem;
}
.header h1 {
  margin: 20px auto;
}
.main {
  width: 100%;
  min-height: 350px;
  min-height: 35rem;
  padding-top: 80px;
}
.footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
}
.footer h2 {
  margin: 0;
  padding: 0 0 5px 0;
}
.container {
  position: relative;
  width: 960px;
  width: 96rem;
  margin: 0 auto;
  padding: 0;
}
.content {
  width: 630px;
  width: 63rem;
  float: left;
}
.aside {
  width: 330px;
  width: 33rem;
  float: right;
}
.scorebox {
  box-sizing: border-box;
  width: 195px;
  width: 19.5rem;
  height: 175px;
  height: 17.5rem;
  padding: 5px;
  margin: 0 auto 15px auto;
}
.scorebox h2 {
  margin: 15px 0 10px 10px;
}
.score-num,
.score-divider {
  float: left;
}
.score-num {
  width: 40%;
}
.score-divider {
  width: 20%;
}
button .play {
  box-sizing: border-box;
  display: inline-block;
  width: 175px;
  width: 17.5rem;
  height: 175px;
  height: 17.5rem;
  padding: 5px;
  margin-right: 30px;
}
button #reset {
  width: 120px;
  width: 12rem;
  height: 35px;
  height: 3.5rem;
  line-height: 1em;
  float: right;
  margin-right: 105px;
  border: 0;
}
.header {
  position: relative;
  width: 100%;
  height: 110px;
  height: 11rem;
}
.header h1 {
  margin: 20px auto;
}

.footer h2 {
  margin: 0;
  padding: 0 0 5px 0;
}
button.play {
  box-sizing: border-box;
  display: inline-block;
  width: 175px;
  width: 17.5rem;
  height: 175px;
  height: 17.5rem;
  padding: 5px;
  margin-right: 30px;
}
button#reset {
  width: 120px;
  width: 12rem;
  height: 35px;
  height: 3.5rem;
  line-height: 1em;
  float: right;
  margin-right: 105px;
  border: 0;
}
.scorebox {
  box-sizing: border-box;
  width: 195px;
  width: 19.5rem;
  height: 175px;
  height: 17.5rem;
  padding: 5px;
  margin: 0 auto 15px auto;
}
.scorebox h2 {
  margin: 15px 0 10px 10px;
}
div.score-num,
div.score-divider {
  float: left;
}
div.score-num {
  width: 40%;
}
div.score-divider {
  width: 20%;
}