@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, audio, video,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  height: 100%;
  width: 100%; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

/* 0, 640px */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("/assets/fonts/OpenSansLight.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url("/assets/fonts/OpenSans.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans"), local("OpenSans"), url("/assets/fonts/OpenSansBold.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'Open Sans Fallback';
  size-adjust: 105.44%;
  src: local("Arial");
  line-height: 1.6;
  letter-spacing: 0.3px;
  word-spacing: -0.1px; }

html, body {
  font-size: 16px; }

@media only screen and (min-width:1200px) {
  html, body {
    font-size: 18px; } }

@media only screen and (min-width:1400px) {
  html, body {
    font-size: 20px; } }

body {
  font-family: "Open Sans", "Open Sans Fallback", sans, sans;
  margin: 0;
  line-height: 1.5em; }

body, button, input, select, textarea {
  color: #000; }

#header-wrapper a {
  color: #f73b73; }

#header-wrapper a:hover {
  color: #8cc63e; }

#main-container a, #footer-wrapper a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
  border-bottom: 3px solid #f73b73;
  transition: border ease 0.2s; }

#main-container a:hover, #footer-wrapper a:hover {
  border-bottom: 3px solid #8cc63e;
  color: #000; }

#main-container a:focus, #footer-wrapper a:focus {
  outline: thin dotted; }

p {
  word-wrap: break-word;
  margin: 0 0 0.5em; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

em {
  font-style: italic; }

blockquote {
  font-family: serif;
  font-size: 1.1em;
  width: 90%;
  font-style: italic;
  display: block;
  margin: 2em auto;
  position: relative; }
  blockquote:before, blockquote:after {
    font-family: serif;
    position: absolute;
    color: #CCC;
    font-size: 3rem; }
  blockquote:before {
    content: '“';
    left: -1.5rem;
    top: 0; }
    @media only screen and (min-width:1000px) {
      blockquote:before {
        left: 0; } }
  blockquote:after {
    content: '”';
    right: 0;
    bottom: -1rem; }

.by {
  text-align: right;
  font-style: italic;
  margin: 0 0.5em 0.5em; }
  .by:before {
    content: "- "; }

hr {
  height: 2px;
  background: #CCC;
  border: none;
  margin: 1rem 0; }

.zeus-moose-hr {
  margin: 1rem 0;
  position: relative; }
  .zeus-moose-hr hr {
    height: 0;
    display: block;
    border: none;
    border-bottom: 5px solid #000;
    margin: 7rem 0 2rem;
    padding: 0; }
  .zeus-moose-hr svg {
    width: 8rem;
    height: 6rem;
    display: block;
    position: absolute;
    right: 1rem;
    bottom: 5px; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small, .small {
  font-size: 80%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

h1, h2, h3, h4 {
  font-family: "Open Sans", "Open Sans Fallback", sans;
  font-weight: 400;
  color: #000;
  line-height: 1.2em;
  margin: 1em 0; }

h1 {
  font-size: 3rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.3rem; }

h4 {
  font-size: 1.1rem; }

#main-container ul {
  padding-left: 1.5em;
  list-style: disc;
  margin-bottom: .5em; }

::selection,
::-moz-selection {
  background: rgba(247, 59, 115, 0.5); }

.portfolio-page p, .portfolio-page h1, .portfolio-page h2, .portfolio-page h3, .portfolio-page h4, .portfolio-page h5, .portfolio-page ul, .portfolio-page ol {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }
  @media only screen and (min-width:1000px) {
    .portfolio-page p, .portfolio-page h1, .portfolio-page h2, .portfolio-page h3, .portfolio-page h4, .portfolio-page h5, .portfolio-page ul, .portfolio-page ol {
      margin-left: 2rem;
      margin-right: 2rem; } }
#moose_shrug {
  display: none; }

body.fourohfour #moose_shrug {
  display: block; }

body.fourohfour #zeus_peek {
  display: none; }

figure {
  margin: 2rem 0 3rem;
  text-align: center; }
  figure img {
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0px 0px 4px rgba(0, 0, 0, 0.05), -1px 2px 16px rgba(0, 0, 0, 0.05), -2px 4px 37px rgba(0, 0, 0, 0.05), -4px 8px 66px rgba(0, 0, 0, 0.05);
    width: 100%; }
  figure .caption,
  figure figcaption {
    text-align: center;
    font-style: italic;
    display: block;
    font-size: 0.9em;
    margin: 0.5rem auto 0;
    width: 90%; }

