@font-face {
  font-family: fl;
  src: url("media/FuturaPTLight.otf");
}
@font-face {
  font-family: fm;
  src: url("media/FuturaPTMedium.otf");
}
@font-face {
  font-family: fb;
  src: url("media/FuturaPTHeavy.otf");
}
@font-face {
  font-family: fb2;
  src: url("media/FuturaPTExtraBold.otf");
}
body {
  padding: 0;
  margin: 0;
}

#scroller-back {
  position: fixed;
  width: 50px;
  z-index: 99;
  left: 100%;
  top: 100%;
  transform: translate(-120%, -150%);
  opacity: 0.5;
  background: white;
  border-radius: 300px;
  display: none;
  visibility: hidden;
}

#cookies {
  background: #fe6f5e;
  position: fixed;
  height: auto;
  z-index: 99999;
  top: 100%;
  transform: translateY(-100%);
  width: 100%;
  padding: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  border-top: 4px solid white;
  padding-bottom: 0;
}
#cookies p {
  font-family: fb;
  color: white;
  margin: 0;
  font-size: 20px;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 5px;
}
#cookies p a {
  color: #fed670;
  text-decoration: underline;
}
#cookies p a:hover {
  color: #f9cf65;
}
#cookies button {
  margin: 0;
  background: #fed670;
  font-family: fb;
  padding: 5px 20px;
  outline: none;
  border-radius: 3px;
  margin-bottom: 20px;
  height: 40px;
}

#mobile-menu {
  display: none;
  height: 0;
  overflow: hidden;
  z-index: 99;
}

#header {
  width: 100%;
  height: 130px;
  background: #fe6f5e;
  z-index: 2;
  position: relative;
}
#header svg {
  color: white;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateX(-100%);
  margin: 30px -15px;
  cursor: pointer;
  display: none;
}
#header .menuDiv {
  width: 100%;
  justify-content: center;
  display: flex;
  padding-top: 10px;
}
#header .menuDiv div .header-btn {
  height: 105px;
  margin: 10px;
  margin-top: 20px;
  cursor: pointer;
}
#header .menuDiv div .header-btn:hover {
  transform: scale(1.09);
  filter: brightness(1.03);
  transition: 0.4s;
}
#header .menuDiv div:nth-child(2) {
  transform: rotate(8deg);
  margin-top: 20px;
}
#header .menuDiv div:nth-child(3) {
  transform: rotate(0deg);
  margin-top: 0px;
}
#header .menuDiv div:nth-child(4) {
  transform: rotate(-8deg);
  margin-top: 20px;
}
#header .menuDiv div:nth-child(6) {
  transform: rotate(8deg);
  margin-top: 20px;
}
#header .menuDiv div:nth-child(7) {
  transform: rotate(0deg);
  margin-top: 0px;
}
#header .menuDiv div:nth-child(8) {
  transform: rotate(-8deg);
  margin-top: 20px;
}
#header .menuDiv .logo {
  margin: 0;
  height: 165px;
  margin: 0 30px;
  cursor: pointer;
}
#header .menuDiv .logo:hover {
  transform: scale(1.07);
  filter: brightness(1.03);
  transition: 0.4s;
}

