/* normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* line 21, sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 31, sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 40, sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 49, sass/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 63, sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
/* line 73, sass/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 85, sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 94, sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 107, sass/_normalize.scss */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 115, sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 124, sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 132, sass/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 140, sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 153, sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 162, sass/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
/* line 172, sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 180, sass/_normalize.scss */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 189, sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 196, sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 200, sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 212, sass/_normalize.scss */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 220, sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 232, sass/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 244, sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 255, sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
/* line 269, sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 281, sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 296, sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 306, sass/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
/* line 316, sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 327, sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 340, sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 349, sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 359, sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 372, sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 4, sass/_players.scss */
.player {
  width: 100px;
  height: 150px;
  position: relative;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
}

/* line 13, sass/_players.scss */
.player-1 {
  background-image: url("../img/player-1.png");
}

/* line 17, sass/_players.scss */
.player-2 {
  background-image: url("../img/player-2.png");
}

/* line 21, sass/_players.scss */
.rest {
  -webkit-animation: rest 1.5s infinite ease-in-out;
  background-repeat: repeat-x;
  background-size: 600px 150px;
  background-position: 400px bottom;
}

@-webkit-keyframes rest {
  /* line 30, sass/_players.scss */
  0% {
    background-size: 600px 150px;
  }

  /* line 31, sass/_players.scss */
  50% {
    background-size: 600px 145px;
  }
}

/* line 34, sass/_players.scss */
.run {
  -webkit-animation: run 0.2s steps(3, end) infinite;
  -webkit-animation-direction: alternate;
}

@-webkit-keyframes run {
  /* line 40, sass/_players.scss */
  from {
    background-position: 400px 0;
  }

  /* line 41, sass/_players.scss */
  to {
    background-position: 700px 0;
  }
}

/* line 44, sass/_players.scss */
.jump {
  -webkit-animation: jump 0.25s steps(3, end) infinite;
  -webkit-animation-direction: alternate;
}

@-webkit-keyframes jump {
  /* line 50, sass/_players.scss */
  from {
    background-position: 100px 0;
  }

  /* line 51, sass/_players.scss */
  to {
    background-position: 400px 0;
  }
}

/* line 56, sass/_players.scss */
.position-0 {
  left: 0px;
}

/* line 60, sass/_players.scss */
.position-1 {
  left: 143px;
}

/* line 64, sass/_players.scss */
.position-2 {
  left: 286px;
}

/* line 68, sass/_players.scss */
.position-3 {
  left: 429px;
}

/* line 72, sass/_players.scss */
.position-4 {
  left: 572px;
}

/* line 76, sass/_players.scss */
.position-5 {
  left: 715px;
}

/* line 80, sass/_players.scss */
.position-6 {
  left: 858px;
}

/* line 30, sass/Site.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 34, sass/Site.scss */
body {
  background-color: #fbfaf9;
  color: #544f45;
  font-family: sans-serif;
  font-family: 'Dosis', sans-serif;
  letter-spacing: 1px;
}

/* line 42, sass/Site.scss */
.wrap {
  width: 960px;
  margin: 0 auto;
}

/* line 51, sass/Site.scss */
header h1 {
  text-align: center;
  font-size: 3em;
  letter-spacing: 2px;
  margin-bottom: 0;
  font-family: 'Dosis', sans-serif;
  font-weight: 800;
  color: #ff401a;
  display: inline-block;
}

/* line 62, sass/Site.scss */
.track {
  height: 155px;
  width: 960px;
  background-image: url("../img/track.png");
  background-repeat: no-repeat;
  background-position: 0 bottom;
}

/* line 70, sass/Site.scss */
.track-2 {
  margin-top: -60px;
}

/* line 74, sass/Site.scss */
.q-a {
  margin-bottom: 40px;
  font-family: sans-serif;
}
/* line 78, sass/Site.scss */
.q-a:after {
  content: "";
  display: table;
  clear: both;
}

/* line 86, sass/Site.scss */
.question,
.answers {
  width: 45%;
  float: left;
}

/* line 91, sass/Site.scss */
.question {
  margin-right: 10%;
  text-align: right;
}

/* line 98, sass/Site.scss */
#question,
.equals,
.answers button {
  background-color: #47b4eb;
  font-size: 2em;
  border: 0;
  letter-spacing: 2px;
  padding: .2em .4em;
  font-weight: bold;
  margin-right: .2em;
  color: white;
  display: inline-block;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -ms-border-radius: 0.3em;
  -o-border-radius: 0.3em;
  border-radius: 0.3em;
}