/*
.logo-moose-letters {
  //transition: all ease-in-out 0.2s;
  &:hover {
    animation: ease-in-out .5s logo-moose-letters;
  }
}
.logo-zeus-letters {
  &:hover {
    animation: ease-in-out .5s logo-zeus-letters;
  }
}
@keyframes logo-moose-letters {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes logo-zeus-letters {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
*/
#logo-moose-eye-r,
#logo-moose-eye-l {
  transform-origin: 58% 24%; }

#logo-zeus-eye-l {
  transform-origin: 50% 53.5%; }

#logo-zeus-eye-r {
  transform-origin: 50% 53%; }

#footer-zeus-eye-l {
  transform-origin: 58% 29%; }

#footer-zeus-eye-r {
  transform-origin: 58% 31%; }

#footer-moose-eye-l {
  transform-origin: 58% 47%; }

#footer-moose-eye-r {
  transform-origin: 58% 49%; }

.hr-zeus-eye-r {
  transform-origin: 50% 52%; }

.hr-zeus-eye-l {
  transform-origin: 50% 50%; }

.hr-moose-eye-r {
  transform-origin: 50% 58%; }

.hr-moose-eye-l {
  transform-origin: 50% 56%; }

body.blink-zeus #logo-zeus #logo-zeus-eye-r,
body.blink-zeus #logo-zeus #logo-zeus-eye-l,
#logo-zeus:hover #logo-zeus-eye-r,
#logo-zeus:hover #logo-zeus-eye-l {
  animation: blink ease-in-out 0.5s 1; }

body.blink-moose #logo-moose #logo-moose-eye-r,
body.blink-moose #logo-moose #logo-moose-eye-l,
#logo-moose:hover #logo-moose-eye-r,
#logo-moose:hover #logo-moose-eye-l {
  animation: blink ease-in-out 0.5s 1; }

body.blink-zeus #footer-zeus-peek #footer-zeus-eye-l,
body.blink-zeus #footer-zeus-peek #footer-zeus-eye-r,
#footer-zeus-peek:hover #footer-zeus-eye-l,
#footer-zeus-peek:hover #footer-zeus-eye-r {
  animation: blink-footer ease-in-out 0.5s 1; }

body.blink-moose #footer-moose-shrug #footer-moose-eye-l,
body.blink-moose #footer-moose-shrug #footer-moose-eye-r,
#footer-moose-shrug:hover #footer-moose-eye-l,
#footer-moose-shrug:hover #footer-moose-eye-r {
  animation: blink-footer ease-in-out 0.5s 1; }

body.blink-zeus .hr-zeus .hr-zeus-eye-r,
body.blink-zeus .hr-zeus .hr-zeus-eye-l,
.hr-zeus:hover .hr-zeus-eye-r,
.hr-zeus:hover .hr-zeus-eye-l {
  animation: blink ease-in-out 0.5s 1; }

body.blink-moose .hr-moose .hr-moose-eye-r,
body.blink-moose .hr-moose .hr-moose-eye-l,
.hr-moose:hover .hr-moose-eye-r,
.hr-moose:hover .hr-moose-eye-l {
  animation: blink-footer ease-in-out 0.5s 1; }

body.blink-moose #footer-moose-shrug #footer-moose-eye-l,
body.blink-moose #footer-moose-shrug #footer-moose-eye-r,
#footer-moose-shrug:hover #footer-moose-eye-l,
#footer-moose-shrug:hover #footer-moose-eye-r {
  animation: blink-footer ease-in-out 0.5s 1; }

@keyframes blink {
  0% {
    transform: scaleY(1); }
  50% {
    transform: scaleY(0.1); }
  100% {
    transform: scaleY(1); } }

@keyframes blink-footer {
  0% {
    transform: scaleY(1); }
  50% {
    transform: scaleY(0.1) skewX(15deg); }
  100% {
    transform: scaleY(1); } }

#logo-zeus-body {
  transition: all ease-in-out 1s;
  transform-origin: 13% 69%; }

#logo-zeus:hover #logo-zeus-body {
  transform: rotateZ(-10deg); }

#logo-moose-face,
#logo-moose .logo-moose-head {
  transition: all ease-in-out 1s;
  transform-origin: 69% 23%; }

#logo-moose:hover .logo-moose-head {
  transform: rotateZ(-10deg); }