#content {
  width: 100%;
  height: auto;
  min-height: 300px;
  font-family: fm;
}
#content #home-bg {
  margin-bottom: -10px;
  width: 100%;
}
#content #home-bg video {
  width: 100%;
}
#content #article-content {
  width: 100%;
  height: auto;
  min-height: 300px;
  padding: 50px 10px;
  max-width: 1000px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  padding: 100px 50px;
  font-family: fb;
  color: rgba(0, 0, 0, 0.856);
}
#content #article-content h1 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 50px;
  text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.164);
}
#content #article-content h2 {
  margin: 40px 0;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.164);
}
#content #article-content p {
  font-size: 20px;
}
#content #article-content img {
  width: 100%;
  margin: 40px 0;
  margin-top: 0;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.089);
}
#content #article-content a {
  color: #513fc5;
  text-decoration: underline;
}
#content #article-content a:hover {
  filter: brightness(1.3);
}
#content #watch-page, #content #video-player-page, #content #play-page, #content #characters-page, #content #books-page, #content #grownUps-page, #content #sign-up, #content #shop-page {
  width: 100%;
  height: auto;
  min-height: 300px;
  background: #927dc6;
  padding: 50px 10px;
}
#content #watch-page h2, #content #video-player-page h2, #content #play-page h2, #content #characters-page h2, #content #books-page h2, #content #grownUps-page h2, #content #sign-up h2, #content #shop-page h2 {
  text-align: center;
  margin-top: 50px;
  letter-spacing: 0.5px;
  color: white;
  font-family: fB;
  margin-bottom: 30px;
  font-size: 35px;
}
#content #watch-page #watchAllEpisodes, #content #watch-page #watchAllEpisodesMobile, #content #video-player-page #watchAllEpisodes, #content #video-player-page #watchAllEpisodesMobile, #content #play-page #watchAllEpisodes, #content #play-page #watchAllEpisodesMobile, #content #characters-page #watchAllEpisodes, #content #characters-page #watchAllEpisodesMobile, #content #books-page #watchAllEpisodes, #content #books-page #watchAllEpisodesMobile, #content #grownUps-page #watchAllEpisodes, #content #grownUps-page #watchAllEpisodesMobile, #content #sign-up #watchAllEpisodes, #content #sign-up #watchAllEpisodesMobile, #content #shop-page #watchAllEpisodes, #content #shop-page #watchAllEpisodesMobile {
  color: white;
  font-size: 35px;
  font-family: fb;
  letter-spacing: 0.5px;
  text-align: center;
}
#content #watch-page #watchAllEpisodes img, #content #watch-page #watchAllEpisodesMobile img, #content #video-player-page #watchAllEpisodes img, #content #video-player-page #watchAllEpisodesMobile img, #content #play-page #watchAllEpisodes img, #content #play-page #watchAllEpisodesMobile img, #content #characters-page #watchAllEpisodes img, #content #characters-page #watchAllEpisodesMobile img, #content #books-page #watchAllEpisodes img, #content #books-page #watchAllEpisodesMobile img, #content #grownUps-page #watchAllEpisodes img, #content #grownUps-page #watchAllEpisodesMobile img, #content #sign-up #watchAllEpisodes img, #content #sign-up #watchAllEpisodesMobile img, #content #shop-page #watchAllEpisodes img, #content #shop-page #watchAllEpisodesMobile img {
  height: 50px;
  margin-left: 20px;
  margin-top: 5px;
  cursor: pointer;
}
#content #watch-page #watchAllEpisodes img:hover, #content #watch-page #watchAllEpisodesMobile img:hover, #content #video-player-page #watchAllEpisodes img:hover, #content #video-player-page #watchAllEpisodesMobile img:hover, #content #play-page #watchAllEpisodes img:hover, #content #play-page #watchAllEpisodesMobile img:hover, #content #characters-page #watchAllEpisodes img:hover, #content #characters-page #watchAllEpisodesMobile img:hover, #content #books-page #watchAllEpisodes img:hover, #content #books-page #watchAllEpisodesMobile img:hover, #content #grownUps-page #watchAllEpisodes img:hover, #content #grownUps-page #watchAllEpisodesMobile img:hover, #content #sign-up #watchAllEpisodes img:hover, #content #sign-up #watchAllEpisodesMobile img:hover, #content #shop-page #watchAllEpisodes img:hover, #content #shop-page #watchAllEpisodesMobile img:hover {
  filter: brightness(1.05);
}
#content #watch-page #watchAllEpisodesMobile, #content #video-player-page #watchAllEpisodesMobile, #content #play-page #watchAllEpisodesMobile, #content #characters-page #watchAllEpisodesMobile, #content #books-page #watchAllEpisodesMobile, #content #grownUps-page #watchAllEpisodesMobile, #content #sign-up #watchAllEpisodesMobile, #content #shop-page #watchAllEpisodesMobile {
  display: none;
}
#content #watch-page #episodes, #content #video-player-page #episodes, #content #play-page #episodes, #content #characters-page #episodes, #content #books-page #episodes, #content #grownUps-page #episodes, #content #sign-up #episodes, #content #shop-page #episodes {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: fb;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1400px;
}
#content #watch-page #episodes .episode, #content #video-player-page #episodes .episode, #content #play-page #episodes .episode, #content #characters-page #episodes .episode, #content #books-page #episodes .episode, #content #grownUps-page #episodes .episode, #content #sign-up #episodes .episode, #content #shop-page #episodes .episode {
  width: 95%;
  background: white;
  max-width: 400px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  margin: 20px;
  margin-bottom: 100px;
  overflow: visible;
}
#content #watch-page #episodes .episode #episode-cover, #content #video-player-page #episodes .episode #episode-cover, #content #play-page #episodes .episode #episode-cover, #content #characters-page #episodes .episode #episode-cover, #content #books-page #episodes .episode #episode-cover, #content #grownUps-page #episodes .episode #episode-cover, #content #sign-up #episodes .episode #episode-cover, #content #shop-page #episodes .episode #episode-cover {
  height: 230px;
  width: 100%;
  background: url("media/watchPage/1.webp");
  background-size: cover;
  background-position: center center;
}
#content #watch-page #episodes .episode #episode-cover:hover, #content #video-player-page #episodes .episode #episode-cover:hover, #content #play-page #episodes .episode #episode-cover:hover, #content #characters-page #episodes .episode #episode-cover:hover, #content #books-page #episodes .episode #episode-cover:hover, #content #grownUps-page #episodes .episode #episode-cover:hover, #content #sign-up #episodes .episode #episode-cover:hover, #content #shop-page #episodes .episode #episode-cover:hover {
  cursor: pointer;
  filter: brightness(1.1);
  transition: 0.2s;
}
#content #watch-page #episodes .episode h6, #content #video-player-page #episodes .episode h6, #content #play-page #episodes .episode h6, #content #characters-page #episodes .episode h6, #content #books-page #episodes .episode h6, #content #grownUps-page #episodes .episode h6, #content #sign-up #episodes .episode h6, #content #shop-page #episodes .episode h6 {
  text-align: center;
  margin: 20px 0;
  font-size: 23px;
}
#content #watch-page #episodes .episode p, #content #video-player-page #episodes .episode p, #content #play-page #episodes .episode p, #content #characters-page #episodes .episode p, #content #books-page #episodes .episode p, #content #grownUps-page #episodes .episode p, #content #sign-up #episodes .episode p, #content #shop-page #episodes .episode p {
  padding: 0 20px;
  font-size: 15px;
  margin-bottom: 30px;
  min-height: 85px;
}
#content #watch-page #episodes .episode #inner-container, #content #video-player-page #episodes .episode #inner-container, #content #play-page #episodes .episode #inner-container, #content #characters-page #episodes .episode #inner-container, #content #books-page #episodes .episode #inner-container, #content #grownUps-page #episodes .episode #inner-container, #content #sign-up #episodes .episode #inner-container, #content #shop-page #episodes .episode #inner-container {
  position: relative;
  text-align: center;
}
#content #watch-page #episodes .episode #inner-container:hover, #content #video-player-page #episodes .episode #inner-container:hover, #content #play-page #episodes .episode #inner-container:hover, #content #characters-page #episodes .episode #inner-container:hover, #content #books-page #episodes .episode #inner-container:hover, #content #grownUps-page #episodes .episode #inner-container:hover, #content #sign-up #episodes .episode #inner-container:hover, #content #shop-page #episodes .episode #inner-container:hover {
  transform: scale(1.05);
  filter: brightness(1.03);
  transition: 0.2s;
}
#content #watch-page #episodes .episode img, #content #video-player-page #episodes .episode img, #content #play-page #episodes .episode img, #content #characters-page #episodes .episode img, #content #books-page #episodes .episode img, #content #grownUps-page #episodes .episode img, #content #sign-up #episodes .episode img, #content #shop-page #episodes .episode img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -30px;
  width: 110px;
  cursor: pointer;
}
#content #watch-page #pJdid {
  font-family: fb;
  color: white;
  text-align: center;
  max-width: 700px;
  display: block;
  margin: 0 auto;
  font-size: 22px;
  padding: 0 10px;
}
#content #video-player-page {
  padding-bottom: 100px;
}
#content #video-player-page #video-player {
  width: 95%;
  max-width: 700px;
  background: white;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 80px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#content #video-player-page #video-player #video {
  width: 100%;
  position: relative;
}
#content #video-player-page #video-player #video img {
  width: 20%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
