body,
html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

* {
    box-sizing: border-box
}

body {
    font-family: 'HK Grotesk', Arial, Helvetica,'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #222;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.7;
    display: flex;
    align-items: center
}

img {
    max-width: 100%;
    height: auto
}

::selection {
    text-shadow: none;
    color: #000;
    background: #fff9cd
}

::-moz-selection {
    text-shadow: none;
    color: #000;
    background: #fff9cd
}

html {
    overflow: hidden
}

html.loaded {
    overflow: auto
}

html:after {
    content: "";
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    background-image: url(../images/preloader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 48px 48px
}

html.loaded:after {
    display: none
}

body {
    transition: all .6s cubic-bezier(.77, 0, .175, 1);
    opacity: 0
}

html.loaded body {
    opacity: 1
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'HK Grotesk', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 1em 0 .66em 0
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0
}

h1 {
    font-size: 6vw;
    line-height: 1.1;
    margin-top: 0
}

h2 {
    font-size: 1.8em;
    line-height: 1.3
}

h3 {
    font-size: 1.25em;
    line-height: 1.3
}

.profile-image+h1 {
    margin-top: 28px
}

h4 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 5px
}

p:last-child {
    margin-bottom: 0
}

.is-text-light {
    color: #fff
}

.is-text-light a {
    color: #fff
}

.rounded {
    border-radius: 50%
}

.soft-rounded {
    border-radius: 8px
}

.is-text-align-center {
    text-align: center
}

.is-text-align-right {
    text-align: right
}

.uppercase {
    text-transform: uppercase
}

.bold {
    font-weight: 700
}

.is-small-typo h1 {
    font-size: 24px;
    line-height: 1.3
}

.is-small-typo {
    font-size: 14px
}

.is-medium-typo h1 {
    font-size: 36px;
    line-height: 1.2
}

.is-medium-typo {
    font-size: 15px
}

.content-wrap {
    width: 80%;
    margin: 0 auto;
    max-height: 100%;
    position: relative;
    z-index: 20
}

.content {
    padding: 3em 0
}

.profile-image {
    max-height: 92px
}

.profile-image.is-outside {
    margin-top: -50%;
    margin-bottom: 0
}

.logo {
    margin-bottom: 24px
}

.is-framed:after {
    content: "";
    position: fixed;
    z-index: 200;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 15px solid #111
}

.social-link {
    display: inline-block;
    margin: 8px 2px 8px 0;
    text-decoration: none;
    user-select: none
}

.social-link:active {
    transform: scale(.8)
}

.social-link:before {
    display: inline-block;
    padding: 0;
    text-align: center;
    font-size: 14px;
    font-family: fontello;
    width: 32px;
    line-height: 32px;
    color: #555;
    border: 1px solid #eee;
    border-radius: 50%;
    text-decoration: none;
    transition: all .3s
}

html a.social-link:hover:before {
    color: #fff;
    background: #444;
    border-color: transparent
}

.social-link.facebook:before {
    content: '\e825';
    color: #3c5fac;
    border-color: #3c5fac
}

.social-link.twitter:before {
    content: '\e826';
    color: #5ec3df;
    border-color: #5ec3df
}

.social-link.flickr:before {
    content: '\e835';
    color: #ff0084;
    border-color: #ff0084
}

.social-link.rss:before {
    content: '\e82f';
    color: #f90;
    border-color: #f90
}

.social-link.dribbble:before {
    content: '\e82c';
    color: #ea4c89;
    border-color: #ea4c89
}

.social-link.lastfm:before {
    content: '\e82e';
    color: #d51007;
    border-color: #d51007
}

.social-link.linkedin:before {
    content: '\e827';
    color: #2089b5;
    border-color: #2089b5
}

.social-link.vimeo:before {
    content: '\e830';
    color: #0dadd6;
    border-color: #0dadd6
}

.social-link.google-plus:before {
    content: '\e801';
    color: #db4437;
    border-color: #db4437
}

