/* _content/Colorint.Web/Views/Categories/Index.cshtml.rz.scp.css */
.presentation .icon[b-rcbyg2dxwi] {
  background-color: #fbd470;
}
/* _content/Colorint.Web/Views/ColoringPages/Category.cshtml.rz.scp.css */
.presentation .icon[b-3b1s8j8n3n] {
  min-width: 264px;
  min-height: 264px;
  background-size: cover;
}
/* _content/Colorint.Web/Views/Home/Index.cshtml.rz.scp.css */
/* Banner */

.home[b-vy2by1thxl] {
  background-image: url('images/home_bg.jpg');
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  height: 500px;
  display: flex;
  flex-direction: column;
}

.home-content[b-vy2by1thxl] {
  flex-grow: 1;
  align-items: center;
  align-content: center;
  margin-left: 64px;
}

  .home-content .welcome[b-vy2by1thxl] {
    background-color: #88d4f2;
    padding: 4px 8px;
    border-radius: 6px;
    color: white;
    font-weight: 800;
    font-size: 18px;
  }

  .home-content .title[b-vy2by1thxl] {
    font-size: 56px;
    font-weight: 900;
  }

  .home-content .description[b-vy2by1thxl] {
    font-size: 18px;
  }

.home-content-data[b-vy2by1thxl] {
  max-width: 50%;
}

