@font-face {
    font-family: "Din Pro Bold";
    src: url(../fonts/DINPro-Bold.ttf) format("truetype"), url(../fonts/DINPro-Bold.otf) format("opentype")
}

@font-face {
    font-family: "Din Pro Medium";
    src: url(../fonts/DINPro-Medium.ttf) format("truetype"), url(../fonts/DINPro-Medium.otf) format("opentype")
}

@font-face {
    font-family: "Din Pro Light";
    src: url(../fonts/DINPro-Light.ttf) format("truetype"), url(../fonts/DINPro-Light.otf) format("opentype")
}

@font-face {
    font-family: "Klinic Slab Bold";
    font-weight: 700;
    src: url(../fonts/KlinicSlabBold.otf) format("opentype")
}

@font-face {
    font-family: "Klinic Slab Light";
    src: url(../fonts/KlinicSlabLight.otf) format("opentype")
}

@font-face {
    font-family: "Klinic Slab Book Italic";
    src: url(../fonts/KlinicSlabBookIt.otf) format("opentype")
}

::selection {
    background: #000;
    color: #71bfb5
}

.main {
    position: absolute;
    cursor: default;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #161616
}

.main .instructions {
    opacity: 0;
    transition: opacity .5s
}

.main .instructions p {
    text-align: center
}

.main .instructions.show {
    opacity: 1
}

.main .bold {
    font-family: "Klinic Slab Bold"
}

.main .dash {
    display: block;
    width: 39px;
    height: 5px;
    background-color: #fff;
    margin: 3px 0 20px
}

