html {
  height: 100%; }

body {
  margin: 0;
  font-family: "Open Sans", Helvetica, sans-serif, Arial;
  min-height: 100%;
  box-sizing: border-box;
  padding-bottom: 30px;
  position: relative; }

.main-container {
  max-width: 402px;
  padding: 10px;
  margin: 0 auto; }
  @media screen and (min-width: 480px) {
    .main-container {
      padding: 40px; } }

.puzzle-container {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 302px;
  height: 302px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  border-radius: 2px; }
  @media screen and (min-width: 480px) {
    .puzzle-container {
      width: 402px;
      height: 402px; } }

.puzzle-item {
  cursor: pointer;
  width: 75px;
  height: 75px;
  position: absolute;
  box-sizing: border-box;
  background-color: #cce8eb;
  border: 1px solid #afc9cc;
  transition: left .2s ease-out, top .2s ease-out; }
  @media screen and (min-width: 480px) {
    .puzzle-item {
      width: 100px;
      height: 100px; } }

.placeholder {
  width: 75px;
  height: 75px;
  position: absolute;
  box-sizing: border-box;
  background: #f2f2f2;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2) inset; }
  @media screen and (min-width: 480px) {
    .placeholder {
      width: 100px;
      height: 100px; } }

.place-1 {
  top: 0px;
  left: 0px; }
  @media screen and (min-width: 480px) {
    .place-1 {
      top: 0px;
      left: 0px; } }

.placeholder-1 {
  top: 0px;
  left: 0px; }
  @media screen and (min-width: 480px) {
    .placeholder-1 {
      top: 0px;
      left: 0px; } }

.place-2 {
  top: 0px;
  left: 75px; }
  @media screen and (min-width: 480px) {
    .place-2 {
      top: 0px;
      left: 100px; } }

.placeholder-2 {
  top: 0px;
  left: 75px; }
  @media screen and (min-width: 480px) {
    .placeholder-2 {
      top: 0px;
      left: 100px; } }

.place-3 {
  top: 0px;
  left: 150px; }
  @media screen and (min-width: 480px) {
    .place-3 {
      top: 0px;
      left: 200px; } }

.placeholder-3 {
  top: 0px;
  left: 150px; }
  @media screen and (min-width: 480px) {
    .placeholder-3 {
      top: 0px;
      left: 200px; } }

.place-4 {
  top: 0px;
  left: 225px; }
  @media screen and (min-width: 480px) {
    .place-4 {
      top: 0px;
      left: 300px; } }

.placeholder-4 {
  top: 0px;
  left: 225px; }
  @media screen and (min-width: 480px) {
    .placeholder-4 {
      top: 0px;
      left: 300px; } }

.place-5 {
  top: 75px;
  left: 0px; }
  @media screen and (min-width: 480px) {
    .place-5 {
      top: 100px;
      left: 0px; } }

.placeholder-5 {
  top: 75px;
  left: 0px; }
  @media screen and (min-width: 480px) {
    .placeholder-5 {
      top: 100px;
      left: 0px; } }

.place-6 {
  top: 75px;
  left: 75px; }
  @media screen and (min-width: 480px) {
    .place-6 {
      top: 100px;
      left: 100px; } }

.placeholder-6 {
  top: 75px;
  left: 75px; }
  @media screen and (min-width: 480px) {
    .placeholder-6 {
      top: 100px;
      left: 100px; } }

.place-7 {
  top: 75px;
  left: 150px; }
  @media screen and (min-width: 480px) {
    .place-7 {
      top: 100px;
      left: 200px; } }

.placeholder-7 {
  top: 75px;
  left: 150px; }
  @media screen and (min-width: 480px) {
    .placeholder-7 {
      top: 100px;
      left: 200px; } }

.place-8 {
  top: 75px;
  left: 225px; }
  @media screen and (min-width: 480px) {
    .place-8 {
      top: 100px;
      left: 300px; } }

.placeholder-8 {
  top: 75px;
  left: 225px; }
  @media screen and (min-width: 480px) {
    .placeholder-8 {
      top: 100px;
      left: 300px; } }

.place-9 {
  top: 150px;
  left: 0px; }
  @media screen and (min-width: 480px) {
    .place-9 {
      top: 200px;
      left: 0px; } }

.placeholder-9 {
  top: 150px;
  left: 0px; }
  @media screen and (min-width: 480px) {
    .placeholder-9 {
      top: 200px;
      left: 0px; } }

.place-10 {
  top: 150px;
  left: 75px; }
  @media screen and (min-width: 480px) {
    .place-10 {
      top: 200px;
      left: 100px; } }

.placeholder-10 {
  top: 150px;
  left: 75px; }
  @media screen and (min-width: 480px) {
    .placeholder-10 {
      top: 200px;
      left: 100px; } }

.place-11 {
  top: 150px;
  left: 150px; }
  @media screen and (min-width: 480px) {
    .place-11 {
      top: 200px;
      left: 200px; } }

.placeholder-11 {
  top: 150px;
  left: 150px; }
  @media screen and (min-width: 480px) {
    .placeholder-11 {
      top: 200px;
      left: 200px; } }

.place-12 {
  top: 150px;
  left: 225px; }
  @media screen and (min-width: 480px) {
    .place-12 {
      top: 200px;
      left: 300px; } }

.placeholder-12 {
  top: 150px;
  left: 225px; }
  @media screen and (min-width: 480px) {
    .placeholder-12 {
      top: 200px;
      left: 300px; } }

.place-13 {
  top: 225px;
  left: 0px; }
  @media screen and (min-width: 480px) {
    .place-13 {
      top: 300px;
      left: 0px; } }

.placeholder-13 {
  top: 225px;
  left: 0px; }
  @media screen and (min-width: 480px) {
    .placeholder-13 {
      top: 300px;
      left: 0px; } }

.place-14 {
  top: 225px;
  left: 75px; }
  @media screen and (min-width: 480px) {
    .place-14 {
      top: 300px;
      left: 100px; } }

.placeholder-14 {
  top: 225px;
  left: 75px; }
  @media screen and (min-width: 480px) {
    .placeholder-14 {
      top: 300px;
      left: 100px; } }

.place-15 {
  top: 225px;
  left: 150px; }
  @media screen and (min-width: 480px) {
    .place-15 {
      top: 300px;
      left: 200px; } }

.placeholder-15 {
  top: 225px;
  left: 150px; }
  @media screen and (min-width: 480px) {
    .placeholder-15 {
      top: 300px;
      left: 200px; } }

.place-16 {
  top: 225px;
  left: 225px; }
  @media screen and (min-width: 480px) {
    .place-16 {
      top: 300px;
      left: 300px; } }

.placeholder-16 {
  top: 225px;
  left: 225px; }
  @media screen and (min-width: 480px) {
    .placeholder-16 {
      top: 300px;
      left: 300px; } }

.puzzle-item-inner {
  width: 80%;
  height: 80%;
  text-align: center;
  font-size: 32px;
  line-height: 60px;
  font-weight: 600;
  color: #7ca6aa;
  text-shadow: 1px 1px 0px #fff;
  margin: 10% auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media screen and (min-width: 480px) {
    .puzzle-item-inner {
      font-size: 40px;
      line-height: 78px; } }

.cover {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: opacity .2s ease-out .2s, z-index 0s linear .2s; }
  .cover.completed {
    opacity: 1;
    z-index: 100; }

.shadow {
  background: #82e268;
  opacity: 0.8;
  position: absolute;
  height: 100%;
  width: 100%; }

.text {
  position: relative;
  color: #496f3e;
  font-size: 40px;
  line-height: 48px;
  top: 50%;
  margin-top: -24px; }

.btn-container {
  margin: 40px auto;
  text-align: center; }
  .btn-container .btn {
    font-family: "Open Sans", sans-serif, Arial;
    min-height: 40px;
    font-size: 16px;
    border: 0;
    padding: 10px 30px;
    background: #ddd;
    border-radius: 3px;
    color: #666;
    outline: none;
    cursor: pointer;
    transition: background-color .1s linear; }
    .btn-container .btn:hover {
      background: #c7c7c7; }
    .btn-container .btn:active {
      background: #e0e0e0; }

.footer {
  text-align: center;
  font-size: 10px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 30px; }

.github-link {
  text-decoration: none;
  color: #999;
  transition: color .1s linear; }
  .github-link:hover {
    color: #666; }

/*# sourceMappingURL=styles.css.map */