#footer-zeus-peek {
  transition: all ease-in-out 2s; }
  #footer-zeus-peek:hover {
    transform: translateY(3rem); }

.hr-zeus {
  transition: all ease-in-out 1s;
  transform-origin: 0% 100%; }
  .hr-zeus:hover {
    transform: rotateZ(5deg); }

.hr-moose {
  transition: all ease-in-out 1s;
  transform-origin: 100% 100%; }
  .hr-moose:hover {
    transform: rotateZ(-5deg); }

#footer-moose-shrug .footer-moose-arm-l,
#footer-moose-shrug .footer-moose-arm-r {
  transition: all ease-in-out 0.5s;
  transform-origin: 50% 80%;
  transform: translate(0, 0.1rem); }

#footer-moose-shrug:hover .footer-moose-arm-l {
  transform: translate(0, 0) rotateZ(-10deg); }

#footer-moose-shrug:hover .footer-moose-arm-r {
  transform: translate(0, 0) rotateZ(10deg); }

.loader {
  margin: auto;
  font-size: 1rem;
  position: relative;
  border-top: 0.5rem solid #f73b73;
  border-right: 0.5rem solid #f73b73;
  border-bottom: 0.5rem solid #8cc63e;
  border-left: 0.5rem solid #8cc63e;
  animation: load8 1.1s infinite linear;
  display: none;
  z-index: 999; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 2rem;
  height: 2rem; }

@keyframes load8 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

#loading {
  margin: 1rem auto;
  display: none;
  clear: both; }

.button,
input[type="button"],
input[type="submit"] {
  width: auto;
  box-shadow: none;
  margin: 1em auto;
  background: #FFF;
  border: 1px solid #f73b73;
  border-radius: 3px;
  color: #f73b73;
  padding: 0.5em 1em;
  display: inline-block;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
  position: relative; }
  .button:hover,
  input[type="button"]:hover,
  input[type="submit"]:hover {
    border-color: #8cc63e;
    box-shadow: 0 1px 3px #aaa;
    color: #8cc63e; }
  .button:active,
  input[type="button"]:active,
  input[type="submit"]:active {
    transform: scale(0.97) translateY(3px); }

input:not([type="submit"]):not([type="checkbox"]):focus, select:focus, option:hover, textarea:focus {
  background: #fff5f8; }

#header-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 30rem;
  overflow-x: hidden;
  overflow-y: visible; }

#header-container {
  background: #F6F6F6;
  border-bottom: 5px solid #000;
  transform: rotate(15deg);
  position: absolute;
  right: -5rem;
  top: -22rem;
  width: 55rem;
  height: 25rem;
  z-index: 10;
  /*.logo-moose-letters {
    transform: translateY(1px);
  }*/ }
  @media only screen and (min-width:1000px) and (max-width:1200px) {
    #header-container {
      top: -21rem; } }
  @media only screen and (min-width:1200px) and (max-width:1400px) {
    #header-container {
      top: -21rem; } }
  @media only screen and (min-width:1400px) {
    #header-container {
      top: -18rem; } }
  #header-container #header-container header {
    margin: auto;
    position: relative; }
  #header-container #title {
    margin: 0;
    height: 12rem;
    width: 18rem;
    bottom: -6.95rem;
    right: 6rem;
    background-size: contain;
    position: absolute; }
    #header-container #title h1, #header-container #title h2 {
      margin: 0; }
    #header-container #title span {
      opacity: 0;
      height: 0;
      display: block;
      overflow: hidden; }
    #header-container #title .logo-moose-letters {
      transform: translateY(2px); }
    @media only screen and (min-width:1000px) {
      #header-container #title {
        height: 15rem;
        width: 22rem;
        bottom: -8.8rem; }
        #header-container #title .logo-moose-letters {
          transform: translateY(1px); } }
    @media only screen and (min-width:1400px) {
      #header-container #title {
        height: 19rem;
        width: 29rem;
        bottom: -10.8rem; }
        #header-container #title .logo-moose-letters {
          transform: initial; } }
#main-container {
  padding-top: 11rem; }
  @media only screen and (min-width:1400px) {
    #main-container {
      padding-top: 14rem; } }
@media screen and (max-width: 600px) {
  .mobile-menu-toggle {
    display: block; } }

