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

/* line 1, ../sass/_layout.scss */
html, body {
  color: #231f20;
  height: 100%;
  width: 100%;
  font-family: "Georgia", serif;
  font-size: 18px;
  cursor: default;
}
@media screen and (max-width: 1600px) {
  /* line 1, ../sass/_layout.scss */
  html, body {
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) {
  /* line 1, ../sass/_layout.scss */
  html, body {
    font-size: 12px;
  }
}
@media screen and (max-width: 720px) {
  /* line 1, ../sass/_layout.scss */
  html, body {
    font-size: 18px;
  }
}

/* line 20, ../sass/_layout.scss */
::selection {
  background: #ffff00;
  color: #231f20;
}

/* line 25, ../sass/_layout.scss */
section {
  padding: 0 2.77778rem;
  min-height: 100vh;
  box-sizing: border-box;
}
@media screen and (max-width: 720px) {
  /* line 25, ../sass/_layout.scss */
  section {
    padding: 0 1.11111rem;
  }
}

/* line 35, ../sass/_layout.scss */
a, a:link, a:visited {
  color: #1b5dff;
}

/* line 40, ../sass/_layout.scss */
.arrow {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 16px;
  margin: 1.38889rem 0;
}
/* line 49, ../sass/_layout.scss */
.arrow-down {
  cursor: s-resize;
}
/* line 52, ../sass/_layout.scss */
.arrow-up {
  cursor: n-resize;
}
/* line 55, ../sass/_layout.scss */
.arrow:focus {
  outline: none;
}
/* line 58, ../sass/_layout.scss */
.arrow:before, .arrow:after {
  content: '';
  display: block;
  transition: .5s;
}
/* line 63, ../sass/_layout.scss */
.arrow-down:before, .arrow-up:after {
  width: 7px;
  height: 34px;
  border-right: solid 2px #595959;
}
/* line 68, ../sass/_layout.scss */
.arrow-down:after, .arrow-up:before {
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 0;
  border-top: 0;
}
/* line 76, ../sass/_layout.scss */
.arrow-down:after {
  border-top: 12px solid #595959;
}
/* line 79, ../sass/_layout.scss */
.arrow-up:before {
  border-bottom: 12px solid #595959;
}
/* line 82, ../sass/_layout.scss */
.arrow-down:hover:before, .arrow-up:hover:after {
  border-right-color: #1b5dff;
}
/* line 85, ../sass/_layout.scss */
.arrow-down:hover:after {
  border-top-color: #1b5dff;
}
/* line 88, ../sass/_layout.scss */
.arrow-up:hover:before {
  border-bottom-color: #1b5dff;
}

/* line 1, ../sass/_headings.scss */
h2 {
  font-family: "Helvetica", sans-serif;
  font-weight: normal;
  font-size: 5rem;
  line-height: 5.55556rem;
}

/* line 7, ../sass/_headings.scss */
p, dl {
  line-height: 1.38889rem;
}

@media screen and (max-width: 720px) {
  /* line 11, ../sass/_headings.scss */
  h2 {
    font-size: 1.77778rem;
    line-height: 2rem;
  }
}
/* line 2, ../sass/_introduction.scss */
.introduction {
  cursor: s-resize;
}
/* line 4, ../sass/_introduction.scss */
.introduction header {
  padding: 5.11111rem 0 0 0;
  min-height: 100vh;
  box-sizing: border-box;
}
/* line 10, ../sass/_introduction.scss */
.introduction h2 + h2 {
  color: #595959;
}
/* line 12, ../sass/_introduction.scss */
.introduction h2 + h2 + h2 {
  color: #999999;
}
/* line 14, ../sass/_introduction.scss */
.introduction h2 + h2 + h2 + h2 {
  color: #1b5dff;
}
/* line 16, ../sass/_introduction.scss */
.introduction h2 + h2 + h2 + h2::selection {
  background: #1b5dff;
  color: #fff;
}

@keyframes fadeIn {
  0% {
    opacity: 100;
  }
  100% {
    opacity: 0;
  }
}
/* line 37, ../sass/_introduction.scss */
#main-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  background: #fff;
  animation: fadeIn .5s 1s 1 ease-in-out both;
}
/* line 45, ../sass/_introduction.scss */
#main-loader h1 {
  margin: auto 2.77778rem 2.77778rem;
  text-align: left;
  color: #595959;
  font-size: 1rem;
  line-height: 1.38889rem;
}
/* line 51, ../sass/_introduction.scss */
#main-loader h1 strong {
  color: #231f20;
  font-weight: bold;
  font-family: "Helvetica", sans-serif;
  font-size: 0.97222rem;
}
/* line 57, ../sass/_introduction.scss */
#main-loader h1 em {
  color: #231f20;
}