.social-link.forrst:before {
    content: '\e831';
    color: #5b9a68;
    border-color: #5b9a68
}

.social-link.skype:before {
    content: '\e832';
    color: #00aff0;
    border-color: #00aff0
}

.social-link.tumblr:before {
    content: '\e836';
    color: #2c4762;
    border-color: #2c4762
}

.social-link.behance:before {
    content: '\e82b';
    color: #3878f6;
    border-color: #3878f6
}

.social-link.blogger:before {
    content: '\e837';
    color: #fc9947;
    border-color: #fc9947
}

.social-link.delicious:before {
    content: '\e838';
    color: #3274d1;
    border-color: #3274d1
}

.social-link.digg:before {
    content: '\e839';
    color: #205891;
    border-color: #205891
}

.social-link.github:before {
    content: '\e82a';
    color: #222;
    border-color: #222
}

.social-link.wordpress:before {
    content: '\e83b';
    color: #0083b3;
    border-color: #0083b3
}

.social-link.youtube:before {
    content: "\e834";
    color: #c8312b;
    border-color: #c8312b
}

.social-link.pinterest:before {
    content: "\e829";
    color: #cb2027;
    border-color: #cb2027
}

.social-link.instagram:before {
    content: "\e8cc";
    color: #e1306c;
    border-color: #e1306c
}

.social-link.stack-overflow:before {
    content: "\e83c";
    color: #f90;
    border-color: #f90
}

.social-link.foursquare:before {
    content: "\e83d";
    color: #009fe0;
    border-color: #009fe0
}

.social-link.xing:before {
    content: "\e83e";
    color: #006567;
    border-color: #006567
}

.social-link.weibo:before {
    content: "\e83f";
    color: #e64141;
    border-color: #e64141
}

.social-link.soundcloud:before {
    content: "\e840";
    color: #fa3219;
    border-color: #fa3219
}

.social-link.fivehundredpx:before {
    content: "\e841";
    color: #111;
    border-color: #111
}

.social-link.slideshare:before {
    content: "\e842";
    color: #ed9d2c;
    border-color: #ed9d2c
}

.social-link.vine:before {
    content: "\e863";
    color: #00bf8f;
    border-color: #00bf8f
}

.social-link.vkontakte:before {
    content: "\e846";
    color: #6383a8;
    border-color: #6383a8
}

.social-link.paypal:before {
    content: "\e8b9";
    color: #013791;
    border-color: #013791
}

.social-link.spotify:before {
    content: "\e803";
    color: #85bb24;
    border-color: #85bb24
}

.social-link.snapchat:before {
    content: "\f2ac";
    color: #fffc00;
    border-color: #fffc00
}

.social-link.imdb:before {
    content: "\f2d8";
    color: #e6b91e;
    border-color: #e6b91e
}

.social-link.email:before {
    content: "\e87e";
    color: #222;
    border-color: #222
}

.social-link.facebook:hover:before {
    background-color: #3c5fac
}

.social-link.twitter:hover:before {
    background-color: #5ec3df
}

.social-link.flickr:hover:before {
    background-color: #ff0084
}

.social-link.rss:hover:before {
    background-color: #f90
}

.social-link.dribbble:hover:before {
    background-color: #ea4c89
}

.social-link.lastfm:hover:before {
    background-color: #d51007
}

.social-link.linkedin:hover:before {
    background-color: #2089b5
}

.social-link.vimeo:hover:before {
    background-color: #0dadd6
}

.social-link.google-plus:hover:before {
    background-color: #db4437
}

.social-link.forrst:hover:before {
    background-color: #5b9a68
}

.social-link.skype:hover:before {
    background-color: #00aff0
}

.social-link.picassa:hover:before {
    background-color: #ffd34e
}

.social-link.youtube:hover:before {
    background-color: #c8312b
}

.social-link.pinterest:hover:before {
    background-color: #cb2027
}

.social-link.tumblr:hover:before {
    background-color: #2c4762
}

