#page,
a {
    position: relative
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

body,
h2,
p {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

html {
    line-height: 1
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
td,
th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

section#page #fin h3,
section#page #folio a {
    font-size: 6em;
    letter-spacing: -.05em;
    font-weight: 700
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

a img {
    border: none
}

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

* {
    outline: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*::-moz-selection {
    color: #fff!important;
    background: #1f00ee!important
}

*::selection {
    color: #fff!important;
    background: #1f00ee!important
}

body,
html {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch
}

body {
    font-size: 12px;
    background: #fff;
    color: #4a3c64
}

#page {
    overflow: scroll;
    height: 100%;
    width: 100%
}

@media screen and (max-width:1024px) {
    body {
        font-size: 6px
    }
}

h2,
p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0em;
}

h3,
section#page #fin h3,
section#page #folio a {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

a {
    color: #1f00ee;
    border: 0;
    display: inline-block;
    text-decoration: none;
    cursor: pointer
}

a:hover:after {
    bottom: 40%
}

a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #1f00ee;
    -moz-transition: all .3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all .3s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition: all .3s cubic-bezier(.19, 1, .22, 1);
    transition: all .3s cubic-bezier(.19, 1, .22, 1)
}

@media screen and (max-width:640px) {
    a:after {
        bottom: 2px
    }
}

#letters {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

#letters canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

section#page {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center
}

section#page #fin,
section#page #intro {
    height: 100%;
    width: 100%;
    text-align: center;
    position: relative
}

section#page #intro h1 {
    display: none
}

section#page #intro h2 {
    /*-moz-transform: scaleY(.7);
    -ms-transform: scaleY(.7);
    -webkit-transform: scaleY(.7);
    transform: scaleY(.7);*/
    font-size: 1.5em;
    /*line-height: 36px;*/
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 5%
}

section#page #prez {
    text-align: left;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    max-width: 640px;
    position: relative
}

section#page #contact article,
section#page #prez article {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 640px;
    width: 100%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

section#page #prez article p {
    /*transform: scaleY(.7);*/
    font-size: 2em;
    line-height: 36px;
    margin-bottom: 0
}

section#page #contact p,
section#page #folio p,
section#page #prez article p {
    /*-moz-transform: scaleY(.7);
    -ms-transform: scaleY(.7);
    -webkit-transform: scaleY(.7)*/
}

section#page #folio {
    text-align: center;
    max-width: 640px;
    width: 100%;
    margin: 0 auto
}

section#page #contact p,
section#page #folio p {
    /*transform: scaleY(.7);*/
    font-size: 2em;
    line-height: 36px
}

section#page #folio a {
    -moz-transform: scaleY(2);
    -ms-transform: scaleY(2);
    -webkit-transform: scaleY(2);
    transform: scaleY(2);
    line-height: 72px
}

section#page #folio a:after {
    height: 6px;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

section#page #folio a:hover:after {
    width: 150%
}

section#page #folio li {
    line-height: 160px
}

section#page #contact {
    text-align: center;
    position: relative;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    max-width: 640px
}

section#page #contact article a {
    display: inline-block
}

section#page #fin article {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

section#page #fin h3 {
    /*-moz-transform: scaleY(2);
    -ms-transform: scaleY(2);
    -webkit-transform: scaleY(2);
    transform: scaleY(2);*/
    color: red;
}

@media screen and (max-width:1024px) {
    section#page {
        padding: 0 16px
    }
    section#page #contact article a,
    section#page #contact article p,
    section#page #folio p,
    section#page #prez article p {
        line-height: 24px
    }
    section#page #folio li {
        line-height: 64px
    }
    section#page #folio a {
        font-size: 4.25em;
        line-height: 36px
    }
    section#page #folio a:after {
        height: 3px
    }
    section#page #fin h3 {
        font-size: 4.25em
    }
}