.Footer {
    background-color: #fafafa;
    padding: 40px 20px
}

.Footer .footer_content {
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 0 auto
}

.Footer .footer_content .contentbox {
    margin-right: 40px;
    margin-bottom: 20px;
    color: grey;
    font-size: 16px
}

@media (min-width: 768px) {
    .Footer .footer_content .contentbox {
        margin-right:160px
    }
}

.Footer .footer_content .contentbox .item {
    margin-bottom: 20px
}

.Footer .copyright {
    max-width: 1140px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 22px;
    color: #b4b4b4;
    padding: 10px 0
}

.About {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

@media (min-width: 768px) {
    .About .content {
        padding:50px
    }
}

.About .content .intro {
    margin: 0 auto;
    max-width: 680px;
    padding: 0 20px
}

.About .content .intro .title {
    font-size: 30px;
    font-weight: 600
}

@media (min-width: 768px) {
    .About .content .intro .title {
        font-size:40px
    }
}

.About .content .intro .subtitle {
    font-size: 18px;
    line-height: 28px
}

@media (min-width: 768px) {
    .About .content .intro .subtitle {
        font-size:20px
    }
}

.About .content .intro .para {
    padding: 20px 0;
    color: #505a62;
    font-size: 14px;
    line-height: 24px
}

@media (min-width: 768px) {
    .About .content .intro .para {
        font-size:16px
    }
}

.About .content .introvideo {
    position: relative;
    padding: 25px 0 56.25%;
    height: 0;
    margin: 0 auto;
    max-width: 1140px
}

.About .content .introvideo iframe {
    padding: 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.About .content .introimg {
    margin: 0 auto;
    height: 420px;
    max-width: 1366px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

@media (min-width: 768px) {
    .About .content .introimg {
        height:640px
    }
}

.About .content .posts {
    margin: 0 auto;
    max-width: 680px;
    padding: 0 20px
}

.About .content .posts .post {
    padding: 20px 0;
    margin-top: 20px
}

.About .content .posts .post .title {
    font-size: 24px;
    font-weight: 600
}

@media (min-width: 768px) {
    .About .content .posts .post .title {
        font-size:28px
    }
}

.About .content .posts .post .para {
    padding: 20px 0;
    color: #505a62;
    font-size: 14px;
    line-height: 24px
}

@media (min-width: 768px) {
    .About .content .posts .post .para {
        font-size:16px
    }
}

.About .content .posts .post .image {
    width: 100%
}

.Home {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.Home .intro_section {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px
}

.Home .intro_section .left_col {
    width: 100%
}

@media (min-width: 768px) {
    .Home .intro_section .left_col .intro,.Home .intro_section .left_col .name,.Home .intro_section .left_col .title {
        max-width:500px
    }
}

.Home .intro_section .left_col .name {
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
    -webkit-animation: nameIn 1s cubic-bezier(.15,.93,.72,.94) forwards;
    animation: nameIn 1s cubic-bezier(.15,.93,.72,.94) forwards
}

@media (min-width: 768px) {
    .Home .intro_section .left_col .name {
        font-size:40px;
        margin-top: 70px
    }
}

@-webkit-keyframes nameIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30px,0,0);
        transform: translate3d(-30px,0,0)
    }

    70% {
        opacity: 1
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes nameIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30px,0,0);
        transform: translate3d(-30px,0,0)
    }

    70% {
        opacity: 1
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.Home .intro_section .left_col .title {
    font-size: 30px;
    font-weight: 700;
    color: #2385ff;
    margin-bottom: 30px;
    -webkit-animation: titleIn 2s cubic-bezier(.15,.93,.72,.94) .1s forwards;
    animation: titleIn 2s cubic-bezier(.15,.93,.72,.94) .1s forwards;
    opacity: 0;
    -webkit-transform: translate3d(-50px,0,0);
    transform: translate3d(-50px,0,0)
}

@media (min-width: 768px) {
    .Home .intro_section .left_col .title {
        font-size:40px;
        margin-bottom: 70px
    }
}

@-webkit-keyframes titleIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px,0,0);
        transform: translate3d(-50px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes titleIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px,0,0);
        transform: translate3d(-50px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.Home .intro_section .left_col .intro {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 22px;
    -webkit-animation: introIn 2s cubic-bezier(.15,.93,.72,.94) .2s forwards;
    animation: introIn 2s cubic-bezier(.15,.93,.72,.94) .2s forwards;
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
    transform: translate3d(0,30px,0)
}

@media (min-width: 768px) {
    .Home .intro_section .left_col .intro {
        font-size:20px;
        line-height: 28px;
        margin-bottom: 70px
    }
}

@-webkit-keyframes introIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,30px,0);
        transform: translate3d(0,30px,0)
    }

    30% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes introIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,30px,0);
        transform: translate3d(0,30px,0)
    }

    30% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.Home .project_section {
    max-width: 1920px;
    margin: 0 auto
}

