/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../usr/local/lib/ruby/gems/2.4.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, ../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../usr/local/lib/ruby/gems/2.4.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, ../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../usr/local/lib/ruby/gems/2.4.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, ../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../usr/local/lib/ruby/gems/2.4.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;
}

@font-face {
  font-family: 'Maison';
  src: url("../fonts/MaisonNeue-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Maison';
  src: url("../fonts/MaisonNeue-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/* line 25, ../scss/screen.scss */
div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 29, ../scss/screen.scss */
html,
body {
  font-family: 'Maison';
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}

/* line 38, ../scss/screen.scss */
.loading {
  position: fixed;
  z-index: 200;
  height: 40px;
  width: 40px;
  display: block;
  top: 50%;
  left: 50%;
  opacity: 1;
  background: url(../img/Infinity-1.1s-40px.svg);
  background-size: 100% 100%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
/* line 52, ../scss/screen.scss */
.loading.done {
  opacity: 0;
}

/* line 57, ../scss/screen.scss */
.error {
  position: fixed;
  z-index: 200;
  background: #000;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding: 1rem 1.25rem .85rem 1.25rem;
  line-height: 1.1;
  width: 300px;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 72, ../scss/screen.scss */
.bernie {
  padding: 6rem 0;
}

/* line 75, ../scss/screen.scss */
.header {
  margin-bottom: 4rem !important;
  line-height: 1;
  font-size: 1.5rem;
  color: #000;
  display: flex;
  flex-direction: row;
  position: relative;
}
/* line 83, ../scss/screen.scss */
.header a {
  color: inherit;
  text-decoration: none;
}
/* line 87, ../scss/screen.scss */
.header .close {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(/img/close.svg);
  background-size: 100% 100%;
  display: none;
  opacity: .66;
}
/* line 98, ../scss/screen.scss */
.header .close:hover {
  opacity: 1;
}
/* line 102, ../scss/screen.scss */
.header .title,
.header .menu {
  width: calc(50% - 2rem);
}
/* line 106, ../scss/screen.scss */
.header .title {
  text-align: right;
  margin-right: 2rem;
}
/* line 110, ../scss/screen.scss */
.header .menu {
  margin-left: 2rem;
}
/* line 115, ../scss/screen.scss */
.header.close-view .close {
  display: block;
}
/* line 118, ../scss/screen.scss */
.header.close-view .title,
.header.close-view .menu {
  visibility: hidden;
}

/* line 125, ../scss/screen.scss */
.footer {
  margin-top: 4rem !important;
}
/* line 127, ../scss/screen.scss */
.footer .back-to-top {
  cursor: pointer;
  width: calc(50% - 2rem);
  text-align: right;
}

/* line 133, ../scss/screen.scss */
.container {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

/* line 141, ../scss/screen.scss */
.projects .project {
  width: calc(50% - 2rem);
}
/* line 143, ../scss/screen.scss */
.projects .project .text,
.projects .project img {
  opacity: 0;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
/* line 150, ../scss/screen.scss */
.projects .project.loaded .text,
.projects .project.loaded video,
.projects .project.loaded img {
  -moz-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
/* line 156, ../scss/screen.scss */
.projects .project .text {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
}
/* line 167, ../scss/screen.scss */
.projects .project:hover img,
.projects .project:hover video {
  opacity: 0 !important;
}
/* line 172, ../scss/screen.scss */
.projects .project:hover.loaded .text {
  opacity: 1;
}
/* line 177, ../scss/screen.scss */
.projects .project.right {
  text-align: right;
}
/* line 179, ../scss/screen.scss */
.projects .project.right .text {
  left: auto;
  right: 0;
}
/* line 184, ../scss/screen.scss */
.projects .project img,
.projects .project video {
  width: 100%;
  height: auto;
}
/* line 190, ../scss/screen.scss */
.projects .project.small .text,
.projects .project.small img,
.projects .project.small video {
  width: 40%;
}
/* line 198, ../scss/screen.scss */
.projects .project.small .text,
.projects .project.small img,
.projects .project.small video {
  width: 60%;
}
/* line 205, ../scss/screen.scss */
.projects .project.medium .text,
.projects .project.medium img,
.projects .project.medium video {
  width: 80%;
}
/* line 212, ../scss/screen.scss */
.projects .gutter-sizer {
  width: 4rem;
}

/* line 218, ../scss/screen.scss */
.pages {
  position: relative;
}

/* line 223, ../scss/screen.scss */
.page {
  display: none;
}
/* line 225, ../scss/screen.scss */
.page.off {
  position: absolute;
  width: 100%;
  top: 0;
}
/* line 231, ../scss/screen.scss */
.page.default .content {
  width: calc(50% - 2rem);
  margin-left: calc(50% + 2rem);
}
/* line 237, ../scss/screen.scss */
.page.project p {
  width: calc(50% - 2rem);
  margin-left: calc(50% + 2rem);
}
/* line 240, ../scss/screen.scss */
.page.project p.full-width {
  width: 100%;
  margin-left: 0;
}

/* line 249, ../scss/screen.scss */
.content {
  font-size: 1rem;
  line-height: 1.5;
}
/* line 252, ../scss/screen.scss */
.content p {
  margin-bottom: 1.5rem;
}
/* line 257, ../scss/screen.scss */
.content a {
  color: inherit;
}
/* line 259, ../scss/screen.scss */
.content a:visited {
  color: inherit;
}
/* line 264, ../scss/screen.scss */
.content figure {
  width: 100% !important;
  height: auto;
  margin-bottom: 4rem;
  line-height: 1;
}
/* line 269, ../scss/screen.scss */
.content figure img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* line 284, ../scss/screen.scss */
.content figure img.size-wide-image, .content figure img.size-full {
  width: 100%;
  height: auto;
}
/* line 289, ../scss/screen.scss */
.content figure img.aligncenter {
  margin: 0 auto;
}
/* line 292, ../scss/screen.scss */
.content figure img.alignright {
  float: right;
}
/* line 299, ../scss/screen.scss */
.content figure:after {
  content: '';
  display: block;
  clear: both;
}
/* line 305, ../scss/screen.scss */
.content iframe {
  width: 100%;
  height: auto;
  margin-bottom: 4rem;
}
/* line 310, ../scss/screen.scss */
.content .video {
  margin: 0 auto;
}
/* line 312, ../scss/screen.scss */
.content .video.medium {
  width: 300px;
}
/* line 315, ../scss/screen.scss */
.content .video.large {
  width: 1024px;
}

@media (max-width: 649px) {
  /* line 324, ../scss/screen.scss */
  .projects .project {
    width: 100%;
    text-align: center !important;
  }

  /* line 333, ../scss/screen.scss */
  .header .title {
    text-align: left;
    width: 70%;
  }
  /* line 337, ../scss/screen.scss */
  .header .menu {
    text-align: right;
    width: 30%;
  }

  /* line 344, ../scss/screen.scss */
  .content {
    font-size: 1.25rem;
  }
  /* line 346, ../scss/screen.scss */
  .content p {
    margin-bottom: 1.75rem;
  }

  /* line 353, ../scss/screen.scss */
  .page.default .content {
    width: 100%;
    margin-left: 0;
  }
  /* line 359, ../scss/screen.scss */
  .page.project p {
    width: 100%;
    margin-left: 0;
  }

  /* line 368, ../scss/screen.scss */
  .footer .back-to-top {
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
  }
}
@media (max-width: 360px) {
  /* line 384, ../scss/screen.scss */
  .content .video {
    margin: 0 auto;
  }
  /* line 386, ../scss/screen.scss */
  .content .video.medium {
    width: 100%;
  }
  /* line 389, ../scss/screen.scss */
  .content .video.large {
    width: 100%;
  }
}
@media (min-width: 650px) {
  /* line 398, ../scss/screen.scss */
  html,
  body {
    font-size: 14px;
  }
}
@media (min-width: 800px) {
  /* line 406, ../scss/screen.scss */
  html,
  body {
    font-size: 15px;
  }
}
@media (min-width: 1000px) {
  /* line 413, ../scss/screen.scss */
  html,
  body {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  /* line 421, ../scss/screen.scss */
  html,
  body {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  /* line 429, ../scss/screen.scss */
  html,
  body {
    font-size: 20px;
  }
}
@media (min-width: 1900px) {
  /* line 436, ../scss/screen.scss */
  html,
  body {
    font-size: 22px;
  }
}