/* line 112, sass/Site.scss */
.equals {
  background-color: #b4eb47;
}

/* line 123, sass/Site.scss */
.answers button {
  background-color: #eb9947;
  margin-right: .5em;
}
/* line 127, sass/Site.scss */
.answers button:hover {
  background-color: #e66000;
}

/* line 140, sass/Site.scss */
.container {
  width: 100%;
  background-color: #f1eeea;
  padding: 1em;
  margin-bottom: 8em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -ms-border-radius: 0.3em;
  -o-border-radius: 0.3em;
  border-radius: 0.3em;
}
/* line 148, sass/Site.scss */
.container ul {
  list-style: none;
  padding: 0;
}
/* line 153, sass/Site.scss */
.container li {
  margin-bottom: .2em;
  color: #8c8473;
}
/* line 157, sass/Site.scss */
.container li strong {
  color: #544f45;
}

/* line 163, sass/Site.scss */
#sendmessage {
  border: 0;
  background: #74674e;
  color: #fbfaf9;
  font-weight: bold;
  font-size: 1.2em;
  padding: .2em .4em;
  letter-spacing: 1px;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -ms-border-radius: 0.3em;
  -o-border-radius: 0.3em;
  border-radius: 0.3em;
}

/* line 175, sass/Site.scss */
#message {
  padding: .2em .4em;
  background: #fbfaf9;
  width: 845px;
  margin-right: 20px;
  letter-spacing: 1px;
  border: 2px solid #74674e;
}

/* line 185, sass/Site.scss */
#currentPlayer {
  font-size: 2em;
  margin: 1em 0 0;
  font-size: 2em;
  letter-spacing: 2px;
}
/* line 191, sass/Site.scss */
#currentPlayer:before {
  content: "now playing: ";
}

/* line 196, sass/Site.scss */
#resetGame {
  background-color: #95da0b;
  border: 0;
  letter-spacing: 2px;
  padding: .2em .4em;
  font-weight: bold;
  color: white;
  display: inline-block;
  margin-bottom: 1em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -ms-border-radius: 0.3em;
  -o-border-radius: 0.3em;
  border-radius: 0.3em;
}
/* line 208, sass/Site.scss */
#resetGame :hover {
  background-color: #85c20a;
}

/* line 213, sass/Site.scss */
#result {
  width: 30px;
  height: 30px;
  margin: .2em 0 1em;
  background-image: url("../img/result.png");
}

/* line 220, sass/Site.scss */
#result.correct {
  background-position: 60px bottom;
}
/* line 222, sass/Site.scss */
#result.correct:after {
  padding-left: 40px;
  font-size: 1.2em;
  content: "Correct!";
}

/* line 229, sass/Site.scss */
#result.wrong {
  background-position: 30px bottom;
}
/* line 231, sass/Site.scss */
#result.wrong:after {
  padding-left: 40px;
  font-size: 1.2em;
  content: "Nope!";
}

/* line 238, sass/Site.scss */
.header-player {
  width: 100px;
  height: 150px;
  position: relative;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
}

/* line 247, sass/Site.scss */
.header-player-1 {
  background-image: url("../img/player-1.png");
}

/* line 251, sass/Site.scss */
.header-player-2 {
  background-image: url("../img/player-2.png");
}

/* line 255, sass/Site.scss */
header .header-player {
  display: inline-block;
  width: 50px;
  height: 75px;
  background-size: 300px 75px;
  position: relative;
  top: .8em;
  margin: 0 1em;
}

/* line 265, sass/Site.scss */
header .header-player-1 {
  margin-left: 14.5em;
}

/* line 269, sass/Site.scss */
.header-jump {
  -webkit-animation: header-jump 0.25s steps(3, end) infinite;
  -webkit-animation-direction: alternate;
}

@-webkit-keyframes header-jump {
  /* line 275, sass/Site.scss */
  from {
    background-position: 50px 0;
  }

  /* line 276, sass/Site.scss */
  to {
    background-position: 200px 0;
  }
}

/* line 283, sass/Site.scss */
#localVideo,
#remotesVideos {
  display: inline-block;
  margin: 0 1em 1em 0;
}

/* line 289, sass/Site.scss */
#localVideo video,
#remotesVideos video {
  display: inline-block;
  width: 14em;
}