.social-link.behance:hover:before {
    background-color: #3878f6
}

.social-link.blogger:hover:before {
    background-color: #fc9947
}

.social-link.delicious:hover:before {
    background-color: #3274d1
}

.social-link.digg:hover:before {
    background-color: #205891
}

.social-link.friendfeed:hover:before {
    background-color: #2f72c4
}

.social-link.github:hover:before {
    background-color: #222
}

.social-link.wordpress:hover:before {
    background-color: #0083b3
}

.social-link.instagram:hover:before {
    background-color: #e1306c
}

.social-link.stack-overflow:hover:before {
    background-color: #f90
}

.social-link.foursquare:hover:before {
    background-color: #009fe0
}

.social-link.xing:hover:before {
    background-color: #006567
}

.social-link.weibo:hover:before {
    background-color: #e64141
}

.social-link.soundcloud:hover:before {
    background-color: #fa3219
}

.social-link.fivehundredpx:hover:before {
    background-color: #222
}

.social-link.slideshare:hover:before {
    background-color: #ed9d2c
}

.social-link.vine:hover:before {
    background-color: #00bf8f
}

.social-link.vkontakte:hover:before {
    background-color: #6383a8
}

.social-link.paypal:hover:before {
    background-color: #013791
}

.social-link.spotify:hover:before {
    background-color: #85bb24
}

.social-link.snapchat:hover:before {
    background-color: #fffc00
}

.social-link.imdb:hover:before {
    background-color: #e6b91e
}

.social-link.email:hover:before {
    background-color: #222
}

.is-social-big .social-link:before {
    font-size: 16px;
    width: 42px;
    line-height: 42px
}

.is-social-minimal .social-link:before {
    border: none !important
}

.is-social-dark-borders .social-link,
.is-social-light-borders .social-link,
.is-social-minimal-dark .social-link,
.is-social-minimal-light .social-link,
.is-social-solid .social-link {
    color: inherit
}

.is-social-minimal-dark .social-link:before {
    border: none !important;
    color: inherit
}

.is-social-minimal-light .social-link:before {
    border: none !important;
    color: rgba(0, 0, 0, .25)
}

.is-text-light .is-social-minimal-light .social-link:not(:hover):before {
    color: rgba(255, 255, 255, .3)
}

.is-social-solid .social-link:before {
    border: none !important;
    color: inherit
}

.is-social-solid .social-link:not(:hover):before {
    background: rgba(0, 0, 0, .04)
}

.is-text-light .is-social-solid .social-link:not(:hover):before {
    background: rgba(255, 255, 255, .08)
}

.is-social-light-borders .social-link:before {
    border-color: rgba(0, 0, 0, .09) !important;
    color: inherit
}

.is-text-light .is-social-light-borders .social-link:before {
    border-color: rgba(255, 255, 255, .13) !important
}

.is-social-dark-borders .social-link:before {
    border-color: rgba(0, 0, 0, .75) !important;
    color: inherit
}

.is-text-light .is-social-dark-borders .social-link:before {
    border-color: rgba(255, 255, 255, .8) !important
}

.is-social-dark-borders .social-link:hover:before {
    border-color: transparent !important
}

.link-1 {
    position: relative;
    text-decoration: none;
    display: inline-block;
    color: inherit;
    padding: 0 1px;
    transition: color ease .3s
}

.link-1:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 6%;
    min-height: 2px;
    left: 0;
    bottom: 0;
    background-color: #222;
    transition: all ease .3s
}

.link-1:hover {
    color: #fff
}

.link-1:hover:after {
    height: 100%
}

.link-1.light:after {
    background: #fff
}

.link-1.light:hover {
    color: #111
}

.link-1.blue:after {
    background: #0100ff
}

.link-1.green:after {
    background: #00b388
}

.link-1.red:after {
    background: #ff322e
}

.link-1.yellow:after {
    background: #ffcc2f
}

.link-1.pink:after {
    background: #f94877
}

.link-1.purple:after {
    background: #548
}