/* line 1, ../sass/_main-content.scss */
.main-content {
  padding-top: 3.05556rem;
  padding-bottom: 3.05556rem;
}
/* line 4, ../sass/_main-content.scss */
.main-content .columns {
  display: flex;
  flex-wrap: wrap;
}
/* line 8, ../sass/_main-content.scss */
.main-content .description {
  width: 27.22222rem;
  padding-right: 0.55556rem;
  padding-bottom: 1.38889rem;
}
/* line 12, ../sass/_main-content.scss */
.main-content .description p {
  text-indent: 5.55556rem;
}
/* line 14, ../sass/_main-content.scss */
.main-content .description p:first-child {
  text-indent: 0;
}
/* line 19, ../sass/_main-content.scss */
.main-content h4, .main-content em {
  font-family: "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 0.97222rem;
}
/* line 24, ../sass/_main-content.scss */
.main-content h4 {
  line-height: 1.38889rem;
}
/* line 27, ../sass/_main-content.scss */
.main-content .contact {
  width: 10.55556rem;
  padding: 0 0.55556rem 0;
}
/* line 30, ../sass/_main-content.scss */
.main-content .contact p {
  margin: 0 0 1.38889rem;
}
/* line 34, ../sass/_main-content.scss */
.main-content .credits {
  width: 8.88889rem;
  padding: 0 0.55556rem 0;
}
/* line 37, ../sass/_main-content.scss */
.main-content .credits dd {
  color: #999999;
}
/* line 41, ../sass/_main-content.scss */
.main-content .credits a, .main-content .credits a:visited, .main-content .credits a:hover, .main-content .credits a:link, .main-content .credits a:active {
  color: #999999;
  text-decoration: none;
  cursor: default;
}
/* line 48, ../sass/_main-content.scss */
.main-content .video {
  max-width: 40%;
  width: auto;
}
/* line 51, ../sass/_main-content.scss */
.main-content .video video {
  width: 100%;
}
@media screen and (max-width: 720px) {
  /* line 56, ../sass/_main-content.scss */
  .main-content .columns {
    flex-direction: column;
  }
  /* line 59, ../sass/_main-content.scss */
  .main-content .description {
    width: 100%;
  }
  /* line 61, ../sass/_main-content.scss */
  .main-content .description p {
    margin: 0 0 1em;
  }
  /* line 65, ../sass/_main-content.scss */
  .main-content .contact, .main-content .credits {
    margin: 2.77778rem 0 0;
    padding: 0;
  }
  /* line 69, ../sass/_main-content.scss */
  .main-content .video {
    margin: 1.38889rem 0;
    max-width: 100%;
  }
}

/* line 1, ../sass/_footer.scss */
.footer {
  padding-top: 3.05556rem;
  padding-bottom: 3.05556rem;
  display: flex;
  flex-direction: column;
}
/* line 6, ../sass/_footer.scss */
.footer h3 {
  color: #595959;
  line-height: 1.38889rem;
}
/* line 10, ../sass/_footer.scss */
.footer strong {
  font-family: "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 0.97222rem;
  color: #231f20;
}
/* line 15, ../sass/_footer.scss */
.footer strong::selection {
  background: #1b5dff;
  color: #fff;
}
/* line 20, ../sass/_footer.scss */
.footer em {
  color: #999999;
}
/* line 23, ../sass/_footer.scss */
.footer .contact {
  font-size: 5rem;
  font-family: "Helvetica", sans-serif;
  line-height: 5.55556rem;
}
/* line 29, ../sass/_footer.scss */
.footer .email a {
  text-decoration: none;
}
/* line 35, ../sass/_footer.scss */
.footer .phone a, .footer .phone a:hover {
  color: #231f20;
  text-decoration: none;
}
/* line 43, ../sass/_footer.scss */
.footer .phone a:hover, .footer .email a:hover {
  text-decoration: underline;
}
/* line 48, ../sass/_footer.scss */
.footer .copyright {
  margin: auto 0 0 0;
}
@media screen and (max-width: 720px) {
  /* line 52, ../sass/_footer.scss */
  .footer .contact {
    margin: 2.77778rem 0 0;
    font-size: 1rem;
    line-height: 1.38889rem;
  }
}
