/* 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;
}

/* line 3, ../sass/screen.scss */
.clear {
  clear: both;
}

/* line 7, ../sass/screen.scss */
body {
  background: white;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  padding: 2vh;
}
/* line 12, ../sass/screen.scss */
body main {
  font-weight: bold;
  position: relative;
  background-image: url(../img/paper.png);
  background-size: cover;
}
/* line 18, ../sass/screen.scss */
body main .shadow {
  padding: 2vh;
  height: 100%;
  box-shadow: inset 0 0 15vh -7vh rgba(182, 182, 182, 0.65);
}
/* line 23, ../sass/screen.scss */
body main h2 {
  mix-blend-mode: multiply;
  color: #ffed28;
  font-size: 25vh;
  line-height: 23vh;
}
/* line 30, ../sass/screen.scss */
body main p {
  mix-blend-mode: multiply;
  opacity: 0.9;
  color: #c1c6c7;
  font-size: 7vh;
  line-height: 7 vh;
}
/* line 38, ../sass/screen.scss */
body footer {
  font-size: 11px;
  padding: 0;
  padding-top: 15px;
  background: white;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 47, ../sass/screen.scss */
body footer img.logo {
  margin-top: 6px;
  margin-right: 48px;
  margin-bottom: 24px;
  float: left;
  height: 55px;
}
/* line 54, ../sass/screen.scss */
body footer div.texts {
  clear: both;
  margin-top: 10px;
}
/* line 58, ../sass/screen.scss */
body footer div.text {
  margin-right: 15px;
  line-height: 18px;
}
/* line 61, ../sass/screen.scss */
body footer div.text a {
  color: black;
  text-decoration: none;
}
/* line 65, ../sass/screen.scss */
body footer div.text a:hover {
  border-bottom: 1px solid black;
}
/* line 69, ../sass/screen.scss */
body footer div.icons {
  padding: 10px 0;
  clear: both;
  width: calc(4 * (45px + 5px) + 10px);
}
/* line 73, ../sass/screen.scss */
body footer div.icons img {
  width: 45px;
  margin-left: 5px;
}

/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /* line 92, ../sass/screen.scss */
  body footer div.icons {
    float: right;
    clear: none;
    padding-top: 5px;
  }
  /* line 97, ../sass/screen.scss */
  body footer div.texts {
    float: left;
    padding-top: 5px;
  }
  /* line 100, ../sass/screen.scss */
  body footer div.texts div.text {
    float: left;
  }
}
/* > Tablets */
@media only screen and (min-width: 769px) {
  /* line 113, ../sass/screen.scss */
  body main {
    height: calc(100vh - 72px - 15px - 24px);
  }
  /* line 115, ../sass/screen.scss */
  body main .shadow {
    height: calc(100vh - 72px - 15px - 24px - 12px);
  }
  /* line 119, ../sass/screen.scss */
  body footer {
    position: absolute;
    padding-right: 24px;
    padding-left: 24px;
  }
  /* line 123, ../sass/screen.scss */
  body footer img.logo {
    margin-top: 6px;
    margin-right: 48px;
    margin-bottom: 0;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  /* line 134, ../sass/screen.scss */
  body main {
    height: auto;
  }
  /* line 136, ../sass/screen.scss */
  body main .shadow {
    height: auto;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /* line 147, ../sass/screen.scss */
  body {
    padding: 24px;
  }
  /* line 149, ../sass/screen.scss */
  body footer {
    padding-bottom: 0;
  }
  /* line 152, ../sass/screen.scss */
  body footer div.texts {
    clear: none;
  }
  /* line 155, ../sass/screen.scss */
  body footer div.icons {
    padding: 10px 0;
    clear: none;
    width: calc(4 * (50px + 5px) + 10px);
  }
  /* line 159, ../sass/screen.scss */
  body footer div.icons img {
    width: 50px;
    margin-left: 5px;
  }
}
