/*
  setup some basic media querys...
*/
/* line 3, main.scss */
html {
  box-sizing: border-box;
}

/* line 7, main.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 11, main.scss */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
}

/* line 18, main.scss */
body {
  background-color: #eee;
  overflow-x: hidden;
  background: #eee radial-gradient(circle at center, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 100%);
}


/* line 34, main.scss */
.tool-bar {
  position: relative;
  margin: 0 auto;
  font-size: 24px;
  color: #aaa;
}
/* line 40, main.scss */
.tool-bar #settings {
  position: absolute;
  left: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 1;
}
/* line 48, main.scss */
.tool-bar #help {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 1;
}

/* line 57, main.scss */
.m-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 20;
  display: none;
  overflow: hidden;
}
/* line 68, main.scss */
.m-overlay.vis {
  display: block;
}
/* line 72, main.scss */
.m-overlay button {
  display: block;
  width: 80px;
  height: 40px;
  background: #444;
  color: #fff;
  border-radius: 4px;
  font-size: 25px;
  line-height: 30px;
  outline: 0;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -40px;
  text-align: center;
  border: 0;
  cursor: pointer;
}
/* line 91, main.scss */
.m-overlay .m-box {
  background: #fff;
  padding: 40px 15px 20px 15px;
  position: absolute;
  height: 460px;
  width: 300px;
  left: 50%;
  top: 50%;
  margin: -230px 0 0 -150px;
  text-align: left;
  box-shadow: 0px 36px 54px -16px rgba(0, 0, 0, 0.25);
}
/* line 104, main.scss */
.m-overlay .m-box:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #111 0%, #0085b2 20%, #00ccff 50%, #0085b2 80%, #111 100%);
}
/* line 116, main.scss */
.m-overlay h2 {
  font-size: .9em;
  margin: 0 0 .5em 0;
  font-weight: normal;
  text-transform: uppercase;
  color: #666;
}
/* line 124, main.scss */
.m-overlay p {
  font-size: .8em;
  line-height: 1.4;
  margin: 0 0 3em 0;
  color: #444;
}
/* line 131, main.scss */
.m-overlay p:last-child {
  margin-bottom: 0;
}
/* line 135, main.scss */
.m-overlay a {
  color: inherit;
}

/* line 141, main.scss */
.splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff radial-gradient(rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-height: 100%;
  transition: background .2s ease-out, max-height .5s ease-out;
  overflow: hidden;
}
/* line 155, main.scss */
.splash.hidden {
  max-height: 0;
  box-shadow: 1px 33px 34px -24px rgba(0, 0, 0, 0.25);
  background: #ddd;
}
/* line 160, main.scss */
.splash.hidden .intro {
  opacity: 0;
}
/* line 165, main.scss */
.splash button {
  border-radius: 5px;
  outline: 0;
  background: #444;
  color: #fff;
  padding: 20px 50px;
  font-size: 1.2em;
  border: 0;
  display: inline-block;
  transition: background .2s ease-in-out;
  cursor: pointer;
  position: relative;
}
/* line 178, main.scss */
.splash button:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 8px;
  z-index: 2;
  animation: pulse 2s infinite alternate;
}
/* line 191, main.scss */
.splash button:hover, .splash button:active, .splash button:focus {
  background: #00ccff;
}
/* line 193, main.scss */
.splash button:hover:after, .splash button:active:after, .splash button:focus:after {
  display: none;
}
/* line 200, main.scss */
.splash p:after {
  clear: both;
  content: '.';
  display: block;
  visibility: hidden;
}
/* line 207, main.scss */
.splash h1 {
  font-size: 3rem;
  margin: 0;
}
/* line 211, main.scss */
.splash h1 span {
  font-weight: normal;
}
/* line 216, main.scss */
.splash .req {
  display: block;
  font-size: .8em;
  color: #ccc;
  max-width: 60%;
  margin: 10px auto 0 auto;
}
/* line 224, main.scss */
.splash img {
  max-height: 100px;
  margin: 0 auto;
  display: block;
}
/* line 230, main.scss */
.splash h1 + p {
  margin-top: .2em;
}
/* line 234, main.scss */
.splash .b-line {
  color: #666;
  font-size: .875em;
  margin: 0;
}
/* line 240, main.scss */
.splash .intro {
  background: #fff;
  padding: 30px 20px;
  position: relative;
  height: 100%;
  max-height: 480px;
  width: 320px;
  transition: opacity .2s ease-out;
}
/* line 249, main.scss */
.splash .intro:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #0085b2 0%, #00ccff 66%, #111 100%);
}

@media only screen and (min-height: 500px) {
  /* line 266, main.scss */
  .splash .intro {
    margin: 0 20px;
    width: 280px;
  }
}
@media only screen and (min-width: 45.063em) {
  /* line 275, main.scss */
  .tool-bar {
    width: 600px;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 283, main.scss */
  .splash img {
    position: absolute;
    left: 40px;
    max-height: none;
  }
  /* line 289, main.scss */
  .splash .intro {
    padding: 40px 40px 40px 290px;
    text-align: left;
    box-shadow: 0px 36px 54px -16px rgba(0, 0, 0, 0.25);
    height: auto;
    width: auto;
    margin: 0;
  }
  /* line 297, main.scss */
  .splash .intro button {
    padding: 20px 50px;
    font-size: 1.2em;
    display: block;
    float: left;
    margin: 0;
  }
  /* line 305, main.scss */
  .splash .intro .req {
    float: left;
    max-width: 130px;
    margin: 0 0 0 30px;
    padding: 10px 0 0 0;
  }
}
@keyframes pulse {
  from {
    box-shadow: 0;
  }
  to {
    box-shadow: 0px 0px 10px 1px #0066cc;
  }
}
/* line 320, main.scss */
#settings-info,
#help-info {
  display: none;
}
