/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css?family=Nunito:400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

body {
  font-family: 'Open Sans', sans-serif;
  background: none transparent; }

h1, h2, h3, h4, h5, h6, em, b {
  font-family: 'Nunito', sans-serif;
  font-weight: 800; }

#stage {
  max-width: 960px;
  max-height: 550px;
  width: 100%;
  height: 100%; }

main {
  width: 100%;
  height: 100%; }

.feedback-panel {
  width: 40%;
  left: 30%;
  top: 20%;
  margin: 1em auto;
  height: 180px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  position: absolute;
  z-index: 99; }
  .feedback-panel h1 {
    margin: 20px;
    background-color: #15A477;
    font-size: 5em;
    line-height: 1.4em;
    text-align: center;
    height: 70%;
    border-radius: 5px; }
    .feedback-panel h1.wrong {
      background-color: #A4152E; }

.intro-modal-panel {
  width: 40%;
  left: 30%;
  bottom: 0%;
  margin: 1em auto;
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  position: absolute;
  z-index: 99; }
  .intro-modal-panel h1 {
    margin: 20px;
    background-color: #0DA4C3;
    font-size: 1.5em;
    line-height: 1.4em;
    text-align: center;
    padding: 10px;
    height: auto;
    border-radius: 5px; }
    .intro-modal-panel h1.wrong {
      background-color: #A4152E; }
  .intro-modal-panel .button {
    font-size: 2em;
    margin: 0px auto 20px auto;
    display: block; }

.feedback-modal-panel {
  width: 40%;
  left: 30%;
  top: 20%;
  margin: 1em auto;
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  position: absolute;
  z-index: 99; }
  .feedback-modal-panel h2 {
    margin: 20px;
    background-color: #95BA37;
    font-size: 1.5em;
    line-height: 1.4em;
    text-align: center;
    padding: 10px;
    height: auto;
    border-radius: 5px; }
    .feedback-modal-panel h2.wrong {
      background-color: #A4152E; }
  .feedback-modal-panel .button {
    font-size: 2em;
    margin: 0px auto 20px auto;
    display: block; }

.prompt-modal-panel {
  width: 40%;
  left: 15%;
  top: 70%;
  margin: 1em auto;
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  position: absolute;
  z-index: 99; }
  .prompt-modal-panel p {
    margin: 10px;
    background-color: #95BA37;
    font-size: 1.5em;
    line-height: 1.4em;
    text-align: center;
    padding: 10px;
    height: auto;
    border-radius: 5px; }
    .prompt-modal-panel p.wrong {
      background-color: #A4152E; }
  .prompt-modal-panel .button {
    font-size: 2em;
    margin: 0px auto 20px auto;
    display: block; }

.menu {
  width: 80%;
  margin: 1em auto;
  height: 200px; }
  .menu-title {
    font-size: 3em;
    text-align: center;
    clear: both; }
  .menu-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .menu-option {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    /* Rectangle 5: */
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    display: block;
    text-align: center;
    height: 0px;
    padding-top: 35%;
    position: relative;
    cursor: pointer;
    margin: 1em;
    color: #FFFFFF; }
    .menu-option-frame {
      background: #15A477;
      border-radius: 8px;
      margin: 5%;
      position: absolute;
      top: 0;
      width: 90%;
      height: 84%; }
    .menu-option h2 {
      font-size: 1.5em;
      padding: .5em; }
    .menu-option p {
      font-size: 1em;
      padding: 1em; }

.button {
  padding: .2em .4em .2em .4em;
  text-align: center;
  display: inline-block;
  width: 100px;
  border-radius: 16.66667px;
  border-radius: 15px;
  margin: .5em auto;
  color: #fff;
  background: #03223F;
  font-family: 'Nunito';
  font-weight: 900;
  -webkit-box-shadow: 0 3px 0 2px #FFFFFF;
          box-shadow: 0 3px 0 2px #FFFFFF;
  cursor: pointer; }
  .button:hover {
    background-color: #073764;
    -webkit-box-shadow: 0 5px 0 2px #FFFFFF;
            box-shadow: 0 5px 0 2px #FFFFFF; }

.intro {
  width: 960px;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  top: 0px;
  left: 0px;
  overflow: hidden;
  background-image: url("../assets/images/welcome.svg"); }
  .intro-panel {
    width: 610px;
    padding: 20px;
    margin: 20px auto;
    color: #fff; }
    .intro-panel h1, .intro-panel p {
      text-align: center;
      padding: 10px;
      font-size: 2em; }
    .intro-panel img.leader {
      display: block;
      margin: auto; }
    .intro-panel p {
      width: 50%;
      line-height: 1.2;
      margin: auto; }
    .intro-panel h1 {
      font-size: 4em; }
  .intro-modal-panel {
    display: none; }
    .intro-modal-panel.active {
      display: block; }

.demo-panel {
  width: 610px;
  padding: 20px;
  margin: 20px auto;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  top: 0px;
  left: 0px;
  overflow: hidden;
  background-image: url("../assets/images/house.svg"); }
  .demo-panel h1, .demo-panel p {
    text-align: center;
    padding: 10px;
    font-size: 2em; }
  .demo-panel img.leader {
    display: block;
    margin: auto; }
  .demo-panel p {
    width: 50%;
    line-height: 1.2;
    margin: auto; }
  .demo-panel h1 {
    font-size: 4em; }

.demo-modal-panel {
  display: none; }
  .demo-modal-panel.active {
    display: block; }

.clipboard {
  background-image: url("../assets/interface/clip-board.svg");
  pointer-events: none;
  background-size: cover;
  width: 280px;
  height: 400px;
  right: 20px;
  top: 50px;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  z-index: 2;
  position: absolute; }
  .clipboard ul {
    margin: 30% 9% 0 11%;
    color: #000;
    list-style: none; }
    .clipboard ul li {
      margin: 3% 0 0% 0;
      font-size: 1em;
      line-height: 1.1em;
      font-family: 'Nunito';
      position: relative;
      padding-left: 22px;
      border-bottom: 1px solid #dddbdb;
      padding-bottom: 3px;
      color: #aaaaaa; }
      .clipboard ul li.current {
        color: #000; }
      .clipboard ul li.complete {
        color: #000;
        text-decoration: line-through; }
        .clipboard ul li.complete:before {
          content: " ";
          display: block;
          position: absolute;
          width: 28px;
          height: 28px;
          left: -8px;
          top: -7px;
          background-image: url("../assets/images/green-tick.png"); }

.brush {
  background-color: #fff;
  border-radius: 10px;
  color: #fff;
  float: left;
  width: 70px;
  height: 70px;
  line-height: 40px;
  text-align: center;
  z-index: 2;
  padding: 5px;
  opacity: 0;
  position: absolute;
  font-size: .5em; }
  .brush.visible {
    opacity: 1;
    position: static; }
  .brush img {
    width: 90%;
    display: block;
    margin: 10px auto;
    pointer-events: none; }
  .brush object {
    visibility: hidden; }
  .brush.showSVG {
    width: 350px;
    height: 350px;
    z-index: 999; }
    .brush.showSVG img {
      display: none; }
    .brush.showSVG object {
      visibility: visible; }
  .brush[data-type="colour"] {
    position: relative; }
    .brush[data-type="colour"]:before {
      content: " ";
      display: block;
      position: absolute;
      width: 49%;
      height: 49%;
      top: 10%;
      left: 10%;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .brush[data-type="colour"]:after {
      content: " ";
      display: block;
      position: absolute;
      top: 0%;
      left: 0%;
      width: 100%;
      height: 100%;
      background-image: url("../assets/interface/paint-brush.svg");
      background-size: contain; }
  .brush[data-color="black"]:before {
    background-color: #2C1C10; }
  .brush[data-color="brown"]:before {
    background-color: #804000; }
  .brush[data-color="yellow"]:before {
    background-color: #FFE029; }
  .brush[data-color="orange"]:before {
    background-color: #ff8000; }
  .brush[data-color="red"]:before {
    background-color: #EA4E18; }
  .brush[data-color="blue"]:before {
    background-color: #0080ff; }
  .brush[data-color="green"]:before {
    background-color: #409444; }
  .brush.invisible {
    pointer-events: none;
    position: absolute;
    background-color: transparent; }

.game {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff; }
  .game #illustration {
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    pointer-events: none; }
  .game .tool-bar {
    position: absolute;
    top: 10%;
    right: 0;
    width: 35%;
    z-index: 3; }
    .game .tool-bar .brush {
      margin: 5px 5px 5px 5px;
      overflow: hidden; }
      .game .tool-bar .brush object {
        pointer-events: none; }
  .game .feedback-panel {
    position: absolute;
    width: 50%;
    top: 40%;
    left: 25%;
    z-index: 99;
    text-align: center; }
    .game .feedback-panel h1 {
      font-size: 9em; }
