@import url(https://fonts.googleapis.com/css?family=Karla:700italic);
/* line 5, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@-webkit-keyframes toColor {
  0% {
    -webkit-filter: grayscale(60%);
  }
  100% {
    -webkit-filter: grayscale(0%);
  }
}
@-webkit-keyframes toVideoColor {
  0% {
    -webkit-filter: grayscale(100%);
  }
  100% {
    -webkit-filter: grayscale(0%);
  }
}
@-webkit-keyframes focus {
  0% {
    -webkit-filter: blur(8px);
  }
  100% {
    -webkit-filter: blur(0px);
  }
}
@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(1px);
  }
}
@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 28, ../sass/partials/_animation.scss */
.getColor:hover, body .layer1 .circleContainer .links img:hover {
  animation-name: toColor;
  animation-duration: .7s;
  -webkit-filter: grayscale(0%) !important;
}

/* line 34, ../sass/partials/_animation.scss */
.getVideoColor, body .layer0 #video {
  animation-name: toVideoColor;
  animation-duration: 3s;
}

/* line 38, ../sass/partials/_animation.scss */
.getFocus, body .layer0 #video, body .layer1 .circleContainer .menu {
  -webkit-animation: focus 3.5s;
  -webkit-filter: blur(0px) !important;
}

/* line 43, ../sass/partials/_animation.scss */
.outFocus {
  -webkit-animation: blur 1s;
  -webkit-filter: blur(1px) !important;
}

/* line 47, ../sass/partials/_animation.scss */
.appearance, body .layerLoad, body .layer1 .circleContainer .logo {
  animation-name: appear;
  animation-duration: 1.3s;
}

/* line 5, ../sass/screen.scss */
.hidden {
  display: none;
}

/* line 8, ../sass/screen.scss */
a {
  text-decoration: none;
  color: none;
}

/* line 13, ../sass/screen.scss */
body .layer0 {
  position: fixed;
  float: left;
  width: 100vw;
  height: 100vh;
}
/* line 18, ../sass/screen.scss */
body .layer0 #video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
/* line 33, ../sass/screen.scss */
body .mobileBck {
  background-image: url("mobileBck.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 38, ../sass/screen.scss */
body .layerLoad {
  position: absolute;
  float: left;
  background: white;
  width: 100vw;
  height: 50vh;
  z-index: 100;
  text-align: center;
  font-family: 'Karla',sans-serif;
  font-size: 1.5vw;
  padding-top: 50vh;
}
/* line 49, ../sass/screen.scss */
body .layerLoad .logoLoad {
  width: 30vw;
  margin: 0 35vw;
  margin-top: -15vw;
}
/* line 53, ../sass/screen.scss */
body .layerLoad .logoLoad img {
  float: left;
  position: relative;
  width: 30vw;
  height: 30vw;
}
/* line 62, ../sass/screen.scss */
body .layer1 {
  position: fixed;
  float: left;
  width: 100vw;
  height: 50vh;
  padding-top: 50vh;
}
/* line 68, ../sass/screen.scss */
body .layer1 .circleContainer {
  position: fixed;
  float: left;
  width: 30vw;
  height: 30vw;
  margin-left: 35vw;
  margin-top: -15vw;
}
/* line 75, ../sass/screen.scss */
body .layer1 .circleContainer .logo {
  width: 100%;
  height: 100%;
}
/* line 78, ../sass/screen.scss */
body .layer1 .circleContainer .logo img {
  width: 100%;
  height: 100%;
}
/* line 84, ../sass/screen.scss */
body .layer1 .circleContainer .circle {
  position: absolute;
  float: left;
  width: 100%;
  height: 100%;
  background-color: #ffffcc;
  opacity: 0.2;
  border-radius: 50%;
}
/* line 93, ../sass/screen.scss */
body .layer1 .circleContainer .menu {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 100, ../sass/screen.scss */
body .layer1 .circleContainer .logoBox {
  position: relative;
  float: left;
  width: 30vw;
  height: 5vw;
  margin-top: 11vw;
  color: #408000;
  font-family: 'Karla',Helvetica,Sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 5vw;
  letter-spacing: 2px;
  text-shadow: 2px 2px #cca000;
  text-align: center;
}
/* line 120, ../sass/screen.scss */
body .layer1 .circleContainer .pineapple:before, body .layer1 .circleContainer .logoBox:before {
  content: "PINEAPPLE";
}
/* line 125, ../sass/screen.scss */
body .layer1 .circleContainer .ananas:before, body .layer1 .circleContainer .logoBox:hover:before {
  content: "ANANAS";
}
/* line 129, ../sass/screen.scss */
body .layer1 .circleContainer .links {
  opacity: 1;
  position: relative;
  float: left;
  width: 20vw;
  height: 4vw;
  margin-left: 5vw;
}
/* line 137, ../sass/screen.scss */
body .layer1 .circleContainer .links .link {
  position: relative;
  float: left;
  width: 4vw;
  height: 3.3vw;
  padding: .5vw;
  cursor: pointer;
  cursor: hand;
}
/* line 146, ../sass/screen.scss */
body .layer1 .circleContainer .links img {
  position: relative;
  float: left;
  text-align: center;
  max-height: 100%;
  box-shadow: 1px 1px #cca000;
  -webkit-filter: grayscale(60%);
  border-radius: 50%;
}
/* line 157, ../sass/screen.scss */
body .layer1 .circleContainer .shop {
  position: relative;
  float: left;
  width: 8vw;
  height: auto;
  margin-left: 11vw;
  margin-top: 0.8vw;
  background-color: #408000;
  box-shadow: 2px 2px #cca000;
  font-family: 'Karla';
  font-family: 'Karla',Helvetica,Sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.7vw;
  color: #cca000;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  cursor: hand;
}
