/* Eric Meyer's CSS Reset
   http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
   This is a Sass partial
*/
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; }

* {
  box-sizing: border-box;
  outline: none; }

body {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.3; }

h2 {
  font-weight: bold;
  margin-bottom: 0.75em; }

p {
  margin-bottom: 0.75em; }

a {
  color: inherit; }

b, strong {
  font-weight: 500; }

button,
.btn {
  background: #4c82ff;
  border: 0px none;
  display: block;
  padding: 0.5em;
  margin: 0 0 0.375em;
  color: #fff;
  font-size: 1em;
  font-weight: 300;
  width: 100%;
  text-align: center; }
  button-secondary,
  .btn-secondary {
    background: #B64926; }
  button-correct,
  .btn-correct {
    background: limegreen; }
  button-wait,
  .btn-wait {
    background: #ccc; }
  button-noAnswer, button-false,
  .btn-noAnswer,
  .btn-false {
    background: orangered; }

.loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 99999;
  width: 100%;
  height: 100%; }
  .loader:before {
    content: '';
    display: block;
    width: 2.8em;
    height: 2.8em;
    border: 0.4em solid #B64926;
    border-top-color: #8E2800;
    border-radius: 50%;
    position: relative;
    -webkit-animation: loader-rotate .75s linear infinite;
            animation: loader-rotate .75s linear infinite;
    top: 50%;
    margin: -1.4em auto 0; }

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3em;
  background: #468966;
  color: #fff;
  padding: 0.75em; }

.content {
  padding: 0.75em; }

.grid-row {
  margin: -0.375em -0.375em 0.75em;
  padding-top: 0.375em; }
  .grid-row:after {
    content: '';
    display: block;
    clear: both; }
  .grid-row--cat0 {
    background: #c6972f; }
  .grid-row--cat1 {
    background: #e8a4c3; }
  .grid-row--cat2 {
    background: #b6ffb2; }
  .grid-row--cat3 {
    background: #91f7dd; }
  .grid-row--cat4 {
    background: #aee833; }
  .grid-row--cat5 {
    background: #ef77bf; }
  .grid-row--cat6 {
    background: #c3b2f4; }
  .grid-row--cat7 {
    background: #9fc8f9; }
  .grid-row--cat8 {
    background: #ef2dd9; }
  .grid-row--cat9 {
    background: #3270ff; }
  .grid-row--cat10 {
    background: #9be84e; }
  .grid-row--cat11 {
    background: #66f4da; }
  .grid-row--cat12 {
    background: #ef8baa; }
  .grid-row--cat13 {
    background: #e8373a; }
  .grid-row--cat14 {
    background: #1fad58; }
  .grid-row--cat15 {
    background: #ea7d2e; }
  .grid-row--cat16 {
    background: #c556dd; }
  .grid-row--cat17 {
    background: #b3ffa0; }
  .grid-row--cat18 {
    background: #891c06; }
  .grid-row--cat19 {
    background: #f2731f; }
  .grid-row--cat20 {
    background: #394fa8; }
  .grid-row--cat21 {
    background: #87b5db; }
  .grid-row--cat22 {
    background: #e277f4; }

.grid-col {
  float: left;
  width: 50%;
  padding: 0 0.375em; }
  .grid-col--20 {
    width: 20%; }
  .grid-col--25 {
    width: 25%; }
  .grid-col--33 {
    width: 33.33333%; }
  .grid-col--100 {
    width: 100%; }

.question {
  min-height: 30vh; }
  .question:before {
    content: '';
    width: 1px;
    height: 100%;
    display: inline-block;
    margin-left: -1px;
    vertical-align: middle; }
  .question p {
    font-size: 1.5em;
    display: inline-block;
    vertical-align: middle; }

.categoryCard {
  padding: 0.75em 0.75em 0.375em;
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 0.75em;
  border-radius: 0.25em; }
  .categoryCard-title {
    height: 2.6em;
    overflow: hidden;
    text-align: center; }
  .categoryCard button {
    background: rgba(255, 255, 255, 0.3); }
  .categoryCard--0 {
    background: #c6972f; }
  .categoryCard--1 {
    background: #e8a4c3; }
  .categoryCard--2 {
    background: #b6ffb2; }
  .categoryCard--3 {
    background: #91f7dd; }
  .categoryCard--4 {
    background: #aee833; }
  .categoryCard--5 {
    background: #ef77bf; }
  .categoryCard--6 {
    background: #c3b2f4; }
  .categoryCard--7 {
    background: #9fc8f9; }
  .categoryCard--8 {
    background: #ef2dd9; }
  .categoryCard--9 {
    background: #3270ff; }
  .categoryCard--10 {
    background: #9be84e; }
  .categoryCard--11 {
    background: #66f4da; }
  .categoryCard--12 {
    background: #ef8baa; }
  .categoryCard--13 {
    background: #e8373a; }
  .categoryCard--14 {
    background: #1fad58; }
  .categoryCard--15 {
    background: #ea7d2e; }
  .categoryCard--16 {
    background: #c556dd; }
  .categoryCard--17 {
    background: #b3ffa0; }
  .categoryCard--18 {
    background: #891c06; }
  .categoryCard--19 {
    background: #f2731f; }
  .categoryCard--20 {
    background: #394fa8; }
  .categoryCard--21 {
    background: #87b5db; }
  .categoryCard--22 {
    background: #e277f4; }

.lobby-room {
  padding: 0.75em;
  margin-bottom: 0.75em;
  background: #e9e9e9; }

@-webkit-keyframes loader-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
/*# sourceMappingURL=quiz.css.map */