#content #video-player-page #video-player #video img:hover {
  filter: brightness(1.05);
  transition: 0.1s;
}
#content #video-player-page #video-player #video video {
  width: 100%;
}
#content #video-player-page #video-player #video-info {
  padding: 30px;
}
#content #video-player-page #video-player #video-info #video-title {
  position: relative;
}
#content #video-player-page #video-player #video-info #video-title h6 {
  color: rgba(0, 0, 0, 0.371);
  font-family: fm;
}
#content #video-player-page #video-player #video-info #video-title h1 {
  font-size: 30px;
  font-family: fb;
  margin-bottom: 25px;
}
#content #video-player-page #video-player #video-info #video-title img {
  position: absolute;
  width: 50px;
  left: 100%;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  cursor: pointer;
  border-radius: 80px;
  background: #6cd9b4;
}
#content #video-player-page #video-player #video-info #video-title img:hover {
  background: #ff8b61;
  transition: 0.1s;
}
#content #video-player-page #video-player #video-info p {
  font-family: fb;
  font-size: 15px;
  width: 100%;
  max-width: 500px;
}
#content #video-player-page #changeEpisode-btns {
  display: flex;
  justify-content: space-between;
  width: 95%;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 10px;
}
#content #video-player-page #changeEpisode-btns img {
  height: 30px;
  cursor: pointer;
}
#content #video-player-page #changeEpisode-btns img:hover {
  filter: brightness(1.05);
}
#content #play-page {
  background: #6cd9b4;
}
#content #play-page iframe {
  width: 95%;
  max-width: 1000px;
  display: flex;
  margin: 0 auto;
  border: 5px solid white;
  border-radius: 3px;
  margin-top: 50px;
}
#content #play-page p {
  font-family: fb;
  color: white;
  text-align: center;
  max-width: 800px;
  display: block;
  margin: 0 auto;
  font-size: 22px;
  padding: 0 10px;
}
#content #play-page #prints {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: fb;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1150px;
}
#content #play-page #prints .print {
  width: 95%;
  max-width: 300px;
  overflow: hidden;
  margin: 20px;
  overflow: visible;
  display: block;
}
#content #play-page #prints .print #print-cover {
  width: 100%;
  height: 200px;
  background: white;
  border-radius: 5px;
  cursor: pointer;
}
#content #play-page #prints .print #print-cover img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#content #play-page #prints .print #print-cover:hover {
  transform: scale(1.02);
  transition: 0.2s;
}
#content #play-page #prints .print p {
  text-align: center;
  margin-top: 10px;
  font-family: fb;
  color: white;
  font-size: 17px;
}
#content #characters-page {
  background: #fed670;
}
#content #characters-page a {
  display: none;
}
#content #characters-page #characters {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: fb;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1400px;
}
#content #characters-page #characters .character {
  width: 95%;
  max-width: 400px;
  overflow: hidden;
  margin: 20px;
  overflow: visible;
  display: block;
  background: white;
  padding-bottom: 40px;
  border-radius: 5px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
