/**
 * Variables
 */
/**
 * Mixins
 */
.hidden {
  display: none !important;
}
/* Animations */
@keyframes depress {
  0% {
    height: 100px;
    width: 100px;
  }
  50% {
    height: 90px;
    width: 90px;
  }
  100% {
    height: 100px;
    width: 100px;
  }
}
@keyframes bounceUp {
  0% {
    top: -10px;
  }
  25% {
    height: 10px;
  }
  50% {
    height: -5px;
  }
  75% {
    height: 5px;
  }
  100% {
    height: 0px;
  }
}
/* Home page */
@media (max-width: 1100px) {
  html:not(.isfullscreen).homepage nav.nav {
    display: none;
  }
}
html:not(.isfullscreen) main {
  position: relative;
  opacity: 1;
  padding-bottom: 1px;
  height: 680px;
  z-index: 0;
  overflow: hidden;
  background-color: #a3e7f2;
}
@media (max-width: 1680px) {
  html:not(.isfullscreen) main {
    height: 560px;
  }
}
@media (max-width: 1100px) {
  html:not(.isfullscreen) main {
    min-height: 700px;
  }
}
@media (max-width: 700px) {
  html:not(.isfullscreen) main {
    height: 850px;
  }
}
html:not(.isfullscreen) .content {
  position: relative;
  width: 100%;
  max-width: 100vw;
  height: 680px;
}
@media (max-width: 1680px) {
  html:not(.isfullscreen) .content {
    height: 560px;
  }
}
@media (max-width: 1100px) {
  html:not(.isfullscreen) .content {
    height: 700px;
  }
}
@media (max-width: 700px) {
  html:not(.isfullscreen) .content {
    height: 850px;
  }
}
html:not(.isfullscreen) .content .mobile {
  display: none;
}
@media (max-width: 1100px) {
  html:not(.isfullscreen) .content .mobile {
    display: block;
    padding-top: 125px;
  }
}
@media (max-width: 700px) {
  html:not(.isfullscreen) .content .mobile {
    display: block;
    padding-top: 150px;
  }
}
html:not(.isfullscreen) .content .mobile .ruff-side {
  height: 915px;
  width: 620px;
  background-image: url(../static/home/ruff-peek.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -320px;
  bottom: -269px;
  opacity: 1;
  z-index: 10;
  transform: scale(0.6);
}
@media (max-width: 700px) {
  html:not(.isfullscreen) .content .mobile .ruff-side {
    display: none;
  }
}
html:not(.isfullscreen) .content .mobile .hamstack {
  height: 458px;
  cursor: pointer;
  width: 270px;
  background-image: url(../static/home/hamster_stack.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  bottom: -10px;
  opacity: 1;
}
@media (max-width: 700px) {
  html:not(.isfullscreen) .content .mobile .hamstack {
    display: none;
  }
}
html:not(.isfullscreen) .content .mobile .mobile-menu {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
}
@media (max-width: 700px) {
  html:not(.isfullscreen) .content .mobile .mobile-menu li:nth-child(odd) a {
    padding-left: 60px;
  }
  html:not(.isfullscreen) .content .mobile .mobile-menu li:nth-child(odd) img.mobile {
    left: 0;
    padding: 0;
  }
  html:not(.isfullscreen) .content .mobile .mobile-menu li:nth-child(even) a {
    padding-right: 60px;
  }
  html:not(.isfullscreen) .content .mobile .mobile-menu li:nth-child(even) img.mobile {
    right: 0;
    padding: 0;
  }
}
html:not(.isfullscreen) .content .mobile .mobile-menu a {
  max-width: 300px;
  display: block;
  margin: 0 auto 15px;
  position: relative;
}
@media (max-width: 700px) {
  html:not(.isfullscreen) .content .mobile .mobile-menu a {
    max-width: 320px;
  }
}
html:not(.isfullscreen) .content .mobile .mobile-menu a img {
  width: 100%;
}
html:not(.isfullscreen) .content .mobile .mobile-menu a img.mobile {
  display: none;
  position: absolute;
  width: 120px;
  height: auto;
}
@media (max-width: 700px) {
  html:not(.isfullscreen) .content .mobile .mobile-menu a img.mobile {
    display: block;
  }
}
html:not(.isfullscreen) .content .background {
  position: absolute;
  height: 680px;
  width: 100%;
  z-index: 0;
  left: 0;
}
@media (max-width: 1680px) {
  html:not(.isfullscreen) .content .background {
    height: 560px;
  }
}
@media (max-width: 1100px) {
  html:not(.isfullscreen) .content .background {
    min-height: 800px;
  }
}
@media (max-width: 700px) {
  html:not(.isfullscreen) .content .background {
    height: 850px;
  }
}
html:not(.isfullscreen) .content .background .wall {
  width: 93%;
  clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
  background-color: #ffda75;
  height: 75%;
  border-bottom: 25px solid #8684b6;
  z-index: 1;
  transition: left 1s ease-in-out;
  position: absolute;
  left: 0;
}
@media (max-width: 1100px) {
  html:not(.isfullscreen) .content .background .wall {
    width: 60% !important;
    left: 0 !important;
    clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
    transition: none !important;
  }
}
@media (max-width: 700px) {
  html:not(.isfullscreen) .content .background .wall {
    height: 100%;
    border-bottom: 0;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
  }
}
html:not(.isfullscreen) .content .background .ham-floor {
  position: absolute;
  height: 25%;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 0;
  background-color: #ffe6d9;
  background-image: url(../static/home/floor_lines.png);
  transition: left 1s ease-in-out;
}
@media (max-width: 1100px) {
  html:not(.isfullscreen) .content .background .ham-floor {
    width: 53.5% !important;
    clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
    left: 0 !important;
    transition: none !important;
  }
}
@media (max-width: 700px) {
  html:not(.isfullscreen) .content .background .ham-floor {
    display: none;
  }
}
html:not(.isfullscreen) .content .background .ruff-floor {
  position: absolute;
  height: 45%;
  bottom: 0;
  left: 80%;
  width: 100%;
  z-index: 0;
  background-image: url(../static/home/ruff_floor_lines.jpg);
  background-size: cover;
  background-position: center 22px;
  background-repeat: repeat-x;
  border-top: 10px solid #c7c6ee;
  transition: left 0.3s ease-in-out;
}
html:not(.isfullscreen) .content .background .ruff-floor:before {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 35px solid #9d99d4;
}
@media (max-width: 700px) {
  html:not(.isfullscreen) .content .background .ruff-floor {
    display: none;
  }
}
@media (max-width: 1100px) {
  html:not(.isfullscreen) .content .background .ruff-floor {
    left: 40% !important;
    transition: none !important;
  }
}
html:not(.isfullscreen) .content .promos {
  list-style-type: none;
  opacity: 0;
  position: absolute;
  margin: 0;
  padding: 0;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  z-index: 102;
}
@media (min-width: 600px) {
  html:not(.isfullscreen) .content .promos {
    display: flex;
  }
}
@media (min-width: 1101px) {
  html:not(.isfullscreen) .content .promos {
    top: 10%;
  }
}
@media (min-width: 1441px) {
  html:not(.isfullscreen) .content .promos {
    top: 14.5%;
    z-index: 100;
  }
}
html:not(.isfullscreen) .content .promos li {
  display: grid;
  width: 420px;
  position: relative;
  margin-right: 15px;
}
@media (max-width: 1680px) {
  html:not(.isfullscreen) .content .promos li {
    width: 320px;
  }
}
@media (max-width: 1680px) {
  html:not(.isfullscreen) .content .promos li {
    width: 280px;
  }
}
html:not(.isfullscreen) .content .promos li:first-child {
  margin-top: 150px;
}
html:not(.isfullscreen) .content .promos li img {
  z-index: 1;
  position: relative;
}
html:not(.isfullscreen) .content .promos li a.highlight {
  z-index: 0;
  display: block;
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease-in-out, transform 500ms ease-in-out, visibility 500ms ease-in-out;
  transform: scale(0);
}
html:not(.isfullscreen) .content .promos li a.highlight img {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
}
html:not(.isfullscreen) .content .promos li a.highlight img.mezzanine {
  z-index: 0;
  position: absolute;
  top: 0;
  clip-path: polygon(5% 10%, 92% 2%, 97% 97%, 0 93%);
  -webkit-clip-path: polygon(5% 10%, 92% 2%, 97% 97%, 0 93%);
}
@media (hover: hover) {
  html:not(.isfullscreen) .content .promos li a.highlight:hover {
    opacity: 1;
    animation: bounce 1s linear;
  }
}
html:not(.isfullscreen) .content .hamsters {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 680px;
  float: left;
}
@media (max-width: 1680px) {
  html:not(.isfullscreen) .content .hamsters {
    height: 560px;
  }
}
@media (max-width: 1100px) {
  html:not(.isfullscreen) .content .hamsters {
    display: none !important;
  }
}
html:not(.isfullscreen) .content .hamsters .foreground {
  position: relative;
  height: 680px;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  opacity: 1;
  left: 0;
}
@media (max-width: 1680px) {
  html:not(.isfullscreen) .content .hamsters .foreground {
    height: 560px;
  }
}
@media (min-width: 2000px) {
  html:not(.isfullscreen) .content .hamsters .foreground {
    overflow: visible;
  }
}
html:not(.isfullscreen) .content .hamsters .foreground .ruff {
  height: 915px;
  width: 620px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -620px;
  bottom: -269px;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 1680px) {
  html:not(.isfullscreen) .content .hamsters .foreground .ruff {
    transform: scale(0.7);
  }
}
@media (max-width: 1200px) {
  html:not(.isfullscreen) .content .hamsters .foreground .ruff {
    transform: scale(0.6);
  }
}
html:not(.isfullscreen) .content .hamsters .foreground .plant {
  height: 680px;
  width: 1260px;
  background-image: url(../static/home/plant.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -480px;
  bottom: 0;
  transition: left 1s ease-in-out;
}
@media (max-width: 1680px) {
  html:not(.isfullscreen) .content .hamsters .foreground .plant {
    height: 560px;
    width: 860px;
    left: -400px;
  }
}
html:not(.isfullscreen) .content .hamsters .foreground .ham-1 {
  height: 230px;
  width: 230px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 39%;
  top: 440px;
  opacity: 1;
  display: none;
  cursor: pointer;
}
@media (max-width: 1680px) {
  html:not(.isfullscreen) .content .hamsters .foreground .ham-1 {
    transform: scale(0.7);
  }
}
html:not(.isfullscreen) .content .hamsters .foreground .ham-2 {
  height: 235px;
  width: 235px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 415px;
  opacity: 1;
  display: none;
  cursor: pointer;
}
@media (max-width: 1680px) {
  html:not(.isfullscreen) .content .hamsters .foreground .ham-2 {
    transform: scale(0.7);
    left: 44%;
  }
}
html:not(.isfullscreen) .content .hamsters .foreground .ham-3 {
  height: 250px;
  width: 250px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 60%;
  top: 395px;
  opacity: 1;
  display: none;
  cursor: pointer;
}
@media (max-width: 1680px) {
  html:not(.isfullscreen) .content .hamsters .foreground .ham-3 {
    transform: scale(0.7);
  }
}
html:not(.isfullscreen) .content .ruff-stuff {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 680px;
  left: 100%;
  transition: left 1s ease-in-out;
}
@media (max-width: 1100px) {
  html:not(.isfullscreen) .content .ruff-stuff {
    display: none !important;
  }
}
html:not(.isfullscreen) .content .ruff-stuff .foreground {
  position: relative;
  height: 680px;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  transition: opacity 1s ease-in-out;
  left: 0;
  opacity: 1;
  transition: left 1s ease-in-out;
}
@media (max-width: 1680px) {
  html:not(.isfullscreen) .content .ruff-stuff .foreground {
    height: 560px;
  }
}
@media (min-width: 2000px) {
  html:not(.isfullscreen) .content .ruff-stuff .foreground {
    overflow: visible;
  }
}
html:not(.isfullscreen) .content .ruff-stuff .foreground .wet-floor {
  position: absolute;
  left: 41%;
  height: 47%;
  width: 520px;
  background: url(../static/home/wet_floor_sign_and_spill.png) no-repeat center top;
  background-size: contain;
  bottom: 0;
  transition: all 1s ease-in-out;
}
@media (max-width: 1680px) {
  html:not(.isfullscreen) .content .ruff-stuff .foreground .wet-floor {
    transform: scale(0.8);
    left: 35%;
  }
}
@media (max-width: 1440px) {
  html:not(.isfullscreen) .content .ruff-stuff .foreground .wet-floor {
    transform: scale(0.7);
    left: 33%;
  }
}
html:not(.isfullscreen) .content .ruff-stuff .foreground .ruff {
  width: 900px;
  height: 640px;
  position: absolute;
  right: 0%;
  bottom: 5%;
  transition: all 1s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1919px) {
  html:not(.isfullscreen) .content .ruff-stuff .foreground .ruff {
    right: -5%;
    bottom: 5%;
  }
}
@media (max-width: 1680px) {
  html:not(.isfullscreen) .content .ruff-stuff .foreground .ruff {
    transform: scale(0.9);
    bottom: 0%;
  }
}
@media (max-width: 1440px) {
  html:not(.isfullscreen) .content .ruff-stuff .foreground .ruff {
    transform: scale(0.8);
    bottom: -5%;
    right: -10%;
  }
}
@media (max-width: 1200px) {
  html:not(.isfullscreen) .content .ruff-stuff .foreground .ruff {
    right: -18%;
  }
}
html:not(.isfullscreen) .content .ruff-stuff .foreground .hammies {
  height: 458px;
  cursor: pointer;
  width: 270px;
  position: absolute;
  left: -10px;
  bottom: -10px;
  opacity: 1;
}
@media (max-width: 1680px) {
  html:not(.isfullscreen) .content .ruff-stuff .foreground .hammies {
    width: 190px;
    height: 322px;
  }
}
html:not(.isfullscreen) .content .ruff-stuff .foreground .hammies.exit {
  animation: hamStackExit 0.7s ease-in-out !important;
  animation-delay: 0s !important;
  animation-fill-mode: forwards !important;
  left: -10px !important;
}
html:not(.isfullscreen) .content.hamsters {
  position: absolute;
}
html:not(.isfullscreen) .content.hamsters .background .ruff-floor {
  transition: left 1s ease-in-out;
}
html:not(.isfullscreen) .content.hamsters .promos#hamsters {
  display: flex;
  opacity: 1;
  z-index: 101;
}
html:not(.isfullscreen) .content.hamsters .promos#hamsters a.highlight {
  opacity: 1;
  transform: scale(1);
  transition-delay: 2s;
}
html:not(.isfullscreen) .content.hamsters .promos#ruff {
  display: flex;
}
html:not(.isfullscreen) .content.hamsters .promos#ruff a.highlight {
  opacity: 0;
  transform: scale(0);
}
html:not(.isfullscreen) .content.hamsters .hamsters .foreground {
  opacity: 1;
}
html:not(.isfullscreen) .content.hamsters .hamsters .foreground .ruff {
  animation: ruffEnter 1.5s ease-in-out;
  right: -200px;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
  cursor: pointer;
}
@media (min-width: 2000px) {
  html:not(.isfullscreen) .content.hamsters .hamsters .foreground .ruff {
    animation: ruffEnterAlt 1.5s ease-in-out;
    animation-delay: 2s;
    right: -200px;
    animation-fill-mode: forwards;
    bottom: -269px;
  }
}
html:not(.isfullscreen) .content.hamsters .hamsters .foreground .ham-1.intro {
  animation: blueEnter 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  display: block;
  opacity: 0;
}
@media (max-width: 1680px) {
  html:not(.isfullscreen) .content.hamsters .hamsters .foreground .ham-1.intro {
    animation: blueEnterMid 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    left: 28%;
    transform: scale(0.7);
  }
}
html:not(.isfullscreen) .content.hamsters .hamsters .foreground .ham-1.land {
  animation: blueLand 625ms ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  display: block;
}
@media (max-width: 1680px) {
  html:not(.isfullscreen) .content.hamsters .hamsters .foreground .ham-1.land {
    animation: blueLandMid 625ms ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 0s;
    left: 28%;
    transform: scale(0.7);
  }
}
html:not(.isfullscreen) .content.hamsters .hamsters .foreground .ham-2.intro {
  animation: orangeEnter 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  display: block;
  opacity: 0;
}
@media (max-width: 1680px) {
  html:not(.isfullscreen) .content.hamsters .hamsters .foreground .ham-2.intro {
    animation: orangeEnterMid 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
    left: 44%;
    transform: scale(0.7);
  }
}
html:not(.isfullscreen) .content.hamsters .hamsters .foreground .ham-2.land {
  animation: orangeLand 625ms ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  display: block;
}
@media (max-width: 1680px) {
  html:not(.isfullscreen) .content.hamsters .hamsters .foreground .ham-2.land {
    animation: orangeLandMid 625ms ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 0s;
    left: 44%;
    transform: scale(0.7);
  }
}
html:not(.isfullscreen) .content.hamsters .hamsters .foreground .ham-3.intro {
  animation: grayEnter 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0;
  display: block;
  opacity: 0;
}
@media (max-width: 1680px) {
  html:not(.isfullscreen) .content.hamsters .hamsters .foreground .ham-3.intro {
    animation: grayEnterMid 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 0;
    left: 60%;
    transform: scale(0.7);
  }
}
html:not(.isfullscreen) .content.hamsters .hamsters .foreground .ham-3.land {
  animation: grayLand 625ms ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  display: block;
}
@media (max-width: 1680px) {
  html:not(.isfullscreen) .content.hamsters .hamsters .foreground .ham-3.land {
    animation: grayLandMid 625ms ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 0s;
    left: 57%;
    transform: scale(0.7);
  }
}
html:not(.isfullscreen) .content.hamsters .hamsters.exit .foreground .ham-1.intro {
  animation-delay: 2s;
}
html:not(.isfullscreen) .content.hamsters .hamsters.exit .foreground .ham-2.intro {
  animation-delay: 1.5s;
}
html:not(.isfullscreen) .content.hamsters .hamsters.exit .foreground .ham-3.intro {
  animation-delay: 1s;
}
html:not(.isfullscreen) .content.hamsters .ruff-stuff {
  z-index: 0;
}
html:not(.isfullscreen) .content.hamsters .ruff-stuff .foreground .ruff {
  right: -100%;
}
html:not(.isfullscreen) .content.hamsters .ruff-stuff .foreground .wet-floor {
  left: 100%;
}
html:not(.isfullscreen) .content.hamsters .ruff-stuff .hammies {
  bottom: -458px;
}
html:not(.isfullscreen) .content.ruffman .background .ruff-floor {
  transition: left 1s ease-in-out;
}
html:not(.isfullscreen) .content.ruffman .promos#ruff {
  display: flex;
  z-index: 101;
  opacity: 1;
}
html:not(.isfullscreen) .content.ruffman .promos#ruff a.highlight {
  opacity: 1;
  transform: scale(1);
  transition-delay: 2s;
}
html:not(.isfullscreen) .content.ruffman .promos#hamsters {
  display: flex;
}
html:not(.isfullscreen) .content.ruffman .promos#hamsters a.highlight {
  opacity: 0;
  transform: scale(0);
}
html:not(.isfullscreen) .content.ruffman .background .wall {
  left: -80%;
}
html:not(.isfullscreen) .content.ruffman .background .ham-floor {
  left: -100%;
}
html:not(.isfullscreen) .content.ruffman .background .ruff-floor {
  left: 0;
}
html:not(.isfullscreen) .content.ruffman .hamsters {
  position: relative;
  z-index: 0;
}
html:not(.isfullscreen) .content.ruffman .hamsters .foreground .ruff {
  animation: ruffExit 0.5s ease-in-out;
  right: -200px;
  bottom: -915px;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  opacity: 1;
}
html:not(.isfullscreen) .content.ruffman .hamsters .foreground .ham-1 {
  animation: blueExit 1s ease-in-out;
  left: -100%;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  opacity: 1;
  display: block;
}
@media (max-width: 1680px) {
  html:not(.isfullscreen) .content.ruffman .hamsters .foreground .ham-1 {
    animation: blueExitMid 1s ease-in-out;
    animation-delay: 0s;
    animation-fill-mode: forwards;
  }
}
html:not(.isfullscreen) .content.ruffman .hamsters .foreground .ham-2 {
  animation: orangeExit 1s ease-in-out;
  left: -100%;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  opacity: 1;
  display: block;
}
@media (max-width: 1680px) {
  html:not(.isfullscreen) .content.ruffman .hamsters .foreground .ham-2 {
    animation: orangeExitMid 1s ease-in-out;
    animation-delay: 0s;
    animation-fill-mode: forwards;
  }
}
html:not(.isfullscreen) .content.ruffman .hamsters .foreground .ham-3 {
  animation: grayExit 1s ease-in-out;
  left: -100%;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  opacity: 1;
  display: block;
}
@media (max-width: 1680px) {
  html:not(.isfullscreen) .content.ruffman .hamsters .foreground .ham-3 {
    animation: grayExitMid 1s ease-in-out;
    animation-delay: 0s;
    animation-fill-mode: forwards;
  }
}
html:not(.isfullscreen) .content.ruffman .hamsters .foreground .plant {
  left: -100%;
}
html:not(.isfullscreen) .content.ruffman .hamsters .foreground .promos {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
}
html:not(.isfullscreen) .content.ruffman .ruff-stuff {
  position: relative;
  height: 680px;
  left: 0;
}
html:not(.isfullscreen) .content.ruffman .ruff-stuff .foreground {
  position: absolute;
}
html:not(.isfullscreen) .content.ruffman .ruff-stuff .foreground .hammies {
  display: block;
  animation: hamStackEnter 1s ease-in-out;
  animation-delay: 1s;
  left: -270px;
  animation-fill-mode: forwards;
  opacity: 1;
}
@media (min-width: 2000px) {
  html:not(.isfullscreen) .content.ruffman .ruff-stuff .foreground .hammies {
    left: -10px;
    animation-fill-mode: forwards;
    bottom: -458px;
  }
}
html:not(.isfullscreen) footer:before {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  background: url(../static/ruff_footer.png) no-repeat center bottom;
  background-size: contain;
  display: none;
}
@media (max-width: 700px) {
  html:not(.isfullscreen) footer:before {
    display: block;
    top: -170px;
  }
}
@media (max-width: 400px) {
  html:not(.isfullscreen) footer:before {
    display: block;
    top: -172px;
  }
}
@media (max-width: 320px) {
  html:not(.isfullscreen) footer:before {
    display: block;
    top: -177px;
  }
}
