/**
 * Variables
 */
/**
 * Functions
 */
/**
 * Mixins
 */
/* Home page */
@media (max-width: 599px) {
  html:not(.isfullscreen) .homepage nav.nav .wrapper {
    display: none;
  }
}
@media (max-width: 819px) {
  html:not(.isfullscreen) .content {
    margin-top: 230px;
    z-index: 102;
  }
}
html:not(.isfullscreen) main {
  position: relative;
  background-position: center top;
  padding-bottom: 1px;
  height: 680px;
  min-height: 680px;
  z-index: 0;
  overflow: hidden;
  background-image: url(../static/home/bg-home.jpg);
  background-color: #b1d9e8;
  background-repeat: no-repeat;
}
@media (max-width: 820px) {
  html:not(.isfullscreen) main {
    background-position: center top;
    height: auto;
  }
}
@media (max-width: 599px) {
  html:not(.isfullscreen) main {
    background-image: url(../static/home/background_mobile.jpg);
    background-position: center top;
    height: auto;
  }
}
html:not(.isfullscreen) main h1.title {
  position: absolute;
  left: -9999px;
}
html:not(.isfullscreen) main .plane {
  width: 75px;
  height: 80px;
  background: url(../static/home/plane.png) no-repeat center center;
  display: none;
  background-size: contain;
  position: absolute;
  right: 0%;
  top: 30px;
  z-index: 9;
  margin-right: -80px;
  animation-name: plane;
  animation-delay: 5s;
  animation-duration: 21s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media (min-width: 768px) {
  html:not(.isfullscreen) main .plane {
    display: block;
  }
}
html:not(.isfullscreen) main .clouds {
  position: absolute;
  top: 55px;
  width: 100%;
  z-index: 9;
  display: block;
}
@media (max-width: 768px) {
  html:not(.isfullscreen) main .clouds {
    display: none;
  }
}
html:not(.isfullscreen) main .clouds .cloud_1 {
  width: 200px;
  position: absolute;
  right: 0%;
  margin-right: -200px;
  animation-name: cloud;
  animation-duration: 80s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
html:not(.isfullscreen) main .clouds .cloud_2 {
  width: 300px;
  position: absolute;
  margin-right: -300px;
  margin-top: 15px;
  right: 0%;
  animation-name: cloud;
  animation-duration: 70s;
  animation-delay: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes cloud {
  from {
    right: 0%;
  }
  to {
    right: 115%;
  }
}
@keyframes plane {
  0% {
    right: 0%;
    transform: scale(1);
  }
  40% {
    right: 115%;
  }
  100% {
    right: 115%;
  }
}
html:not(.isfullscreen) main .foreground {
  background-image: url(../static/home/background-front-alt.png);
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  opacity: 1;
  transition: opacity 1s;
  transition-delay: 0.5s;
  display: block;
}
@media (max-width: 820px) {
  html:not(.isfullscreen) main .foreground.desktop {
    opacity: 0;
  }
}
html:not(.isfullscreen) main .foreground.mobile {
  opacity: 0;
  display: block;
}
@media (max-width: 820px) {
  html:not(.isfullscreen) main .foreground.mobile {
    background-image: url(../static/home/background-front-mobile.png);
    background-size: 2000px;
    background-position: 60% -72px;
    z-index: 0;
    opacity: 1;
  }
}
@media (max-width: 600px) {
  html:not(.isfullscreen) main .foreground.mobile {
    background-size: 1468px;
    background-position: 70% -51px;
  }
}
html:not(.isfullscreen) .mobile-menu {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 600px) {
  html:not(.isfullscreen) .mobile-menu {
    display: none;
  }
}
html:not(.isfullscreen) .mobile-menu a {
  max-width: 360px;
  display: block;
  margin: 0 auto 15px;
}
html:not(.isfullscreen) .mobile-menu a img {
  width: 100%;
  display: block;
}
html:not(.isfullscreen) .highlights {
  list-style-type: none;
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  left: 50%;
  top: 15%;
  transform: translate(-50%, -50%);
  justify-content: center;
  z-index: 102;
  width: 100%;
}
@media (min-width: 600px) {
  html:not(.isfullscreen) .highlights {
    display: flex;
  }
}
@media (min-width: 820px) {
  html:not(.isfullscreen) .highlights {
    top: 22%;
    z-index: 100;
  }
}
html:not(.isfullscreen) .highlights li {
  display: grid;
}
html:not(.isfullscreen) .highlights li a.highlight {
  display: block;
  max-width: 300px;
  width: 100%;
  height: auto;
  background-size: cover !important;
  background-color: green;
  border-radius: 80px;
}
html:not(.isfullscreen) .highlights li a.highlight img {
  display: block;
  width: 100%;
}
html:not(.isfullscreen) .highlights li a.highlight:hover {
  animation: bounce 1s 1 linear;
}
html:not(.isfullscreen) .characters {
  position: relative;
  top: 0;
  width: 350px;
  text-align: center;
  display: block;
  transform: translateX(-50%);
  -webkit-transform: translate(-50%);
  left: 50%;
  z-index: 101;
}
@media (max-width: 820px) {
  html:not(.isfullscreen) .characters {
    height: 695px;
    width: 100%;
  }
}
html:not(.isfullscreen) .characters .molly_suki {
  width: 300px;
  height: 300px;
  position: absolute;
  transform: scale(0.8);
  transition: margin-left 1s, left 1s, transform 1s;
  left: -75%;
}
@media (min-width: 600px) {
  html:not(.isfullscreen) .characters .molly_suki {
    transform: scale(0.8);
  }
}
@media (min-width: 1100px) {
  html:not(.isfullscreen) .characters .molly_suki {
    transform: scale(1);
    left: -325px;
  }
}
@media (max-width: 820px) {
  html:not(.isfullscreen) .characters .molly_suki {
    top: 210px;
    background-position: right center;
    left: -3%;
  }
}
@media (max-width: 599px) {
  html:not(.isfullscreen) .characters .molly_suki {
    left: -11%;
  }
}
@media (max-width: 400px) {
  html:not(.isfullscreen) .characters .molly_suki {
    transform: scale(0.7);
  }
}
@media (max-width: 359px) {
  html:not(.isfullscreen) .characters .molly_suki {
    display: none;
  }
}
html:not(.isfullscreen) .characters .molly_suki .molly {
  display: block;
  float: left;
  background-image: url(../static/home/img-molly-2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 191px;
  width: 100%;
  height: 351px;
}
html:not(.isfullscreen) .characters .molly_suki .suki {
  display: block;
  float: left;
  margin-left: -30px;
  background-image: url(../static/home/img-suki-2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 192px;
  height: 217px;
  margin-top: 134px;
}
html:not(.isfullscreen) .characters .trini_tooey {
  width: 270px;
  height: 270px;
  position: absolute;
  background-size: contain;
  transition: margin-right, right 1s, transform 1s;
  right: -62%;
  margin-top: 30px;
  transform: scale(0.8);
}
@media (min-width: 1100px) {
  html:not(.isfullscreen) .characters .trini_tooey {
    transform: scale(1);
    right: -275px;
  }
}
@media (max-width: 820px) {
  html:not(.isfullscreen) .characters .trini_tooey {
    top: 210px;
    background-position: left center;
    right: 0;
    margin-top: 30px;
  }
}
@media (max-width: 599px) {
  html:not(.isfullscreen) .characters .trini_tooey {
    right: 0;
    margin-right: -11%;
  }
}
@media (max-width: 400px) {
  html:not(.isfullscreen) .characters .trini_tooey {
    transform: scale(0.7);
    margin-right: -18%;
  }
}
@media (max-width: 359px) {
  html:not(.isfullscreen) .characters .trini_tooey {
    display: none;
  }
}
html:not(.isfullscreen) .characters .trini_tooey .trini {
  display: block;
  float: left;
  background-image: url(../static/home/img-trini-2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 152px;
  height: 288px;
  margin-top: 76px;
}
html:not(.isfullscreen) .characters .trini_tooey .tooey {
  display: block;
  float: left;
  background-image: url(../static/home/img-tooey-2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 155px;
  height: 364px;
}