#content #characters-page #characters .character #character-cover {
  width: 100%;
  height: 400px;
  border-radius: 5px;
  background: url("media/characters/1.webp");
  background-size: cover;
  background-position: center center;
}
#content #characters-page #characters .character h5 {
  text-align: center;
  margin-top: 15px;
  font-size: 23px;
}
#content #characters-page #characters .character p {
  text-align: center;
  margin-top: 10px;
  font-family: fb;
  color: black;
  font-size: 17px;
  padding: 0 15px;
  margin-bottom: 25px;
}
#content #characters-page #characters .character h6 {
  text-align: left;
  padding: 0 30px;
  font-size: 17px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#content #characters-page #characters .character h6 span {
  color: #6cd9b4;
  width: 100%;
  text-align: center;
}
#content #books-page, #content #shop-page {
  padding: 100px 0;
  background: #7fbdde;
  padding-bottom: 0;
}
#content #books-page #books-content, #content #books-page #shop-content, #content #shop-page #books-content, #content #shop-page #shop-content {
  background: url("media/books/bg1.webp") #7fbdde;
  background-size: contain;
  padding: 10px;
  padding-bottom: 70px;
}
#content #books-page #books-content h2, #content #books-page #shop-content h2, #content #shop-page #books-content h2, #content #shop-page #shop-content h2 {
  margin-top: 20px;
  font-size: 40px;
}
#content #books-page #books-content h3, #content #books-page #shop-content h3, #content #shop-page #books-content h3, #content #shop-page #shop-content h3 {
  text-decoration: underline;
  font-family: fb;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
  color: white;
}
#content #books-page #books-content a, #content #books-page #shop-content a, #content #shop-page #books-content a, #content #shop-page #shop-content a {
  color: #fed670;
}
#content #books-page #books-content p, #content #books-page #shop-content p, #content #shop-page #books-content p, #content #shop-page #shop-content p {
  font-family: fb;
  color: white;
  text-align: center;
  max-width: 800px;
  display: block;
  margin: 0 auto;
  font-size: 22px;
}
#content #books-page #books-content img, #content #books-page #shop-content img, #content #shop-page #books-content img, #content #shop-page #shop-content img {
  width: 95%;
  max-width: 400px;
  display: flex;
  margin: 0 auto;
  margin-top: 40px;
}
#content #books-page #space, #content #shop-page #space {
  width: 100%;
  height: 50px;
  background: #fb6f92;
}
#content #books-page #all-about-nikki, #content #shop-page #all-about-nikki {
  background: #fb6f92;
  background-size: cover;
  background-position: top center;
  padding: 10px;
  padding-bottom: 100px;
}
#content #books-page #all-about-nikki h2, #content #shop-page #all-about-nikki h2 {
  padding: 20px 0;
  padding-top: 0;
  margin-top: 20px;
  font-size: 40px;
}
#content #books-page #all-about-nikki p, #content #shop-page #all-about-nikki p {
  font-family: fb;
  color: white;
  text-align: center;
  max-width: 800px;
  display: flex;
  margin: 0 auto;
  font-size: 22px;
  margin: 25px auto;
}
#content #books-page #all-about-nikki img, #content #shop-page #all-about-nikki img {
  width: 95%;
  max-width: 400px;
  display: flex;
  margin: 0 auto;
  margin-top: 70px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
