/* 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/rvm/gems/ruby-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/rvm/gems/ruby-2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

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

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

/* line 116, ../../../../usr/local/rvm/gems/ruby-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: 'Shamery';
  src: url("/fonts/Shamery-Regular.woff2") format("woff2"), url("/fonts/Shamery-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir LT Std';
  src: url("/fonts/AvenirLTStd-Light.woff2") format("woff2"), url("/fonts/AvenirLTStd-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
/* line 1, ../sass/_global.scss */
body {
  font-family: "Avenir LT Std";
  background: #f8f8f8;
}

/* line 6, ../sass/_global.scss */
a {
  text-decoration: none;
  color: #181717;
}

/* line 11, ../sass/_global.scss */
.left-split {
  width: 50vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #ededed;
  color: #181717;
  display: table;
}
/* line 20, ../sass/_global.scss */
.left-split .content-container {
  display: table-cell;
  vertical-align: middle;
}
/* line 23, ../sass/_global.scss */
.left-split .content-container .visi {
  margin-left: auto;
  width: 80%;
  position: relative;
}
/* line 27, ../sass/_global.scss */
.left-split .content-container .visi .line {
  width: 50%;
  height: 1px;
  background: #181717;
  margin-bottom: 1em;
}
/* line 33, ../sass/_global.scss */
.left-split .content-container .visi p {
  margin-top: 4em;
  line-height: 1.2;
}

/* line 41, ../sass/_global.scss */
.right-split {
  width: 50vw;
  height: 100%;
  position: absolute;
  left: 50vw;
  top: 0;
  display: table;
}
/* line 48, ../sass/_global.scss */
.right-split .content-container {
  display: table-cell;
  vertical-align: middle;
}
/* line 52, ../sass/_global.scss */
.right-split img {
  width: 50%;
  height: auto;
  margin-right: auto;
  position: relative;
  display: block;
}

/* line 61, ../sass/_global.scss */
h1 {
  font-family: "Shamery";
  font-weight: normaL;
  font-size: 2em;
  text-transform: uppercase;
  margin-bottom: 0.4em;
}

/* line 69, ../sass/_global.scss */
h2 {
  text-transform: uppercase;
  font-family: "Avenir LT Std";
  font-size: 1.38em;
}

@media (max-width: 650px) {
  /* line 76, ../sass/_global.scss */
  .left-split {
    width: 100%;
    position: relative;
    top: inherit;
    left: inherit;
    padding: 80px 0;
  }
  /* line 82, ../sass/_global.scss */
  .left-split .content-container .visi {
    width: 90%;
    margin-left: 5%;
  }

  /* line 87, ../sass/_global.scss */
  .right-split {
    width: 100%;
    position: relative;
    top: inherit;
    left: inherit;
  }
  /* line 92, ../sass/_global.scss */
  .right-split img {
    margin: auto;
  }
}