.mobile-menu-toggle {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 3rem;
  width: 3.5rem;
  height: 3.5rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .mobile-menu-toggle span {
    background: #f73b73;
    width: 100%;
    height: 20%; }
  .mobile-menu-toggle:hover span {
    background: #8cc63e; }

nav#main-menu {
  background: #F6F6F6;
  border-bottom: 5px solid #000;
  border-top: 5px solid #000;
  position: absolute;
  right: 4rem;
  top: 100%;
  transition: all ease 0.5s;
  transform: scale(1, 0);
  visibility: hidden;
  transform-origin: 50% 5px;
  text-align: center;
  z-index: 9999; }
  nav#main-menu a {
    font-weight: 600;
    display: block;
    padding: 1rem 2rem;
    margin: 0.5rem;
    text-decoration: none; }
  nav#main-menu.show {
    transform: scale(1, 1);
    visibility: visible; }

img, video, audio {
  max-width: 100%;
  height: auto;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0px 0px 4px rgba(0, 0, 0, 0.05), -1px 2px 16px rgba(0, 0, 0, 0.05), -2px 4px 37px rgba(0, 0, 0, 0.05), -4px 8px 66px rgba(0, 0, 0, 0.05); }

.float-right {
  max-width: 16rem;
  margin: auto; }
  @media only screen and (min-width:600px) {
    .float-right {
      float: right;
      margin: 0 -1rem 1rem 1rem; } }
  @media only screen and (min-width:1000px) {
    .float-right {
      float: right;
      margin: 0 -5rem 1rem 1rem; } }
html, body {
  position: relative; }

body {
  overflow-x: hidden; }

.all_wrapper {
  min-height: calc(100vh - 10.4rem);
  width: 100%; }

section {
  position: relative; }

.wrapper {
  max-width: 44rem;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative; }
  .wrapper .page-title {
    margin-top: 0; }

.col-half {
  margin: 1rem 0 0; }

@media only screen and (min-width:600px) {
  .row {
    display: flex;
    align-items: center;
    margin: 1rem -1rem 2rem; }
    .row .col-half {
      margin: 1rem 1rem 0;
      flex: 1 1; } }

.wide {
  margin: 2rem -3rem 1rem;
  display: flex;
  align-items: center; }
  .wide .col-half {
    margin: 0 1rem;
    flex: 1 1; }
  @media screen and (max-width: 64rem) {
    .wide {
      margin: 1rem -1rem; } }
  @media screen and (max-width: 54rem) {
    .wide {
      margin: 1rem 0; } }
  @media screen and (max-width: 44rem) {
    .wide {
      flex-direction: column; } }
.section_image {
  position: relative;
  overflow: hidden; }

.page {
  margin: 2vh auto;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.block {
  position: relative;
  overflow: hidden;
  border-radius: 3px; }

.mini_block .section_image {
  height: 100%;
  position: relative;
  background: no-repeat top center;
  background-size: cover; }
  .mini_block .section_image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute; }

.mini_block.block_link {
  text-align: left; }

.block-inner {
  margin: auto;
  padding: 1rem; }

#portfolio {
  width: 100%;
  padding: 1rem 1rem;
  margin: 3rem 0; }
  @media only screen and (min-width:1200px) {
    #portfolio .portfolio-tall {
      grid-row: span 2;
      height: calc(100vh - 2rem);
      max-height: calc(1000px - 1rem);
      min-height: 31rem; }
    #portfolio .portfolio-wide {
      grid-column: span 2; } }