#content #books-page #books {
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
  justify-content: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#content #books-page #books .book {
  width: 500px;
  max-width: 100%;
  position: relative;
}
#content #books-page #books .book div {
  width: 77%;
  border-radius: 100px;
  height: 8%;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -135%);
  cursor: pointer;
  transition: 0.2s;
}
#content #books-page #books .book div:hover {
  background: rgba(255, 255, 255, 0.178);
}
#content #grownUps-page {
  background: #fdbfc0;
}
#content #grownUps-page p {
  font-family: fb;
  color: white;
  text-align: center;
  max-width: 800px;
  display: flex;
  margin: 0 auto;
  font-size: 22px;
  margin: 25px auto;
}
#content #grownUps-page #resources, #content #grownUps-page #articles {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: fb;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1400px;
}
#content #grownUps-page #resources .resource, #content #grownUps-page #resources .article, #content #grownUps-page #articles .resource, #content #grownUps-page #articles .article {
  width: 95%;
  background: white;
  max-width: 400px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  margin: 20px;
  margin-bottom: 100px;
  overflow: visible;
}
#content #grownUps-page #resources .resource #resource-cover, #content #grownUps-page #resources .article #resource-cover, #content #grownUps-page #articles .resource #resource-cover, #content #grownUps-page #articles .article #resource-cover {
  position: relative;
  width: 100%;
  height: auto;
}
#content #grownUps-page #resources .resource h6, #content #grownUps-page #resources .article h6, #content #grownUps-page #articles .resource h6, #content #grownUps-page #articles .article h6 {
  text-align: center;
  margin: 20px 0;
  font-size: 20px;
}
#content #grownUps-page #resources .resource p, #content #grownUps-page #resources .article p, #content #grownUps-page #articles .resource p, #content #grownUps-page #articles .article p {
  padding: 0 20px;
  font-size: 15px;
  margin-bottom: 30px;
  color: black;
  font-size: 15px;
  min-height: 150px;
}
#content #grownUps-page #resources .resource #inner-container, #content #grownUps-page #resources .article #inner-container, #content #grownUps-page #articles .resource #inner-container, #content #grownUps-page #articles .article #inner-container {
  position: relative;
  text-align: center;
  height: 20px;
}
#content #grownUps-page #resources .resource #inner-container:hover, #content #grownUps-page #resources .article #inner-container:hover, #content #grownUps-page #articles .resource #inner-container:hover, #content #grownUps-page #articles .article #inner-container:hover {
  transform: scale(1.05);
  filter: brightness(1.03);
  transition: 0.2s;
}
#content #grownUps-page #resources .resource img, #content #grownUps-page #resources .article img, #content #grownUps-page #articles .resource img, #content #grownUps-page #articles .article img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -10px;
  width: 80%;
  cursor: pointer;
}
#content #grownUps-page #resources #articles, #content #grownUps-page #articles #articles {
  margin-top: 20px;
  margin-bottom: 20px;
}
#content #grownUps-page #resources .article, #content #grownUps-page #articles .article {
  position: relative;
  overflow: hidden;
  height: auto;
  min-height: 0;
  cursor: pointer;
  margin-bottom: 0;
  transition: 0.2s;
  cursor: pointer;
}
#content #grownUps-page #resources .article img, #content #grownUps-page #articles .article img {
  width: 100%;
  position: relative;
}
#content #grownUps-page #resources .article h3, #content #grownUps-page #articles .article h3 {
  padding: 20px;
  text-align: center;
  margin-bottom: 0;
  color: #ff705c;
}
#content #grownUps-page #resources .article p, #content #grownUps-page #articles .article p {
  margin: 0;
  min-height: 0;
  height: auto;
  margin-bottom: 20px;
}
#content #grownUps-page #resources .article:hover, #content #grownUps-page #articles .article:hover {
  opacity: 0.9;
}
#content #shop-page {
  background: #6cd9b4;
}
#content #shop-page #shop-content {
  background: none;
}
#content #shop-page #products {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: fb;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1400px;
  height: auto;
  padding-bottom: 50px;
}
#content #shop-page #products .product {
  width: 95%;
  max-width: 370px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  margin: 25px 20px;
  overflow: visible;
  cursor: pointer;
}
#content #shop-page #products .product:hover img {
  transform: scale(0.985);
}
#content #shop-page #products .product:hover h6 {
  text-decoration: underline;
}
#content #shop-page #products .product img {
  width: 100%;
  border-radius: 25px;
  position: relative;
  transition: 0.2s;
}
#content #shop-page #products .product h6 {
  text-align: center;
  margin: 10px 0;
  font-size: 16px;
  text-align: left;
  color: white;
}
#content #shop-page #products .product p {
  padding: 0 0px;
  font-size: 20px;
  margin-bottom: 0px;
  color: white;
  font-weight: 100;
}
#content #sign-up {
  width: 100%;
  height: auto;
  background: #ff705c;
  overflow: hidden;
  position: relative;
  min-height: 350px;
}
#content #sign-up div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  max-width: 700px;
}
#content #sign-up #checkbox {
  color: white;
  font-family: fb;
  display: flex;
  max-width: 500px;
  margin-top: 140px;
  position: relative;
  z-index: 9999;
}
#content #sign-up #checkbox input {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: none;
}
#content #sign-up #checkbox a {
  color: #fed670;
}
#content #sign-up h2 {
  font-size: 40px;
  margin-top: 30px;
}
#content #sign-up form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  width: auto;
  height: 50px;
}
#content #sign-up form .mc-field-group input {
  margin-right: 20px;
  padding: 0px 50px;
  height: 80px;
  font-size: 25px;
  width: 95%;
  max-width: 400px;
  border: none;
  border-radius: 100px;
  text-align: center;
  font-family: fb;
  outline: none;
  color: #927dc6;
  position: relative;
  display: flex;
  margin: 0 auto;
  margin-top: -8px;
  left: -40px;
}
#content #sign-up form #mc_embed_signup_scroll .button {
  position: relative;
  font-family: fb;
  border: none;
  outline: none;
  height: 80px;
  width: 80px;
  border-radius: 100px;
  font-size: 25px;
  color: #927dc6;
  background: white;
  margin-left: 480px;
  margin-top: 15px;
}
#content #sign-up form #mc_embed_signup_scroll .button:hover {
  transform: scale(1.03);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.072);
  transition: 0.2s;
}
#content #sign-up h6 {
  color: white;
  text-align: center;
  width: 100%;
  font-family: fb;
  padding: 20px;
  margin-top: -30px;
  display: none;
}
#content #sign-up img {
  height: 300px;
  position: absolute;
  top: 50px;
  transform: translateX(-85%);
}

