/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button,
input,
select {
    overflow: visible
}

button,
input,
select,
textarea {
    margin: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer
}

[disabled] {
    cursor: default
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

@media screen and (max-width:939px) {
    .hide-on-mobile {
        display: none!important
    }
}

@media screen and (max-width:1099px) and (min-width:940px) {
    .hide-on-tablet {
        display: none!important
    }
}

@media screen and (max-width:939px) and (min-width:640px) {
    .hide-on-tablet {
        display: none!important
    }
}

@media screen and (max-width:639px) {
    .hide-on-phone {
        display: none!important
    }
}

@media screen and (min-width:1100px) {
    .only-on-mobile {
        display: none!important
    }
}

@media screen and (min-width:1700px) {
    .only-on-mobile {
        display: none!important
    }
}

@media screen and (min-width:1100px) {
    .only-on-phone {
        display: none!important
    }
}

@media screen and (min-width:1700px) {
    .only-on-phone {
        display: none!important
    }
}

@media screen and (max-width:1099px) and (min-width:940px) {
    .only-on-phone {
        display: none!important
    }
}

@media screen and (max-width:939px) and (min-width:640px) {
    .only-on-phone {
        display: none!important
    }
}

.hidden {
    display: none!important
}

.vert-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.horz-center {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.both-center {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.text-center {
    text-align: center
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.full-width {
    width: 100%
}

.center {
    float: none!important;
    margin-left: auto!important;
    margin-right: auto!important
}

.clear:before {
    content: '';
    display: table
}

.clear::after {
    content: '';
    display: table;
    clear: both
}

.no-clear:before {
    content: normal;
    display: inherit
}

.no-clear:after {
    content: normal;
    display: inherit;
    clear: none
}

body {
    text-rendering: optimizeLegibility
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: 400
}

h1 {
    font-size: 38px;
    margin: 0 auto 10px
}

h2 {
    font-size: 32px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 12px
}

p {
    margin: 0 auto 8px;
    line-height: 1.5
}

ul {
    padding: 0;
    margin: 0
}

ul li {
    list-style: none;
    padding: 0;
    margin: 0 0 8px 0
}

a {
    text-decoration: none
}

body {
    font-family: Raleway, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.65
}

body.menu-open {
    overflow: hidden
}

body.modal-open {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed
}

body.loading #universe,
body.resizing #universe {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    height: 100vh
}

body.loading #universe .page-header,
body.resizing #universe .page-header {
    -webkit-transform: translate3d(0, 25vh, 0);
    -ms-transform: translate3d(0, 25vh, 0);
    transform: translate3d(0, 25vh, 0)
}

body.loading #universe .project-section,
body.resizing #universe .project-section {
    -webkit-transform: translate3d(0, 50vh, 0);
    -ms-transform: translate3d(0, 50vh, 0);
    transform: translate3d(0, 50vh, 0)
}

body #universe {
    height: auto;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 450ms 0s ease-in-out;
    -o-transition: opacity 450ms 0s ease-in-out;
    transition: opacity 450ms 0s ease-in-out
}

span {
    font-size: 14px;
    font-family: Apercu, Helvetica, sans-serif
}

.p,
p {
    font-size: 20px;
    line-height: 1.75;
    font-family: Apercu, Helvetica, sans-serif;
    font-weight: 300;
    color: #000;
}

.p a,
p a {
    color: #BFE4F9;
    text-decoration: none;
    border-bottom: 1px dotted #BFE4F9;
	transition: color .3s linear;
	-webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
}

.p a:hover,
p a:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: Sailec, Helvetica, sans-serif
}

.h1,
h1 {
    font-size: 48px;
    line-height: 1.45;
    font-family: Raleway, Helvetica, sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px
}

.h1.white,
h1.white {
    color: #fff
}

.h1.green,
h1.green {
    color: #49d292
}

.h2,
h2 {
    font-size: 38px;
    line-height: 1.45;
    font-family: Sailec, Helvetica, sans-serif;
    font-weight: 700;
    color: #000
}

.h2.white,
h2.white {
    color: #fff
}

.h3,
h3 {
    font-size: 36px;
    line-height: 1.35;
    font-family: Sailec, Helvetica, sans-serif;
    font-weight: 700;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px
}

