body {
    background: #ffeddb;
    margin: 0;
    padding: 0;
    color: #1b2947;
    font-size: 20px;
    line-height: 1.6;
    font-family: 'ZCOOL XiaoWei', Georgia, serif;
}

.no-transition {
    transition: none
}

.yes-transition {
    transition: transform 500ms cubic-bezier(.645, .045, .355, 1)
}

a {
    color: #e96f92
}

p.q {
    font-size: 1.2em
}

p {
    margin: .5em 0
}

.small {
    font-size: .8em
}

p.small {
    margin: 0
}

nav {
    position: absolute;
    width: 100%;
    z-index: 2;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.ContactMenu {
    position: absolute;
    width: 100%;
    z-index: 2;
    padding: 20px 20px;
    box-sizing: border-box;
    text-align: right
}

main  {
    visibility: hidden;
    position: relative;
}

#contact, #about {
    font-family: 'ZCOOL XiaoWei', 'Avenir Next', 'Segoe ui', Ubuntu, sans-serif;
}

.ContactMenu-link {
    color: #ffeddb;
    font-family: 'ZCOOL XiaoWei', 'Avenir Next', 'Segoe ui', Ubuntu, sans-serif;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 10px;
    margin: 0 10px;
    font-size: .8em;
}

.ContactMenu-link span {
    transition: color 80ms, background-position 80ms ease-in;
    background: linear-gradient(180deg, transparent 94%, #e96f92 94%, #e96f92 100%);
    background-repeat: repeat-x;
    background-position: 0 10px;
    display: inline-block;
    padding-bottom: 10px
}

.ContactMenu-link:first-child {
    margin-left: 0
}

.ContactMenu-link:last-child {
    margin-right: 0
}

.ContactMenu-link:hover span {
    transition: color 80ms, background-position 80ms ease-out;
    background-position: 0 0;
    color: #e96f92
}

.x {
    color: #ffeddb;
    font-family: 'ZCOOL XiaoWei', 'Avenir Next', 'Segoe ui', Ubuntu, sans-serif;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 40px;
    margin: 0 10px;
}

.x span {
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
}

.x span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    display: block;
    background: #e96f92;
    transform: scale(1, 0) translate3d(0, -10px, 0);
    transition: transform 80ms ease-in
}

.x:first-child {
    margin-left: 0
}

.x:last-child {
    margin-right: 0
}

.x:hover span {
    transition: color 80ms;
    color: #e96f92;
}

.x:hover span::after {
    transition: transform 80ms ease-out;
    transform: scale(1, 1) translate3d(0, 0, 0)
}

.x:active span {
    transition: none;
    color: #54fad4;
}

.x:active span::after {
    background-color: #54fad4;
    transition: none;
    transform: scale(1, 1.2) translate3d(0, 0, 0)
}

.u {
    text-align: center
}

.Header {
    position: relative;
    min-height: 300px;
    height: 75vh;
    margin-bottom: 90px
}

