/*  Syntax Quick Reference
  --------------------------
  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
  span($ratio: 1, $offset: 0)
  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
  unshift()
  edit()
  center($max_width: 1410px, $pad: 0)
  stack($pad: 0, $align: false)
  unstack()
  align($direction: both)
  cf()
*/
* {
  margin: 0;
}

html, body {
  height: 100%;
  font-family: "Roboto Slab", "Helvetica Neue", Arial;
  font-weight: 300;
}

html, body, h3 {
  font-size: 13px;
  line-height: 20px;
}
@media only screen and (min-width: 601px) {
  html, body, h3 {
    font-size: 16px;
    line-height: 24px;
  }
}

h3 {
  font-family: "Roboto Slab", "Helvetica Neue", Arial;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
}

a {
  color: #000;
  transition: color 0.2s ease;
}
a:visited {
  color: #000;
}
a:hover {
  color: #637686;
}
a:active {
  color: #637686;
}
a:focus {
  color: #637686;
}

header {
  text-align: center;
}
header .signature {
  width: 300px;
  margin-top: 20px;
  margin-bottom: 70px;
}

h1 {
  text-indent: -5000px;
}

h2 {
  font-family: "Roboto Slab", "Helvetica Neue", Arial;
  font-weight: 100;
  font-size: 34px;
  text-align: center;
  margin-top: 1em;
}

nav {
  margin-top: 1em;
  text-align: center;
  padding: 0 25px;
}

main {
  *zoom: 1;
  width: auto;
  max-width: 860px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
  margin: auto;
  margin-top: 2em;
}
main:before, main:after {
  content: "";
  display: table;
}
main:after {
  clear: both;
}

section {
  margin: 140px 0;
  *zoom: 1;
  font-size: 14px;
}
section:before, section:after {
  content: "";
  display: table;
}
section:after {
  clear: both;
}
section:first-child {
  margin-top: 50px;
}
@media only screen and (min-width: 601px) {
  section {
    font-size: 16px;
  }
}
section p {
  margin-bottom: 1em;
}

.row {
  *zoom: 1;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
@media only screen and (min-width: 601px) {
  .row img.shift {
    position: relative;
    left: 68.6598%;
  }
}
.row.columns_3 img {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.row.columns_3 img:first-child {
  margin-left: auto;
}
.row.columns_3 img:last-child {
  margin-right: auto;
}
@media only screen and (min-width: 601px) {
  .row.columns_3 img {
    *zoom: 1;
    float: left;
    display: inline;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 31.3333333333%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 1.5em;
  }
  .row.columns_3 img:before, .row.columns_3 img:after {
    content: "";
    display: table;
  }
  .row.columns_3 img:after {
    clear: both;
  }
  .row.columns_3 img:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  .row.columns_3 img:nth-child(3n+1) {
    clear: both;
  }
}

.centered {
  max-width: 100%;
  margin: auto;
  display: block;
}
@media only screen and (min-width: 601px) {
  .centered.small {
    width: 50%;
  }
}

.col-big {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 1.5em;
}
.col-big:first-child {
  margin-left: auto;
}
.col-big:last-child {
  margin-right: auto;
}
@media only screen and (min-width: 601px) {
  .col-big {
    *zoom: 1;
    float: left;
    display: inline;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 65.6666666667%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .col-big:before, .col-big:after {
    content: "";
    display: table;
  }
  .col-big:after {
    clear: both;
  }
  .col-big:last-child {
    margin-right: 0%;
  }
}

.modal {
  cursor: pointer;
}

img.col-small {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 601px) {
  img.col-small {
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
  }
}

.col-small {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.col-small:first-child {
  margin-left: auto;
}
.col-small:last-child {
  margin-right: auto;
}
.col-small img {
  margin-bottom: 1.5em;
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .col-small {
    *zoom: 1;
    float: left;
    display: inline;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 31.3333333333%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 1.5em;
    margin-top: 0;
  }
  .col-small:before, .col-small:after {
    content: "";
    display: table;
  }
  .col-small:after {
    clear: both;
  }
  .col-small:last-child {
    margin-right: 0%;
  }
  .col-small img {
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
  }
}
.col-small.square {
  position: relative;
}
@media only screen and (min-width: 861px) {
  .col-small.square {
    height: 565px;
  }
}

@media only screen and (min-width: 861px) {
  .to-bottom {
    position: absolute;
    bottom: 0;
    width: 269.5px;
  }
}

footer {
  margin: 40px;
  text-align: center;
}
footer small {
  font-size: 12px;
  display: block;
}

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