.home-wave[b-vy2by1thxl] {
  background-image: url('images/home_bg_wave.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
}

h2[b-vy2by1thxl] {
  text-align: center;
  margin-top: 64px;
  font-size: 2.5rem;
}

.subtitle[b-vy2by1thxl] {
  font-size: 1.4rem;
  text-align: center;
  margin: 0 25%;
}

.benefits[b-vy2by1thxl] {
  display: grid;
  grid-template-columns: auto auto;
  margin: 64px 0;
  padding: 0;
}

  .benefits li[b-vy2by1thxl] {
    list-style: none;
    padding: 24px;
    font-size: 18px;
    line-height: 32px;
    border-radius: 32px;
    border-width: 3px;
    border-style: dashed;
    margin: 16px;
    background-color: lightgray;
  }

  .benefits .yellow[b-vy2by1thxl] {
    border-color: #fbd470;
  }

  .benefits .green[b-vy2by1thxl] {
    border-color: #ef636f;
  }

  .benefits .red[b-vy2by1thxl] {
    border-color: #afe566;
  }

  .benefits h3[b-vy2by1thxl] {
    font-size: 2rem;
  }

@media (max-width: 768px) {
  .home[b-vy2by1thxl] {
    background-size: cover;
  }

  .home-content[b-vy2by1thxl] {
    margin: 0;
    color: white;
  }

  .home-content-data[b-vy2by1thxl] {
    max-width: 100%;
    margin: 48px 0;
  }

  .home-content .title[b-vy2by1thxl] {
    font-size: 42px;
  }

  .subtitle[b-vy2by1thxl] {
    margin: 0 5%;
  }

  .benefits[b-vy2by1thxl] {
    grid-template-columns: auto;
  }

    .benefits li[b-vy2by1thxl] {
      margin: 8px;
    }

    .benefits h3[b-vy2by1thxl] {
      font-size: 1.5rem;
    }
}

/* Sections */

.sections[b-vy2by1thxl] {
  display: flex;
  padding: 0;
  margin: 0;
  margin-top: 80px;
}

  .sections li[b-vy2by1thxl] {
    list-style: none;
    margin: 16px;
    border-radius: 32px;
    padding: 32px;
    flex-grow: 1;
    width: 0;
  }

  .sections .section:hover[b-vy2by1thxl] {
    cursor: pointer;
  }

.section[b-vy2by1thxl] {
  display: flex;
  flex-direction: column;
  border-radius: 32px;
  padding: 32px;
  border-width: 6px;
  border-style: dashed;
}

  .section a[b-vy2by1thxl] {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: black;
    align-items: center;
  }

  .section img[b-vy2by1thxl] {
    width: 200px;
    height: 200px;
    margin-bottom: 24px;
  }

  .section .title[b-vy2by1thxl] {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 8px;
  }

  .section .description[b-vy2by1thxl] {
    text-align: center;
  }

.section-categories[b-vy2by1thxl] {
  background-color: #fbd470; /*#f8b810;*/
}

  .section-categories:hover[b-vy2by1thxl] {
    background-color: #fbdb87;
  }

.section-popular[b-vy2by1thxl] {
  background-color: #ef636f; /*#ca1524;*/
}

  .section-popular:hover[b-vy2by1thxl] {
    background-color: #f17d87;
  }

.section-recents[b-vy2by1thxl] {
  background-color: #afe566; /*#75b41f;*/
}

  .section-recents:hover[b-vy2by1thxl] {
    background-color: #bce97f;
  }

@media (max-width: 768px) {
  .sections[b-vy2by1thxl] {
    flex-direction: column;
  }

    .sections li[b-vy2by1thxl] {
      width: 100%;
      padding: 8px;
      margin: 0;
      margin-bottom: 24px;
    }

  .section img[b-vy2by1thxl] {
    width: 150px;
    height: 150px;
    margin-bottom: 12px;
  }
}

/* Facts */

.facts[b-vy2by1thxl] {
  display: flex;
  padding: 0;
  margin: 80px 0;
}

  .facts li[b-vy2by1thxl] {
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 0;
    text-align: center;
  }

  .facts .title[b-vy2by1thxl] {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 8px;
  }

  .facts .description[b-vy2by1thxl] {
    font-size: 32px;
    text-align: center;
  }

@media (max-width: 768px) {
  .facts[b-vy2by1thxl] {
    flex-direction: column;
    margin: 40px 0;
  }

    .facts li[b-vy2by1thxl] {
      width: 100%;
    }

      .facts li:not(:last-child)[b-vy2by1thxl] {
        margin-bottom: 48px;
      }

    .facts .title[b-vy2by1thxl] {
      margin: 0;
    }
}
/* _content/Colorint.Web/Views/Home/Popular.cshtml.rz.scp.css */
.presentation .icon[b-761lb9fvz9] {
  background-color: #ef636f;
}
/* _content/Colorint.Web/Views/Home/PrivacyPolicy.cshtml.rz.scp.css */
h2[b-avnzwq0q43] {
  font-size: 1.5rem;
  margin-top: 48px;
}

.container[b-avnzwq0q43] {
  margin-bottom: 64px;
}
/* _content/Colorint.Web/Views/Home/PrivacyPolicyAndroid.cshtml.rz.scp.css */
h2[b-39hwndyrxo] {
  font-size: 1.5rem;
  margin-top: 48px;
}

.container[b-39hwndyrxo] {
  margin-bottom: 64px;
}
/* _content/Colorint.Web/Views/Home/PrivacyPolicyIOS.cshtml.rz.scp.css */
h2[b-tk7d8jj40g] {
  font-size: 1.5rem;
  margin-top: 48px;
}

.container[b-tk7d8jj40g] {
  margin-bottom: 64px;
}
/* _content/Colorint.Web/Views/Home/Recents.cshtml.rz.scp.css */
.presentation .icon[b-w2qmy9bzs7] {
  background-color: #afe566;
}
/* _content/Colorint.Web/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Menu */
.menu[b-pbk5crymo5] {
  height: 110px;
  display: flex;
  position: relative;
}

  .menu .brand[b-pbk5crymo5] {
    display: flex;
    align-items: center;
    margin-right: 64px;
  }

    .menu .brand a[b-pbk5crymo5] {
      text-decoration: none;
      font-size: 36px;
      font-weight: 600;
      color: black;
      display: flex;
      align-items: center;
    }

    .menu .brand img[b-pbk5crymo5] {
      margin-right: 16px;
      height: 64px;
    }

  .menu .toggler[b-pbk5crymo5] {
    display: none;
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    position: absolute;
    top: 16px;
    right: 10px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
  }

  .menu .links[b-pbk5crymo5] {
    flex-grow: 1;
    display: flex;
  }

  .menu ul[b-pbk5crymo5] {
    display: flex;
    padding: 0;
    margin: 0;
  }

  .menu li[b-pbk5crymo5] {
    list-style: none;
    padding: 16px;
    display: flex;
    align-items: center;
  }

    .menu li[b-pbk5crymo5]  a {
      font-size: 18px;
      font-weight: 900;
      text-decoration: none;
      color: #12265a;
      padding: 2px 8px;
    }

      .menu li[b-pbk5crymo5]  a.active, .menu li[b-pbk5crymo5]  a:hover {
        background-color: #ffc85b;
        border-radius: 4px;
      }

@media (max-width: 768px) {
  .menu[b-pbk5crymo5] {
    flex-direction: column;
    height: auto;
  }

    .menu .brand[b-pbk5crymo5] {
      margin: 10px 0;
    }

      .menu .brand img[b-pbk5crymo5] {
        width: 48px;
        height: 48px;
        margin-right: 8px;
      }

      .menu .brand a[b-pbk5crymo5] {
        font-size: 28px;
        flex-grow: 1;
      }

    .menu .toggler[b-pbk5crymo5] {
      display: block;
    }

      .menu .toggler:checked ~ .links[b-pbk5crymo5] {
        display: flex;
      }

    .menu .links[b-pbk5crymo5] {
      display: none;
    }

    .menu ul[b-pbk5crymo5] {
      flex-direction: column;
    }

    .menu li[b-pbk5crymo5] {
      padding: 8px 16px;
    }
}

/* Content */
.content[b-pbk5crymo5] {
  flex-grow: 1;
}

/* Footer */
footer[b-pbk5crymo5] {
  color: white;
}

  footer p[b-pbk5crymo5] {
    line-height: 30px;
  }

  footer .download[b-pbk5crymo5] {
    display: block;
    margin-top: 10px;
  }

  footer .download img[b-pbk5crymo5] {
    width: 200px;
    max-width: 100%;
  }

.footer-top[b-pbk5crymo5] {
  background-image: url('images/footer-bg-top.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 81px;
}

.footer-middle[b-pbk5crymo5] {
  background: #2d4073;
  padding: 24px 0 14px 0;
}

  .footer-middle a[b-pbk5crymo5] {
    font-size: 20px;
    color: white;
  }

.footer-bottom[b-pbk5crymo5] {
  background-image: url('images/footer-bg-bottom.jpg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #b1bee0;
  height: 127px;
  padding-top: 75px;
}

  .footer-bottom a[b-pbk5crymo5] {
    color: white;
  }