.h3.white,
h3.white {
    color: #fff
}

.h3.bold,
h3.bold {
    font-weight: 700
}

.text-block .h3,
.text-block h3 {
    font-weight: 700
}

.h4,
h4 {
    font-size: 22px;
    line-height: 1.65;
    font-family: Helvetica, sans-serif;
    font-weight: 700;
    color: #000
}

.h4.white,
h4.white {
    color: #fff
}

.global-alignment {
    padding-left: 18.33333333%
}

@media screen and (max-width:639px) {
    .global-alignment {
        padding-left: 8.16666667%
    }
}

@media screen and (max-width:939px) and (min-width:640px) {
    .h1,
    h1 {
        font-size: 35px
    }
    .h2,
    h2 {
        font-size: 30px
    }
    .h3,
    h3 {
        font-size: 24px
    }
    .h4,
    h4 {
        font-size: 20px
    }
    .p,
    p {
        font-size: 17px;
        line-height: 1.85
    }
    .text-link-clone,
    a.text-link {
        font-size: 15px
    }
    a.large-cta,
    span.large-cta {
        font-size: 17px
    }
    li {
        font-size: 16px
    }
}

@media screen and (max-width:639px) {
    .h1,
    h1 {
        font-size: 32px
    }
    .h2,
    h2 {
        font-size: 25px
    }
    .h3,
    h3 {
        font-size: 22px
    }
    .h4,
    h4 {
        font-size: 19px
    }
    .p,
    p {
        font-size: 17px
    }
    .text-link-clone,
    a.text-link {
        font-size: 16px
    }
    a.large-cta,
    span.large-cta {
        font-size: 17px
    }
}

.page-header {
    -webkit-transition: transform 650ms 50ms cubic-bezier(.165, .84, .19, .95);
    -o-transition: transform 650ms 50ms cubic-bezier(.165, .84, .19, .95);
    -webkit-transition: -webkit-transform 650ms 50ms cubic-bezier(.165, .84, .19, .95);
    transition: -webkit-transform 650ms 50ms cubic-bezier(.165, .84, .19, .95);
    transition: transform 650ms 50ms cubic-bezier(.165, .84, .19, .95);
    transition: transform 650ms 50ms cubic-bezier(.165, .84, .19, .95), -webkit-transform 650ms 50ms cubic-bezier(.165, .84, .19, .95)
}

.page-header .content {
    width: 52.83333333%;
    padding-left: 18.33333333%;
    padding-top: 32vh;
    padding-bottom: 16vh
}

@media screen and (max-width:639px) {
    .page-header .content {
        padding-left: 8.16666667%
    }
}

.page-header .content h1 {
    margin-bottom: 0
}

.page-header .content .sub-header {
    font-family: 'Raleway', Monaco, monospace;
    color: #BFE4F9
}

@media screen and (max-width:639px) {
    .page-header .content {
        width: 83.66666667%
    }
    .page-header .content .sub-header {
        font-size: 16px
    }
}
.bio {
    position: relative
}

.bio .section-title {
    top: -webkit-calc(16vh + 5px);
    top: calc(16vh + 5px)
}

.bio .content {
    padding-left: 18.33333333%;
    padding-top: 16vh;
    padding-bottom: 16vh;
    width: 55.16666667%
}

@media screen and (max-width:639px) {
    .bio .content {
        padding-left: 8.16666667%
    }
}

.bio .content h1,
.bio .content h2,
.bio .content h3,
.bio .content h4 {
    margin-top: 0
}

.bio .content .social {
    font-family: 'Apercu Mono', Monaco, monospace;
    font-size: 12px;
    margin-top: 8vh
}

.bio .content .social a {
    color: #9b9b9b;
    margin-right: 20px
}

.bio .content .social a:hover {
    color: #49d292
}

.bio .content .social a:last-child {
    margin-right: 0
}

@media screen and (max-width:639px) {
    .bio .section-title {
        top: -webkit-calc(8vh - 35px);
        top: calc(8vh - 35px)
    }
    .bio .content {
        padding-top: 8vh;
        padding-bottom: 8vh;
        width: 83.66666667%
    }
}

.affix {
    min-height: 100vh;
    width: 100%
}

.affix.fixed {
    position: fixed;
    top: 0
}

.affix.set {
    position: absolute
}