.Home .project_section .project_animation-enter {
    opacity: 0;
    z-index: 1
}

.Home .project_section .project_animation-enter.project_animation-enter-active {
    opacity: 1;
    -webkit-transition: opacity .25s ease-in .25s;
    transition: opacity .25s ease-in .25s
}

.Home .project_section .project_animation-exit {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.Home .project_section .project_animation-exit.project_animation-exit-active {
    opacity: 0;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
    -webkit-transition: opacity .25s ease-out,-webkit-transform .15s cubic-bezier(.57,-.61,.6,.97);
    transition: opacity .25s ease-out,-webkit-transform .15s cubic-bezier(.57,-.61,.6,.97);
    transition: transform .15s cubic-bezier(.57,-.61,.6,.97),opacity .25s ease-out;
    transition: transform .15s cubic-bezier(.57,-.61,.6,.97),opacity .25s ease-out,-webkit-transform .15s cubic-bezier(.57,-.61,.6,.97)
}

.Home .project_section .project_wrapper {
    cursor: pointer
}

.Home .project_section .project_wrapper .project {
    height: 420px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden
}

@media (min-width: 550px) {
    .Home .project_section .project_wrapper .project {
        height:560px
    }
}

.Home .project_section .project_wrapper .project .background {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s
}

.Home .project_section .project_wrapper .project .background.increase {
    -webkit-transform: scale3d(1.5,1.5,1);
    transform: scale3d(1.5,1.5,1)
}

.Home .project_section .project_wrapper .project .splash_cont {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0
}

.Home .project_section .project_wrapper .project .splash_cont.splash {
    -webkit-animation: splashOut .15s forwards;
    animation: splashOut .15s forwards
}

@-webkit-keyframes splashOut {
    0% {
        opacity: .6
    }

    to {
        opacity: 0
    }
}

@keyframes splashOut {
    0% {
        opacity: .6
    }

    to {
        opacity: 0
    }
}

.Home .project_section .project_wrapper .project .content {
    max-width: 1140px;
    margin: 0 auto;
    padding: 30px 20px
}

@media (min-width: 550px) {
    .Home .project_section .project_wrapper .project .content {
        padding:50px 20px
    }
}

.Home .project_section .project_wrapper .project .content .title {
    font-size: 22px;
    font-weight: 600;
    position: relative
}

@media (min-width: 550px) {
    .Home .project_section .project_wrapper .project .content .title {
        font-size:40px
    }
}

.Home .project_section .project_wrapper .project .content .subtitle {
    font-size: 18px;
    line-height: 30px;
    position: relative
}

@media (min-width: 550px) {
    .Home .project_section .project_wrapper .project .content .subtitle {
        font-size:22px
    }
}

.Project {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

@media (min-width: 768px) {
    .Project .content {
        padding:50px
    }
}

.Project .content .intro {
    margin: 0 auto;
    max-width: 680px;
    padding: 0 20px
}

.Project .content .intro .title {
    font-size: 30px;
    font-weight: 600
}

@media (min-width: 768px) {
    .Project .content .intro .title {
        font-size:40px
    }
}

.Project .content .intro .subtitle {
    font-size: 18px;
    line-height: 28px
}

@media (min-width: 768px) {
    .Project .content .intro .subtitle {
        font-size:20px
    }
}

.Project .content .intro .para {
    padding: 20px 0;
    color: #505a62;
    font-size: 14px;
    line-height: 24px
}

@media (min-width: 768px) {
    .Project .content .intro .para {
        font-size:16px
    }
}

.Project .content .introvideo {
    position: relative;
    padding: 25px 0 56.25%;
    height: 0;
    margin: 0 auto;
    max-width: 1140px
}

.Project .content .introvideo iframe {
    padding: 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.Project .content .introimg {
    margin: 0 auto;
    height: 420px;
    max-width: 1366px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

@media (min-width: 768px) {
    .Project .content .introimg {
        height:640px
    }
}

.Project .content .posts {
    margin: 0 auto;
    max-width: 680px;
    padding: 0 20px
}

.Project .content .posts .post {
    padding: 20px 0;
    margin-top: 20px
}

.Project .content .posts .post .title {
    font-size: 24px;
    font-weight: 600
}

@media (min-width: 768px) {
    .Project .content .posts .post .title {
        font-size:28px
    }
}

.Project .content .posts .post .para {
    padding: 20px 0;
    color: #505a62;
    font-size: 14px;
    line-height: 24px
}

@media (min-width: 768px) {
    .Project .content .posts .post .para {
        font-size:16px
    }
}

.Project .content .posts .post .image {
    width: 100%
}

.Project .nextproject {
    margin: 0 20px 60px
}

.Project .nextproject .holder {
    background-color: #f6f6f6;
    padding: 20px 30px;
    border-radius: 20px;
    max-width: 900px;
    text-align: center;
    margin: 0 auto
}

@media (min-width: 768px) {
    .Project .nextproject .holder {
        padding:30px 40px
    }
}

.Project .nextproject .holder .message {
    font-size: 18px
}

@media (min-width: 768px) {
    .Project .nextproject .holder .message {
        font-size:20px
    }
}

.Project .nextproject .holder .title {
    font-size: 24px;
    font-weight: 600
}

@media (min-width: 768px) {
    .Project .nextproject .holder .title {
        font-size:40px
    }
}

.FourOhFour {
    position: absolute;
    bottom: 0
}

.FourOhFour,.Nav {
    top: 0;
    right: 0;
    left: 0
}

.Nav {
    width: 100%;
    height: 70px;
    position: fixed;
    background-color: #fff;
    z-index: 2
}

.Nav .nav_inner_cont {
    display: flex;
    align-items: center;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    height: 70px
}

.Nav .nav_inner_cont .left_col {
    width: 25%
}

@media (min-width: 768px) {
    .Nav .nav_inner_cont .left_col {
        width:50%
    }
}

.Nav .nav_inner_cont .left_col .content {
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px
}

.Nav .nav_inner_cont .left_col .content .logo img {
    width: 45px
}

.Nav .nav_inner_cont .left_col .content .email {
    display: none
}

@media (min-width: 768px) {
    .Nav .nav_inner_cont .left_col .content .email {
        display:block
    }
}

.Nav .nav_inner_cont .left_col .content .phone {
    display: none
}

@media (min-width: 768px) {
    .Nav .nav_inner_cont .left_col .content .phone {
        display:block
    }
}

.Nav .nav_inner_cont .right_col {
    width: 75%;
    display: flex;
    align-items: center
}

@media (min-width: 768px) {
    .Nav .nav_inner_cont .right_col {
        width:50%
    }
}

.Nav .nav_inner_cont .right_col ul {
    padding: 0;
    margin: 0 0 0 auto
}

.Nav .nav_inner_cont .right_col ul li {
    list-style: none;
    display: inline-block;
    padding: 0 25px;
    font-size: 20px;
    -webkit-transition: text-shadow .5s;
    transition: text-shadow .5s
}

.Nav .nav_inner_cont .right_col ul li.active {
    text-shadow: 1px 0 0 #000
}

.ghostnav {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    background-color: rgba(0,0,0,0)
}

*,:after,:before {
    box-sizing: inherit
}

html {
    box-sizing: border-box
}

[contenteditable],input[type] {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

body,h1,h2,h3,h4,h5,h6,p {
    margin: 0;
    font-size: 1rem;
    font-weight: 400
}

a {
    text-decoration: none;
    color: inherit
}

b {
    font-weight: 400
}

em,i {
    font-style: normal
}

a:focus,input:focus {
    outline: 0
}

fieldset,input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    padding: 0;
    margin: 0;
    min-width: 0;
    font-size: 1rem;
    font-family: inherit
}

input::-ms-clear {
    display: none
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none
}

svg {
    display: inline-flex
}

img {
    max-width: 100%;
    display: block
}

button,input[type=reset],input[type=submit] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit
}

body {
    margin: 0;
    padding: 0;
    font-family: Work Sans,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: scroll
}

.App {
    top: 0
}

.App,.App .page_content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0
}

.App .page_content {
    top: 70px
}

.App .page_content .page_fade-enter {
    opacity: 0;
    z-index: 1
}

.App .page_content .page_fade-enter.page_fade-enter-active {
    opacity: 1;
    -webkit-transition: opacity .25s ease-in .25s;
    transition: opacity .25s ease-in .25s
}

.App .page_content .page_fade-exit {
    opacity: 1;
    z-index: 1
}

.App .page_content .page_fade-exit.page_fade-exit-active {
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out
}

/*# sourceMappingURL=main.26a5c630.chunk.css.map */