.Scene {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.s {
    position: relative;
    width: 100%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    height: 150px;
    overflow: hidden;
    pointer-events: none
}

.v {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #75517d;
    background: linear-gradient(#1b2947, #282f51, #36365a, #443c63, #52426b, #614973, #704f7b, #815482, #935988, #a55d8d, #b86291, #cb6692, #dd6b93, #ec7691, #f18c90, #f3a195, #f3b6a0, #f3c9b2, #f3dcc7, #ffeddb)
}

.Scene-stars {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.Scene-mountains {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    margin-bottom: -150px;
    opacity: 0;
    transition: opacity 100ms
}

.ScrollWrapper {
    position: relative;
}

#footer {
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    padding: 3px 10px;
    font-size: 14px;
    color: #333;
    text-align: center;
}

/*#footer a {*/
/*    color: #ffeddb;*/
/*}*/

.t {
    margin-bottom: 0
}

.h {
    font-family: 'Avenir Next', 'Segoe ui', Ubuntu, sans-serif;
    color: #54fad4;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-top: -50px;
    letter-spacing: .2em;
    font-size: 45px;
    line-height: 1.4;
    font-weight: bold
}

.e {
    display: block;
    height: 1em;
    margin-bottom: .2em
}

.f {
    display: block;
    font-size: .6em;
    color: #ffeddb;
    height: 1em;
    letter-spacing: .2em;
    margin-bottom: 15px
}

.d {
    position: relative;
    width: 0;
    margin-left: auto;
    margin-right: auto
}

.c {
    position: absolute;
    right: 10px;
    margin-right: -.2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.b {
    position: absolute;
    left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

section {
    padding-bottom: 70px;
    margin-bottom: 50px;
    position: relative;
}

section::after {
    content: '';
    display: block;
    width: 300px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -150px;
    background: rgba(117, 81, 125, 0.15)
}

h2 {
    text-align: center;
    font-family: 'Avenir Next', 'Segoe ui', Ubuntu, sans-serif;
    font-size: 40px;
    margin: 0;
    padding-top: 30px;
    margin-bottom: 30px;
}

h2::after {
    content: '';
    background: url("separator.svg") no-repeat;
    display: block;
    width: 67px;
    height: 17px;
    margin: 13px auto 0 auto
}

h3 {
    margin: 0;
    font-family: 'Avenir Next', 'Segoe ui', Ubuntu, sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 1
}

.p {
    width: 700px;
    margin: 0 auto
}

.Works {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    padding-top: 20px
}

.Work {
    display: block;
    margin-bottom: 60px;
    font-size: 0;
}

.Work:last-child {
    margin-bottom: 30px
}

.m {
    line-height: 1.2
}

.l {
    font-family: serif;
    font-style: italic;
    font-size: 20px;
    color: #75517d;
    font-weight: normal
}

.j {
    position: relative;
    display: inline-block;
    width: 50%;
    text-align: right;
    vertical-align: middle;
    box-sizing: border-box;
    padding-right: 25px;
    font-size: 20px
}

.k {
    margin-top: 1em;
    margin-bottom: 1.2em
}

.i {
    border-radius: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 6px solid #fff;
    width: 400px;
    height: 300px;
    background: rgba(117, 81, 125, 0.1);
    margin-right: -250px;
    margin-left: 25px;
    position: relative;
    box-shadow: 1px 4px 25px rgba(117, 81, 125, 0.15);
}

.i img {
    width: 100%
}

.Work-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.Work-video--playing {
    display: block
}

.Work-video--paused {
    display: none
}

.o {
    display: inline-block;
    background: #e96f92;
    font-size: .85em;
    padding: 10px 20px;
    color: #ffeddb;
    font-family: 'Avenir Next', 'Segoe ui', Ubuntu, sans-serif;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 3px 7px 20px rgba(117, 81, 125, 0.2);
    transition: background 120ms, color 120ms, transform 20ms;
}

.o:hover {
    background: #1b2947;
    color: #e96f92
}

.o:active {
    background: #54fad4;
    color: #1b2947;
    transition: none
}

.o:first-child {
    margin-right: 10px
}

.Work:nth-child(odd) .j {
    left: 50%;
    text-align: left;
    padding-right: 0;
    padding-left: 25px
}

.Work:nth-child(odd) .i {
    left: -50%;
    margin-left: -85px
}

.Email {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 5px auto 40px auto;
    font-size: 30px
}

.Social {
    margin-top: 5px
}

.r {
    line-height: 2
}

.y {
    font-family: 'Avenir Next', 'Segoe ui', Ubuntu, sans-serif;
    text-decoration: none;
    color: #1b2947;
    background: linear-gradient(180deg, transparent 94%, #e96f92 94%, #e96f92 100%);
    background-repeat: repeat-x;
    background-position: 0 10px;
    transition: background-position 80ms ease-in, color 80ms;
}

.y strong {
    color: #e96f92;
    transition: color 80ms
}

.y:hover strong {
    color: #1b2947
}

.y:hover {
    background-position: 0 0;
    transition: background-position 80ms ease-out, color 80ms
}

@media (max-width: 950px) and (min-width: 769px) {
    .Work:nth-child(n) .i {
        width: 300px;
        height: 225px;
        margin-left: 25px
    }

    .Work:nth-child(even) .j {
        padding-right: 15px
    }
}

@media (max-width: 768px) {
    .v {
        background-size: 100% 97%;
        background-repeat: repeat-x;
        background-color: #ffeddb
    }

    .x {
        font-size: 16px;
        margin: 0;
        padding: 10px 20px
    }

    body {
        font-size: 16px
    }

    section {
        padding-bottom: 50px;
        margin-bottom: 30px
    }

    .Header {
        height: 75vh;
        margin-bottom: 60px
    }

    .p {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box
    }

    .h {
        font-size: 40px
    }

    h2 {
        font-size: 35px;
        line-height: 1;
        padding-top: 30px;
    }

    h2::after {
        margin-top: 18px;
        transform: scale(.8, .8)
    }

    .d {
        width: 100%;
        text-align: center
    }

    .c, .b {
        margin-right: 0;
        position: static
    }

    .h {
        letter-spacing: 0;
        /*text-transform: none*/
    }

    .f {
        letter-spacing: 0;
        /*text-transform: none;*/
        font-size: .7em
    }

    .Scene-mountains {
        height: 200px;
        margin-bottom: -100px
    }

    .s {
        height: 100px
    }

    .t {
        margin-bottom: 0
    }

    .Email {
        font-size: 18px;
        margin: 10px 0 25px 0
    }

    .Work:nth-child(n) {
        position: relative;
        padding-top: 340px;
        margin-bottom: 100px;
        padding-top: 260px;
        margin-bottom: 60px;
    }

    .Work:nth-child(n):last-child {
        margin-bottom: 20px
    }

    .Work:nth-child(n) .j, .Work:nth-child(n) .i {
        display: block;
        margin: 0;
        left: auto;
        right: auto;
        padding: 0
    }

    .Work:nth-child(n) .j {
        width: 100%;
        text-align: center;
        font-size: 16px
    }

    .Work:nth-child(n) .i {
        position: absolute;
        top: 0;
        left: 50%;
        width: 300px;
        margin-left: -156px;
        height: 225px
    }

    .r {
        font-size: 18px
    }
}
