/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 10px 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 10px;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html,
body,
form,
fieldset,
table,
blockquote,
ul,
ol,
li,
dl,
dt,
dd,
h2,
h3,
p {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Peaches Pixel";
  font-weight: 400;
  src: url("./fonts/peaches-pixel-5.woff2") format("woff2");
}
:root {
  --font-base: 10px;
  --font-body: "Peaches Pixel";
}

html {
  color: #2e213e;
  position: relative;
  font-family: var(--font-body);
  font-size: var(--font-base);
  line-height: 12px;
  overflow-x: hidden;
  background-color: #17524E;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: none;
  --basic-scale: 1;
}
@media screen and (min-width: 320px) {
  html {
    --basic-scale: 1.25;
  }
}
@media screen and (min-width: 384px) {
  html {
    --basic-scale: 1.5;
  }
}
@media screen and (min-width: 640px) {
  html {
    --basic-scale: 2;
  }
}
@media screen and (min-width: 896px) and (min-resolution: 2x), (min-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  html {
    --basic-scale: 3;
  }
}
@media screen and (min-width: 1440px) {
  html {
    --basic-scale: 4;
  }
}
@media screen and (min-width: 1600px) {
  html {
    --basic-scale: 5;
  }
}

* {
  image-rendering: pixelated;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

body {
  margin: 0 auto;
  padding: 4vh 0;
  position: relative;
  height: 100%;
  height: calc(100% - 8vh);
  min-height: 92vh;
  background-image: url("../images/page-frame.gif"), url("../images/pattern.gif");
  background-position: 50% 50%, 50% 50%;
  background-repeat: no-repeat, repeat;
  background-size: calc(336px * var(--basic-scale)) auto, calc(64px * var(--basic-scale)) auto;
}

main .egg span.label, main .egg a, main div.popover-blackout button, main .bird a, main h1, main .secondary #button-about button, main .secondary li a, header h1 {
  display: block;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

@keyframes bg-shift {
  10% {
    background-position: 0 0px;
  }
  40% {
    background-position: 0 calc(-6px * var(--basic-scale));
  }
  60% {
    background-position: 0 calc(-6px * var(--basic-scale));
  }
  90% {
    background-position: 0 0px;
  }
}
@keyframes fg-shift-tl {
  10% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(calc(6px * var(--basic-scale)), calc(6px * var(--basic-scale)));
  }
  60% {
    transform: translate(calc(6px * var(--basic-scale)), calc(6px * var(--basic-scale)));
  }
  90% {
    transform: translate(0, 0);
  }
}
@keyframes fg-shift-tr {
  10% {
    transform: translate(0, 0);
  }
  35% {
    transform: translate(calc(-4px * var(--basic-scale)), calc(8px * var(--basic-scale)));
  }
  60% {
    transform: translate(calc(-4px * var(--basic-scale)), calc(8px * var(--basic-scale)));
  }
  90% {
    transform: translate(0, 0);
  }
}
@keyframes fg-shift-br {
  10% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(calc(6px * var(--basic-scale)), calc(-6px * var(--basic-scale)));
  }
  70% {
    transform: translate(calc(6px * var(--basic-scale)), calc(-6px * var(--basic-scale)));
  }
  95% {
    transform: translate(0, 0);
  }
}
@keyframes fg-shift-bl {
  10% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(calc(5px * var(--basic-scale)), calc(5px * var(--basic-scale)));
  }
  60% {
    transform: translate(calc(5px * var(--basic-scale)), calc(5px * var(--basic-scale)));
  }
  90% {
    transform: translate(0, 0);
  }
}
@keyframes egg-shake-one {
  19% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(calc(1px * var(--basic-scale)));
  }
  21% {
    transform: translateX(0);
  }
  29% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(calc(1px * var(--basic-scale)));
  }
  31% {
    transform: translateX(0);
  }
}
@keyframes egg-shake-two {
  59% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(calc(-1px * var(--basic-scale)));
  }
  61% {
    transform: translateX(0);
  }
  69% {
    transform: translateX(0);
  }
  70% {
    transform: translateX(calc(-1px * var(--basic-scale)));
  }
  71% {
    transform: translateX(0);
  }
}
@keyframes egg-shake-three {
  39% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(calc(-1px * var(--basic-scale)));
  }
  41% {
    transform: translateX(0);
  }
  49% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(calc(-1px * var(--basic-scale)));
  }
  51% {
    transform: translateX(0);
  }
}
@keyframes egg-shake-four {
  79% {
    transform: translateX(0);
  }
  80% {
    transform: translateX(calc(1px * var(--basic-scale)));
  }
  81% {
    transform: translateX(0);
  }
  89% {
    transform: translateX(0);
  }
  90% {
    transform: translateX(calc(1px * var(--basic-scale)));
  }
  91% {
    transform: translateX(0);
  }
}
@keyframes chirp {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(calc(-1px * var(--basic-scale)));
  }
  60% {
    transform: translateY(calc(-1px * var(--basic-scale)));
  }
  0% {
    transform: translateY(0);
  }
}
main {
  overflow: hidden;
  margin: 0 auto 0 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 256px;
  height: 192px;
  background-image: url("../images/leaves.gif");
  background-size: 100% auto;
  animation: bg-shift 9s steps(6, end) 3s infinite;
}
@media screen and (min-width: 320px) {
  main {
    width: 320px;
    height: 240px;
  }
}
@media screen and (min-width: 384px) {
  main {
    width: 384px;
    height: 288px;
  }
}
@media screen and (min-width: 640px) {
  main {
    width: 512px;
    height: 384px;
  }
}
@media screen and (min-width: 896px) and (min-resolution: 2x), (min-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  main {
    width: 768px;
    height: 576px;
  }
}
@media screen and (min-width: 1440px) {
  main {
    width: 1024px;
    height: 768px;
  }
}
@media screen and (min-width: 1600px) {
  main {
    width: 1280px;
    height: 960px;
  }
}
main ul {
  list-style: none;
}
main .secondary {
  position: absolute;
  z-index: 85;
  width: 31px;
  top: 32px;
  right: 18px;
}
@media screen and (min-width: 320px) {
  main .secondary {
    width: 38.75px;
    top: 40px;
    right: 22.5px;
  }
}
@media screen and (min-width: 384px) {
  main .secondary {
    width: 46.5px;
    top: 48px;
    right: 27px;
  }
}
@media screen and (min-width: 640px) {
  main .secondary {
    width: 62px;
    top: 64px;
    right: 36px;
  }
}
@media screen and (min-width: 896px) and (min-resolution: 2x), (min-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  main .secondary {
    width: 93px;
    top: 96px;
    right: 54px;
  }
}
@media screen and (min-width: 1440px) {
  main .secondary {
    width: 124px;
    top: 128px;
    right: 72px;
  }
}
@media screen and (min-width: 1600px) {
  main .secondary {
    width: 155px;
    top: 160px;
    right: 90px;
  }
}
main .secondary li {
  margin: 0px 0px 1px 0px;
  display: block;
}
@media screen and (min-width: 320px) {
  main .secondary li {
    margin: 0px 0px 1.25px 0px;
  }
}
@media screen and (min-width: 384px) {
  main .secondary li {
    margin: 0px 0px 1.5px 0px;
  }
}
@media screen and (min-width: 512px) {
  main .secondary li {
    margin: 0px 0px 2px 0px;
  }
}
@media screen and (min-width: 896px) and (min-resolution: 2x), (min-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  main .secondary li {
    margin: 0px 0px 3px 0px;
  }
}
@media screen and (min-width: 1440px) {
  main .secondary li {
    margin: 0px 0px 4px 0px;
  }
}
@media screen and (min-width: 1600px) {
  main .secondary li {
    margin: 0px 0px 5px 0px;
  }
}
main .secondary li a {
  display: block;
  background-size: 100% auto;
  width: 31px;
  height: 9px;
}
@media screen and (min-width: 320px) {
  main .secondary li a {
    width: 38.75px;
    height: 11.25px;
  }
}
@media screen and (min-width: 384px) {
  main .secondary li a {
    width: 46.5px;
    height: 13.5px;
  }
}
@media screen and (min-width: 640px) {
  main .secondary li a {
    width: 62px;
    height: 18px;
  }
}
@media screen and (min-width: 896px) and (min-resolution: 2x), (min-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  main .secondary li a {
    width: 93px;
    height: 27px;
  }
}
@media screen and (min-width: 1440px) {
  main .secondary li a {
    width: 124px;
    height: 36px;
  }
}
@media screen and (min-width: 1600px) {
  main .secondary li a {
    width: 155px;
    height: 45px;
  }
}
main .secondary #button-cv a {
  background-image: url("../images/button-cv.gif");
}
main .secondary #button-about button {
  background-color: transparent;
  cursor: pointer;
  appearance: none;
  background-image: url("../images/button-about.gif");
  background-size: 100% auto;
  width: 31px;
  height: 9px;
}
@media screen and (min-width: 320px) {
  main .secondary #button-about button {
    width: 38.75px;
    height: 11.25px;
  }
}
@media screen and (min-width: 384px) {
  main .secondary #button-about button {
    width: 46.5px;
    height: 13.5px;
  }
}
@media screen and (min-width: 640px) {
  main .secondary #button-about button {
    width: 62px;
    height: 18px;
  }
}
@media screen and (min-width: 896px) and (min-resolution: 2x), (min-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  main .secondary #button-about button {
    width: 93px;
    height: 27px;
  }
}
@media screen and (min-width: 1440px) {
  main .secondary #button-about button {
    width: 124px;
    height: 36px;
  }
}
@media screen and (min-width: 1600px) {
  main .secondary #button-about button {
    width: 155px;
    height: 45px;
  }
}
main h1 {
  z-index: 80;
  position: absolute;
  background-image: url("../images/logo.gif");
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 98px;
  height: 37px;
  top: 17px;
  left: 28px;
}
@media screen and (min-width: 320px) {
  main h1 {
    width: 122.5px;
    height: 46.25px;
    top: 21.25px;
    left: 35px;
  }
}
@media screen and (min-width: 384px) {
  main h1 {
    width: 147px;
    height: 55.5px;
    top: 25.5px;
    left: 42px;
  }
}
@media screen and (min-width: 640px) {
  main h1 {
    width: 196px;
    height: 74px;
    top: 34px;
    left: 56px;
  }
}
@media screen and (min-width: 896px) and (min-resolution: 2x), (min-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  main h1 {
    width: 294px;
    height: 111px;
    top: 51px;
    left: 84px;
  }
}
@media screen and (min-width: 1440px) {
  main h1 {
    width: 392px;
    height: 148px;
    top: 68px;
    left: 112px;
  }
}
@media screen and (min-width: 1600px) {
  main h1 {
    width: 490px;
    height: 185px;
    top: 85px;
    left: 140px;
  }
}
main .branch {
  z-index: 5;
  position: absolute;
  display: block;
  background-image: url("../images/branch.gif");
  background-size: 100% auto;
  width: 256px;
  height: 172px;
  top: 18px;
  bottom: 2px;
}
@media screen and (min-width: 320px) {
  main .branch {
    width: 320px;
    height: 215px;
    top: 22.5px;
    bottom: 2.5px;
  }
}
@media screen and (min-width: 384px) {
  main .branch {
    width: 384px;
    height: 258px;
    top: 27px;
    bottom: 3px;
  }
}
@media screen and (min-width: 640px) {
  main .branch {
    width: 512px;
    height: 344px;
    top: 36px;
    bottom: 4px;
  }
}
@media screen and (min-width: 896px) and (min-resolution: 2x), (min-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  main .branch {
    width: 768px;
    height: 516px;
    top: 54px;
    bottom: 6px;
  }
}
@media screen and (min-width: 1440px) {
  main .branch {
    width: 1024px;
    height: 688px;
    top: 72px;
    bottom: 8px;
  }
}
@media screen and (min-width: 1600px) {
  main .branch {
    width: 1280px;
    height: 860px;
    top: 90px;
    bottom: 10px;
  }
}
main .leaves-fg {
  z-index: 70;
  position: absolute;
  display: block;
  background-image: url("../images/leaves-foreground.gif");
  background-size: 100% 100%;
  width: 81px;
  height: 82px;
}
@media screen and (min-width: 320px) {
  main .leaves-fg {
    width: 101.25px;
    height: 102.5px;
  }
}
@media screen and (min-width: 384px) {
  main .leaves-fg {
    width: 121.5px;
    height: 123px;
  }
}
@media screen and (min-width: 640px) {
  main .leaves-fg {
    width: 162px;
    height: 164px;
  }
}
@media screen and (min-width: 896px) and (min-resolution: 2x), (min-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  main .leaves-fg {
    width: 243px;
    height: 246px;
  }
}
@media screen and (min-width: 1440px) {
  main .leaves-fg {
    width: 324px;
    height: 328px;
  }
}
@media screen and (min-width: 1600px) {
  main .leaves-fg {
    width: 405px;
    height: 410px;
  }
}
main .leaves-fg#leaves-bl {
  animation: fg-shift-bl 7s steps(5, end) 4s infinite;
  bottom: -28px;
  left: -32px;
}
@media screen and (min-width: 320px) {
  main .leaves-fg#leaves-bl {
    bottom: -35px;
    left: -40px;
  }
}
@media screen and (min-width: 384px) {
  main .leaves-fg#leaves-bl {
    bottom: -42px;
    left: -48px;
  }
}
@media screen and (min-width: 640px) {
  main .leaves-fg#leaves-bl {
    bottom: -56px;
    left: -64px;
  }
}
@media screen and (min-width: 896px) and (min-resolution: 2x), (min-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  main .leaves-fg#leaves-bl {
    bottom: -84px;
    left: -96px;
  }
}
@media screen and (min-width: 1440px) {
  main .leaves-fg#leaves-bl {
    bottom: -112px;
    left: -128px;
  }
}
@media screen and (min-width: 1600px) {
  main .leaves-fg#leaves-bl {
    bottom: -140px;
    left: -160px;
  }
}
main .leaves-fg#leaves-br {
  animation: fg-shift-br 9s steps(6, end) 6s infinite;
  bottom: -20px;
  right: -34px;
}
@media screen and (min-width: 320px) {
  main .leaves-fg#leaves-br {
    bottom: -25px;
    right: -42.5px;
  }
}
@media screen and (min-width: 384px) {
  main .leaves-fg#leaves-br {
    bottom: -30px;
    right: -51px;
  }
}
@media screen and (min-width: 640px) {
  main .leaves-fg#leaves-br {
    bottom: -40px;
    right: -68px;
  }
}
@media screen and (min-width: 896px) and (min-resolution: 2x), (min-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  main .leaves-fg#leaves-br {
    bottom: -60px;
    right: -102px;
  }
}
@media screen and (min-width: 1440px) {
  main .leaves-fg#leaves-br {
    bottom: -80px;
    right: -136px;
  }
}
@media screen and (min-width: 1600px) {
  main .leaves-fg#leaves-br {
    bottom: -100px;
    right: -170px;
  }
}
main .leaves-fg#leaves-tr {
  animation: fg-shift-tr 10s steps(4, end) 5s infinite;
  top: -38px;
  right: -48px;
}
@media screen and (min-width: 320px) {
  main .leaves-fg#leaves-tr {
    top: -47.5px;
    right: -60px;
  }
}
@media screen and (min-width: 384px) {
  main .leaves-fg#leaves-tr {
    top: -57px;
    right: -72px;
  }
}
@media screen and (min-width: 640px) {
  main .leaves-fg#leaves-tr {
    top: -76px;
    right: -96px;
  }
}
@media screen and (min-width: 896px) and (min-resolution: 2x), (min-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  main .leaves-fg#leaves-tr {
    top: -114px;
    right: -144px;
  }
}
@media screen and (min-width: 1440px) {
  main .leaves-fg#leaves-tr {
    top: -152px;
    right: -192px;
  }
}
@media screen and (min-width: 1600px) {
  main .leaves-fg#leaves-tr {
    top: -190px;
    right: -240px;
  }
}
main .leaves-fg#leaves-tl {
  animation: fg-shift-tl 8s steps(6, end) 7s infinite;
  top: -20px;
  left: -54px;
}
@media screen and (min-width: 320px) {
  main .leaves-fg#leaves-tl {
    top: -25px;
    left: -67.5px;
  }
}
@media screen and (min-width: 384px) {
  main .leaves-fg#leaves-tl {
    top: -30px;
    left: -81px;
  }
}
@media screen and (min-width: 640px) {
  main .leaves-fg#leaves-tl {
    top: -40px;
    left: -108px;
  }
}
@media screen and (min-width: 896px) and (min-resolution: 2x), (min-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  main .leaves-fg#leaves-tl {
    top: -60px;
    left: -162px;
  }
}
@media screen and (min-width: 1440px) {
  main .leaves-fg#leaves-tl {
    top: -80px;
    left: -216px;
  }
}
@media screen and (min-width: 1600px) {
  main .leaves-fg#leaves-tl {
    top: -100px;
    left: -270px;
  }
}
main .nest {
  z-index: 10;
  position: absolute;
  background-image: url("../images/nest.gif");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 168px;
  height: 130px;
  top: 43px;
  left: 48px;
}
@media screen and (min-width: 320px) {
  main .nest {
    width: 210px;
    height: 162.5px;
    top: 53.75px;
    left: 60px;
  }
}
@media screen and (min-width: 384px) {
  main .nest {
    width: 252px;
    height: 195px;
    top: 64.5px;
    left: 72px;
  }
}
@media screen and (min-width: 640px) {
  main .nest {
    width: 336px;
    height: 260px;
    top: 86px;
    left: 96px;
  }
}
@media screen and (min-width: 896px) and (min-resolution: 2x), (min-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  main .nest {
    width: 504px;
    height: 390px;
    top: 129px;
    left: 144px;
  }
}
@media screen and (min-width: 1440px) {
  main .nest {
    width: 672px;
    height: 520px;
    top: 172px;
    left: 192px;
  }
}
@media screen and (min-width: 1600px) {
  main .nest {
    width: 840px;
    height: 650px;
    top: 215px;
    left: 240px;
  }
}
main .bird {
  z-index: 50;
  position: absolute;
  width: 73px;
  height: 51px;
  top: -1px;
  left: 42px;
}
@media screen and (min-width: 320px) {
  main .bird {
    width: 91.25px;
    height: 63.75px;
    top: -1.25px;
    left: 52.5px;
  }
}
@media screen and (min-width: 384px) {
  main .bird {
    width: 109.5px;
    height: 76.5px;
    top: -1.5px;
    left: 63px;
  }
}
@media screen and (min-width: 640px) {
  main .bird {
    width: 146px;
    height: 102px;
    top: -2px;
    left: 84px;
  }
}
@media screen and (min-width: 896px) and (min-resolution: 2x), (min-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  main .bird {
    width: 219px;
    height: 153px;
    top: -3px;
    left: 126px;
  }
}
@media screen and (min-width: 1440px) {
  main .bird {
    width: 292px;
    height: 204px;
    top: -4px;
    left: 168px;
  }
}
@media screen and (min-width: 1600px) {
  main .bird {
    width: 365px;
    height: 255px;
    top: -5px;
    left: 210px;
  }
}
main .bird a {
  background-image: url("../images/bird.gif");
  background-size: 100% auto;
  width: 73px;
  height: 51px;
}
@media screen and (min-width: 320px) {
  main .bird a {
    width: 91.25px;
    height: 63.75px;
  }
}
@media screen and (min-width: 384px) {
  main .bird a {
    width: 109.5px;
    height: 76.5px;
  }
}
@media screen and (min-width: 640px) {
  main .bird a {
    width: 146px;
    height: 102px;
  }
}
@media screen and (min-width: 896px) and (min-resolution: 2x), (min-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  main .bird a {
    width: 219px;
    height: 153px;
  }
}
@media screen and (min-width: 1440px) {
  main .bird a {
    width: 292px;
    height: 204px;
  }
}
@media screen and (min-width: 1600px) {
  main .bird a {
    width: 365px;
    height: 255px;
  }
}
main .bird #bubble {
  background-image: url("../images/chirp-base.gif");
  background-size: 100%;
  position: absolute;
  width: 10px;
  height: 14px;
  top: -8px;
  right: -6px;
  animation: chirp 6s steps(1, end) infinite;
}
@media screen and (min-width: 320px) {
  main .bird #bubble {
    width: 12.5px;
    height: 17.5px;
    top: -10px;
    right: -7.5px;
  }
}
@media screen and (min-width: 384px) {
  main .bird #bubble {
    width: 15px;
    height: 21px;
    top: -12px;
    right: -9px;
  }
}
@media screen and (min-width: 640px) {
  main .bird #bubble {
    width: 20px;
    height: 28px;
    top: -16px;
    right: -12px;
  }
}
@media screen and (min-width: 896px) and (min-resolution: 2x), (min-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  main .bird #bubble {
    width: 30px;
    height: 42px;
    top: -24px;
    right: -18px;
  }
}
@media screen and (min-width: 1440px) {
  main .bird #bubble {
    width: 40px;
    height: 56px;
    top: -32px;
    right: -24px;
  }
}
@media screen and (min-width: 1600px) {
  main .bird #bubble {
    width: 50px;
    height: 70px;
    top: -40px;
    right: -30px;
  }
}
main .bird #bubble #bubble-label {
  background-image: url("../images/chirp-heart.gif");
  background-size: 100% auto;
  display: block;
  width: 5px;
  height: 5px;
  margin: 2px 0px 0px 2px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 320px) {
  main .bird #bubble #bubble-label {
    width: 6.25px;
    height: 6.25px;
  }
}
@media screen and (min-width: 384px) {
  main .bird #bubble #bubble-label {
    width: 7.5px;
    height: 7.5px;
  }
}
@media screen and (min-width: 640px) {
  main .bird #bubble #bubble-label {
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 896px) and (min-resolution: 2x), (min-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  main .bird #bubble #bubble-label {
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 1440px) {
  main .bird #bubble #bubble-label {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 1600px) {
  main .bird #bubble #bubble-label {
    width: 25px;
    height: 25px;
  }
}
@media screen and (min-width: 320px) {
  main .bird #bubble #bubble-label {
    margin: 2.5px 0px 0px 2.5px;
  }
}
@media screen and (min-width: 384px) {
  main .bird #bubble #bubble-label {
    margin: 3px 0px 0px 3px;
  }
}
@media screen and (min-width: 512px) {
  main .bird #bubble #bubble-label {
    margin: 4px 0px 0px 4px;
  }
}
@media screen and (min-width: 896px) and (min-resolution: 2x), (min-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  main .bird #bubble #bubble-label {
    margin: 6px 0px 0px 6px;
  }
}
@media screen and (min-width: 1440px) {
  main .bird #bubble #bubble-label {
    margin: 8px 0px 0px 8px;
  }
}
@media screen and (min-width: 1600px) {
  main .bird #bubble #bubble-label {
    margin: 10px 0px 0px 10px;
  }
}
main .bird #bubble #bubble-label.chirp-type {
  background-image: url("../images/chirp-letter.gif");
}
main .bird #bubble #bubble-label.chirp-design {
  background-image: url("../images/chirp-question.gif");
}
main .bird #bubble #bubble-label.chirp-essays {
  background-image: url("../images/chirp-dots.gif");
}
main .bird #bubble #bubble-label.chirp-art {
  background-image: url("../images/chirp-art.gif");
}
main div.popover-blackout {
  position: absolute;
  z-index: 89;
  width: 100%;
  height: 100%;
  background: url("../images/blackout.gif");
  background-size: calc(512px * var(--basic-scale)) auto;
  display: none;
}
main div.popover-blackout.visible {
  display: block;
}
main div.popover-blackout button {
  appearance: none;
  position: absolute;
  width: 31px;
  height: 9px;
  top: 26px;
  right: 40px;
  display: block;
  background-color: transparent;
  background-image: url("../images/button-close.gif");
  background-size: 100% auto;
}
@media screen and (min-width: 320px) {
  main div.popover-blackout button {
    width: 38.75px;
    height: 11.25px;
    top: 32.5px;
    right: 50px;
  }
}
@media screen and (min-width: 384px) {
  main div.popover-blackout button {
    width: 46.5px;
    height: 13.5px;
    top: 39px;
    right: 60px;
  }
}
@media screen and (min-width: 640px) {
  main div.popover-blackout button {
    width: 62px;
    height: 18px;
    top: 52px;
    right: 80px;
  }
}
@media screen and (min-width: 896px) and (min-resolution: 2x), (min-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  main div.popover-blackout button {
    width: 93px;
    height: 27px;
    top: 78px;
    right: 120px;
  }
}
@media screen and (min-width: 1440px) {
  main div.popover-blackout button {
    width: 124px;
    height: 36px;
    top: 104px;
    right: 160px;
  }
}
@media screen and (min-width: 1600px) {
  main div.popover-blackout button {
    width: 155px;
    height: 45px;
    top: 130px;
    right: 200px;
  }
}
main div.popover {
  background: #eaeabf;
  display: inline-block;
  position: absolute;
  z-index: 90;
  width: 144px;
  top: 40px;
  left: 56px;
  border: 3px solid;
  border-image: url("../images/border-five.gif") 15 15 repeat;
  border-image-outset: 1;
  border-width: 3px;
  font-size: 12.5px;
  line-height: 12.5px;
  padding: 5px 7.5px;
  border-width: 3.75px;
}
@media screen and (min-width: 320px) {
  main div.popover {
    width: 180px;
    top: 50px;
    left: 70px;
  }
}
@media screen and (min-width: 384px) {
  main div.popover {
    width: 216px;
    top: 60px;
    left: 84px;
  }
}
@media screen and (min-width: 640px) {
  main div.popover {
    width: 288px;
    top: 80px;
    left: 112px;
  }
}
@media screen and (min-width: 896px) and (min-resolution: 2x), (min-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  main div.popover {
    width: 432px;
    top: 120px;
    left: 168px;
  }
}
@media screen and (min-width: 1440px) {
  main div.popover {
    width: 576px;
    top: 160px;
    left: 224px;
  }
}
@media screen and (min-width: 1600px) {
  main div.popover {
    width: 720px;
    top: 200px;
    left: 280px;
  }
}
@media screen and (min-width: 384px) {
  main div.popover {
    font-size: 15px;
    line-height: 15px;
    padding: 6px 9px;
    border-width: 4.5px;
  }
}
@media screen and (min-width: 640px) {
  main div.popover {
    font-size: 20px;
    line-height: 20px;
    padding: 8px 12px;
    border-width: 6px;
  }
}
@media screen and (min-width: 896px) and (min-resolution: 2x), (min-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  main div.popover {
    font-size: 30px;
    line-height: 30px;
    padding: 12px 18px;
    border-width: 9px;
  }
}
@media screen and (min-width: 1440px) {
  main div.popover {
    font-size: 34px;
    line-height: 40px;
    padding: 16px 24px;
    border-width: 12px;
  }
}
@media screen and (min-width: 1600px) {
  main div.popover {
    font-size: 50px;
    line-height: 50px;
    padding: 20px 30px;
    border-width: 15px;
  }
}
main div.popover em {
  font-style: normal;
}
main div.popover a {
  text-decoration: none;
  color: #d73617;
}
main .egg a {
  cursor: pointer;
  transform: translate(0);
}
main .egg span.label {
  position: absolute;
}
main .egg a:hover > span.label {
  transform: translateY(calc(-1px * var(--basic-scale)));
}
main .egg a > span.label:hover {
  transform: none;
}
main #egg-essays {
  position: absolute;
  top: 57px;
  left: 25px;
}
@media screen and (min-width: 320px) {
  main #egg-essays {
    top: 71.25px;
    left: 31.25px;
  }
}
@media screen and (min-width: 384px) {
  main #egg-essays {
    top: 85.5px;
    left: 37.5px;
  }
}
@media screen and (min-width: 640px) {
  main #egg-essays {
    top: 114px;
    left: 50px;
  }
}
@media screen and (min-width: 896px) and (min-resolution: 2x), (min-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  main #egg-essays {
    top: 171px;
    left: 75px;
  }
}
@media screen and (min-width: 1440px) {
  main #egg-essays {
    top: 228px;
    left: 100px;
  }
}
@media screen and (min-width: 1600px) {
  main #egg-essays {
    top: 285px;
    left: 125px;
  }
}
main #egg-essays a {
  width: 31px;
  height: 24px;
  background-image: url("../images/egg-essays.gif");
  background-size: 100% auto;
  animation: egg-shake-one 5s steps(1, end) 4s infinite;
}
@media screen and (min-width: 320px) {
  main #egg-essays a {
    width: 38.75px;
    height: 30px;
  }
}
@media screen and (min-width: 384px) {
  main #egg-essays a {
    width: 46.5px;
    height: 36px;
  }
}
@media screen and (min-width: 640px) {
  main #egg-essays a {
    width: 62px;
    height: 48px;
  }
}
@media screen and (min-width: 896px) and (min-resolution: 2x), (min-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  main #egg-essays a {
    width: 93px;
    height: 72px;
  }
}
@media screen and (min-width: 1440px) {
  main #egg-essays a {
    width: 124px;
    height: 96px;
  }
}
@media screen and (min-width: 1600px) {
  main #egg-essays a {
    width: 155px;
    height: 120px;
  }
}
main #egg-essays .label {
  width: 39px;
  height: 16px;
  top: -17px;
  left: -2px;
  background-image: url("../images/bubble-essays.gif");
  background-size: 100% auto;
}
@media screen and (min-width: 320px) {
  main #egg-essays .label {
    width: 48.75px;
    height: 20px;
    top: -21.25px;
    left: -2.5px;
  }
}
@media screen and (min-width: 384px) {
  main #egg-essays .label {
    width: 58.5px;
    height: 24px;
    top: -25.5px;
    left: -3px;
  }
}
@media screen and (min-width: 640px) {
  main #egg-essays .label {
    width: 78px;
    height: 32px;
    top: -34px;
    left: -4px;
  }
}
@media screen and (min-width: 896px) and (min-resolution: 2x), (min-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  main #egg-essays .label {
    width: 117px;
    height: 48px;
    top: -51px;
    left: -6px;
  }
}
@media screen and (min-width: 1440px) {
  main #egg-essays .label {
    width: 156px;
    height: 64px;
    top: -68px;
    left: -8px;
  }
}
@media screen and (min-width: 1600px) {
  main #egg-essays .label {
    width: 195px;
    height: 80px;
    top: -85px;
    left: -10px;
  }
}
main #egg-design {
  position: absolute;
  top: 64px;
  left: 59px;
}
@media screen and (min-width: 320px) {
  main #egg-design {
    top: 80px;
    left: 73.75px;
  }
}
@media screen and (min-width: 384px) {
  main #egg-design {
    top: 96px;
    left: 88.5px;
  }
}
@media screen and (min-width: 640px) {
  main #egg-design {
    top: 128px;
    left: 118px;
  }
}
@media screen and (min-width: 896px) and (min-resolution: 2x), (min-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  main #egg-design {
    top: 192px;
    left: 177px;
  }
}
@media screen and (min-width: 1440px) {
  main #egg-design {
    top: 256px;
    left: 236px;
  }
}
@media screen and (min-width: 1600px) {
  main #egg-design {
    top: 320px;
    left: 295px;
  }
}
main #egg-design a {
  width: 24px;
  height: 28px;
  background-image: url("../images/egg-design.gif");
  background-size: 100% auto;
  animation: egg-shake-two 5s steps(1, end) 4s infinite;
}
@media screen and (min-width: 320px) {
  main #egg-design a {
    width: 30px;
    height: 35px;
  }
}
@media screen and (min-width: 384px) {
  main #egg-design a {
    width: 36px;
    height: 42px;
  }
}
@media screen and (min-width: 640px) {
  main #egg-design a {
    width: 48px;
    height: 56px;
  }
}
@media screen and (min-width: 896px) and (min-resolution: 2x), (min-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  main #egg-design a {
    width: 72px;
    height: 84px;
  }
}
@media screen and (min-width: 1440px) {
  main #egg-design a {
    width: 96px;
    height: 112px;
  }
}
@media screen and (min-width: 1600px) {
  main #egg-design a {
    width: 120px;
    height: 140px;
  }
}
main #egg-design .label {
  width: 48px;
  height: 16px;
  bottom: -17px;
  left: -14px;
  background-image: url("../images/bubble-design.gif");
  background-size: 100% auto;
}
@media screen and (min-width: 320px) {
  main #egg-design .label {
    width: 60px;
    height: 20px;
    bottom: -21.25px;
    left: -17.5px;
  }
}
@media screen and (min-width: 384px) {
  main #egg-design .label {
    width: 72px;
    height: 24px;
    bottom: -25.5px;
    left: -21px;
  }
}
@media screen and (min-width: 640px) {
  main #egg-design .label {
    width: 96px;
    height: 32px;
    bottom: -34px;
    left: -28px;
  }
}
@media screen and (min-width: 896px) and (min-resolution: 2x), (min-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  main #egg-design .label {
    width: 144px;
    height: 48px;
    bottom: -51px;
    left: -42px;
  }
}
@media screen and (min-width: 1440px) {
  main #egg-design .label {
    width: 192px;
    height: 64px;
    bottom: -68px;
    left: -56px;
  }
}
@media screen and (min-width: 1600px) {
  main #egg-design .label {
    width: 240px;
    height: 80px;
    bottom: -85px;
    left: -70px;
  }
}
main #egg-type {
  position: absolute;
  top: 66px;
  left: 92px;
}
@media screen and (min-width: 320px) {
  main #egg-type {
    top: 82.5px;
    left: 115px;
  }
}
@media screen and (min-width: 384px) {
  main #egg-type {
    top: 99px;
    left: 138px;
  }
}
@media screen and (min-width: 640px) {
  main #egg-type {
    top: 132px;
    left: 184px;
  }
}
@media screen and (min-width: 896px) and (min-resolution: 2x), (min-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  main #egg-type {
    top: 198px;
    left: 276px;
  }
}
@media screen and (min-width: 1440px) {
  main #egg-type {
    top: 264px;
    left: 368px;
  }
}
@media screen and (min-width: 1600px) {
  main #egg-type {
    top: 330px;
    left: 460px;
  }
}
main #egg-type a {
  width: 24px;
  height: 31px;
  background-image: url("../images/egg-type.gif");
  background-size: 100% auto;
  animation: egg-shake-three 5s steps(1, end) 4s infinite;
}
@media screen and (min-width: 320px) {
  main #egg-type a {
    width: 30px;
    height: 38.75px;
  }
}
@media screen and (min-width: 384px) {
  main #egg-type a {
    width: 36px;
    height: 46.5px;
  }
}
@media screen and (min-width: 640px) {
  main #egg-type a {
    width: 48px;
    height: 62px;
  }
}
@media screen and (min-width: 896px) and (min-resolution: 2x), (min-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  main #egg-type a {
    width: 72px;
    height: 93px;
  }
}
@media screen and (min-width: 1440px) {
  main #egg-type a {
    width: 96px;
    height: 124px;
  }
}
@media screen and (min-width: 1600px) {
  main #egg-type a {
    width: 120px;
    height: 155px;
  }
}
main #egg-type .label {
  width: 31px;
  height: 16px;
  top: -17px;
  left: -3px;
  background-image: url("../images/bubble-type.gif");
  background-size: 100% auto;
}
@media screen and (min-width: 320px) {
  main #egg-type .label {
    width: 38.75px;
    height: 20px;
    top: -21.25px;
    left: -3.75px;
  }
}
@media screen and (min-width: 384px) {
  main #egg-type .label {
    width: 46.5px;
    height: 24px;
    top: -25.5px;
    left: -4.5px;
  }
}
@media screen and (min-width: 640px) {
  main #egg-type .label {
    width: 62px;
    height: 32px;
    top: -34px;
    left: -6px;
  }
}
@media screen and (min-width: 896px) and (min-resolution: 2x), (min-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  main #egg-type .label {
    width: 93px;
    height: 48px;
    top: -51px;
    left: -9px;
  }
}
@media screen and (min-width: 1440px) {
  main #egg-type .label {
    width: 124px;
    height: 64px;
    top: -68px;
    left: -12px;
  }
}
@media screen and (min-width: 1600px) {
  main #egg-type .label {
    width: 155px;
    height: 80px;
    top: -85px;
    left: -15px;
  }
}
main #egg-art {
  position: absolute;
  top: 61px;
  left: 118px;
}
@media screen and (min-width: 320px) {
  main #egg-art {
    top: 76.25px;
    left: 147.5px;
  }
}
@media screen and (min-width: 384px) {
  main #egg-art {
    top: 91.5px;
    left: 177px;
  }
}
@media screen and (min-width: 640px) {
  main #egg-art {
    top: 122px;
    left: 236px;
  }
}
@media screen and (min-width: 896px) and (min-resolution: 2x), (min-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  main #egg-art {
    top: 183px;
    left: 354px;
  }
}
@media screen and (min-width: 1440px) {
  main #egg-art {
    top: 244px;
    left: 472px;
  }
}
@media screen and (min-width: 1600px) {
  main #egg-art {
    top: 305px;
    left: 590px;
  }
}
main #egg-art a {
  width: 28px;
  height: 24px;
  background-image: url("../images/egg-art.gif");
  background-size: 100% auto;
  animation: egg-shake-four 5s steps(1, end) 4s infinite;
}
@media screen and (min-width: 320px) {
  main #egg-art a {
    width: 35px;
    height: 30px;
  }
}
@media screen and (min-width: 384px) {
  main #egg-art a {
    width: 42px;
    height: 36px;
  }
}
@media screen and (min-width: 640px) {
  main #egg-art a {
    width: 56px;
    height: 48px;
  }
}
@media screen and (min-width: 896px) and (min-resolution: 2x), (min-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  main #egg-art a {
    width: 84px;
    height: 72px;
  }
}
@media screen and (min-width: 1440px) {
  main #egg-art a {
    width: 112px;
    height: 96px;
  }
}
@media screen and (min-width: 1600px) {
  main #egg-art a {
    width: 140px;
    height: 120px;
  }
}
main #egg-art a:hover {
  background-image: url("../images/egg-art-soon.gif");
}
main #egg-art .label {
  width: 26px;
  height: 16px;
  bottom: -17px;
  left: 5px;
  background-image: url("../images/bubble-art-soon.gif");
  background-size: 100% auto;
}
@media screen and (min-width: 320px) {
  main #egg-art .label {
    width: 32.5px;
    height: 20px;
    bottom: -21.25px;
    left: 6.25px;
  }
}
@media screen and (min-width: 384px) {
  main #egg-art .label {
    width: 39px;
    height: 24px;
    bottom: -25.5px;
    left: 7.5px;
  }
}
@media screen and (min-width: 640px) {
  main #egg-art .label {
    width: 52px;
    height: 32px;
    bottom: -34px;
    left: 10px;
  }
}
@media screen and (min-width: 896px) and (min-resolution: 2x), (min-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  main #egg-art .label {
    width: 78px;
    height: 48px;
    bottom: -51px;
    left: 15px;
  }
}
@media screen and (min-width: 1440px) {
  main #egg-art .label {
    width: 104px;
    height: 64px;
    bottom: -68px;
    left: 20px;
  }
}
@media screen and (min-width: 1600px) {
  main #egg-art .label {
    width: 130px;
    height: 80px;
    bottom: -85px;
    left: 25px;
  }
}

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