@charset "utf-8";
/* Resets & Utility Classes */
* {
    padding: 0;
    margin: 0;
}
.none {
    display: none;
}
.img-responsive {
    width: 100%;
    height: auto;
    display: inline-block;
}
/* Utility Classes */
hr {
    border: 0;
    border-bottom: 1px solid #eaeaea;
    margin: 50px 0;
    max-width: 1280px;
}
hr.equalize.height {
    margin-top: 65px;
}
hr.equalize.width {
    width: calc(100% - 12px);
}
/* Tag Styles */
body {
    font-family: 'Montserrat', sans-serif;
    /*font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-family: futura-pt, sans-serif;*/
    background: #1e1e1e;
    line-height: 1;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    color: #f1f1f1;
}
a:hover {
    color: #fbae08;
}
h2 {
    font-size: 32px;
    line-height: 1.125;
    letter-spacing: 0;
    color: #f1f1f1;
    font-weight: 600;
}
h3 {
    font-weight: normal;
    font-size: 24px;
}
/* Content Container Styles */
div#content-container {
    max-width: 1200px;
    margin: 0 auto;
}
/* Header Styles */
body section#opening {
    font-size: 48px;
    font-weight: 400;
    z-index: 3;
    color: #f5f5f5;
    left: 0;
    padding: 64px 0;
    margin-top: 108px;
    border-bottom: 1px solid #888;
}
body section#opening p {
    line-height: 1.33;
}
body section#opening p.availability {
    line-height: 1.33;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    margin-top: 32px;
    margin-bottom: 32px;
}
body section#about a, body section#opening a {
    margin-right: 16px;
    fill: #f5f5f5;
    font-size: 32px;
    height: 32px;
    display: inline-block;
}
body section#about a:hover, body section#opening a:hover {
    fill: #fbae08;
    transition: fill 0.5s ease;
}
body section#about a::before, body section#opening a::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.25s linear;
    opacity: 0;
    border-radius: 5px;
}
body section#about a:hover::before, body section#opening a:hover::before {
    opacity: 1;
}
header {
    position: fixed;
    top: 0;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    background-color: #1e1e1e;
    z-index: 999;
    border-bottom: 1px solid #888;
}
.logo {
    display: flex;
    align-items: center;
}
.logo img {
    width: 64px;
    height: 64px;
}
.capstone {
    margin-left: 20px;
    color: #f5f5f5;
    line-height: 22px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.5s;
}
.capstone .name {}
.capstone .title {
    font-size: 14px;
    font-weight: 400;
    color: #888;
}
.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.navigation li {
    margin-left: 32px;
}
.navigation li a {
    text-decoration: none;
    color: #f1f1f1;
    position: relative;
}
.navigation li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, #fed700, #f78510);
    transition: width 0.3s ease;
}
.navigation li a:hover {}
.navigation li a:hover::after {
    width: 100%;
}
section#about {
    border-top: 1px solid #888;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0;
}
section#about .bio {
    flex: 2;
    padding-right: 128px;
    font-size: 24px;
    color: #f1f1f1;
    line-height: 1.33;
    align-self: flex-start;
    font-weight: 300;
}
section#about .bio h2 span {
    color: #888;
    font-weight: 400;
    font-size: 24px;
}
section#about .bio p, section#about .bio ul {
    margin-top: 32px;
    font-size: 18px;
    line-height: 1.5;
}
section#about .bio p:last-of-type {
    margin-bottom: 32px;
}
section#about .bio ul li {
    margin-left: 18px;
}
section#about .bio p a {}
section#about .headshot.desktop {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-right: 10px;
}
section#about .headshot.mobile {
    display: none;
}
.headshot img {
    max-width: 100%;
    height: auto;
    border: 10px solid #333;
}
section#work div.project {
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0 50px;
}
section#work div.project:last-child {
    padding: 100px 0;
}
section#work div.project div.name {
    font-weight: bold;
    text-transform: uppercase;
}
section#work div.project div.link {
    margin-top: 32px;
}
section#work div.project .link:hover, section#work div.project .link:hover a {
    color: #fbae08;
}
section#work div.project div.info {
    flex: 1;
    padding-right: 64px;
    font-size: 18px;
    color: #f1f1f1;
    line-height: 1.5;
    align-self: center;
}
.arrow-right {
    position: relative;
    width: 10px;
    height: 5px;
    display: inline-block;
}
.arrow-right::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 20px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 16px solid #f1f1f1;
    transition: all 0.5s;
}
.arrow-right::after {
    content: "";
    position: absolute;
    top: 0%;
    left: 10px;
    width: 15px;
    height: 3px;
    background-color: #f1f1f1;
    transform: translateY(-50%);
    transition: all 0.5s;
}
section#work div.project div.link:hover .arrow-right::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 20px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 16px solid #fbae08;
}
section#work div.project div.link:hover .arrow-right::after {
    content: "";
    position: absolute;
    top: 0%;
    left: 10px;
    width: 15px;
    height: 3px;
    background-color: #fbae08;
    transform: translateY(-50%);
}
section#work div.project div.info div {
    display: block;
}
section#work div.project div.info div.role {}
section#work div.project div.info div.agency a {}
section#work div.project div.info div.agency a:hover {
    color: #fbae08;
}
section#work div.project div.info div.description {
    margin-top: 32px;
}
section#work div.project div.screenshot {
    flex: 2;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: #f1f1f1;
    width: 100%;
    height: 550px;
    margin-left: 32px;
    margin-right: 2px;
    border-radius: 32px;
    border: 16px solid #1e1e1e;
    outline: 2px solid #ddd;
    box-sizing: border-box;
    overflow: hidden;
}
@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        section#work div.project div.screenshot {
            border: 16px solid #111;
            outline: none;
        }
    }
}
section#work div.project div.screenshot img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}
a.current {
    color: #fff;
    border-bottom: 2px solid #fed700;
}
a:hover {
    color: #fff; /*border-bottom: 2px solid #fed700;*/
}
a.go-to-top {
    display: none;
    background: #fbae08;
    position: fixed;
    right: 16px;
    bottom: 16px;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    width: 48px;
    height: 32px;
    text-align: center;
    padding: 24px 5px 0 5px;
    border-radius: 8px;
}
a.go-to-top i.arrow-up {
    color: #fff;
    border: solid #000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    padding: 5px;
}
a.go-to-top:hover {}
div.button {
    color: #000;
    cursor: pointer;
    display: block;
    padding: 10px 15px;
    margin: 25px 0;
    position: relative;
    border: 0 solid;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to right, #fed700, #f78510);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
div.button:hover {
    color: #000 !important;
    background-color: transparent;
    text-shadow: none;
}
div.button:hover:before {
    bottom: 0%;
    top: auto;
    height: 100%;
}
div.button:before {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 0px;
    width: 100%;
    z-index: -1;
    content: '';
    color: #000 !important;
    background: linear-gradient(to right, #fed700, #f78510);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
/* Begin Home Page */
section#tiles {
    /*margin:50px 100px;*/
}
.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 20px;
}
.column {
    flex: 50%;
    max-width: 50%;
    box-sizing: border-box;
}
.column:nth-child(odd).full {
    flex: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border-right: 0;
}
.column img {
    vertical-align: middle;
}
.container {
    position: relative;
    width: 100%;
}
.image {
    display: block;
    width: 100%;
    height: auto;
}
/* End Home Page */
footer {
    width: 100%;
    padding: 50px;
    text-align: center;
    box-sizing: border-box;
    border-top: 1px solid #888;
}
footer img {
    width: 64px;
    display: inline;
}
footer p.legal {
    color: #aaa;
    font-size: 10px;
    margin-top: 25px;
    letter-spacing: 0.5px;
    margin-left: -0.5%;
}
@media screen and (max-width:1280px) {
    a.go-to-top {
        display: block;
    }
    body.home section#projects div.project div.application {
        /*display:none;*/
    }
    body.home section#projects div.project div.logo {
        width: 300px;
        height: 300px;
        flex: 0 0 300px;
    }
    body.home section#projects div.project div.logo img {
        width: 250px;
        height: 250px;
    }
    body.home section#projects div.project div.application {
        width: 300px;
        height: 300px;
        flex: 0 0 300px;
    }
}
@media screen and (max-width:1280px) {
    header {
        left: 0;
        transform: none;
        width: auto;
    }
    header div.logo img {
        width: 48px;
        height: 48px;
    }
    header {
        margin: 0 30px;
    }
    div#content-container {
        margin: 0 32px;
    }
    body section#opening {
        font-size: 32px;
        padding: 48px 0;
        margin-top: 92px;
    }
    section#work div.project div.screenshot {
        border-radius: 24px;
        border: 12px solid #1e1e1e;
    }
    section#work div.project div.screenshot img {
        border-radius: 12px;
    }
    @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) {
            section#work div.project div.screenshot {
                border: 12px solid #111;
                outline: none;
            }
        }
    }
    section#work div.project, section#work div.project:last-child {
        flex-direction: column;
        padding: 32px 0;
    }
    section#work div.project div.info {
        order: 2;
        padding-right: 0;
        align-self: flex-start;
        margin-top: 32px;
    }
    section#work div.project div.info div.description, section#work div.project div.link {
        margin-top: 16px;
    }
    section#work div.project div.info div.description {
        max-width: 600px;
    }
    section#work div.project div.link {
        margin-bottom: 16px;
    }
    section#work div.project div.screenshot {
        order: 1;
        margin-left: 0;
        margin-top: 32px;
    }
    section#about {
    padding: 32px 0;
}    
    section#about .bio {
        padding-right: 0;
        max-width: 800px;
    }
    section#about .headshot.desktop {
        display: none;
    }
    section#about .headshot.mobile {
        display: block;
        max-width: 400px;
        margin-top: 32px;
    }
    section#about .headshot.mobile img {
        border: 8px solid #333;
        box-sizing: border-box;
    }
    section#about .headshot.desktop {
        display: none;
    }
}
@media screen and (max-width:600px) {
    header {
        margin: 0 16px;
    }
    div#content-container {
        margin: 0 18px;
    }
    body section#opening {
        padding: 54px 0;
        margin-top: 76px;
    }
    .navigation li {
        margin-left: 16px;
    }
    .capstone {
        margin-left: 16px;
    }
    header div.logo img {
        width: 32px;
        height: 32px;
    }
    .capstone .title {
        display: none;
    }
    section#work div.project div.screenshot {
        border-radius: 16px;
        border: 8px solid #1e1e1e;
    }
    section#work div.project div.screenshot img {
        border-radius: 8px;
    }
    @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) {
            section#work div.project div.screenshot {
                border: 8px solid #111;
            }
        }
    }
}