/* line 8, /Users/michaelgingras/Documents/Michael/Website/gingras8/index.scss */
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

/* line 13, /Users/michaelgingras/Documents/Michael/Website/gingras8/index.scss */
::selection {
  background: transparent;
  /* WebKit/Blink Browsers */ }

/* line 18, /Users/michaelgingras/Documents/Michael/Website/gingras8/index.scss */
::-moz-selection {
  background: transparent;
  /* Gecko Browsers */ }

/* line 23, /Users/michaelgingras/Documents/Michael/Website/gingras8/index.scss */
html {
  position: fixed;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: #323232;
  cursor: url(images/cursor-pizza.svg), auto; }

/* line 31, /Users/michaelgingras/Documents/Michael/Website/gingras8/index.scss */
body {
  margin: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden !important; }

/* line 38, /Users/michaelgingras/Documents/Michael/Website/gingras8/index.scss */
#mobile-frame-overflow {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden; }

/* line 46, /Users/michaelgingras/Documents/Michael/Website/gingras8/index.scss */
img {
  max-height: 100%;
  max-width: 100%; }

/* line 51, /Users/michaelgingras/Documents/Michael/Website/gingras8/index.scss */
.text {
  position: fixed !important;
  line-height: normal;
  font-family: "Nunito Sans";
  font-weight: 400;
  font-size: 0.8rem;
  text-align: right;
  color: #323232;
  opacity: .35;
  -webkit-font-smoothing: antialiased; }

/* line 63, /Users/michaelgingras/Documents/Michael/Website/gingras8/index.scss */
.absolute {
  position: absolute; }

/* line 67, /Users/michaelgingras/Documents/Michael/Website/gingras8/index.scss */
.bottom {
  bottom: 10px; }

/* line 71, /Users/michaelgingras/Documents/Michael/Website/gingras8/index.scss */
.right {
  right: 10px; }

/* line 75, /Users/michaelgingras/Documents/Michael/Website/gingras8/index.scss */
.center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%); }

/* line 82, /Users/michaelgingras/Documents/Michael/Website/gingras8/index.scss */
.test {
  border: 1px solid #FFF; }

/* line 86, /Users/michaelgingras/Documents/Michael/Website/gingras8/index.scss */
#foodframe {
  z-index: 2;
  width: 250px;
  height: 250px;
  background-image: "none";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

/* line 96, /Users/michaelgingras/Documents/Michael/Website/gingras8/index.scss */
#clickframe {
  width: 90vw;
  height: 80vh; }

/* line 101, /Users/michaelgingras/Documents/Michael/Website/gingras8/index.scss */
#shadowframe {
  z-index: 1;
  margin-top: calc(250px/4);
  width: 250px;
  height: 250px;
  background-image: "none";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

/* line 112, /Users/michaelgingras/Documents/Michael/Website/gingras8/index.scss */
#blocker {
  width: 90vw;
  height: 80vh;
  display: none;
  z-index: 9999; }

/* line 119, /Users/michaelgingras/Documents/Michael/Website/gingras8/index.scss */
.hello {
  line-height: normal;
  font-family: "Nunito Sans";
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  color: #323232;
  opacity: .7;
  -webkit-font-smoothing: antialiased;
  padding-top: 5vh; }

/* line 131, /Users/michaelgingras/Documents/Michael/Website/gingras8/index.scss */
.inlinelink {
  color: #FFF;
  text-decoration: none;
  font-weight: 700;
  transition: .4s all ease;
  position: relative; }

/* line 139, /Users/michaelgingras/Documents/Michael/Website/gingras8/index.scss */
.inlinelink:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  transition: width 0s ease, background .5s ease; }

/* line 150, /Users/michaelgingras/Documents/Michael/Website/gingras8/index.scss */
.inlinelink:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #FFF;
  transition: width .5s ease; }

/* line 162, /Users/michaelgingras/Documents/Michael/Website/gingras8/index.scss */
.inlinelink:hover:before {
  width: 100%;
  background: #FFF;
  transition: width .5s ease; }

/* line 168, /Users/michaelgingras/Documents/Michael/Website/gingras8/index.scss */
.inlinelink:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease; }

/* line 174, /Users/michaelgingras/Documents/Michael/Website/gingras8/index.scss */
#preloader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #323232;
  z-index: 1111; }

/* line 182, /Users/michaelgingras/Documents/Michael/Website/gingras8/index.scss */
#status {
  width: 100px;
  height: 100px;
  position: fixed;
  left: 50%;
  top: 50%;
  background-image: url(images/preloader1.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateX(-50%) translateY(-50%); }

/* line 194, /Users/michaelgingras/Documents/Michael/Website/gingras8/index.scss */
#loadtext {
  color: #fff;
  position: fixed;
  line-height: normal;
  font-family: "Nunito Sans";
  font-weight: 400;
  font-size: 0.8rem;
  left: 50%;
  top: 60%;
  transform: translateX(-50%) translateY(-50%); }

/* line 207, /Users/michaelgingras/Documents/Michael/Website/gingras8/index.scss */
#konamiframe {
  width: 275px;
  height: 175px;
  position: fixed;
  bottom: 0;
  right: -300px;
  z-index: 9999;
  transition: 1s all ease; }

/* line 217, /Users/michaelgingras/Documents/Michael/Website/gingras8/index.scss */
#hey {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateX(-50%) translateY(-50%);
  width: 120px;
  display: none; }

/* line 226, /Users/michaelgingras/Documents/Michael/Website/gingras8/index.scss */
#koname {
  position: absolute;
  bottom: 0;
  right: -50px;
  width: 250px;
  height: 165px;
  z-index: 10000;
  background-image: url(images/mepic1nbg.png);
  background-size: contain;
  background-repeat: no-repeat; }

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