.link-1.tango:after {
    background: #e1523d
}

.link-1.aqua:after {
    background: #09f
}

.link-1.navy:after {
    background: #414f5a
}

.link-1.leather:after {
    background: #ab9878
}

.link-1.azure:after {
    background: #02acab
}

.link-1.peach:after {
    background: #fea680
}

.link-1.hot-pink:after {
    background: #fe65b7
}

.link-1.coral:after {
    background: #f63341
}

.link-1.grey:after {
    background: #aab8c1
}

.link-2 {
    position: relative;
    text-decoration: none;
    display: inline-block;
    color: inherit;
    padding: 0 1px;
    transition: color ease .3s
}

.link-2:after,
.link-2:before {
    content: '';
    position: absolute;
    background-color: #222;
    z-index: -1;
    height: 2px
}

.link-2:before {
    width: 0%;
    left: 0;
    bottom: 0;
    transition: width ease .4s
}

.link-2:after {
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all ease .6s
}

.link-2:hover:before {
    width: 100%
}

.link-2:hover:after {
    left: 100%;
    width: 0%;
    transition: all ease .2s
}

.link-2.light:after,
.link-2.light:before {
    background: #fff;
    color: #111
}

.link-2.blue:after,
.link-2.blue:before {
    background: #0100ff
}

.link-2.green:after,
.link-2.green:before {
    background: #00b388
}

.link-2.red:after,
.link-2.red:before {
    background: #ff322e
}

.link-2.yellow:after,
.link-2.yellow:before {
    background: #ffcc2f
}

.link-2.pink:after,
.link-2.pink:before {
    background: #f94877
}

.link-2.purple:after,
.link-2.purple:before {
    background: #548
}

.link-2.tango:after,
.link-2.tango:before {
    background: #e1523d
}

.link-2.aqua:after,
.link-2.aqua:before {
    background: #09f
}

.link-2.navy:after,
.link-2.navy:before {
    background: #414f5a
}

.link-2.leather:after,
.link-2.leather:before {
    background: #ab9878
}

.link-2.azure:after,
.link-2.azure:before {
    background: #02acab
}

.link-2.peach:after,
.link-2.peach:before {
    background: #fea680
}

.link-2.hot-pink:after,
.link-2.hot-pink:before {
    background: #fe65b7
}

.link-2.coral:after,
.link-2.coral:before {
    background: #f63341
}

.link-2.grey:after,
.link-2.grey:before {
    background: #aab8c1
}

.button {
    border: 2px solid #222;
    font-family: inherit;
    font-size: 16px;
    line-height: 1;
    color: #222;
    text-decoration: none;
    background: 0 0;
    cursor: pointer;
    padding: 16px 32px;
    margin: 10px 20px 0 0;
    display: inline-block;
    outline: 0;
    position: relative;
    transition: all .3s;
    overflow: hidden
}

.button:only-child {
    margin-right: 0
}

.button.small {
    font-size: 13px;
    padding: 8px 20px
}

.button.rounded {
    border-radius: 50px
}

.button.soft-rounded {
    border-radius: 5px
}

.button.rounded-soft {
    border-radius: 4px
}

.button:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #222;
    content: '';
    position: absolute;
    z-index: -1;
    transition: all .3s
}

.button:active,
.button:hover {
    color: #fff !important
}

.button:active {
    transition: all .1s;
    transform: scale(.9);
    outline: 0
}

.button:active:after,
.button:hover:after {
    width: 100%
}

.button.light {
    border-color: #fff
}

.button.light:after {
    background: #fff
}

.button.light:active,
.button.light:hover {
    color: #111 !important
}

.button.blue {
    border-color: #0100ff;
    color: #0100ff
}

.button.blue:after {
    background: #0100ff
}

.button.green {
    border-color: #00b388;
    color: #00b388
}

.button.green:after {
    background: #00b388
}

.button.red {
    border-color: #ff322e;
    color: #ff322e
}

