@font-face {
    font-family: 'Regular';
    src: url('/content/HelveticaNowText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Semibold';
    src: url('/content/HelveticaNowText-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Medium';
    src: url('/content/HelveticaNowText-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
body {
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
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-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
html, body {
    padding:0;
    margin:0;
    font-size: calc(1em + 1vw);
}
::selection {
    color: rgba(255,255,255,.99);
    background: rgba(0,0,0,.99);
}
::-moz-selection {
    color: rgba(255,255,255,.99);
    background: rgba(0,0,0,.99);
}
.no-scroll::-webkit-scrollbar {
    display: none;
}
.no-scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.website-black {
    background: #2a2f34;
    background-image: url(/img/background.gif);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    image-rendering: pixelated;
    transition: all .5s ease-out;
}
.website-white {
    background: #f7f6ee;
}
.text-white {
    color: #f7f6ee;
}
.text-white-outline {
    -webkit-text-stroke: 2px #f7f6ee;
    color: transparent;
}
.text-black {
    color: #2a2f34;
}
.text-black-outline {
    -webkit-text-stroke: 2px #2a2f34;
    color: transparent;
}
.text-gray {
    color: #888888;
}
.text-black-outline {
    -webkit-text-stroke: 2px #888888;
    color: transparent;
}
.underline {
    text-decoration: underline;
}
.hide-text-block {
    position: relative;
    display: block;
    overflow: hidden;
}
h1 {
    font-family:'Semibold';
    position: fixed;
    line-height: 110%;
    letter-spacing: -2px;
    font-size: 3.2em;
    font-size: 18vm;
    font-size: 18vmin;
}
@media screen and (max-width: 767px) {
    h1 {
        line-height: 130%;
    }
}
h2 {
    font-family:'Semibold';
    line-height: 140%;
    font-size: 100px;
    font-size: 2.222em;
}
h3 {
    font-family:'Medium';
    line-height: 120%;
    font-size: 64px;
}
h4 {
    font-family:'Semibold';
    line-height: 140%;
    font-size: 48px;
    font-size: 40px;
    margin: 16vh 0 4vh 0;
    margin: 24vh 0 4vh 0;
}
@media screen and (max-width: 767px) {
    h4 {
        font-size: 30px;
    }
}
h5 {
    font-family:'Semibold';
    line-height: 140%;
    font-size: 36px;
    font-size: 30px;
    margin: 12vh 0 5vh 0;
    margin: 12vh 0 3vh 0;
}
@media screen and (max-width: 767px) {
    h5 {
        font-size: 20px;
    }
}
h6 {
    font-family: "Semibold";
    line-height: 140%;
    font-size: 24px;
    margin: 8vh 0 2vh 0;
}
p {
    line-height: 170%;
    font-family:'Regular';
    font-size: 18px;
    margin-bottom: 3vh;
}
p.size-small {
    font-family: "Medium";
    font-size: 16px;
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    p.size-small {
        font-size: 14px;
    }
}
.size-medium {
    line-height: 180%;
    font-size: 20px;
}
.size-large {
    line-height: 160%;
    font-size: 24px;
    margin-bottom: 4vh;
}
b {
    font-family: "Medium";
}
i {
    font-style:italic;
}
ul {
    line-height: 180%;
    font-family:'Regular';
    font-size: 18px;
    margin-bottom: 5vh;
}
li {
    margin-left: 3vh;
}
blockquote {
    line-height: 170%;
    font-family:'Regular';
    font-size: 18px;
    color: #666666;
    margin: 6vmin 0;
    padding: 10px 20px 10px 30px;
    border-left:4px solid #dddddd;
}
a, a:after, a:visited {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}
a.text-white, a.text-white:after, a.text-white:visited {
    color: #fff;
}
a.text-white-outline, a.text-white-outline:after, a.text-white-outline:visited {
    -webkit-text-stroke: 2px #fff;
    color: transparent;
}
.hover-20, .hover--20 {
    transition: all .5s cubic-bezier(0.2, 0.6, 0.2, 1);
}
.hover-20:hover {
    margin-left: 20px;
    transition: all .5s cubic-bezier(0.2, 0.6, 0.2, 1);
}
.hover--20:hover {
    margin-left: -20px;
    transition: all .5s cubic-bezier(0.2, 0.6, 0.2, 1);
}
@media screen and (max-width: 767px) {
    .hover-20:hover {
        margin-left: 0px;
    }
    .hover--20:hover {
        margin-left: 0px;
    }
}
.hover-40, .hover--40 {
    transition: all .5s cubic-bezier(0.2, 0.6, 0.2, 1);
}
.hover-40:hover {
    margin-left: 40px;
    transition: all .5s cubic-bezier(0.2, 0.6, 0.2, 1);
}
.hover--40:hover {
    margin-left: -40px;
    transition: all .5s cubic-bezier(0.2, 0.6, 0.2, 1);
}
@media screen and (max-width: 767px) {
    .hover-40:hover {
        margin-left: 0px;
    }
    .hover--40:hover {
        margin-left: 0px;
    }
}
.hover-80, .hover--80 {
    transition: all .5s cubic-bezier(0.2, 0.6, 0.2, 1);
}
.hover-80:hover {
    margin-left: 80px;
    transition: all .5s cubic-bezier(0.2, 0.6, 0.2, 1);
}
.hover--80:hover {
    margin-left: -80px;
    transition: all .5s cubic-bezier(0.2, 0.6, 0.2, 1);
}
@media screen and (max-width: 767px) {
    .hover-80:hover {
        margin-left: 0px;
    }
    .hover--80:hover {
        margin-left: 0px;
    }
}
img {
    max-width: 100%;
    max-height: 100%;
    pointer-events: none !important;
}
video {
    display: block;
    max-width: 100%;
    height: auto;
}
.top-bottom-margin {
    margin: 40vh 0 20vh 0;
    margin: 35vh 0 20vh 0;
    margin: 35vh 0 30vh 0;
}
.max-width {
    max-width: 68%;
    max-width: 21.5em;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .max-width {
        max-width: 100%;
        max-width: 86%;
    }
}
.logo {
    float: right;
}
.logo-inner {
    position: fixed;
    top: 10%;
    z-index: 999;
}
@media screen and (max-width: 767px) {
    .logo-inner {
        top: 5%;
        left: 75%;
    }
}
.label-logo:after {
    font-family:"Semibold";
    font-size: 30px;
    content:"///";
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .label-logo:after{
        cursor: pointer;
        content:"/home/";
        font-size: 20px;
    }
}
.label-logo:hover:after{
    content:"/home/";
    cursor: pointer;
    white-space: nowrap;
}
@media screen and (max-width: 767px) {
    .label-logo:hover:after{
        cursor: pointer;
        content:"/home/";
    }
}
.label-logo{
    -webkit-animation:fadelogo .8s cubic-bezier(0.2, 0.6, 0.2, 1);
    -moz-animation:fadelogo .8s cubic-bezier(0.2, 0.6, 0.2, 1);
    animation:fadelogo .8s cubic-bezier(0.2, 0.6, 0.2, 1);
    -webkit-animation-fill-mode:backwards;
    -moz-animation-fill-mode:backwards;
    animation-fill-mode:backwards;
}
@-webkit-keyframes fadelogo {
    0% {
        -webkit-transform: translateY(10vh);
    }
    100% {
        -webkit-transform: translateY(0vh);
    }
}
@keyframes fadelogo {
    0% {
        opacity: 0;
        transform: translateY(10vh);
    }
    100% {
        opacity: 1;
        transform: translateY(0vh);
    }
}
.vertical-center {
    position: absolute;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.label-white:after {
    color: #f7f6ee;
    transition: 0.35s;
}
.label-white:hover:after {
    -webkit-text-stroke: 2px #f7f6ee;
    color: transparent;
    transition: 0.35s;
}
.label-black:after {
    color: #2a2f34;
    transition: 0.35s;
}
.label-black:hover:after {
    -webkit-text-stroke: 2px #2a2f34;
    color: transparent;
    transition: 0.35s;
}
.label-hello:after{
    cursor: pointer;
    content:"Hello,";
}
.label-hello:hover:after{
    cursor: pointer;
    content:"/about/";
}
.label-iam:after{
    cursor: pointer;
    content:"I am";
}
.label-iam:hover:after{
    cursor: pointer;
    content:"/work/";
}
.label-matt:after{
    cursor: pointer;
    content:"Matt.";
}
.label-matt:hover:after{
    cursor: pointer;
    content:"/contact/";
}
.label-error:after{
    cursor: pointer;
    content:"error";
}
.label-error:hover:after{
    cursor: pointer;
    content:"/home/";
}
.animate {
    -webkit-animation:animate .6s cubic-bezier(0.2, 0.6, 0.2, 1);
    -moz-animation:animate .6s cubic-bezier(0.2, 0.6, 0.2, 1);
    animation:animate .6s cubic-bezier(0.2, 0.6, 0.2, 1);
    -webkit-animation-fill-mode:backwards;
    -moz-animation-fill-mode:backwards;
    animation-fill-mode:backwards;
}
@-webkit-keyframes animate {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@keyframes animate {
    0% {
        opacity: 0;
        transform: translateY(30vh);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
.delay02 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.delay04 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.delay06 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.delay08 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.delay10 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.delay12 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
@media screen and (min-width: 768px) {
    .hide-mobile {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .hide-web {
        display: none;
    }
    .toggle-mobile-second {
        display: none;
    }
    .mobile-tap-area {
        background: transparent;
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .tap-indication {
        text-align: center;
        width: 100%;
        font-family:"Medium";
        color: #fafafa;
        position: fixed;
        bottom: 4%;
        font-size: 0.6em;
        font-size: 3.6vm;
        font-size: 3.6vmin;
        animation: bounce 1s infinite alternate;
        -webkit-animation:bounce .5s cubic-bezier(.5, .6, .6, 1) infinite alternate;
        -moz-animation:bounce .5s cubic-bezier(.5, .6, .6, 1) infinite alternate;
        animation:bounce .5s cubic-bezier(.5, .6, .6, 1) infinite alternate;
    }
    @keyframes bounce {
        from {
            transform: translateY(0px);
        }
        to {
            transform: translateY(-8px);
        }
    }
    @-webkit-keyframes bounce {
        from {
            transform: translateY(0px);
        }
        to {
            transform: translateY(-8px);
        }
    }
}
.max-width-left-70 {
    max-width: 70%;
}
@media screen and (max-width: 767px) {
    .max-width-left-70 {
        max-width: 100%;
    }
}
.label-email:after{
    content:"hackhab@gmail.com";
}
.work-block {
    margin: 12vh 0;
}
@media screen and (max-width: 767px) {
    .work-block {
        margin-top: 10vh 0;
    }
}
.block-image-overflow {
    width: 100%;
    overflow: hidden;
}
.max-width-70 {
    max-width: 70%;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .max-width-70 {
        max-width: 100%;
        margin: auto;
    }
}
.links a {
    display: block;
    margin: 4vh 0;
    font-family: "Medium";
    font-size: 19px;
}
.images {
    margin: 8vh 0;
}
@media screen and (max-width: 767px) {
    .images {
        margin: 4vh 0;
    }
}
.images img {
    margin: 4vh 0;
}
@media screen and (max-width: 767px) {
    .images img {
        margin: 2vh 0;
    }
}
.video {
    margin: 8vh 0;
}
@media screen and (max-width: 767px) {
    .video {
        margin: 4vh 0;
    }
}
.fancy {
    position: fixed;
    top: 10%;
    left: 5%;
    z-index: 999;
    background: transparent;
    border: none;
    padding: .3rem;
    color: white;
    font-size: 30px;
    font-family: 'Semibold';
    transition: all .5s cubic-bezier(0.2, 0.6, 0.2, 1);
}
.fancy:hover {
    cursor: pointer;
    content: '/fancy mode/';
    color: white;
    transform: translateX(.2rem);
}

@media screen and (max-width: 767px) {
    .fancy {
        top: 4.4%;
        font-size: 20px;
    }
}
.abuse {
    background-color: rgba(255, 255, 255, 0.06);
    color: #f7f6ee;
    overflow:hidden;
    padding: .3rem;
}
.abuse-name {
    border: 2px solid #384dea; 
    border-width: 1px;
    font-size: 30px;
    border-radius: 18px;
    margin-top: 20px;
    width: 80%;
}
.abuse-text {
    border: 2px solid #384dea; 
    border-width: 1px;
    font-size: 17px;
    width: 80%;
    border-radius: 18px;
    margin-top: 20px;
    resize: vertical;
    height: 300px;
}
.abuse-button {
    border: none;
    cursor: pointer;
    background-color: transparent;
    font-size: 30px;
    margin-top: 0px;
}