#footer {
  width: 100%;
  height: auto;
  background: #eff4fb;
  padding: 70px 10px;
  font-family: fm;
}
#footer #social {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#footer #social img {
  margin: 0 25px;
  width: 60px;
  cursor: pointer;
  border-radius: 100px;
}
#footer #social img:hover {
  transform: scale(1.05);
  filter: brightness(1.05);
  transition: 0.2s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.051);
}
#footer p {
  font-size: 20px;
  width: 100%;
  text-align: center;
  color: #927dc6;
  margin: 50px 0;
  font-weight: 500;
}
#footer #logos {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}
#footer #logos img {
  margin: 0 40px;
  margin-bottom: 30px;
  cursor: pointer;
}
#footer #logos img:nth-child(1) {
  height: 40px;
}
#footer #logos img:nth-child(2) {
  height: 70px;
}
#footer #logos img:nth-child(3) {
  height: 40px;
}
#footer #footer-menu {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
#footer #footer-menu p {
  margin: 0;
  width: auto;
  padding: 0 20px;
  cursor: pointer;
  border-right: 3px solid #393e41;
  font-size: 19px;
}
#footer #footer-menu p:hover {
  text-decoration: underline;
}

@media (max-width: 1000px) {
  #mobile-menu {
    display: flex;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 999;
    background: #fe6f5e;
    flex-wrap: wrap;
    justify-content: center;
    display: none;
  }
  #mobile-menu svg {
    color: white;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 100%;
    transform: translateX(-100%);
    margin: 10px -10px;
    cursor: pointer;
  }
  #mobile-menu .menuDiv {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
  }
  #mobile-menu .menuDiv div:nth-child(1) {
    transform: rotate(8deg);
    margin-top: 20px;
  }
  #mobile-menu .menuDiv div:nth-child(2) {
    transform: rotate(0deg);
    margin-top: 0px;
  }
  #mobile-menu .menuDiv div:nth-child(3) {
    transform: rotate(-8deg);
    margin-top: 20px;
  }
  #mobile-menu .menuDiv div:nth-child(4) {
    transform: rotate(8deg);
    margin-top: 20px;
  }
  #mobile-menu .menuDiv div:nth-child(5) {
    transform: rotate(0deg);
    margin-top: 0px;
  }
  #mobile-menu .menuDiv div:nth-child(6) {
    transform: rotate(-8deg);
    margin-top: 20px;
  }
  #mobile-menu .menuDiv img {
    height: 100px;
    margin: 10px;
    cursor: pointer;
  }

  #header .header-btn {
    display: none;
  }
  #header svg {
    display: block;
  }
}
@media (max-width: 800px) {
  #scroller-back {
    display: none;
    visibility: visible;
  }

  #content #watch-page #watchAllEpisodes {
    display: none;
  }
  #content #watch-page #watchAllEpisodesMobile {
    display: block;
  }
  #content #video-player-page #video-player #video-info {
    padding: 20px;
  }
  #content #video-player-page #video-player #video-info #video-title h1 {
    font-size: 28px;
    max-width: 80%;
  }
  #content #characters-page #characters .character {
    display: none;
  }
  #content #characters-page #characters .character:nth-child(3), #content #characters-page #characters .character:nth-child(1), #content #characters-page #characters .character:nth-child(2) {
    display: block;
  }
  #content #characters-page #showMore {
    position: relative;
    display: flex;
    transform: none;
    color: white;
    font-family: fb;
    font-size: 20px;
    text-decoration: underline;
    margin: 0 auto;
    justify-content: center;
  }
  #content #sign-up {
    min-height: 733px;
  }
  #content #sign-up #checkbox {
    margin-top: 230px;
  }
  #content #sign-up form .mc-field-group input {
    margin-right: 20px;
    padding: 0px 50px;
    height: 80px;
    font-size: 25px;
    width: 95%;
    max-width: 900px;
    border: none;
    border-radius: 100px;
    text-align: center;
    font-family: fb;
    outline: none;
    color: #927dc6;
    position: relative;
    display: flex;
    margin: 0 auto;
    margin-top: -8px;
    left: 0px;
    width: 100%;
  }
  #content #sign-up form #mc_embed_signup_scroll .button {
    position: relative;
    font-family: fb;
    border: none;
    outline: none;
    height: 80px;
    width: 80px;
    border-radius: 100px;
    font-size: 25px;
    color: #927dc6;
    background: white;
    display: flex;
    margin: 0 auto;
    margin-top: 110px;
    text-align: center;
    justify-content: center;
  }
  #content #sign-up form #mc_embed_signup_scroll .button:hover {
    transform: scale(1.03);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.072);
    transition: 0.2s;
  }
  #content #sign-up img {
    transform: none;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    height: auto;
    max-width: 400px;
    margin-top: 0px;
  }

  #footer #social {
    justify-content: space-around;
  }
  #footer #social img {
    width: 15%;
    max-width: 70px;
    margin: 0;
  }
  #footer #logos img {
    max-width: 85%;
  }
  #footer #footer-menu {
    margin: 0;
    flex-wrap: wrap;
  }
  #footer #footer-menu p {
    margin-bottom: 10px;
    border: none;
  }
}
@media (max-width: 526px) {
  form input {
    font-size: 20px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  form #mc_embed_signup_scroll .button {
    position: relative;
    font-family: fb;
    border: none;
    outline: none;
    height: 80px;
    width: 80px;
    border-radius: 100px;
    font-size: 25px;
    color: #927dc6;
    background: white;
    margin-left: 450px;
    display: none;
  }
  form #mc_embed_signup_scroll .button:hover {
    transform: scale(1.03);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.072);
    transition: 0.2s;
  }
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #927dc6;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #927dc6;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #927dc6;
}

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