@charset "UTF-8";
/*
sass --sourcemap=none --no-cache --watch --style compressed nosnap.scss:nosnap.css
*/
@import url("https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap");
body, h1, h2, h3, h4 {
  font-family: "Zilla Slab", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  color: #eee;
  font-weight: 300;
}
body.page-template-page-about-nosnap-php, body.page-template-page-collection-hera-php, body.page-template-page-collection-phoebe-php, body.page-template-page-collection-urduja-php, body.page-template-page-collections-nosnap-php {
  margin: 0;
  padding: 0;
  background: #fff;
}
.shadow {
  text-shadow: 0 0 8px rgba(64, 64, 64, 0.4);
}
#back-to-shop {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10000;
  font-size: 0.9rem;
  font-style: italic;
  padding: 6px 10px;
  border-radius: 24px;
  border: 1px solid #fff;
  background: rgba(64, 64, 64, 0.3);
  text-shadow: 0 0 1px rgba(64, 64, 64, 0.9);
  font-weight: 300;
}
@media screen and (min-width: 500px) {
  #back-to-shop {
    font-size: 1rem;
    font-weight: 600;
  }
}
#back-to-shop:hover {
  background: rgba(64, 64, 64, 0.7);
}
#back-to-shop a {
  text-decoration: none;
  color: #fff;
}
#back-to-shop a::after {
  display: inline-block;
  font-family: "Font Awesome 5";
  font-size: smaller;
  font-style: normal;
  text-align: center;
  content: "";
  padding-left: 0.5em;
  /*content: '\f053';*/
}
#top-logo {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 10001;
  padding: 10px;
  display: inline-block;
  max-width: 35%;
}
@media screen and (min-width: 500px) {
  #top-logo {
    max-width: 20%;
  }
}
@media screen and (min-width: 768px) {
  #top-logo {
    max-width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  #top-logo {
    max-width: 20%;
  }
}
#top-logo img {
  max-width: 100%;
  height: auto;
}
/* Backgrounds will cover all the section
* --------------------------------------- */
.section {
  margin: 0;
  padding: 0;
  background-color: white;
  background-repeat: no-repeat;
  position: relative;
}
.section img {
  max-width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.section + .section {
  margin-top: -4px;
}
.section h1 {
  font-weight: 400;
}
.fullpage-wrapper {
  margin-top: 0 !important;
}
@media screen and (min-width: 500px) {
  .fullpage-wrapper {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .fullpage-wrapper {
    width: 50%;
  }
}
.page-template-page-about-nosnap-php .text, .page-template-page-collection-hera-php .text, .page-template-page-collection-phoebe-php .text, .page-template-page-collection-urduja-php .text, .page-template-page-collections-nosnap-php .text {
  position: absolute;
  top: 57%;
  line-height: 1;
  text-shadow: 0 0 10px rgba(64, 64, 64, 0.6);
  text-align: center;
  user-select: none;
  font-size: 1.1rem;
}
@media screen and (min-width: 500px) {
  .page-template-page-about-nosnap-php .text, .page-template-page-collection-hera-php .text, .page-template-page-collection-phoebe-php .text, .page-template-page-collection-urduja-php .text, .page-template-page-collections-nosnap-php .text {
    font-size: 1.3rem;
  }
}
.page-template-page-about-nosnap-php .text img, .page-template-page-collection-hera-php .text img, .page-template-page-collection-phoebe-php .text img, .page-template-page-collection-urduja-php .text img, .page-template-page-collections-nosnap-php .text img {
  max-width: 35%;
  height: auto;
}
.page-template-page-about-nosnap-php .text p, .page-template-page-collection-hera-php .text p, .page-template-page-collection-phoebe-php .text p, .page-template-page-collection-urduja-php .text p, .page-template-page-collections-nosnap-php .text p {
  padding: 0;
  margin: 0;
}
.page-template-page-about-nosnap-php .text h1, .page-template-page-collection-hera-php .text h1, .page-template-page-collection-phoebe-php .text h1, .page-template-page-collection-urduja-php .text h1, .page-template-page-collections-nosnap-php .text h1 {
  font-size: 1.1rem;
  margin: 0 0 1em;
  color: #fff;
  font-style: italic;
}
.page-template-page-about-nosnap-php .text .details, .page-template-page-collection-hera-php .text .details, .page-template-page-collection-phoebe-php .text .details, .page-template-page-collection-urduja-php .text .details, .page-template-page-collections-nosnap-php .text .details {
  margin-top: 2em;
}
.page-template-page-about-nosnap-php .text .link, .page-template-page-collection-hera-php .text .link, .page-template-page-collection-phoebe-php .text .link, .page-template-page-collection-urduja-php .text .link, .page-template-page-collections-nosnap-php .text .link {
  margin-top: 1rem;
}
.page-template-page-about-nosnap-php .text .link a, .page-template-page-about-nosnap-php .text .link .pseudo-link, .page-template-page-collection-hera-php .text .link a, .page-template-page-collection-hera-php .text .link .pseudo-link, .page-template-page-collection-phoebe-php .text .link a, .page-template-page-collection-phoebe-php .text .link .pseudo-link, .page-template-page-collection-urduja-php .text .link a, .page-template-page-collection-urduja-php .text .link .pseudo-link, .page-template-page-collections-nosnap-php .text .link a, .page-template-page-collections-nosnap-php .text .link .pseudo-link {
  text-decoration: none;
  font-variant: small-caps;
  color: #333;
  font-size: 1rem;
  padding: 5px 10px;
  border-radius: 1em;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(224, 224, 224, 0.6);
  text-shadow: none;
}
.page-template-page-about-nosnap-php .text .link a:hover, .page-template-page-about-nosnap-php .text .link .pseudo-link:hover, .page-template-page-collection-hera-php .text .link a:hover, .page-template-page-collection-hera-php .text .link .pseudo-link:hover, .page-template-page-collection-phoebe-php .text .link a:hover, .page-template-page-collection-phoebe-php .text .link .pseudo-link:hover, .page-template-page-collection-urduja-php .text .link a:hover, .page-template-page-collection-urduja-php .text .link .pseudo-link:hover, .page-template-page-collections-nosnap-php .text .link a:hover, .page-template-page-collections-nosnap-php .text .link .pseudo-link:hover {
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
.page-template-page-about-nosnap-php .text .subheading img, .page-template-page-collection-hera-php .text .subheading img, .page-template-page-collection-phoebe-php .text .subheading img, .page-template-page-collection-urduja-php .text .subheading img, .page-template-page-collections-nosnap-php .text .subheading img {
  margin: 0 auto;
}
.page-template-page-about-nosnap-php .text h1, .page-template-page-about-nosnap-php .text .link, .page-template-page-about-nosnap-php .text .subheading, .page-template-page-about-nosnap-php .text .details, .page-template-page-collection-hera-php .text h1, .page-template-page-collection-hera-php .text .link, .page-template-page-collection-hera-php .text .subheading, .page-template-page-collection-hera-php .text .details, .page-template-page-collection-phoebe-php .text h1, .page-template-page-collection-phoebe-php .text .link, .page-template-page-collection-phoebe-php .text .subheading, .page-template-page-collection-phoebe-php .text .details, .page-template-page-collection-urduja-php .text h1, .page-template-page-collection-urduja-php .text .link, .page-template-page-collection-urduja-php .text .subheading, .page-template-page-collection-urduja-php .text .details, .page-template-page-collections-nosnap-php .text h1, .page-template-page-collections-nosnap-php .text .link, .page-template-page-collections-nosnap-php .text .subheading, .page-template-page-collections-nosnap-php .text .details {
  text-align: center;
}
.page-template-page-collection-hera-php .text, .page-template-page-collection-phoebe-php .text, .page-template-page-collection-urduja-php .text, .page-template-page-collections-nosnap-php .text {
  width: 100%;
}
.page-template-page-collection-hera-php .text h1, .page-template-page-collection-phoebe-php .text h1, .page-template-page-collection-urduja-php .text h1, .page-template-page-collections-nosnap-php .text h1 {
  margin-bottom: 0;
}
.page-template-page-collection-hera-php .text .details, .page-template-page-collection-phoebe-php .text .details, .page-template-page-collection-urduja-php .text .details, .page-template-page-collections-nosnap-php .text .details {
  margin: 0.2em auto 2em;
}
/* Defining each section background and styles
* --------------------------------------- */
.page-template-page-about-nosnap-php #section0 .text {
  top: 55%;
  left: 10%;
  text-align: left;
}
@media screen and (min-width: 500px) {
  .page-template-page-about-nosnap-php #section0 .text {
    font-size: 1.5rem;
    top: 50%;
  }
}
.page-template-page-about-nosnap-php #section2 {
  /*Adding background for the slides
* --------------------------------------- */
}
.page-template-page-about-nosnap-php #section2 .text {
  top: 50%;
  width: 100%;
}
.page-template-page-about-nosnap-php #section3 .text {
  text-align: left;
  width: 100%;
  top: 30%;
  line-height: 1.2;
}
.page-template-page-about-nosnap-php #section3 .text .poem {
  margin-left: 10%;
}
@media screen and (min-width: 500px) {
  .page-template-page-about-nosnap-php #section3 .text .poem {
    font-size: 1.2rem;
    line-height: 1.1;
  }
}
.page-template-page-about-nosnap-php #section3 .link {
  width: 100%;
  text-align: center;
}
.page-template-page-about-nosnap-php #section4 .text {
  width: 100%;
  top: 50%;
}
.page-template-page-about-nosnap-php #section4 .text .link {
  width: 100%;
  text-align: center;
}
.page-template-page-about-nosnap-php #section5 {
  /*background-image: url(imgs/bg4.jpg);*/
  color: #111;
  margin: 80px 0;
}
.page-template-page-about-nosnap-php #section5 img {
  max-width: 60%;
}
@media screen and (min-width: 500px) {
  .page-template-page-about-nosnap-php #section5 img {
    max-width: 60%;
    height: auto;
  }
}
.page-template-page-about-nosnap-php #section5 .text {
  position: static;
  text-shadow: none;
}
.page-template-page-about-nosnap-php #section5 .text .support {
  text-transform: uppercase;
  margin: 1em 0;
}
.page-template-page-about-nosnap-php #section5 .text .links {
  margin: 20px auto 40px;
}
.page-template-page-about-nosnap-php #section5 .text ul {
  list-style-type: none;
  margin: 0 auto;
}
.page-template-page-about-nosnap-php #section5 .text ul li {
  margin-bottom: 0.6em;
  text-align: center;
}
.page-template-page-about-nosnap-php #section5 .text ul li a {
  color: #111;
  text-decoration: none;
}
@media screen and (min-width: 500px) {
  .page-template-page-about-nosnap-php #section5 .text ul {
    width: 40%;
  }
}
#hera-s0, #hera-s4, #urduja-s0, #urduja-s4, #phoebe-s0, #phoebe-s5 {
  background: #111;
  padding: 40% 0;
}
@media screen and (min-width: 500px) {
  #hera-s0, #hera-s4, #urduja-s0, #urduja-s4, #phoebe-s0, #phoebe-s5 {
    padding: 30% 0;
  }
}
#hera-s0 .text, #hera-s4 .text, #urduja-s0 .text, #urduja-s4 .text, #phoebe-s0 .text, #phoebe-s5 .text {
  top: 35%;
}
#hera-s1, #hera-s2, #hera-s3, #urduja-s1, #urduja-s2, #urduja-s3, #phoebe-s1, #phoebe-s2, #phoebe-s3, #phoebe-s4 {
  background: #333;
  margin-bottom: 1px;
}
#hera-s1 .text, #hera-s2 .text, #hera-s3 .text, #urduja-s1 .text, #urduja-s2 .text, #urduja-s3 .text, #phoebe-s1 .text, #phoebe-s2 .text, #phoebe-s3 .text, #phoebe-s4 .text {
  position: static;
  padding: 20px;
}
#hera-s1 .text .details, #hera-s2 .text .details, #hera-s3 .text .details, #urduja-s1 .text .details, #urduja-s2 .text .details, #urduja-s3 .text .details, #phoebe-s1 .text .details, #phoebe-s2 .text .details, #phoebe-s3 .text .details, #phoebe-s4 .text .details {
  margin: 0 auto;
}
#hera-s1 .text .link, #hera-s2 .text .link, #hera-s3 .text .link, #urduja-s1 .text .link, #urduja-s2 .text .link, #urduja-s3 .text .link, #phoebe-s1 .text .link, #phoebe-s2 .text .link, #phoebe-s3 .text .link, #phoebe-s4 .text .link {
  margin-bottom: 0.5em;
}
.page-template-page-collection-hera-php .section + .section, .page-template-page-collection-phoebe-php .section + .section, .page-template-page-collection-urduja-php .section + .section {
  margin-top: 1px;
}
.page-template-page-about-nosnap-php .social-icons {
  text-align: center;
}
.page-template-page-about-nosnap-php .social-icons a::before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5";
  text-align: center;
}
.page-template-page-about-nosnap-php .social-icons a {
  color: #111;
  padding: 0 0.5em;
  font-size: 2rem;
}
.social-icons a[href*="facebook.com"]::before {
  content: "";
  font-family: "Font Awesome 5 Brands";
}
.social-icons a[href*="instagram.com"]::before {
  content: "";
  font-family: "Font Awesome 5 Brands";
}
.social-icons a[href*="twitter.com"]::before {
  content: "";
  font-family: "Font Awesome 5 Brands";
}
.flex-row {
  display: block;
}
.column {
  display: block;
}
.first {
  background: green;
}
.second {
  background: blue;
}