.button.red:after {
    background: #ff322e
}

.button.yellow {
    border-color: #ffcc2f;
    color: #ffcc2f
}

.button.yellow:after {
    background: #ffcc2f
}

.button.pink {
    border-color: #f94877;
    color: #f94877
}

.button.pink:after {
    background: #f94877
}

.button.purple {
    border-color: #548;
    color: #548
}

.button.purple:after {
    background: #548
}

.button.tango {
    border-color: #e1523d;
    color: #e1523d
}

.button.tango:after {
    background: #e1523d
}

.button.aqua {
    border-color: #09f;
    color: #09f
}

.button.aqua:after {
    background: #09f
}

.button.navy {
    border-color: #414f5a;
    color: #414f5a
}

.button.navy:after {
    background: #414f5a
}

.button.leather {
    border-color: #ab9878;
    color: #ab9878
}

.button.leather:after {
    background: #ab9878
}

.button.azure {
    border-color: #02acab;
    color: #02acab
}

.button.azure:after {
    background: #02acab
}

.button.peach {
    border-color: #fea680;
    color: #fea680
}

.button.peach:after {
    background: #fea680
}

.button.hot-pink {
    border-color: #fe65b7;
    color: #fe65b7
}

.button.hot-pink:after {
    background: #fe65b7
}

.button.coral {
    border-color: #f63341;
    color: #f63341
}

.button.coral:after {
    background: #f63341
}

.button.grey {
    border-color: #aab8c1;
    color: #aab8c1
}

.button.grey:after {
    background: #aab8c1
}

.button i {
    display: inline-block;
    margin-right: 5px
}

.button i.right {
    margin-right: 0;
    margin-left: 5px
}

.button i:before {
    font-size: 120%
}

.highlight {
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    background: #111
}

.highlight.light {
    background: #fff;
    color: #111
}

.highlight.blue {
    background: #0100ff
}

.highlight.green {
    background: #00b388
}

.highlight.red {
    background: #ff322e
}

.highlight.yellow {
    background: #ffcc2f
}

.highlight.pink {
    background: #f94877
}

.highlight.purple {
    background: #548
}

.highlight.tango {
    background: #e1523d
}

.highlight.aqua {
    background: #09f
}

.highlight.navy {
    background: #414f5a
}

.highlight.leather {
    background: #ab9878
}

.highlight.azure {
    background: #02acab
}

.highlight.peach {
    background: #fea680
}

.highlight.hot-pink {
    background: #fe65b7
}

.highlight.coral {
    background: #f63341
}

.highlight.grey {
    background: #aab8c1
}

.text.blue {
    color: #0100ff
}

.text.green {
    color: #00b388
}

.text.red {
    color: #ff322e
}

.text.yellow {
    color: #ffcc2f
}

.text.pink {
    color: #f94877
}

.text.purple {
    color: #548
}

.text.tango {
    color: #e1523d
}

.text.aqua {
    color: #09f
}

.text.navy {
    color: #414f5a
}

.text.leather {
    color: #ab9878
}

.text.azure {
    color: #02acab
}

.text.peach {
    color: #fea680
}

.text.hot-pink {
    color: #fe65b7
}

.text.coral {
    color: #f63341
}

.text.grey {
    color: #aab8c1
}

#typed-strings {
    display: none
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink .7s infinite;
    animation: blink .7s infinite
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@media screen and (min-width:768px) {
    body {
        font-size: 19px
    }
    .profile-image {
        max-height: 128px
    }
    .profile-image.small {
        max-height: 92px
    }
    .profile-image.big {
        max-height: 192px
    }
    h1 {
        font-size: 4vw;
        line-height: 1
    }
}

@media screen and (min-width:1200px) {
    .content-wrap {
        width: 50%
    }
    .button.huge {
        font-size: 20px;
        padding: 22px 40px
    }
}

@media screen and (min-width:1600px) {
    .content-wrap {
        width: 50%
    }
    .content {
        padding: 6em 0
    }
}