.portfolio-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1rem; }
  @media only screen and (min-width:600px) {
    .portfolio-grid {
      grid-template-columns: calc(50% - 0.5rem) calc(50% - .5rem); } }
  @media only screen and (min-width:1200px) {
    .portfolio-grid {
      grid-template-columns: calc(25% - 0.75rem) calc(25% - .75rem) calc(25% - 0.75rem) calc(25% - .75rem); } }
  .portfolio-grid .block {
    height: calc(50vh - 1.5rem);
    max-height: 500px;
    grid-row: span 1;
    grid-column: span 1;
    cursor: pointer;
    padding: 0;
    min-height: 15rem;
    border: 1px solid #CCC; }
    .portfolio-grid .block h2 {
      color: #f73b73;
      font-weight: bold;
      font-size: 1.75rem;
      line-height: 1em;
      padding: 1rem;
      margin: 0;
      transition: all ease-in-out 0.5s;
      z-index: 1;
      text-shadow: 1px 1px 3px #FFF; }
    .portfolio-grid .block:hover {
      z-index: 9; }
      .portfolio-grid .block:hover h2 {
        color: #8cc63e;
        text-shadow: 1px 1px 3px #000; }
      .portfolio-grid .block:hover .section_image:after {
        top: -200%;
        height: 500%; }
  .portfolio-grid .block .intro {
    z-index: 2;
    height: 0;
    transition: height ease-in-out 0.25s; }
    .portfolio-grid .block .intro p {
      bottom: 0;
      padding: 0 1rem 1rem;
      margin: 0; }

body.noscript .portfolio-grid {
  z-index: 9; }
  body.noscript .portfolio-grid .section_image:after {
    top: -10%;
    height: 150%; }

@media (hover: none) {
  .portfolio-grid {
    z-index: 9; }
    .portfolio-grid .block .intro {
      height: auto !important; }
    .portfolio-grid .section_image:after {
      top: -10%;
      height: 150%; } }

.portfolio-bottom {
  margin-top: 3rem; }
  @media only screen and (min-width:1000px) {
    .portfolio-bottom .portfolio-grid {
      grid-template-columns: 1fr 1fr !important; } }
.section_image {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  .section_image::after {
    position: absolute;
    content: "";
    background: linear-gradient(185deg, rgba(255, 255, 255, 0) 35%, white 55%);
    top: 0;
    height: 200%;
    left: 0;
    right: 0;
    transition: all ease-in-out 0.5s; }

.portfolio-page header .section_image {
  border-radius: 3px;
  overflow: hidden;
  min-height: 17rem;
  background-size: cover;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.8);
  border: 1px solid #CCC; }
  .portfolio-page header .section_image:after {
    top: 0;
    height: 150%; }
    @media only screen and (min-width:1000px) {
      .portfolio-page header .section_image:after {
        top: 0;
        height: 200%; } }
  @media only screen and (min-width:600px) and (max-width:1000px) {
    .portfolio-page header .section_image {
      min-height: 20rem; } }
  @media only screen and (min-width:1000px) {
    .portfolio-page header .section_image {
      min-height: 24rem; } }
  .portfolio-page header .section_image video {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .portfolio-page header .section_image h1 {
    z-index: 1;
    position: absolute;
    line-height: 1em;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 1rem;
    transition: all ease-in-out 0.5s;
    text-shadow: 1px 1px 3px #FFF; }

.back-to-portfolio-link {
  float: right;
  margin-top: .5rem;
  text-decoration: none; }

.min-section-heading {
  font-size: 2rem;
  margin-top: -3.5rem;
  padding-left: 1rem;
  position: relative; }
  .min-section-heading::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 10rem;
    bottom: -1.6rem;
    left: 0;
    background: linear-gradient(185deg, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0.9) 65%);
    z-index: -1; }

.min-section-image {
  display: block;
  z-index: -3;
  position: relative;
  margin-top: 2rem; }

.section_image_link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10; }

#footer-wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: -4rem;
  z-index: 0; }
  @media only screen and (min-width:1000px) {
    #footer-wrapper {
      margin-top: -6rem; } }
#footer-container {
  font-size: .8em;
  padding: 5px;
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  overflow: hidden;
  height: 14.4rem;
  width: 60rem;
  max-width: 140%;
  position: relative; }
  @media only screen and (min-width:1000px) {
    #footer-container {
      height: 16.4rem; } }
  #footer-container #footer-inside {
    display: block;
    position: absolute;
    bottom: 1rem;
    z-index: 9;
    left: 1rem;
    max-width: calc(100vw - 2rem); }
  #footer-container footer p {
    margin: 0.5rem 0 0;
    line-height: 1em; }
  #footer-container #footer-background {
    height: 19rem;
    width: 100%;
    position: absolute;
    left: -7rem;
    bottom: -12rem;
    transform: rotate(15deg);
    background: #F6F6F6;
    border-top: 5px solid #000; }
    @media only screen and (min-width:600px) {
      #footer-container #footer-background {
        bottom: -16rem; } }
    @media only screen and (min-width:1000px) {
      #footer-container #footer-background {
        height: 26em; } }
#zeus_peek {
  position: relative;
  z-index: 999;
  top: -5.35em;
  left: 65%;
  width: 5rem;
  height: 5rem; }

#moose_shrug {
  position: relative;
  z-index: 999;
  top: -9.4rem;
  left: 65%;
  width: 8rem;
  height: 3rem; }

#main-container {
  padding-bottom: 3rem;
  z-index: 1;
  position: relative; }