.main .main-header,
.main .project-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.main .arrow-down {
    cursor: pointer;
    color: #fff;
    font-size: 44px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.main h1,
.main h2,
.main h5 {
    margin: 0
}

.main h1,
.main h2,
.main h3 {
    font-family: "Din Pro Bold", Helvetica;
    font-weight: 300;
    margin-bottom: 15px
}

.main h1 {
    font-size: 77px
}

.main h2 {
    font-size: 67px
}

.main h3 {
    font-size: 47px
}

.main h5 {
    font-family: "Klinic Slab Book Italic", monospace;
    font-weight: 100;
    font-size: 37px;
    color: #71bfb5
}

.main p {
    font-family: "Klinic Slab Light";
    color: #ddd;
    text-align: left;
    font-size: 19px;
    line-height: 1.2em;
    margin: 15px 0 30px
}

.main p.sub-text,
.main ul {
    font-family: "Klinic Slab Book Italic"
}

.main p.sub-text {
    font-size: 16px;
    margin: 5px 0
}

.main .main-header {
    margin-top: 20vh;
    margin-bottom: 20vh;
    -ms-flex-align: center;
    align-items: center
}

.main .main-header h1,
.main .main-header h2 {
    color: #fff
}

.main .main-header.space-btwn {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main .project-header {
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 30px
}

.main .project-header h5 {
    color: #71bfb5;
    text-align: left
}

.main .project-header .dash {
    width: 30px;
    margin: 0 0 10px;
    height: 4px
}

.main .project-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.main .project-body .project-display {
    padding-left: 20px;
    -ms-flex: 2;
    flex: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.main .project-body .project-info {
    -ms-flex: 1;
    flex: 1;
    padding-right: 20px
}

.main .project-body video {
    width: 100%
}

.main .project-body.white .project-title,
.main .project-body.white p {
    color: #000
}

.main .project-body.white .dash {
    background-color: #000
}

.main .project-title {
    font-size: 40px;
    margin-bottom: 10px;
    color: #fff
}

.main .project-subtitle {
    font-size: 29px;
    color: #fff
}

.main .project-year {
    font-size: 19px;
    margin-bottom: 10px
}

.main .feature-list {
    list-style: none;
    color: #71bfb5;
    text-transform: uppercase;
    font-family: "Din Pro Bold"
}

.main .feature-list li {
    margin: 3px 0;
    text-align: left;
    font-size: 15px
}

.main .social-icons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 4vh 5vh
}

.main .social-icons a {
    color: #fff;
    width: 36px;
    margin: 0 36px
}

.main .social-icons a svg {
    fill: #fff;
    transition: .2s fill
}

.main .social-icons a svg:hover {
    fill: #71bfb5
}

.main .social-icons a:first-child {
    margin-left: 0
}

.main .social-icons a:last-child {
    margin-right: 0
}

.main .social-icons a:hover {
    color: #71bfb5
}

.main ul {
    list-style: none;
    color: #ddd;
    font-size: 43px
}

.main .accent {
    font-family: "Din Pro Bold";
    text-transform: uppercase;
    color: #71bfb5
}

.main li {
    margin: 40px 0
}

.reveal .controls .navigate-left {
    border-right-color: #555
}

.reveal .controls .navigate-right {
    border-left-color: #555
}

.reveal .controls .navigate-up {
    border-bottom-color: #555
}

.reveal .controls .navigate-down {
    border-top-color: #555
}

.contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.contact h3 {
    color: #ddd;
    font-size: 37px;
    font-family: "Klinic Slab Book Italic";
    margin-bottom: 30px
}

.contact a {
    text-decoration: none;
    color: #fff;
    font-size: 23px;
    font-family: "Din Pro Bold"
}

.contact a .main-btn {
    padding: 13px 19px;
    background-color: #71bfb5;
    border-radius: 3px
}

.contact a .main-btn:active {
    background-color: #6dafa6
}

.project-image-imac {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translateY(-50%) translateX(-50%)
}

@media (max-width:767px) {
    .main .project-body .dash {
        width: 20px;
        margin: 0 0 8px;
        height: 3px
    }

    .main .project-body .project-title {
        font-size: 29px
    }

    .main .project-body .project-subtitle {
        font-size: 23px
    }

    .main .project-body .project-display,
    .main .project-body .project-info {
        -ms-flex: 1;
        flex: 1;
        position: relative
    }
}

@media (max-width:767px),
only screen and (orientation:portrait) {
    .main .project-body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about-items li {
        font-size: 5vw
    }

    .project-image-imac {
        position: relative;
        transform: none;
        left: 0;
        top: 0
    }

    .feature-list {
        text-align: left;
        line-height: 1
    }

    .feature-list li {
        display: inline
    }

    .feature-list li:after {
        content: ", "
    }

    .feature-list li:last-child:after {
        content: ""
    }
}

@media screen and (max-device-width:480px) and (orientation:portrait) {
    .main .main-header {
        margin: 20vh 0
    }

    .main .main-header .dash {
        height: .5vh
    }

    .main .main-header h1 {
        font-size: 7vh
    }

    .main .main-header h2 {
        font-size: 6vh
    }

    .main .main-header h5 {
        font-size: 4vh
    }

    .main .main-header .arrow-down {
        margin-top: 10vh;
        font-size: 4vh
    }

    .main .instructions p {
        font-size: 2.5vh
    }

    .main .social-icons a {
        width: 72px;
        margin: 0 4vw
    }

    .main .project-body .dash {
        width: 40px;
        margin: 0 0 .5vh;
        height: 5px
    }

    .main .project-body .project-title {
        font-size: 4vh;
        margin-bottom: .5vh
    }

    .main .project-body .project-subtitle {
        font-size: 3vh
    }

    .main .project-body .project-display,
    .main .project-body .project-info {
        -ms-flex: 1;
        flex: 1;
        position: relative
    }

    .main .project-body .project-description {
        font-size: 2.5vh;
        margin: 3vh 0
    }

    .main .project-body p.sub-text {
        font-size: 2.1vh;
        margin-top: 3vh
    }

    .main .project-body .feature-list {
        margin-bottom: 2vh
    }

    .main .project-body .feature-list li {
        font-size: 2vh;
        margin: 0vh
    }

    .main .contact h3 {
        font-size: 57px;
        margin-bottom: 100px
    }

    .main .contact a {
        font-size: 43px
    }

    .main .contact a .main-btn {
        padding: 23px 29px
    }
}