From b8643cd8fcf6fc470e495d618660558fe55492ad Mon Sep 17 00:00:00 2001 From: Brittany Chiang Date: Thu, 27 Apr 2017 20:25:10 -0400 Subject: [PATCH] add crowd dj to portfolio --- README.md | 2 +- _data/portfolio.yml | 43 ++++++++++++----------- _includes/github_btn.html | 4 +++ _includes/resume_btn.html | 4 +-- _scss/partials/_blockBtn.scss | 12 +++---- css/main.css | 2 +- img/portfolio/.DS_Store | Bin 6148 -> 6148 bytes img/portfolio/crowddj/crowddj-mobile.jpg | Bin 0 -> 19586 bytes img/portfolio/crowddj/crowddj-tablet.jpg | Bin 0 -> 11651 bytes img/portfolio/crowddj/crowddj.jpg | Bin 0 -> 39660 bytes index.html | 1 + 11 files changed, 38 insertions(+), 30 deletions(-) create mode 100644 _includes/github_btn.html create mode 100644 img/portfolio/crowddj/crowddj-mobile.jpg create mode 100644 img/portfolio/crowddj/crowddj-tablet.jpg create mode 100644 img/portfolio/crowddj/crowddj.jpg diff --git a/README.md b/README.md index 5a00723..65d109e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Hello! Thanks for checking out the repo for my latest portfolio website. This we ## Getting started - `npm install` -- `gulp` to start a dev server +- `gulp serve` to start a dev server - `gulp build` for prod ## What I used diff --git a/_data/portfolio.yml b/_data/portfolio.yml index e9d6984..6a10af7 100644 --- a/_data/portfolio.yml +++ b/_data/portfolio.yml @@ -1,25 +1,28 @@ -- title: HackerNews Theme Redesign - demo: https://github.com/bchiang7/hackernews-userstyles - code: https://github.com/bchiang7/hackernews-userstyles - description: Upon coming across the Stylish Chrome Extension, I decided to fork a theme for HackerNews to tweak myself. I've always enjoyed reading the articles on HackerNews, but always hated actually looking at the website. The content is good, but the styling is awful. So, I whipped up some quick CSS to make the site easier on the eyes while maintaining a similar look to the original style. Give the theme a try by following the instructions in the github repo linked above. - img: hackernews +- title: Crowd DJ + demo: https://github.com/crowddj/crowddj-react + code: https://github.com/crowddj/crowddj-react + description: Crowd DJ is a web app that allows people who are at a party or social gathering with a DJ (who uses Spotify) to request songs via their smartphones. The web app allows people to see the currently playing song, request songs, upvote songs, and rate songs so the DJ can see how the crowd is feeling and act accordingly. In other words, Crowd DJ is essentially a crowdsourced music queue. + img: crowddj used: - - thing: CSS + - thing: React.js + - thing: Sass + - thing: Firebase + - thing: Spotify API -- title: Weather Widget - demo: http://quiet-dusk-89245.herokuapp.com/ - code: https://github.com/bchiang7/DemoWebApp - description: A simple weather app I made at HubSpot's Fall 2016 Web App Workshop utilizing Node.js, Express, and Heroku. I used the OpenWeatherMap API to get weather and forecast data, and then used the current city's coordinates to create a map background that reflected the current city using the Google Maps API. - img: weather - used: - - thing: OpenWeatherMap API - - thing: Google Maps API - - thing: JavaScript - - thing: jQuery - - thing: CSS - - thing: Node.js - - thing: Express - - thing: Heroku +# - title: Weather Widget +# demo: http://quiet-dusk-89245.herokuapp.com/ +# code: https://github.com/bchiang7/DemoWebApp +# description: A simple weather app I made at HubSpot's Fall 2016 Web App Workshop utilizing Node.js, Express, and Heroku. I used the OpenWeatherMap API to get weather and forecast data, and then used the current city's coordinates to create a map background that reflected the current city using the Google Maps API. +# img: weather +# used: +# - thing: OpenWeatherMap API +# - thing: Google Maps API +# - thing: JavaScript +# - thing: jQuery +# - thing: CSS +# - thing: Node.js +# - thing: Express +# - thing: Heroku - title: Screentime 2.0 demo: https://play.google.com/store/apps/details?id=com.starry.management diff --git a/_includes/github_btn.html b/_includes/github_btn.html new file mode 100644 index 0000000..4fbbc57 --- /dev/null +++ b/_includes/github_btn.html @@ -0,0 +1,4 @@ + + See more projects + github + diff --git a/_includes/resume_btn.html b/_includes/resume_btn.html index c207075..63752f8 100644 --- a/_includes/resume_btn.html +++ b/_includes/resume_btn.html @@ -1,4 +1,4 @@ - View my full résumé - download resume + View my full résumé + download resume diff --git a/_scss/partials/_blockBtn.scss b/_scss/partials/_blockBtn.scss index c963c59..4d2703e 100644 --- a/_scss/partials/_blockBtn.scss +++ b/_scss/partials/_blockBtn.scss @@ -17,33 +17,33 @@ &:hover, &:focus { background: $blue; transition: all 0.3s ease; - .resume-text { + .text { opacity: 0; visibility: hidden; transform: translate3D(0, 4em, 0) scale(.25); } - .resume-img { + .icon { opacity: 1; visibility: visible; transform: translate3D(0, 0, 0) scale(1); } } - .resume-text, - .resume-img { + .text, + .icon { position: absolute; top: 0; left: 0; right: 0; text-align: center; } - .resume-text { + .text { margin: 40px auto; opacity: 1; visibility: visible; transition: transform .4s cubic-bezier(.425, -.195, .005, 1.215), opacity .13333s linear, -webkit-transform .4s cubic-bezier(.425, -.195, .005, 1.215); transform: scale(1); } - .resume-img { + .icon { width: 50px; margin: 25px auto; opacity: 0; diff --git a/css/main.css b/css/main.css index ca63d8d..4b0e3ca 100644 --- a/css/main.css +++ b/css/main.css @@ -1 +1 @@ -@font-face{font-family:'Chronicle Display Bold';src:url(../fonts/chronicle-display/ChronicleDisplay-Bold.eot);src:url(../fonts/chronicle-display/ChronicleDisplay-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/chronicle-display/ChronicleDisplay-Bold.woff2) format("woff2"),url(../fonts/chronicle-display/ChronicleDisplay-Bold.woff) format("woff"),url(../fonts/chronicle-display/ChronicleDisplay-Bold.ttf) format("truetype"),url(../fonts/chronicle-display/ChronicleDisplay-Bold.svg#ChronicleDisplay-Bold) format("svg");font-weight:700;font-style:normal}@font-face{font-family:Whitney;src:url(../fonts/whitney/whitney-book.woff2) format("woff2"),url(../fonts/whitney/whitney-book.woff) format("woff"),url(../fonts/whitney/whitney-book.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Whitney;src:url(../fonts/whitney/whitney-bookitalic.woff2) format("woff2"),url(../fonts/whitney/whitney-bookitalic.woff) format("woff"),url(../fonts/whitney/whitney-bookitalic.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Whitney;src:url(../fonts/whitney/whitney-medium.woff2) format("woff2"),url(../fonts/whitney/whitney-medium.woff) format("woff"),url(../fonts/whitney/whitney-medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Whitney;src:url(../fonts/whitney/whitney-mediumitalic.woff2) format("woff2"),url(../fonts/whitney/whitney-mediumitalic.woff) format("woff"),url(../fonts/whitney/whitney-mediumitalic.ttf) format("truetype");font-weight:500;font-style:italic}@font-face{font-family:Whitney;src:url(../fonts/whitney/whitney-bold.woff2) format("woff2"),url(../fonts/whitney/whitney-bold.woff) format("woff"),url(../fonts/whitney/whitney-bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Gotham;src:url(../fonts/gotham/Gotham-Book.eot);src:url(../fonts/gotham/Gotham-Book.eot?#iefix) format("embedded-opentype"),url(../fonts/gotham/Gotham-Book.woff2) format("woff2"),url(../fonts/gotham/Gotham-Book.woff) format("woff"),url(../fonts/gotham/Gotham-Book.ttf) format("truetype"),url(../fonts/gotham/Gotham-Book.svg#Gotham-Book) format("svg");font-weight:400;font-style:normal}@font-face{font-family:Gotham;src:url(../fonts/gotham/Gotham-Medium.eot);src:url(../fonts/gotham/Gotham-Medium.eot?#iefix) format("embedded-opentype"),url(../fonts/gotham/Gotham-Medium.woff2) format("woff2"),url(../fonts/gotham/Gotham-Medium.woff) format("woff"),url(../fonts/gotham/Gotham-Medium.ttf) format("truetype"),url(../fonts/gotham/Gotham-Medium.svg#Gotham-Medium) format("svg");font-weight:500;font-style:normal}@font-face{font-family:Gotham;src:url(../fonts/gotham/Gotham-Bold.eot);src:url(../fonts/gotham/Gotham-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/gotham/Gotham-Bold.woff2) format("woff2"),url(../fonts/gotham/Gotham-Bold.woff) format("woff"),url(../fonts/gotham/Gotham-Bold.ttf) format("truetype"),url(../fonts/gotham/Gotham-Bold.svg#Gotham-Bold) format("svg");font-weight:700;font-style:normal}#dot-nav{position:fixed;right:34px;z-index:1;top:50%;bottom:auto;transform:translateY(-50%);visibility:hidden;opacity:0;transition:visibility 0s,opacity .5s ease}#dot-nav.active{visibility:visible;opacity:1;transition:visibility 0s,opacity .5s ease}@media only screen and (max-width:768px){#dot-nav{display:none}}#dot-nav .dot-container{text-align:right}#dot-nav a{display:inline-block;-webkit-backface-visibility:hidden}#dot-nav a::after{clear:both;content:"";display:table}#dot-nav a span{float:right;display:inline-block;transform:scale(.6)}#dot-nav a:focus span,#dot-nav a:hover span{transform:scale(.75)}#dot-nav a:focus .dot-label,#dot-nav a:hover .dot-label{opacity:1}#dot-nav a.is-selected .dot{background-color:#00b7c7}#dot-nav .dot{position:relative;top:7px;height:20px;width:20px;border-radius:50%;background:rgba(255,255,255,.25);transition:transform .2s,background-color .5s;transform-origin:50% 50%}#dot-nav .dot-label{position:relative;top:3px;padding:.4em .5em;color:#f2f2f2;font-family:Gotham,Helvetica,Arial,sans-serif;font-size:1em;font-weight:500;text-transform:uppercase;opacity:0;transition:transform .2s,opacity .2s;transform-origin:100% 50%}#toggle{position:fixed;top:25px;right:25px;height:27px;width:30px;cursor:pointer;z-index:100;display:none;transition:opacity .25s ease}@media only screen and (max-width:768px){#toggle{display:block}}#toggle:focus,#toggle:hover{opacity:.7}#toggle.active .line{background:#f2f2f2}#toggle.active .top{transform:translateY(10px) translateX(0) rotate(45deg)}#toggle.active .middle{opacity:0}#toggle.active .bottom{transform:translateY(-10px) translateX(0) rotate(-45deg)}#toggle .line{background:#f2f2f2;border:none;border-radius:30px;cursor:pointer;width:100%;height:3px;position:absolute;top:0;left:0;transition:all .35s ease}#toggle .line.middle{top:10px}#toggle .line.bottom{top:20px}.overlay{position:fixed;background:rgba(0,183,199,.95);top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;overflow:hidden;z-index:10;transition:all .3s ease}@media only screen and (max-width:768px){.overlay.open{height:100%;z-index:10;opacity:1;visibility:visible;overflow:hidden}.overlay.open .menu-item{animation:fadeInTop .5s ease forwards;animation-delay:.35s}.overlay.open .menu-item:nth-of-type(2){animation-delay:.4s}.overlay.open .menu-item:nth-of-type(3){animation-delay:.45s}.overlay.open .menu-item:nth-of-type(4){animation-delay:.5s}.overlay.open .menu-item:nth-of-type(5){animation-delay:.55s}.overlay.open .menu-item:nth-of-type(6){animation-delay:.6s}.overlay.open .menu-item:nth-of-type(7){animation-delay:.65s}}.overlay .logo{color:#f2f2f2;font-family:"Chronicle Display Bold",Georgia,serif;font-size:30px;margin:14px 20px}@media only screen and (max-width:400px){.overlay .logo{font-size:24px;margin:17px 20px}}.overlay .logo .logo-img{width:35px;margin-right:10px;position:relative;top:5px}@media only screen and (max-width:400px){.overlay .logo .logo-img{width:30px;top:5px}}.overlay .overlay-menu{position:relative;height:70%;transform:translateY(-50%);top:45%;font-size:1.5em;font-family:Gotham,Helvetica,Arial,sans-serif;font-weight:700;text-align:center}.overlay .overlay-menu .menu-container{list-style:none;padding:0;margin:0 auto;display:inline-block;position:relative;height:100%}.overlay .overlay-menu .menu-container .menu-item{display:block;height:14.25%;height:calc(100% / 7);min-height:50px;position:relative;opacity:0}.overlay .overlay-menu .menu-container .menu-item a{position:relative;color:#f2f2f2;text-decoration:none;text-transform:uppercase;overflow:hidden}.overlay .overlay-menu .menu-container .menu-item a:after,.overlay .overlay-menu .menu-container .menu-item a:before{content:'';position:absolute;width:0;height:2px;top:50%;background:#f2f2f2;margin-top:-2px;left:-3px}.overlay .overlay-menu .menu-container .menu-item a:after{transition:width .7s cubic-bezier(.22,.61,.36,1)}.overlay .overlay-menu .menu-container .menu-item a:focus:after,.overlay .overlay-menu .menu-container .menu-item a:focus:before,.overlay .overlay-menu .menu-container .menu-item a:hover:after,.overlay .overlay-menu .menu-container .menu-item a:hover:before{width:105%}.overlay .overlay-menu .menu-container .menu-item a:focus:before,.overlay .overlay-menu .menu-container .menu-item a:hover:before{transition:width .5s cubic-bezier(.22,.61,.36,1)}.overlay .overlay-menu .menu-container .menu-item a:focus:after,.overlay .overlay-menu .menu-container .menu-item a:hover:after{background:0 0;transition:0s}@keyframes fadeInTop{0%{opacity:0;bottom:20%}100%{opacity:1;bottom:0}}.block-btn{display:block;width:100%;min-height:100px;overflow:hidden;color:#f2f2f2;position:relative;background:#00909c;font-family:Gotham,Helvetica,Arial,sans-serif;font-size:1em;font-weight:700;text-transform:uppercase;text-align:center;letter-spacing:1px;overflow:hidden;transition:background-color .5s linear}.block-btn:focus,.block-btn:hover{background:#00b7c7;transition:all .3s ease}.block-btn:focus .resume-text,.block-btn:hover .resume-text{opacity:0;visibility:hidden;transform:translate3D(0,4em,0) scale(.25)}.block-btn:focus .resume-img,.block-btn:hover .resume-img{opacity:1;visibility:visible;transform:translate3D(0,0,0) scale(1)}.block-btn .resume-img,.block-btn .resume-text{position:absolute;top:0;left:0;right:0;text-align:center}.block-btn .resume-text{margin:40px auto;opacity:1;visibility:visible;transition:transform .4s cubic-bezier(.425,-.195,.005,1.215),opacity .13333s linear;transform:scale(1)}.block-btn .resume-img{width:50px;margin:25px auto;opacity:0;visibility:hidden;transition:transform .4s cubic-bezier(.425,-.195,.005,1.215),opacity .4s linear;transform:translate3D(0,-4em,0) scale(0)}#intro-section .intro-wrapper{padding:0;padding-bottom:20px}#intro-section .intro-wrapper .intro-body{width:100%;height:101vh;overflow:hidden;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}@keyframes reveal-up{0%{opacity:1;transform:translateY(100%)}100%{opacity:1;transform:translateY(0)}}@keyframes reveal-down{0%{opacity:1;transform:translateY(-100%)}100%{opacity:1;transform:translateY(0)}}@keyframes loading-mask{0%,100%{transform:scaleX(0)}40%,60%{transform:scaleX(1)}}#intro-section .intro-wrapper .intro-body .intro-content{text-align:center;padding:0 5%;width:100%;position:relative;top:-5%}#intro-section .intro-wrapper .intro-body .intro-content .btn,#intro-section .intro-wrapper .intro-body .intro-content .heading,#intro-section .intro-wrapper .intro-body .intro-content .heading .name,#intro-section .intro-wrapper .intro-body .intro-content .subtext{opacity:0;animation-duration:.8s;animation-delay:.3s;animation-fill-mode:forwards}.no-cssanimations #intro-section .intro-wrapper .intro-body .intro-content .btn,.no-cssanimations #intro-section .intro-wrapper .intro-body .intro-content .heading,.no-cssanimations #intro-section .intro-wrapper .intro-body .intro-content .heading .name,.no-cssanimations #intro-section .intro-wrapper .intro-body .intro-content .subtext{opacity:1}#intro-section .intro-wrapper .intro-body .intro-content .heading{font-size:4.5em;font-weight:700;position:relative;padding-bottom:10px;color:transparent;overflow:hidden;opacity:1}@media only screen and (max-width:768px){#intro-section .intro-wrapper .intro-body .intro-content .heading .name:before{top:calc(100% + 18px)}}@media only screen and (max-width:480px){#intro-section .intro-wrapper .intro-body .intro-content .heading{font-size:4em}}#intro-section .intro-wrapper .intro-body .intro-content .heading:after{content:attr(data-content);position:absolute;top:0;left:0;height:100%;width:100%;color:#f2f2f2;animation-name:reveal-up;animation-fill-mode:backwards;animation-duration:.4s;animation-delay:.7s}#intro-section .intro-wrapper .intro-body .intro-content .heading .name{position:relative;display:inline-block;opacity:1}#intro-section .intro-wrapper .intro-body .intro-content .heading .name:before{content:'';position:absolute;top:calc(100% + 8px);left:-1em;height:2px;width:calc(100% + 2em);background-color:#f2f2f2;animation:loading-mask 1s .3s both}#intro-section .intro-wrapper .intro-body .intro-content .action-wrapper{overflow:hidden}#intro-section .intro-wrapper .intro-body .intro-content .action-wrapper .subtext{position:relative;margin:0;padding:0;animation-name:reveal-down;animation-duration:.4s;animation-delay:.7s}#intro-section .intro-wrapper .intro-body .intro-content .action-wrapper .subtext .btn{display:inline-block;padding:1.2em 0;font-size:1.3rem;font-weight:500;line-height:1.5;color:#f2f2f2;text-transform:uppercase;font-family:Gotham,Helvetica,Arial,sans-serif;opacity:1;margin:0}@media only screen and (max-width:480px){#intro-section .intro-wrapper .intro-body .intro-content .action-wrapper .subtext .btn{font-size:1.1em}}#intro-section .intro-wrapper .intro-body .scroll-down-wrapper{position:absolute;bottom:50px;left:0;right:0;margin:0 auto;text-align:center;color:#f2f2f2}#intro-section .intro-wrapper .intro-body .scroll-down-wrapper .scroll-down{display:block;width:70px;margin:0 auto;transition:all .3s ease}#intro-section .intro-wrapper .intro-body .scroll-down-wrapper .scroll-down:focus,#intro-section .intro-wrapper .intro-body .scroll-down-wrapper .scroll-down:hover{transition:all .3s ease}#intro-section .intro-wrapper .intro-body .scroll-down-wrapper .scroll-down:focus .logo,#intro-section .intro-wrapper .intro-body .scroll-down-wrapper .scroll-down:hover .logo{opacity:0}#intro-section .intro-wrapper .intro-body .scroll-down-wrapper .scroll-down:focus .scroll-down-text,#intro-section .intro-wrapper .intro-body .scroll-down-wrapper .scroll-down:hover .scroll-down-text{opacity:1;visibility:visible}#intro-section .intro-wrapper .intro-body .scroll-down-wrapper .scroll-down .logo{width:35px;transition:opacity .5s ease,visibility .5s}#intro-section .intro-wrapper .intro-body .scroll-down-wrapper .scroll-down .scroll-down-text{color:#f2f2f2;font-family:Gotham,Helvetica,Arial,sans-serif;text-transform:uppercase;font-size:12px;font-weight:700;text-align:center;height:100%;opacity:0;padding-top:.5em;position:absolute;top:0;left:0;right:0;transition:opacity .5s ease,visibility .5s;visibility:hidden;width:100%}#intro-section .intro-wrapper .intro-body .scroll-down-wrapper .scroll-down .scroll-down-text .chevron{transform:rotate(90deg);height:20px;display:block;margin:10px auto}#about-section .section-subheading{width:60%;font-size:1.2em;font-weight:500;line-height:1.5;margin-top:1em}@media only screen and (max-width:1000px){#about-section .section-subheading{width:100%}}#about-section .about-wrapper{padding-right:20px}@media only screen and (max-width:900px){#about-section .about-wrapper{padding:0}}#about-section .about-wrapper .about-text-wrapper{display:inline-block;width:60%;vertical-align:top}@media only screen and (max-width:900px){#about-section .about-wrapper .about-text-wrapper{width:100%}}#about-section .about-wrapper .about-text-wrapper .about-text{margin-bottom:10px;font-size:1.15em}#about-section .about-wrapper .headshot{display:inline-block;width:35%;height:auto;border-radius:50%;margin-top:-100px;float:right;max-width:450px}@media only screen and (max-width:1000px){#about-section .about-wrapper .headshot{margin-top:0}}@media only screen and (max-width:900px){#about-section .about-wrapper .headshot{float:none;margin:10px 0 40px 0;width:300px}}@media only screen and (max-width:400px){#about-section .about-wrapper .headshot{width:250px}}#services-section a{display:inline-block;position:relative}#services-section a:after{content:'';width:100%;position:absolute;left:0;bottom:2px;border-width:0 0 .5px;border-style:solid;border-color:#cbcbcb}#services-section .services-wrapper{width:100%;margin:0 auto;padding:20px}@media only screen and (max-width:1000px){#services-section .services-wrapper{padding:0}}#services-section .service-row{width:100%;height:50%}@media only screen and (max-width:660px){#services-section .service-row{height:auto}}#services-section .service-row:nth-of-type(odd){border-bottom:1px solid rgba(242,242,242,.3)}@media only screen and (max-width:660px){#services-section .service-row:nth-of-type(odd){border:none}}#services-section .service-row:nth-of-type(even) .service-column{padding-top:40px}@media only screen and (max-width:660px){#services-section .service-row:nth-of-type(even) .service-column{padding-top:20px}}#services-section .service-row .service-column{display:inline-block;vertical-align:top;width:49%;height:100%;padding:20px;overflow:hidden;white-space:nowrap}@media only screen and (max-width:660px){#services-section .service-row .service-column{display:block;width:100%;border:none}}@media only screen and (max-width:480px){#services-section .service-row .service-column{padding:20px 0}}#services-section .service-row .service-column:nth-of-type(odd){border-right:1px solid rgba(242,242,242,.3)}@media only screen and (max-width:660px){#services-section .service-row .service-column:nth-of-type(odd){border:none}}#services-section .service-row .service-column .service-img{width:40px;margin-right:15px;display:inline-block;vertical-align:middle;position:relative;top:-5px}#services-section .service-row .service-column .sprite{width:40px;height:40px;margin-right:15px;display:inline-block;vertical-align:middle;position:relative;top:-3px;background-repeat:no-repeat;background-position:center center;background-size:100%}@media only screen and (max-width:400px){#services-section .service-row .service-column .sprite{width:35px;height:35px}}#services-section .service-row .service-column .sprite.webdev{background-image:url(../img/icons/html.png)}#services-section .service-row .service-column .sprite.ui{background-image:url(../img/icons/pencil.png);background-size:90%}#services-section .service-row .service-column .sprite.xd{background-image:url(../img/icons/ux-design.png)}#services-section .service-row .service-column .sprite.wit{background-image:url(../img/icons/internet.png);background-size:90%}#services-section .service-row .service-column .service-heading{font-family:Gotham,Helvetica,Arial,sans-serif;text-transform:uppercase;margin:0 0 30px;font-size:20px;display:inline-block}@media only screen and (max-width:1170px){#services-section .service-row .service-column .service-heading{font-size:2vw}}@media only screen and (max-width:660px){#services-section .service-row .service-column .service-heading{font-size:4vw}}@media only screen and (max-width:440px){#services-section .service-row .service-column .service-heading{font-size:16px}}#services-section .service-row .service-column .service-text{font-size:1.1em;margin-bottom:20px;white-space:initial}#skills-section .check-wrapper,#skills-section .flex-item,#skills-section .skills-flex-wrapper{display:-ms-flexbox;display:flex}#skills-section .skills-flex-wrapper{font:100 30px Whitney;height:17em;-ms-flex-flow:column wrap;flex-flow:column wrap}@media only screen and (max-width:768px){#skills-section .skills-flex-wrapper{display:block;height:auto}}#skills-section .skills-flex-wrapper .skills-heading{font-family:Gotham,Helvetica,Arial,sans-serif;text-transform:uppercase;font-weight:700;font-size:1.5vw}@media only screen and (max-width:768px){#skills-section .skills-flex-wrapper .skills-heading{font-size:18px}}#skills-section .skills-flex-wrapper .skills-heading .sprite{width:35px;height:35px;margin-right:10px;position:relative;top:7px;display:inline-block;vertical-align:text-bottom;background-repeat:no-repeat;background-position:center center;background-size:100%}#skills-section .skills-flex-wrapper .skills-heading .sprite.dev{background-image:url(../img/icons/settings.png)}#skills-section .skills-flex-wrapper .skills-heading .sprite.design{background-image:url(../img/icons/design.png);background-size:90%}#skills-section .skills-flex-wrapper .skills-heading .sprite.tools{background-image:url(../img/icons/repair-tools.png);background-size:90%}#skills-section .skills-flex-wrapper .skills-heading .sprite.knowledge{background-image:url(../img/icons/light-bulb.png)}#skills-section .skills-flex-wrapper .flex-item{-ms-flex:0 0 auto;flex:0 0 auto;min-height:200px;background:0 0;padding:15px}@media only screen and (max-width:1170px){#skills-section .skills-flex-wrapper .flex-item{padding-right:0}}@media only screen and (max-width:480px){#skills-section .skills-flex-wrapper .flex-item{padding:0}}@media only screen and (max-width:440px){#skills-section .skills-flex-wrapper .flex-item{display:block}}#skills-section .skills-flex-wrapper .flex-item:nth-child(1){width:40%;max-width:400px;min-height:450px}@media only screen and (max-width:1170px){#skills-section .skills-flex-wrapper .flex-item:nth-child(1){width:37%}}@media only screen and (max-width:1000px){#skills-section .skills-flex-wrapper .flex-item:nth-child(1){width:45%}}@media only screen and (max-width:768px){#skills-section .skills-flex-wrapper .flex-item:nth-child(1){width:100%;min-height:50px}}#skills-section .skills-flex-wrapper .flex-item:nth-child(2){width:60%;min-height:151px}@media only screen and (max-width:1000px){#skills-section .skills-flex-wrapper .flex-item:nth-child(2){width:55%}}@media only screen and (max-width:768px){#skills-section .skills-flex-wrapper .flex-item:nth-child(2){width:100%}}#skills-section .skills-flex-wrapper .flex-item:nth-child(3){min-height:299px;width:60%}@media only screen and (max-width:1000px){#skills-section .skills-flex-wrapper .flex-item:nth-child(3){width:55%}}@media only screen and (max-width:768px){#skills-section .skills-flex-wrapper .flex-item:nth-child(3){width:100%}}#skills-section .skills-flex-wrapper .dev-wrapper{display:block}#skills-section .skills-flex-wrapper .dev-wrapper .dev-item{display:inline-block;border:2px solid rgba(57,57,57,.5);border-radius:50%;text-align:center;margin:10px 10px 10px 0;padding:0;width:100px;height:100px;line-height:7;font-size:14px}@media only screen and (max-width:1170px){#skills-section .skills-flex-wrapper .dev-wrapper .dev-item{width:80px;height:80px;font-size:14px;line-height:5.5;margin:5px 5px 5px 0}}@media only screen and (max-width:768px){#skills-section .skills-flex-wrapper .dev-wrapper .dev-item{width:100px;height:100px;line-height:7;margin:1%}}@media only screen and (max-width:480px){#skills-section .skills-flex-wrapper .dev-wrapper .dev-item{width:80px;height:80px;line-height:5.5}}#skills-section .skills-flex-wrapper .design-wrapper{display:block}#skills-section .skills-flex-wrapper .design-wrapper .design-item{display:inline-block;margin:10px}@media only screen and (max-width:1170px){#skills-section .skills-flex-wrapper .design-wrapper .design-item{margin:10px 5px}}#skills-section .skills-flex-wrapper .design-wrapper .design-item .item-img{height:40px;filter:grayscale(100%)}#skills-section .check-wrapper .knowledge-wrapper,#skills-section .check-wrapper .tools-wrapper{width:50%;display:inline-block;vertical-align:top;overflow:hidden;white-space:nowrap}@media only screen and (max-width:440px){#skills-section .check-wrapper .knowledge-wrapper,#skills-section .check-wrapper .tools-wrapper{display:block;width:100%}}#skills-section .check-wrapper .knowledge-wrapper .list,#skills-section .check-wrapper .tools-wrapper .list{margin-top:30px;margin-left:20px}#skills-section .check-wrapper .knowledge-wrapper .list .list-item,#skills-section .check-wrapper .tools-wrapper .list .list-item{margin:10px 0;font-size:16px}#skills-section .check-wrapper .knowledge-wrapper .list .list-item .item-svg,#skills-section .check-wrapper .tools-wrapper .list .list-item .item-svg{margin-right:10px;width:12px;height:12px;color:#fff;fill:#fff}#experience-section .experience-description{padding:0 100px;font-size:1.2em}@media only screen and (max-width:1170px){#experience-section .experience-description{padding:0}}#experience-section .experience-description a{display:inline-block;position:relative;font-weight:500;transition:all .3s ease}#experience-section .experience-description a:after{content:'';width:100%;position:absolute;left:0;bottom:2px;border-width:0 0 .5px;border-style:solid;border-color:#f2f2f2;transition:all .3s ease}#experience-section .experience-wrapper{padding:30px}@media only screen and (max-width:1000px){#experience-section .experience-wrapper{padding-left:0}}@media only screen and (max-width:600px){#experience-section .experience-wrapper{padding:30px 0}}#experience-section .experience-wrapper #timeline{position:relative;padding:2em 0;margin:0 auto;width:100%;max-width:1170px;margin:0 auto}#experience-section .experience-wrapper #timeline:before{content:'';position:absolute;top:0;left:calc(50% - 1px);height:100%;width:2px;background:#00b7c7}@media only screen and (max-width:1000px){#experience-section .experience-wrapper #timeline:before{left:20px;margin-left:0}}@media only screen and (max-width:480px){#experience-section .experience-wrapper #timeline:before{left:10px}}#experience-section .experience-wrapper #timeline:after{content:'';display:table;clear:both}#experience-section .experience-wrapper #timeline .timeline-block{position:relative;transition:all .3s ease;margin:1em 0}#experience-section .experience-wrapper #timeline .timeline-block:after{content:"";display:table;clear:both}#experience-section .experience-wrapper #timeline .timeline-block:first-child{margin-top:0}#experience-section .experience-wrapper #timeline .timeline-block:last-child{margin-bottom:0}@media only screen and (max-width:1170px){#experience-section .experience-wrapper #timeline .timeline-block:nth-child(odd){margin-top:0;margin-bottom:2em}}#experience-section .experience-wrapper #timeline .timeline-block:nth-child(odd) .timeline-content{float:left}@media only screen and (max-width:1170px){#experience-section .experience-wrapper #timeline .timeline-block:nth-child(odd) .timeline-content{right:10px}}@media only screen and (max-width:1000px){#experience-section .experience-wrapper #timeline .timeline-block:nth-child(odd) .timeline-content{right:auto}}#experience-section .experience-wrapper #timeline .timeline-block:nth-child(odd) .timeline-content:before{top:24px;left:100%;border-color:transparent;border-left-color:#1b1b1b}@media only screen and (max-width:1000px){#experience-section .experience-wrapper #timeline .timeline-block:nth-child(odd) .timeline-content:before{top:16px;left:auto;border-color:transparent;border-right-color:#1b1b1b}}#experience-section .experience-wrapper #timeline .timeline-block:nth-child(odd) .timeline-content .date{left:auto;text-align:right;right:-33%}#experience-section .experience-wrapper #timeline .timeline-block:nth-child(even) .date{text-align:right;left:auto;right:55%}@media only screen and (max-width:1000px){#experience-section .experience-wrapper #timeline .timeline-block:nth-child(even) .date{text-align:left;font-size:14px;color:#777;position:relative;top:-40px;left:95px;right:auto}}@media only screen and (max-width:480px){#experience-section .experience-wrapper #timeline .timeline-block:nth-child(even) .date{left:66px}}#experience-section .experience-wrapper #timeline .timeline-block .timeline-img{position:absolute;width:50px;height:50px;top:15px;left:50%;margin-left:-25px;border-radius:50%;background:#212121;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:all .3s ease}@media only screen and (max-width:1000px){#experience-section .experience-wrapper #timeline .timeline-block .timeline-img{top:5px;left:20px}}@media only screen and (max-width:480px){#experience-section .experience-wrapper #timeline .timeline-block .timeline-img{width:40px;height:40px;top:10px;left:15px}}#experience-section .experience-wrapper #timeline .timeline-block .timeline-img .sprite{display:block;width:24px;height:24px;position:relative;left:50%;top:50%;margin-left:-12px;margin-top:-12px;background-repeat:no-repeat;background-size:100%}@media only screen and (max-width:480px){#experience-section .experience-wrapper #timeline .timeline-block .timeline-img .sprite{width:20px;height:20px;margin-left:-10px;margin-top:-10px}}#experience-section .experience-wrapper #timeline .timeline-block .timeline-img .sprite.university{background-image:url(../img/icons/graduate-cap.png)}#experience-section .experience-wrapper #timeline .timeline-block .timeline-img .sprite.research{background-image:url(../img/icons/search.png)}#experience-section .experience-wrapper #timeline .timeline-block .timeline-img .sprite.industry{background-image:url(../img/icons/briefcase.png)}#experience-section .experience-wrapper #timeline .timeline-block .timeline-img .sprite.academic{background-image:url(../img/icons/notebook.png)}#experience-section .experience-wrapper #timeline .timeline-block .timeline-content{float:right;position:relative;background:#1b1b1b;border-radius:3px;margin-left:0;padding:1.5em;width:45%;opacity:.85;transition:all .3s ease}@media only screen and (max-width:1170px){#experience-section .experience-wrapper #timeline .timeline-block .timeline-content{left:0;padding-bottom:2.5em}}@media only screen and (max-width:1000px){#experience-section .experience-wrapper #timeline .timeline-block .timeline-content{margin-left:70px;right:auto;width:auto}}@media only screen and (max-width:480px){#experience-section .experience-wrapper #timeline .timeline-block .timeline-content{margin-left:50px;padding:1.5em 1em 2.5em}}#experience-section .experience-wrapper #timeline .timeline-block .timeline-content:focus,#experience-section .experience-wrapper #timeline .timeline-block .timeline-content:hover{opacity:1}#experience-section .experience-wrapper #timeline .timeline-block .timeline-content:focus+.timeline-img,#experience-section .experience-wrapper #timeline .timeline-block .timeline-content:hover+.timeline-img{background:#00b7c7}#experience-section .experience-wrapper #timeline .timeline-block .timeline-content:before{content:'';position:absolute;top:24px;right:100%;height:0;width:0;border:15px solid transparent;border-color:transparent;border-right-color:#1b1b1b}@media only screen and (max-width:1000px){#experience-section .experience-wrapper #timeline .timeline-block .timeline-content:before{top:16px;right:100%;left:auto;border:15px solid transparent;border-right:15px solid #1b1b1b}}#experience-section .experience-wrapper #timeline .timeline-block .timeline-content:after{content:"";display:table;clear:both}#experience-section .experience-wrapper #timeline .timeline-block .timeline-content .position{color:#f2f2f2;margin:5px 0 10px;font-size:18px;display:inline-block;text-transform:uppercase;font-family:Gotham,Helvetica,Arial,sans-serif}#experience-section .experience-wrapper #timeline .timeline-block .timeline-content .company{margin:0 0 10px 0;font-size:15px;font-weight:500}#experience-section .experience-wrapper #timeline .timeline-block .timeline-content .company a{color:#00b7c7;display:inline;transition:all .3s ease}#experience-section .experience-wrapper #timeline .timeline-block .timeline-content .company a:focus,#experience-section .experience-wrapper #timeline .timeline-block .timeline-content .company a:hover{color:#00dded}#experience-section .experience-wrapper #timeline .timeline-block .timeline-content .job-desc{margin:1em 0;font-size:1em;line-height:1.5}@media only screen and (max-width:480px){#experience-section .experience-wrapper #timeline .timeline-block .timeline-content .job-desc{font-size:1em;line-height:1.5}}#experience-section .experience-wrapper #timeline .timeline-block .date{font-size:1em;font-weight:500;display:inline-block;color:#f2f2f2;font-family:Gotham,Helvetica,Arial,sans-serif;text-transform:uppercase;position:absolute;width:100%;left:55%;top:30px}@media only screen and (max-width:1000px){#experience-section .experience-wrapper #timeline .timeline-block .date{font-size:14px;color:#777;position:absolute;top:auto;bottom:20px;left:95px}}@media only screen and (max-width:480px){#experience-section .experience-wrapper #timeline .timeline-block .date{left:66px}}#experience-section .down-arrow{display:block;margin:0 auto;border-color:transparent;border-top-color:#00b7c7;border-style:solid;border-width:15px 7px 0;width:0;height:0;position:relative;line-height:0}@media only screen and (max-width:1000px){#experience-section .down-arrow{margin-left:13.5px}}@media only screen and (max-width:480px){#experience-section .down-arrow{margin-left:3.5px}}#portfolio-section .section-wrapper{padding-bottom:50px}#portfolio-section a{display:inline-block}#portfolio-section .portfolio-item-wrapper .divider:last-of-type{display:none}#portfolio-section .portfolio-row{margin:0;padding-top:50px;display:block}#portfolio-section .portfolio-row .screenshots{position:relative;overflow:hidden;display:block;width:95%;margin-left:10px}@media only screen and (max-width:660px){#portfolio-section .portfolio-row .screenshots{margin-left:0}}#portfolio-section .portfolio-row .screenshots:after,#portfolio-section .portfolio-row .screenshots:before{box-sizing:inherit;padding:0;margin:0}#portfolio-section .portfolio-row .screenshots:after{display:block;padding-top:45.5%;content:""}#portfolio-section .portfolio-row .screenshots.screentime:after{display:block;padding-top:5.5%;content:""}@media only screen and (max-width:900px){#portfolio-section .portfolio-row .screenshots.screentime:after{padding-top:7.5%}}@media only screen and (max-width:660px){#portfolio-section .portfolio-row .screenshots.screentime:after{padding-top:10%}}@media only screen and (max-width:480px){#portfolio-section .portfolio-row .screenshots.screentime:after{padding-top:15%}}#portfolio-section .portfolio-row .screenshots .img-lg,#portfolio-section .portfolio-row .screenshots .img-md,#portfolio-section .portfolio-row .screenshots .img-sm{border:0;position:absolute;right:0;bottom:0;border-radius:2px;box-shadow:0 5px 10px 0 rgba(0,0,0,.75)}#portfolio-section .portfolio-row .screenshots .img-lg:after,#portfolio-section .portfolio-row .screenshots .img-md:after,#portfolio-section .portfolio-row .screenshots .img-sm:after{content:"";display:block}#portfolio-section .portfolio-row .screenshots .img-lg{width:70%;left:0;z-index:1}#portfolio-section .portfolio-row .screenshots .img-lg:after{padding-top:65%}#portfolio-section .portfolio-row .screenshots .img-md{width:27%;right:14%;z-index:2}#portfolio-section .portfolio-row .screenshots .img-md:after{padding-top:110%}#portfolio-section .portfolio-row .screenshots .img-sm{width:15%;right:1rem;z-index:3;box-shadow:0 5px 5px 0 rgba(0,0,0,.75)}#portfolio-section .portfolio-row .screenshots .img-sm:after{padding-top:145%}#portfolio-section .portfolio-row .screenshots .img-screentime{position:relative;top:0;border:0;border-radius:2px;box-shadow:0 5px 10px 0 rgba(0,0,0,.75);width:26%;margin-right:-20px}@media only screen and (max-width:768px){#portfolio-section .portfolio-row .screenshots .img-screentime{width:27%}}@media only screen and (max-width:480px){#portfolio-section .portfolio-row .screenshots .img-screentime{width:25%;margin-right:-10px}}#portfolio-section .portfolio-row .screenshots .img-screentime:nth-of-type(2){top:15px}@media only screen and (max-width:600px){#portfolio-section .portfolio-row .screenshots .img-screentime:nth-of-type(2){top:10px}}#portfolio-section .portfolio-row .screenshots .img-screentime:nth-of-type(3){top:30px}@media only screen and (max-width:600px){#portfolio-section .portfolio-row .screenshots .img-screentime:nth-of-type(3){top:20px}}#portfolio-section .portfolio-row .screenshots .img-screentime:nth-of-type(4){top:45px}@media only screen and (max-width:600px){#portfolio-section .portfolio-row .screenshots .img-screentime:nth-of-type(4){top:30px}}#portfolio-section .portfolio-row .screenshots .img-screentime:after{content:"";display:block}#portfolio-section .portfolio-row .description-title-container{position:relative;width:90%;margin-top:30px;margin-left:1em;-ms-flex-align:baseline;align-items:baseline;display:-webkit-flex;-webkit-flex-wrap:nowrap;-webkit-flex-direction:row;-webkit-justify-content:flex-end;-webkit-align-content:stretch;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-line-pack:stretch;align-content:stretch}@media only screen and (max-width:768px){#portfolio-section .portfolio-row .description-title-container{width:95%}}@media only screen and (max-width:660px){#portfolio-section .portfolio-row .description-title-container{width:100%;margin-left:0}}@media only screen and (max-width:600px){#portfolio-section .portfolio-row .description-title-container{display:block}}#portfolio-section .portfolio-row .description-title-container .description-title{-ms-flex:1;flex:1;margin-bottom:20px;font-family:Gotham,Helvetica,Arial,sans-serif;text-transform:uppercase}#portfolio-section .portfolio-row .description-title-container .description-buttons a{padding:10px 15px;background:0 0;border:2px solid #00b7c7;border-radius:3px;margin:0 5px;color:#00b7c7;font-family:Gotham,Helvetica,Arial,sans-serif;font-weight:500;text-transform:uppercase;transition:all .3s ease}@media only screen and (max-width:660px){#portfolio-section .portfolio-row .description-title-container .description-buttons a{font-size:14px;padding:7px 10px;position:relative;top:-5px}}@media only screen and (max-width:600px){#portfolio-section .portfolio-row .description-title-container .description-buttons a{margin:0 10px 30px 0;top:0}}#portfolio-section .portfolio-row .description-title-container .description-buttons a:focus,#portfolio-section .portfolio-row .description-title-container .description-buttons a:hover{background:#00b7c7;color:#f2f2f2}#portfolio-section .portfolio-row .portfolio-description{display:block;width:90%;margin-top:15px;margin-left:1rem;margin-bottom:25px;font-size:1.1em;color:#cbcbcb}@media only screen and (max-width:660px){#portfolio-section .portfolio-row .portfolio-description{width:100%;margin-left:0;margin-top:10px}}@media only screen and (max-width:480px){#portfolio-section .portfolio-row .portfolio-description{font-size:1em}}#portfolio-section .portfolio-row .portfolio-description a{position:relative;font-weight:500;color:#cbcbcb}#portfolio-section .portfolio-row .portfolio-description a:after{content:'';width:100%;position:absolute;left:0;bottom:2px;border-width:0 0 .5px;border-style:solid;border-color:#cbcbcb}#portfolio-section .portfolio-row .used{display:block;width:90%;font-family:Gotham,Helvetica,Arial,sans-serif;margin-top:30px;margin-bottom:100px}@media only screen and (max-width:768px){#portfolio-section .portfolio-row .used{margin-bottom:70px}}@media only screen and (max-width:400px){#portfolio-section .portfolio-row .used{margin-bottom:50px}}#portfolio-section .portfolio-row .used .used-items{margin-left:1em}@media only screen and (max-width:660px){#portfolio-section .portfolio-row .used .used-items{margin-left:0}}#portfolio-section .portfolio-row .used .used-items .used-item{display:inline-block;padding:7px 7px 5px;margin-right:5px;margin-bottom:10px;color:#777;background:#333;border-radius:3px;text-transform:uppercase;font-size:10px;font-weight:500;letter-spacing:.5px}#contact-section .contact-description{margin:0 auto;max-width:440px;font-size:1.2em}@media only screen and (max-width:1170px){#contact-section .contact-description{padding:0}}#contact-section .form-wrapper{width:500px;margin:20px auto;padding:0}@media only screen and (max-width:600px){#contact-section .form-wrapper{width:90%}}@media only screen and (max-width:400px){#contact-section .form-wrapper{width:95%}}#contact-section .form-wrapper .input-wrapper{padding:0;margin-bottom:10px;position:relative;transition:all .5s ease}@media only screen and (max-width:768px){#contact-section .form-wrapper .input-wrapper{margin-bottom:10px}}@media only screen and (max-width:480px){#contact-section .form-wrapper .input-wrapper{margin-bottom:5px}}#contact-section .form-wrapper .input-wrapper:before{content:"";position:absolute;display:block;width:100%;height:2px;background-color:#707070;bottom:0;left:0;transition:all .5s ease-in-out}#contact-section .form-wrapper .input-wrapper:after{background-color:#00b7c7;content:"";position:absolute;display:block;width:0;height:2px;bottom:0;left:0;transition:all .5s ease-in-out}#contact-section .form-wrapper .input-wrapper .input-label{display:block;font-family:Gotham,Helvetica,Arial,sans-serif;font-size:.9em;font-weight:700;text-transform:uppercase;transform:translateY(25px);color:#f2f2f2;margin-bottom:10px;transition:all .5s ease-in-out}#contact-section .form-wrapper .input-wrapper .contact-input{position:relative;background:0 0;width:100%;border:none;padding:20px 0 10px;margin-bottom:-10px;font-size:1em;line-height:1.3;color:#f2f2f2;font-family:Whitney,Helvetica,Arial,sans-serif;resize:none;display:block;overflow:hidden;box-sizing:padding-box;transition:all .5s ease}#contact-section .form-wrapper .input-wrapper .contact-input:focus{outline:0;color:#f2f2f2}#contact-section .form-wrapper .is-active,#contact-section .form-wrapper .is-completed{padding:15px 0 0 0}#contact-section .form-wrapper .is-active:after{width:100%}#contact-section .form-wrapper .is-active .input-label{color:#00b7c7}#contact-section .form-wrapper .is-completed .input-label{font-size:.75em;font-weight:700;transform:translateY(0);padding:0}#contact-section .form-wrapper .is-completed .contact-input{padding-top:10px}#contact-section .form-wrapper .message-btn{display:block;text-align:center;cursor:pointer;text-transform:uppercase;font-weight:700;font-size:14px;font-family:Gotham,Helvetica,Arial,sans-serif;line-height:1.5;padding:12px 20px 10px;margin:70px auto 0;color:#00b7c7;background:0 0;border:2px solid #00b7c7;border-radius:3px;position:relative;overflow:hidden;transition:all .3s ease}#contact-section .form-wrapper .message-btn:focus,#contact-section .form-wrapper .message-btn:hover{color:#f2f2f2;background:#00b7c7}#contact-section .form-wrapper #message-label{margin-bottom:10px}#footer{background:linear-gradient(45deg,#00b7c7 0,#4d0ce8 100%);height:200px;min-height:100px;color:#f2f2f2}@media only screen and (max-width:480px){#footer{height:200px}}#footer .section-wrapper{padding:30px 0 40px}@media only screen and (max-width:660px){#footer .section-wrapper{padding:30px 0}}#footer .soc{display:block;font-size:0;list-style:none;margin:0 auto;padding:0;text-align:center}#footer .soc .soc-item{display:inline-block;margin:1rem .5rem}@media only screen and (max-width:400px){#footer .soc .soc-item{margin:1rem .3rem}}#footer .soc .soc-item a{display:block;position:relative;color:#fff;width:2.5rem;height:2.5rem;position:relative}@media only screen and (max-width:330px){#footer .soc .soc-item a{width:2.2rem;height:2.2rem}}#footer .soc .soc-item a.icon{color:#f2f2f2;fill:#f2f2f2}#footer .soc .soc-item a.icon:focus,#footer .soc .soc-item a.icon:hover{color:#fff;fill:#fff;transition:all .3s ease;transform:scale(1.1) translateY(-5px)}#footer .soc .soc-item a.github,#footer .soc .soc-item a.instagram{width:2.3rem;height:2.3rem;position:relative;top:-1px}@media only screen and (max-width:330px){#footer .soc .soc-item a.github,#footer .soc .soc-item a.instagram{width:2rem;height:2rem}}#footer .soc .soc-item a em{font-size:14px;line-height:1.5;margin-top:-.75em;position:absolute;text-align:center;top:50%;right:0;bottom:0;left:0}#footer .footer-logo{width:30px;margin:0 auto}#footer .copyright-wrapper{margin-top:25px;font-size:13px;color:#f2f2f2;font-weight:500}#footer .copyright-wrapper p{margin:0;color:#f2f2f2}#footer .copyright-wrapper .please{font-size:12px}.four-oh-four{font-family:Gotham,Helvetica,Arial,sans-serif}.four-oh-four canvas{display:block;vertical-align:bottom}.four-oh-four #particles-js{position:fixed;width:100%;height:100%;top:0;left:0;z-index:1;animation:appear 1.4s ease 0s normal forwards 1 running;background-color:#070525;background-repeat:no-repeat;background-size:cover;background-position:center;background-image:url(http://brittanychiang.com/img/404-bg.jpg)}.four-oh-four #particles-js:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:#141e30;background:linear-gradient(to bottom,#141e30,#243b55);opacity:.7}.four-oh-four .count-particles{background:#002;position:absolute;top:48px;left:0;width:80px;color:#13e8e9;font-size:.8em;text-align:left;text-indent:4px;line-height:14px;padding-bottom:2px;font-family:Helvetica,Arial,sans-serif;font-weight:700;display:none}.four-oh-four .js-count-particles{font-size:1.1em}.four-oh-four #stats,.four-oh-four .count-particles{-webkit-user-select:none;margin-top:5px;margin-left:5px}.four-oh-four #stats{border-radius:3px 3px 0 0;overflow:hidden}.four-oh-four .count-particles{border-radius:0 0 3px 3px}.four-oh-four .text-container{text-align:center;cursor:default;position:relative;top:25vh}.four-oh-four .text-container .text{display:inline-block;color:#fff;font-weight:500;line-height:1;text-transform:uppercase;z-index:2;position:relative}.four-oh-four .text-container .text h1{font-family:Gotham,Helvetica,Arial,sans-serif;font-size:10em;font-weight:500;margin:0 auto;text-shadow:0 5px 5px rgba(0,0,0,.5)}.four-oh-four .text-container .text h3{font-size:1em;font-weight:700;margin:15px 0 75px;text-shadow:0 3px 5px rgba(0,0,0,.5)}.four-oh-four .text-container .text a{display:block;width:200px;margin:0 auto;color:#f2f2f2;background:#ab473c;font-size:.95em;text-decoration:none;padding:15px;border-radius:30px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 5px 0 rgba(0,0,0,.25)}.four-oh-four .text-container .text a:focus,.four-oh-four .text-container .text a:hover{background:#c74739}*,:after,:before{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,html{margin:0;padding:0;font-family:Whitney,Helvetica,Arial,sans-serif;height:100%;color:#f2f2f2;background-color:#1b1b1b}h1{font-family:"Chronicle Display Bold",Georgia,serif;margin:0}h2,h3{font-family:Gotham,Helvetica,Arial,sans-serif;margin:10px 0}p{margin:0;margin-bottom:10px;font-family:Whitney,Helvetica,Arial,sans-serif}a{text-decoration:none;color:#f2f2f2}ul{list-style:none;padding:0}.noScroll{overflow:hidden;height:100%}.center{text-align:center;margin-left:auto;margin-right:auto}.section{width:100%;height:auto;min-height:700px;padding:0;overflow:hidden;color:#f2f2f2;position:relative}.section:first-of-type{background-color:#0054c7}.section:nth-of-type(odd){background-color:#5b5b5b}.section:nth-of-type(even){background-color:#1b1b1b}.section a{display:block}.section .overlay-wrapper,.section .section-wrapper{padding:100px}@media only screen and (max-width:900px){.section .overlay-wrapper,.section .section-wrapper{padding:100px 50px}}@media only screen and (max-width:400px){.section .overlay-wrapper,.section .section-wrapper{padding:100px 25px}}.section .overlay-wrapper h1,.section .section-wrapper h1{font-size:3em}.section .overlay-wrapper p,.section .section-wrapper p{font-size:1.3em;line-height:1.5em}@media only screen and (max-width:480px){.section .overlay-wrapper p,.section .section-wrapper p{font-size:1em}}.section .overlay-wrapper .divider,.section .section-wrapper .divider{display:block;margin:30px 0;width:100px;height:2px;background-color:#00b7c7}.section .overlay-wrapper .center,.section .section-wrapper .center{margin-right:auto;margin-left:auto;text-align:center}.section .overlay-wrapper{background:linear-gradient(to bottom,rgba(0,0,0,.61),rgba(0,0,0,.61),rgba(0,0,0,.61),rgba(0,0,0,.61),rgba(0,0,0,.61));width:100%;height:100%}.skrollr-desktop body{height:100%!important}#skrollr-body{height:100%;overflow:visible;position:relative}.gap,.skrollr .gap{background:0 0!important}.bg{width:100%;height:100%;min-height:100%;background-position:center center;background-repeat:no-repeat;background-size:cover;position:absolute;z-index:-1;overflow:hidden}#intro-section .bg{z-index:0;background-image:url(../img/bg-intro/intro-xl.jpg)}@media only screen and (max-width:1170px){#intro-section .bg{background-image:url(../img/bg-intro/intro-lg.jpg)}}@media only screen and (max-width:900px){#intro-section .bg{background-image:url(../img/bg-intro/intro-md.jpg)}}@media only screen and (max-width:660px){#intro-section .bg{background-image:url(../img/bg-intro/intro-sm.jpg)}}@media only screen and (max-width:480px){#intro-section .bg{background-image:url(../img/bg-intro/intro-xs.jpg)}}#services-section .bg{background-image:url(../img/bg-services/services-xl.jpg)}@media only screen and (max-width:1170px){#services-section .bg{background-image:url(../img/bg-services/services-lg.jpg)}}@media only screen and (max-width:900px){#services-section .bg{background-image:url(../img/bg-services/services-md.jpg)}}@media only screen and (max-width:660px){#services-section .bg{background-image:url(../img/bg-services/services-sm.jpg)}}@media only screen and (max-width:480px){#services-section .bg{background-image:url(../img/bg-services/services-xs.jpg)}}#experience-section .bg{background-image:url(../img/bg-experience/experience-xl.jpg)}@media only screen and (max-width:1170px){#experience-section .bg{background-image:url(../img/bg-experience/experience-lg.jpg)}}@media only screen and (max-width:900px){#experience-section .bg{background-image:url(../img/bg-experience/experience-md.jpg)}}@media only screen and (max-width:660px){#experience-section .bg{background-image:url(../img/bg-experience/experience-sm.jpg)}}@media only screen and (max-width:480px){#experience-section .bg{background-image:url(../img/bg-experience/experience-xs.jpg)}}#contact-section .bg{background-image:url(../img/bg-contact/contact-xl.jpg)}@media only screen and (max-width:1170px){#contact-section .bg{background-image:url(../img/bg-contact/contact-lg.jpg)}}@media only screen and (max-width:900px){#contact-section .bg{background-image:url(../img/bg-contact/contact-md.jpg)}}@media only screen and (max-width:660px){#contact-section .bg{background-image:url(../img/bg-contact/contact-sm.jpg)}}@media only screen and (max-width:480px){#contact-section .bg{background-image:url(../img/bg-contact/contact-xs.jpg)}} \ No newline at end of file +@font-face{font-family:'Chronicle Display Bold';src:url(../fonts/chronicle-display/ChronicleDisplay-Bold.eot);src:url(../fonts/chronicle-display/ChronicleDisplay-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/chronicle-display/ChronicleDisplay-Bold.woff2) format("woff2"),url(../fonts/chronicle-display/ChronicleDisplay-Bold.woff) format("woff"),url(../fonts/chronicle-display/ChronicleDisplay-Bold.ttf) format("truetype"),url(../fonts/chronicle-display/ChronicleDisplay-Bold.svg#ChronicleDisplay-Bold) format("svg");font-weight:700;font-style:normal}@font-face{font-family:Whitney;src:url(../fonts/whitney/whitney-book.woff2) format("woff2"),url(../fonts/whitney/whitney-book.woff) format("woff"),url(../fonts/whitney/whitney-book.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Whitney;src:url(../fonts/whitney/whitney-bookitalic.woff2) format("woff2"),url(../fonts/whitney/whitney-bookitalic.woff) format("woff"),url(../fonts/whitney/whitney-bookitalic.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Whitney;src:url(../fonts/whitney/whitney-medium.woff2) format("woff2"),url(../fonts/whitney/whitney-medium.woff) format("woff"),url(../fonts/whitney/whitney-medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Whitney;src:url(../fonts/whitney/whitney-mediumitalic.woff2) format("woff2"),url(../fonts/whitney/whitney-mediumitalic.woff) format("woff"),url(../fonts/whitney/whitney-mediumitalic.ttf) format("truetype");font-weight:500;font-style:italic}@font-face{font-family:Whitney;src:url(../fonts/whitney/whitney-bold.woff2) format("woff2"),url(../fonts/whitney/whitney-bold.woff) format("woff"),url(../fonts/whitney/whitney-bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Gotham;src:url(../fonts/gotham/Gotham-Book.eot);src:url(../fonts/gotham/Gotham-Book.eot?#iefix) format("embedded-opentype"),url(../fonts/gotham/Gotham-Book.woff2) format("woff2"),url(../fonts/gotham/Gotham-Book.woff) format("woff"),url(../fonts/gotham/Gotham-Book.ttf) format("truetype"),url(../fonts/gotham/Gotham-Book.svg#Gotham-Book) format("svg");font-weight:400;font-style:normal}@font-face{font-family:Gotham;src:url(../fonts/gotham/Gotham-Medium.eot);src:url(../fonts/gotham/Gotham-Medium.eot?#iefix) format("embedded-opentype"),url(../fonts/gotham/Gotham-Medium.woff2) format("woff2"),url(../fonts/gotham/Gotham-Medium.woff) format("woff"),url(../fonts/gotham/Gotham-Medium.ttf) format("truetype"),url(../fonts/gotham/Gotham-Medium.svg#Gotham-Medium) format("svg");font-weight:500;font-style:normal}@font-face{font-family:Gotham;src:url(../fonts/gotham/Gotham-Bold.eot);src:url(../fonts/gotham/Gotham-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/gotham/Gotham-Bold.woff2) format("woff2"),url(../fonts/gotham/Gotham-Bold.woff) format("woff"),url(../fonts/gotham/Gotham-Bold.ttf) format("truetype"),url(../fonts/gotham/Gotham-Bold.svg#Gotham-Bold) format("svg");font-weight:700;font-style:normal}#dot-nav{position:fixed;right:34px;z-index:1;top:50%;bottom:auto;transform:translateY(-50%);visibility:hidden;opacity:0;transition:visibility 0s,opacity .5s ease}#dot-nav.active{visibility:visible;opacity:1;transition:visibility 0s,opacity .5s ease}@media only screen and (max-width:768px){#dot-nav{display:none}}#dot-nav .dot-container{text-align:right}#dot-nav a{display:inline-block;-webkit-backface-visibility:hidden}#dot-nav a::after{clear:both;content:"";display:table}#dot-nav a span{float:right;display:inline-block;transform:scale(.6)}#dot-nav a:focus span,#dot-nav a:hover span{transform:scale(.75)}#dot-nav a:focus .dot-label,#dot-nav a:hover .dot-label{opacity:1}#dot-nav a.is-selected .dot{background-color:#00b7c7}#dot-nav .dot{position:relative;top:7px;height:20px;width:20px;border-radius:50%;background:rgba(255,255,255,.25);transition:transform .2s,background-color .5s;transform-origin:50% 50%}#dot-nav .dot-label{position:relative;top:3px;padding:.4em .5em;color:#f2f2f2;font-family:Gotham,Helvetica,Arial,sans-serif;font-size:1em;font-weight:500;text-transform:uppercase;opacity:0;transition:transform .2s,opacity .2s;transform-origin:100% 50%}#toggle{position:fixed;top:25px;right:25px;height:27px;width:30px;cursor:pointer;z-index:100;display:none;transition:opacity .25s ease}@media only screen and (max-width:768px){#toggle{display:block}}#toggle:focus,#toggle:hover{opacity:.7}#toggle.active .line{background:#f2f2f2}#toggle.active .top{transform:translateY(10px) translateX(0) rotate(45deg)}#toggle.active .middle{opacity:0}#toggle.active .bottom{transform:translateY(-10px) translateX(0) rotate(-45deg)}#toggle .line{background:#f2f2f2;border:none;border-radius:30px;cursor:pointer;width:100%;height:3px;position:absolute;top:0;left:0;transition:all .35s ease}#toggle .line.middle{top:10px}#toggle .line.bottom{top:20px}.overlay{position:fixed;background:rgba(0,183,199,.95);top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;overflow:hidden;z-index:10;transition:all .3s ease}@media only screen and (max-width:768px){.overlay.open{height:100%;z-index:10;opacity:1;visibility:visible;overflow:hidden}.overlay.open .menu-item{animation:fadeInTop .5s ease forwards;animation-delay:.35s}.overlay.open .menu-item:nth-of-type(2){animation-delay:.4s}.overlay.open .menu-item:nth-of-type(3){animation-delay:.45s}.overlay.open .menu-item:nth-of-type(4){animation-delay:.5s}.overlay.open .menu-item:nth-of-type(5){animation-delay:.55s}.overlay.open .menu-item:nth-of-type(6){animation-delay:.6s}.overlay.open .menu-item:nth-of-type(7){animation-delay:.65s}}.overlay .logo{color:#f2f2f2;font-family:"Chronicle Display Bold",Georgia,serif;font-size:30px;margin:14px 20px}@media only screen and (max-width:400px){.overlay .logo{font-size:24px;margin:17px 20px}}.overlay .logo .logo-img{width:35px;margin-right:10px;position:relative;top:5px}@media only screen and (max-width:400px){.overlay .logo .logo-img{width:30px;top:5px}}.overlay .overlay-menu{position:relative;height:70%;transform:translateY(-50%);top:45%;font-size:1.5em;font-family:Gotham,Helvetica,Arial,sans-serif;font-weight:700;text-align:center}.overlay .overlay-menu .menu-container{list-style:none;padding:0;margin:0 auto;display:inline-block;position:relative;height:100%}.overlay .overlay-menu .menu-container .menu-item{display:block;height:14.25%;height:calc(100% / 7);min-height:50px;position:relative;opacity:0}.overlay .overlay-menu .menu-container .menu-item a{position:relative;color:#f2f2f2;text-decoration:none;text-transform:uppercase;overflow:hidden}.overlay .overlay-menu .menu-container .menu-item a:after,.overlay .overlay-menu .menu-container .menu-item a:before{content:'';position:absolute;width:0;height:2px;top:50%;background:#f2f2f2;margin-top:-2px;left:-3px}.overlay .overlay-menu .menu-container .menu-item a:after{transition:width .7s cubic-bezier(.22,.61,.36,1)}.overlay .overlay-menu .menu-container .menu-item a:focus:after,.overlay .overlay-menu .menu-container .menu-item a:focus:before,.overlay .overlay-menu .menu-container .menu-item a:hover:after,.overlay .overlay-menu .menu-container .menu-item a:hover:before{width:105%}.overlay .overlay-menu .menu-container .menu-item a:focus:before,.overlay .overlay-menu .menu-container .menu-item a:hover:before{transition:width .5s cubic-bezier(.22,.61,.36,1)}.overlay .overlay-menu .menu-container .menu-item a:focus:after,.overlay .overlay-menu .menu-container .menu-item a:hover:after{background:0 0;transition:0s}@keyframes fadeInTop{0%{opacity:0;bottom:20%}100%{opacity:1;bottom:0}}.block-btn{display:block;width:100%;min-height:100px;overflow:hidden;color:#f2f2f2;position:relative;background:#00909c;font-family:Gotham,Helvetica,Arial,sans-serif;font-size:1em;font-weight:700;text-transform:uppercase;text-align:center;letter-spacing:1px;overflow:hidden;transition:background-color .5s linear}.block-btn:focus,.block-btn:hover{background:#00b7c7;transition:all .3s ease}.block-btn:focus .text,.block-btn:hover .text{opacity:0;visibility:hidden;transform:translate3D(0,4em,0) scale(.25)}.block-btn:focus .icon,.block-btn:hover .icon{opacity:1;visibility:visible;transform:translate3D(0,0,0) scale(1)}.block-btn .icon,.block-btn .text{position:absolute;top:0;left:0;right:0;text-align:center}.block-btn .text{margin:40px auto;opacity:1;visibility:visible;transition:transform .4s cubic-bezier(.425,-.195,.005,1.215),opacity .13333s linear;transform:scale(1)}.block-btn .icon{width:50px;margin:25px auto;opacity:0;visibility:hidden;transition:transform .4s cubic-bezier(.425,-.195,.005,1.215),opacity .4s linear;transform:translate3D(0,-4em,0) scale(0)}#intro-section .intro-wrapper{padding:0;padding-bottom:20px}#intro-section .intro-wrapper .intro-body{width:100%;height:101vh;overflow:hidden;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}@keyframes reveal-up{0%{opacity:1;transform:translateY(100%)}100%{opacity:1;transform:translateY(0)}}@keyframes reveal-down{0%{opacity:1;transform:translateY(-100%)}100%{opacity:1;transform:translateY(0)}}@keyframes loading-mask{0%,100%{transform:scaleX(0)}40%,60%{transform:scaleX(1)}}#intro-section .intro-wrapper .intro-body .intro-content{text-align:center;padding:0 5%;width:100%;position:relative;top:-5%}#intro-section .intro-wrapper .intro-body .intro-content .btn,#intro-section .intro-wrapper .intro-body .intro-content .heading,#intro-section .intro-wrapper .intro-body .intro-content .heading .name,#intro-section .intro-wrapper .intro-body .intro-content .subtext{opacity:0;animation-duration:.8s;animation-delay:.3s;animation-fill-mode:forwards}.no-cssanimations #intro-section .intro-wrapper .intro-body .intro-content .btn,.no-cssanimations #intro-section .intro-wrapper .intro-body .intro-content .heading,.no-cssanimations #intro-section .intro-wrapper .intro-body .intro-content .heading .name,.no-cssanimations #intro-section .intro-wrapper .intro-body .intro-content .subtext{opacity:1}#intro-section .intro-wrapper .intro-body .intro-content .heading{font-size:4.5em;font-weight:700;position:relative;padding-bottom:10px;color:transparent;overflow:hidden;opacity:1}@media only screen and (max-width:768px){#intro-section .intro-wrapper .intro-body .intro-content .heading .name:before{top:calc(100% + 18px)}}@media only screen and (max-width:480px){#intro-section .intro-wrapper .intro-body .intro-content .heading{font-size:4em}}#intro-section .intro-wrapper .intro-body .intro-content .heading:after{content:attr(data-content);position:absolute;top:0;left:0;height:100%;width:100%;color:#f2f2f2;animation-name:reveal-up;animation-fill-mode:backwards;animation-duration:.4s;animation-delay:.7s}#intro-section .intro-wrapper .intro-body .intro-content .heading .name{position:relative;display:inline-block;opacity:1}#intro-section .intro-wrapper .intro-body .intro-content .heading .name:before{content:'';position:absolute;top:calc(100% + 8px);left:-1em;height:2px;width:calc(100% + 2em);background-color:#f2f2f2;animation:loading-mask 1s .3s both}#intro-section .intro-wrapper .intro-body .intro-content .action-wrapper{overflow:hidden}#intro-section .intro-wrapper .intro-body .intro-content .action-wrapper .subtext{position:relative;margin:0;padding:0;animation-name:reveal-down;animation-duration:.4s;animation-delay:.7s}#intro-section .intro-wrapper .intro-body .intro-content .action-wrapper .subtext .btn{display:inline-block;padding:1.2em 0;font-size:1.3rem;font-weight:500;line-height:1.5;color:#f2f2f2;text-transform:uppercase;font-family:Gotham,Helvetica,Arial,sans-serif;opacity:1;margin:0}@media only screen and (max-width:480px){#intro-section .intro-wrapper .intro-body .intro-content .action-wrapper .subtext .btn{font-size:1.1em}}#intro-section .intro-wrapper .intro-body .scroll-down-wrapper{position:absolute;bottom:50px;left:0;right:0;margin:0 auto;text-align:center;color:#f2f2f2}#intro-section .intro-wrapper .intro-body .scroll-down-wrapper .scroll-down{display:block;width:70px;margin:0 auto;transition:all .3s ease}#intro-section .intro-wrapper .intro-body .scroll-down-wrapper .scroll-down:focus,#intro-section .intro-wrapper .intro-body .scroll-down-wrapper .scroll-down:hover{transition:all .3s ease}#intro-section .intro-wrapper .intro-body .scroll-down-wrapper .scroll-down:focus .logo,#intro-section .intro-wrapper .intro-body .scroll-down-wrapper .scroll-down:hover .logo{opacity:0}#intro-section .intro-wrapper .intro-body .scroll-down-wrapper .scroll-down:focus .scroll-down-text,#intro-section .intro-wrapper .intro-body .scroll-down-wrapper .scroll-down:hover .scroll-down-text{opacity:1;visibility:visible}#intro-section .intro-wrapper .intro-body .scroll-down-wrapper .scroll-down .logo{width:35px;transition:opacity .5s ease,visibility .5s}#intro-section .intro-wrapper .intro-body .scroll-down-wrapper .scroll-down .scroll-down-text{color:#f2f2f2;font-family:Gotham,Helvetica,Arial,sans-serif;text-transform:uppercase;font-size:12px;font-weight:700;text-align:center;height:100%;opacity:0;padding-top:.5em;position:absolute;top:0;left:0;right:0;transition:opacity .5s ease,visibility .5s;visibility:hidden;width:100%}#intro-section .intro-wrapper .intro-body .scroll-down-wrapper .scroll-down .scroll-down-text .chevron{transform:rotate(90deg);height:20px;display:block;margin:10px auto}#about-section .section-subheading{width:60%;font-size:1.2em;font-weight:500;line-height:1.5;margin-top:1em}@media only screen and (max-width:1000px){#about-section .section-subheading{width:100%}}#about-section .about-wrapper{padding-right:20px}@media only screen and (max-width:900px){#about-section .about-wrapper{padding:0}}#about-section .about-wrapper .about-text-wrapper{display:inline-block;width:60%;vertical-align:top}@media only screen and (max-width:900px){#about-section .about-wrapper .about-text-wrapper{width:100%}}#about-section .about-wrapper .about-text-wrapper .about-text{margin-bottom:10px;font-size:1.15em}#about-section .about-wrapper .headshot{display:inline-block;width:35%;height:auto;border-radius:50%;margin-top:-100px;float:right;max-width:450px}@media only screen and (max-width:1000px){#about-section .about-wrapper .headshot{margin-top:0}}@media only screen and (max-width:900px){#about-section .about-wrapper .headshot{float:none;margin:10px 0 40px 0;width:300px}}@media only screen and (max-width:400px){#about-section .about-wrapper .headshot{width:250px}}#services-section a{display:inline-block;position:relative}#services-section a:after{content:'';width:100%;position:absolute;left:0;bottom:2px;border-width:0 0 .5px;border-style:solid;border-color:#cbcbcb}#services-section .services-wrapper{width:100%;margin:0 auto;padding:20px}@media only screen and (max-width:1000px){#services-section .services-wrapper{padding:0}}#services-section .service-row{width:100%;height:50%}@media only screen and (max-width:660px){#services-section .service-row{height:auto}}#services-section .service-row:nth-of-type(odd){border-bottom:1px solid rgba(242,242,242,.3)}@media only screen and (max-width:660px){#services-section .service-row:nth-of-type(odd){border:none}}#services-section .service-row:nth-of-type(even) .service-column{padding-top:40px}@media only screen and (max-width:660px){#services-section .service-row:nth-of-type(even) .service-column{padding-top:20px}}#services-section .service-row .service-column{display:inline-block;vertical-align:top;width:49%;height:100%;padding:20px;overflow:hidden;white-space:nowrap}@media only screen and (max-width:660px){#services-section .service-row .service-column{display:block;width:100%;border:none}}@media only screen and (max-width:480px){#services-section .service-row .service-column{padding:20px 0}}#services-section .service-row .service-column:nth-of-type(odd){border-right:1px solid rgba(242,242,242,.3)}@media only screen and (max-width:660px){#services-section .service-row .service-column:nth-of-type(odd){border:none}}#services-section .service-row .service-column .service-img{width:40px;margin-right:15px;display:inline-block;vertical-align:middle;position:relative;top:-5px}#services-section .service-row .service-column .sprite{width:40px;height:40px;margin-right:15px;display:inline-block;vertical-align:middle;position:relative;top:-3px;background-repeat:no-repeat;background-position:center center;background-size:100%}@media only screen and (max-width:400px){#services-section .service-row .service-column .sprite{width:35px;height:35px}}#services-section .service-row .service-column .sprite.webdev{background-image:url(../img/icons/html.png)}#services-section .service-row .service-column .sprite.ui{background-image:url(../img/icons/pencil.png);background-size:90%}#services-section .service-row .service-column .sprite.xd{background-image:url(../img/icons/ux-design.png)}#services-section .service-row .service-column .sprite.wit{background-image:url(../img/icons/internet.png);background-size:90%}#services-section .service-row .service-column .service-heading{font-family:Gotham,Helvetica,Arial,sans-serif;text-transform:uppercase;margin:0 0 30px;font-size:20px;display:inline-block}@media only screen and (max-width:1170px){#services-section .service-row .service-column .service-heading{font-size:2vw}}@media only screen and (max-width:660px){#services-section .service-row .service-column .service-heading{font-size:4vw}}@media only screen and (max-width:440px){#services-section .service-row .service-column .service-heading{font-size:16px}}#services-section .service-row .service-column .service-text{font-size:1.1em;margin-bottom:20px;white-space:initial}#skills-section .check-wrapper,#skills-section .flex-item,#skills-section .skills-flex-wrapper{display:-ms-flexbox;display:flex}#skills-section .skills-flex-wrapper{font:100 30px Whitney;height:17em;-ms-flex-flow:column wrap;flex-flow:column wrap}@media only screen and (max-width:768px){#skills-section .skills-flex-wrapper{display:block;height:auto}}#skills-section .skills-flex-wrapper .skills-heading{font-family:Gotham,Helvetica,Arial,sans-serif;text-transform:uppercase;font-weight:700;font-size:1.5vw}@media only screen and (max-width:768px){#skills-section .skills-flex-wrapper .skills-heading{font-size:18px}}#skills-section .skills-flex-wrapper .skills-heading .sprite{width:35px;height:35px;margin-right:10px;position:relative;top:7px;display:inline-block;vertical-align:text-bottom;background-repeat:no-repeat;background-position:center center;background-size:100%}#skills-section .skills-flex-wrapper .skills-heading .sprite.dev{background-image:url(../img/icons/settings.png)}#skills-section .skills-flex-wrapper .skills-heading .sprite.design{background-image:url(../img/icons/design.png);background-size:90%}#skills-section .skills-flex-wrapper .skills-heading .sprite.tools{background-image:url(../img/icons/repair-tools.png);background-size:90%}#skills-section .skills-flex-wrapper .skills-heading .sprite.knowledge{background-image:url(../img/icons/light-bulb.png)}#skills-section .skills-flex-wrapper .flex-item{-ms-flex:0 0 auto;flex:0 0 auto;min-height:200px;background:0 0;padding:15px}@media only screen and (max-width:1170px){#skills-section .skills-flex-wrapper .flex-item{padding-right:0}}@media only screen and (max-width:480px){#skills-section .skills-flex-wrapper .flex-item{padding:0}}@media only screen and (max-width:440px){#skills-section .skills-flex-wrapper .flex-item{display:block}}#skills-section .skills-flex-wrapper .flex-item:nth-child(1){width:40%;max-width:400px;min-height:450px}@media only screen and (max-width:1170px){#skills-section .skills-flex-wrapper .flex-item:nth-child(1){width:37%}}@media only screen and (max-width:1000px){#skills-section .skills-flex-wrapper .flex-item:nth-child(1){width:45%}}@media only screen and (max-width:768px){#skills-section .skills-flex-wrapper .flex-item:nth-child(1){width:100%;min-height:50px}}#skills-section .skills-flex-wrapper .flex-item:nth-child(2){width:60%;min-height:151px}@media only screen and (max-width:1000px){#skills-section .skills-flex-wrapper .flex-item:nth-child(2){width:55%}}@media only screen and (max-width:768px){#skills-section .skills-flex-wrapper .flex-item:nth-child(2){width:100%}}#skills-section .skills-flex-wrapper .flex-item:nth-child(3){min-height:299px;width:60%}@media only screen and (max-width:1000px){#skills-section .skills-flex-wrapper .flex-item:nth-child(3){width:55%}}@media only screen and (max-width:768px){#skills-section .skills-flex-wrapper .flex-item:nth-child(3){width:100%}}#skills-section .skills-flex-wrapper .dev-wrapper{display:block}#skills-section .skills-flex-wrapper .dev-wrapper .dev-item{display:inline-block;border:2px solid rgba(57,57,57,.5);border-radius:50%;text-align:center;margin:10px 10px 10px 0;padding:0;width:100px;height:100px;line-height:7;font-size:14px}@media only screen and (max-width:1170px){#skills-section .skills-flex-wrapper .dev-wrapper .dev-item{width:80px;height:80px;font-size:14px;line-height:5.5;margin:5px 5px 5px 0}}@media only screen and (max-width:768px){#skills-section .skills-flex-wrapper .dev-wrapper .dev-item{width:100px;height:100px;line-height:7;margin:1%}}@media only screen and (max-width:480px){#skills-section .skills-flex-wrapper .dev-wrapper .dev-item{width:80px;height:80px;line-height:5.5}}#skills-section .skills-flex-wrapper .design-wrapper{display:block}#skills-section .skills-flex-wrapper .design-wrapper .design-item{display:inline-block;margin:10px}@media only screen and (max-width:1170px){#skills-section .skills-flex-wrapper .design-wrapper .design-item{margin:10px 5px}}#skills-section .skills-flex-wrapper .design-wrapper .design-item .item-img{height:40px;filter:grayscale(100%)}#skills-section .check-wrapper .knowledge-wrapper,#skills-section .check-wrapper .tools-wrapper{width:50%;display:inline-block;vertical-align:top;overflow:hidden;white-space:nowrap}@media only screen and (max-width:440px){#skills-section .check-wrapper .knowledge-wrapper,#skills-section .check-wrapper .tools-wrapper{display:block;width:100%}}#skills-section .check-wrapper .knowledge-wrapper .list,#skills-section .check-wrapper .tools-wrapper .list{margin-top:30px;margin-left:20px}#skills-section .check-wrapper .knowledge-wrapper .list .list-item,#skills-section .check-wrapper .tools-wrapper .list .list-item{margin:10px 0;font-size:16px}#skills-section .check-wrapper .knowledge-wrapper .list .list-item .item-svg,#skills-section .check-wrapper .tools-wrapper .list .list-item .item-svg{margin-right:10px;width:12px;height:12px;color:#fff;fill:#fff}#experience-section .experience-description{padding:0 100px;font-size:1.2em}@media only screen and (max-width:1170px){#experience-section .experience-description{padding:0}}#experience-section .experience-description a{display:inline-block;position:relative;font-weight:500;transition:all .3s ease}#experience-section .experience-description a:after{content:'';width:100%;position:absolute;left:0;bottom:2px;border-width:0 0 .5px;border-style:solid;border-color:#f2f2f2;transition:all .3s ease}#experience-section .experience-wrapper{padding:30px}@media only screen and (max-width:1000px){#experience-section .experience-wrapper{padding-left:0}}@media only screen and (max-width:600px){#experience-section .experience-wrapper{padding:30px 0}}#experience-section .experience-wrapper #timeline{position:relative;padding:2em 0;margin:0 auto;width:100%;max-width:1170px;margin:0 auto}#experience-section .experience-wrapper #timeline:before{content:'';position:absolute;top:0;left:calc(50% - 1px);height:100%;width:2px;background:#00b7c7}@media only screen and (max-width:1000px){#experience-section .experience-wrapper #timeline:before{left:20px;margin-left:0}}@media only screen and (max-width:480px){#experience-section .experience-wrapper #timeline:before{left:10px}}#experience-section .experience-wrapper #timeline:after{content:'';display:table;clear:both}#experience-section .experience-wrapper #timeline .timeline-block{position:relative;transition:all .3s ease;margin:1em 0}#experience-section .experience-wrapper #timeline .timeline-block:after{content:"";display:table;clear:both}#experience-section .experience-wrapper #timeline .timeline-block:first-child{margin-top:0}#experience-section .experience-wrapper #timeline .timeline-block:last-child{margin-bottom:0}@media only screen and (max-width:1170px){#experience-section .experience-wrapper #timeline .timeline-block:nth-child(odd){margin-top:0;margin-bottom:2em}}#experience-section .experience-wrapper #timeline .timeline-block:nth-child(odd) .timeline-content{float:left}@media only screen and (max-width:1170px){#experience-section .experience-wrapper #timeline .timeline-block:nth-child(odd) .timeline-content{right:10px}}@media only screen and (max-width:1000px){#experience-section .experience-wrapper #timeline .timeline-block:nth-child(odd) .timeline-content{right:auto}}#experience-section .experience-wrapper #timeline .timeline-block:nth-child(odd) .timeline-content:before{top:24px;left:100%;border-color:transparent;border-left-color:#1b1b1b}@media only screen and (max-width:1000px){#experience-section .experience-wrapper #timeline .timeline-block:nth-child(odd) .timeline-content:before{top:16px;left:auto;border-color:transparent;border-right-color:#1b1b1b}}#experience-section .experience-wrapper #timeline .timeline-block:nth-child(odd) .timeline-content .date{left:auto;text-align:right;right:-33%}#experience-section .experience-wrapper #timeline .timeline-block:nth-child(even) .date{text-align:right;left:auto;right:55%}@media only screen and (max-width:1000px){#experience-section .experience-wrapper #timeline .timeline-block:nth-child(even) .date{text-align:left;font-size:14px;color:#777;position:relative;top:-40px;left:95px;right:auto}}@media only screen and (max-width:480px){#experience-section .experience-wrapper #timeline .timeline-block:nth-child(even) .date{left:66px}}#experience-section .experience-wrapper #timeline .timeline-block .timeline-img{position:absolute;width:50px;height:50px;top:15px;left:50%;margin-left:-25px;border-radius:50%;background:#212121;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:all .3s ease}@media only screen and (max-width:1000px){#experience-section .experience-wrapper #timeline .timeline-block .timeline-img{top:5px;left:20px}}@media only screen and (max-width:480px){#experience-section .experience-wrapper #timeline .timeline-block .timeline-img{width:40px;height:40px;top:10px;left:15px}}#experience-section .experience-wrapper #timeline .timeline-block .timeline-img .sprite{display:block;width:24px;height:24px;position:relative;left:50%;top:50%;margin-left:-12px;margin-top:-12px;background-repeat:no-repeat;background-size:100%}@media only screen and (max-width:480px){#experience-section .experience-wrapper #timeline .timeline-block .timeline-img .sprite{width:20px;height:20px;margin-left:-10px;margin-top:-10px}}#experience-section .experience-wrapper #timeline .timeline-block .timeline-img .sprite.university{background-image:url(../img/icons/graduate-cap.png)}#experience-section .experience-wrapper #timeline .timeline-block .timeline-img .sprite.research{background-image:url(../img/icons/search.png)}#experience-section .experience-wrapper #timeline .timeline-block .timeline-img .sprite.industry{background-image:url(../img/icons/briefcase.png)}#experience-section .experience-wrapper #timeline .timeline-block .timeline-img .sprite.academic{background-image:url(../img/icons/notebook.png)}#experience-section .experience-wrapper #timeline .timeline-block .timeline-content{float:right;position:relative;background:#1b1b1b;border-radius:3px;margin-left:0;padding:1.5em;width:45%;opacity:.85;transition:all .3s ease}@media only screen and (max-width:1170px){#experience-section .experience-wrapper #timeline .timeline-block .timeline-content{left:0;padding-bottom:2.5em}}@media only screen and (max-width:1000px){#experience-section .experience-wrapper #timeline .timeline-block .timeline-content{margin-left:70px;right:auto;width:auto}}@media only screen and (max-width:480px){#experience-section .experience-wrapper #timeline .timeline-block .timeline-content{margin-left:50px;padding:1.5em 1em 2.5em}}#experience-section .experience-wrapper #timeline .timeline-block .timeline-content:focus,#experience-section .experience-wrapper #timeline .timeline-block .timeline-content:hover{opacity:1}#experience-section .experience-wrapper #timeline .timeline-block .timeline-content:focus+.timeline-img,#experience-section .experience-wrapper #timeline .timeline-block .timeline-content:hover+.timeline-img{background:#00b7c7}#experience-section .experience-wrapper #timeline .timeline-block .timeline-content:before{content:'';position:absolute;top:24px;right:100%;height:0;width:0;border:15px solid transparent;border-color:transparent;border-right-color:#1b1b1b}@media only screen and (max-width:1000px){#experience-section .experience-wrapper #timeline .timeline-block .timeline-content:before{top:16px;right:100%;left:auto;border:15px solid transparent;border-right:15px solid #1b1b1b}}#experience-section .experience-wrapper #timeline .timeline-block .timeline-content:after{content:"";display:table;clear:both}#experience-section .experience-wrapper #timeline .timeline-block .timeline-content .position{color:#f2f2f2;margin:5px 0 10px;font-size:18px;display:inline-block;text-transform:uppercase;font-family:Gotham,Helvetica,Arial,sans-serif}#experience-section .experience-wrapper #timeline .timeline-block .timeline-content .company{margin:0 0 10px 0;font-size:15px;font-weight:500}#experience-section .experience-wrapper #timeline .timeline-block .timeline-content .company a{color:#00b7c7;display:inline;transition:all .3s ease}#experience-section .experience-wrapper #timeline .timeline-block .timeline-content .company a:focus,#experience-section .experience-wrapper #timeline .timeline-block .timeline-content .company a:hover{color:#00dded}#experience-section .experience-wrapper #timeline .timeline-block .timeline-content .job-desc{margin:1em 0;font-size:1em;line-height:1.5}@media only screen and (max-width:480px){#experience-section .experience-wrapper #timeline .timeline-block .timeline-content .job-desc{font-size:1em;line-height:1.5}}#experience-section .experience-wrapper #timeline .timeline-block .date{font-size:1em;font-weight:500;display:inline-block;color:#f2f2f2;font-family:Gotham,Helvetica,Arial,sans-serif;text-transform:uppercase;position:absolute;width:100%;left:55%;top:30px}@media only screen and (max-width:1000px){#experience-section .experience-wrapper #timeline .timeline-block .date{font-size:14px;color:#777;position:absolute;top:auto;bottom:20px;left:95px}}@media only screen and (max-width:480px){#experience-section .experience-wrapper #timeline .timeline-block .date{left:66px}}#experience-section .down-arrow{display:block;margin:0 auto;border-color:transparent;border-top-color:#00b7c7;border-style:solid;border-width:15px 7px 0;width:0;height:0;position:relative;line-height:0}@media only screen and (max-width:1000px){#experience-section .down-arrow{margin-left:13.5px}}@media only screen and (max-width:480px){#experience-section .down-arrow{margin-left:3.5px}}#portfolio-section .section-wrapper{padding-bottom:50px}#portfolio-section a{display:inline-block}#portfolio-section .portfolio-item-wrapper .divider:last-of-type{display:none}#portfolio-section .portfolio-row{margin:0;padding-top:50px;display:block}#portfolio-section .portfolio-row .screenshots{position:relative;overflow:hidden;display:block;width:95%;margin-left:10px}@media only screen and (max-width:660px){#portfolio-section .portfolio-row .screenshots{margin-left:0}}#portfolio-section .portfolio-row .screenshots:after,#portfolio-section .portfolio-row .screenshots:before{box-sizing:inherit;padding:0;margin:0}#portfolio-section .portfolio-row .screenshots:after{display:block;padding-top:45.5%;content:""}#portfolio-section .portfolio-row .screenshots.screentime:after{display:block;padding-top:5.5%;content:""}@media only screen and (max-width:900px){#portfolio-section .portfolio-row .screenshots.screentime:after{padding-top:7.5%}}@media only screen and (max-width:660px){#portfolio-section .portfolio-row .screenshots.screentime:after{padding-top:10%}}@media only screen and (max-width:480px){#portfolio-section .portfolio-row .screenshots.screentime:after{padding-top:15%}}#portfolio-section .portfolio-row .screenshots .img-lg,#portfolio-section .portfolio-row .screenshots .img-md,#portfolio-section .portfolio-row .screenshots .img-sm{border:0;position:absolute;right:0;bottom:0;border-radius:2px;box-shadow:0 5px 10px 0 rgba(0,0,0,.75)}#portfolio-section .portfolio-row .screenshots .img-lg:after,#portfolio-section .portfolio-row .screenshots .img-md:after,#portfolio-section .portfolio-row .screenshots .img-sm:after{content:"";display:block}#portfolio-section .portfolio-row .screenshots .img-lg{width:70%;left:0;z-index:1}#portfolio-section .portfolio-row .screenshots .img-lg:after{padding-top:65%}#portfolio-section .portfolio-row .screenshots .img-md{width:27%;right:14%;z-index:2}#portfolio-section .portfolio-row .screenshots .img-md:after{padding-top:110%}#portfolio-section .portfolio-row .screenshots .img-sm{width:15%;right:1rem;z-index:3;box-shadow:0 5px 5px 0 rgba(0,0,0,.75)}#portfolio-section .portfolio-row .screenshots .img-sm:after{padding-top:145%}#portfolio-section .portfolio-row .screenshots .img-screentime{position:relative;top:0;border:0;border-radius:2px;box-shadow:0 5px 10px 0 rgba(0,0,0,.75);width:26%;margin-right:-20px}@media only screen and (max-width:768px){#portfolio-section .portfolio-row .screenshots .img-screentime{width:27%}}@media only screen and (max-width:480px){#portfolio-section .portfolio-row .screenshots .img-screentime{width:25%;margin-right:-10px}}#portfolio-section .portfolio-row .screenshots .img-screentime:nth-of-type(2){top:15px}@media only screen and (max-width:600px){#portfolio-section .portfolio-row .screenshots .img-screentime:nth-of-type(2){top:10px}}#portfolio-section .portfolio-row .screenshots .img-screentime:nth-of-type(3){top:30px}@media only screen and (max-width:600px){#portfolio-section .portfolio-row .screenshots .img-screentime:nth-of-type(3){top:20px}}#portfolio-section .portfolio-row .screenshots .img-screentime:nth-of-type(4){top:45px}@media only screen and (max-width:600px){#portfolio-section .portfolio-row .screenshots .img-screentime:nth-of-type(4){top:30px}}#portfolio-section .portfolio-row .screenshots .img-screentime:after{content:"";display:block}#portfolio-section .portfolio-row .description-title-container{position:relative;width:90%;margin-top:30px;margin-left:1em;-ms-flex-align:baseline;align-items:baseline;display:-webkit-flex;-webkit-flex-wrap:nowrap;-webkit-flex-direction:row;-webkit-justify-content:flex-end;-webkit-align-content:stretch;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-line-pack:stretch;align-content:stretch}@media only screen and (max-width:768px){#portfolio-section .portfolio-row .description-title-container{width:95%}}@media only screen and (max-width:660px){#portfolio-section .portfolio-row .description-title-container{width:100%;margin-left:0}}@media only screen and (max-width:600px){#portfolio-section .portfolio-row .description-title-container{display:block}}#portfolio-section .portfolio-row .description-title-container .description-title{-ms-flex:1;flex:1;margin-bottom:20px;font-family:Gotham,Helvetica,Arial,sans-serif;text-transform:uppercase}#portfolio-section .portfolio-row .description-title-container .description-buttons a{padding:10px 15px;background:0 0;border:2px solid #00b7c7;border-radius:3px;margin:0 5px;color:#00b7c7;font-family:Gotham,Helvetica,Arial,sans-serif;font-weight:500;text-transform:uppercase;transition:all .3s ease}@media only screen and (max-width:660px){#portfolio-section .portfolio-row .description-title-container .description-buttons a{font-size:14px;padding:7px 10px;position:relative;top:-5px}}@media only screen and (max-width:600px){#portfolio-section .portfolio-row .description-title-container .description-buttons a{margin:0 10px 30px 0;top:0}}#portfolio-section .portfolio-row .description-title-container .description-buttons a:focus,#portfolio-section .portfolio-row .description-title-container .description-buttons a:hover{background:#00b7c7;color:#f2f2f2}#portfolio-section .portfolio-row .portfolio-description{display:block;width:90%;margin-top:15px;margin-left:1rem;margin-bottom:25px;font-size:1.1em;color:#cbcbcb}@media only screen and (max-width:660px){#portfolio-section .portfolio-row .portfolio-description{width:100%;margin-left:0;margin-top:10px}}@media only screen and (max-width:480px){#portfolio-section .portfolio-row .portfolio-description{font-size:1em}}#portfolio-section .portfolio-row .portfolio-description a{position:relative;font-weight:500;color:#cbcbcb}#portfolio-section .portfolio-row .portfolio-description a:after{content:'';width:100%;position:absolute;left:0;bottom:2px;border-width:0 0 .5px;border-style:solid;border-color:#cbcbcb}#portfolio-section .portfolio-row .used{display:block;width:90%;font-family:Gotham,Helvetica,Arial,sans-serif;margin-top:30px;margin-bottom:100px}@media only screen and (max-width:768px){#portfolio-section .portfolio-row .used{margin-bottom:70px}}@media only screen and (max-width:400px){#portfolio-section .portfolio-row .used{margin-bottom:50px}}#portfolio-section .portfolio-row .used .used-items{margin-left:1em}@media only screen and (max-width:660px){#portfolio-section .portfolio-row .used .used-items{margin-left:0}}#portfolio-section .portfolio-row .used .used-items .used-item{display:inline-block;padding:7px 7px 5px;margin-right:5px;margin-bottom:10px;color:#777;background:#333;border-radius:3px;text-transform:uppercase;font-size:10px;font-weight:500;letter-spacing:.5px}#contact-section .contact-description{margin:0 auto;max-width:440px;font-size:1.2em}@media only screen and (max-width:1170px){#contact-section .contact-description{padding:0}}#contact-section .form-wrapper{width:500px;margin:20px auto;padding:0}@media only screen and (max-width:600px){#contact-section .form-wrapper{width:90%}}@media only screen and (max-width:400px){#contact-section .form-wrapper{width:95%}}#contact-section .form-wrapper .input-wrapper{padding:0;margin-bottom:10px;position:relative;transition:all .5s ease}@media only screen and (max-width:768px){#contact-section .form-wrapper .input-wrapper{margin-bottom:10px}}@media only screen and (max-width:480px){#contact-section .form-wrapper .input-wrapper{margin-bottom:5px}}#contact-section .form-wrapper .input-wrapper:before{content:"";position:absolute;display:block;width:100%;height:2px;background-color:#707070;bottom:0;left:0;transition:all .5s ease-in-out}#contact-section .form-wrapper .input-wrapper:after{background-color:#00b7c7;content:"";position:absolute;display:block;width:0;height:2px;bottom:0;left:0;transition:all .5s ease-in-out}#contact-section .form-wrapper .input-wrapper .input-label{display:block;font-family:Gotham,Helvetica,Arial,sans-serif;font-size:.9em;font-weight:700;text-transform:uppercase;transform:translateY(25px);color:#f2f2f2;margin-bottom:10px;transition:all .5s ease-in-out}#contact-section .form-wrapper .input-wrapper .contact-input{position:relative;background:0 0;width:100%;border:none;padding:20px 0 10px;margin-bottom:-10px;font-size:1em;line-height:1.3;color:#f2f2f2;font-family:Whitney,Helvetica,Arial,sans-serif;resize:none;display:block;overflow:hidden;box-sizing:padding-box;transition:all .5s ease}#contact-section .form-wrapper .input-wrapper .contact-input:focus{outline:0;color:#f2f2f2}#contact-section .form-wrapper .is-active,#contact-section .form-wrapper .is-completed{padding:15px 0 0 0}#contact-section .form-wrapper .is-active:after{width:100%}#contact-section .form-wrapper .is-active .input-label{color:#00b7c7}#contact-section .form-wrapper .is-completed .input-label{font-size:.75em;font-weight:700;transform:translateY(0);padding:0}#contact-section .form-wrapper .is-completed .contact-input{padding-top:10px}#contact-section .form-wrapper .message-btn{display:block;text-align:center;cursor:pointer;text-transform:uppercase;font-weight:700;font-size:14px;font-family:Gotham,Helvetica,Arial,sans-serif;line-height:1.5;padding:12px 20px 10px;margin:70px auto 0;color:#00b7c7;background:0 0;border:2px solid #00b7c7;border-radius:3px;position:relative;overflow:hidden;transition:all .3s ease}#contact-section .form-wrapper .message-btn:focus,#contact-section .form-wrapper .message-btn:hover{color:#f2f2f2;background:#00b7c7}#contact-section .form-wrapper #message-label{margin-bottom:10px}#footer{background:linear-gradient(45deg,#00b7c7 0,#4d0ce8 100%);height:200px;min-height:100px;color:#f2f2f2}@media only screen and (max-width:480px){#footer{height:200px}}#footer .section-wrapper{padding:30px 0 40px}@media only screen and (max-width:660px){#footer .section-wrapper{padding:30px 0}}#footer .soc{display:block;font-size:0;list-style:none;margin:0 auto;padding:0;text-align:center}#footer .soc .soc-item{display:inline-block;margin:1rem .5rem}@media only screen and (max-width:400px){#footer .soc .soc-item{margin:1rem .3rem}}#footer .soc .soc-item a{display:block;position:relative;color:#fff;width:2.5rem;height:2.5rem;position:relative}@media only screen and (max-width:330px){#footer .soc .soc-item a{width:2.2rem;height:2.2rem}}#footer .soc .soc-item a.icon{color:#f2f2f2;fill:#f2f2f2}#footer .soc .soc-item a.icon:focus,#footer .soc .soc-item a.icon:hover{color:#fff;fill:#fff;transition:all .3s ease;transform:scale(1.1) translateY(-5px)}#footer .soc .soc-item a.github,#footer .soc .soc-item a.instagram{width:2.3rem;height:2.3rem;position:relative;top:-1px}@media only screen and (max-width:330px){#footer .soc .soc-item a.github,#footer .soc .soc-item a.instagram{width:2rem;height:2rem}}#footer .soc .soc-item a em{font-size:14px;line-height:1.5;margin-top:-.75em;position:absolute;text-align:center;top:50%;right:0;bottom:0;left:0}#footer .footer-logo{width:30px;margin:0 auto}#footer .copyright-wrapper{margin-top:25px;font-size:13px;color:#f2f2f2;font-weight:500}#footer .copyright-wrapper p{margin:0;color:#f2f2f2}#footer .copyright-wrapper .please{font-size:12px}.four-oh-four{font-family:Gotham,Helvetica,Arial,sans-serif}.four-oh-four canvas{display:block;vertical-align:bottom}.four-oh-four #particles-js{position:fixed;width:100%;height:100%;top:0;left:0;z-index:1;animation:appear 1.4s ease 0s normal forwards 1 running;background-color:#070525;background-repeat:no-repeat;background-size:cover;background-position:center;background-image:url(http://brittanychiang.com/img/404-bg.jpg)}.four-oh-four #particles-js:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:#141e30;background:linear-gradient(to bottom,#141e30,#243b55);opacity:.7}.four-oh-four .count-particles{background:#002;position:absolute;top:48px;left:0;width:80px;color:#13e8e9;font-size:.8em;text-align:left;text-indent:4px;line-height:14px;padding-bottom:2px;font-family:Helvetica,Arial,sans-serif;font-weight:700;display:none}.four-oh-four .js-count-particles{font-size:1.1em}.four-oh-four #stats,.four-oh-four .count-particles{-webkit-user-select:none;margin-top:5px;margin-left:5px}.four-oh-four #stats{border-radius:3px 3px 0 0;overflow:hidden}.four-oh-four .count-particles{border-radius:0 0 3px 3px}.four-oh-four .text-container{text-align:center;cursor:default;position:relative;top:25vh}.four-oh-four .text-container .text{display:inline-block;color:#fff;font-weight:500;line-height:1;text-transform:uppercase;z-index:2;position:relative}.four-oh-four .text-container .text h1{font-family:Gotham,Helvetica,Arial,sans-serif;font-size:10em;font-weight:500;margin:0 auto;text-shadow:0 5px 5px rgba(0,0,0,.5)}.four-oh-four .text-container .text h3{font-size:1em;font-weight:700;margin:15px 0 75px;text-shadow:0 3px 5px rgba(0,0,0,.5)}.four-oh-four .text-container .text a{display:block;width:200px;margin:0 auto;color:#f2f2f2;background:#ab473c;font-size:.95em;text-decoration:none;padding:15px;border-radius:30px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 5px 0 rgba(0,0,0,.25)}.four-oh-four .text-container .text a:focus,.four-oh-four .text-container .text a:hover{background:#c74739}*,:after,:before{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,html{margin:0;padding:0;font-family:Whitney,Helvetica,Arial,sans-serif;height:100%;color:#f2f2f2;background-color:#1b1b1b}h1{font-family:"Chronicle Display Bold",Georgia,serif;margin:0}h2,h3{font-family:Gotham,Helvetica,Arial,sans-serif;margin:10px 0}p{margin:0;margin-bottom:10px;font-family:Whitney,Helvetica,Arial,sans-serif}a{text-decoration:none;color:#f2f2f2}ul{list-style:none;padding:0}.noScroll{overflow:hidden;height:100%}.center{text-align:center;margin-left:auto;margin-right:auto}.section{width:100%;height:auto;min-height:700px;padding:0;overflow:hidden;color:#f2f2f2;position:relative}.section:first-of-type{background-color:#0054c7}.section:nth-of-type(odd){background-color:#5b5b5b}.section:nth-of-type(even){background-color:#1b1b1b}.section a{display:block}.section .overlay-wrapper,.section .section-wrapper{padding:100px}@media only screen and (max-width:900px){.section .overlay-wrapper,.section .section-wrapper{padding:100px 50px}}@media only screen and (max-width:400px){.section .overlay-wrapper,.section .section-wrapper{padding:100px 25px}}.section .overlay-wrapper h1,.section .section-wrapper h1{font-size:3em}.section .overlay-wrapper p,.section .section-wrapper p{font-size:1.3em;line-height:1.5em}@media only screen and (max-width:480px){.section .overlay-wrapper p,.section .section-wrapper p{font-size:1em}}.section .overlay-wrapper .divider,.section .section-wrapper .divider{display:block;margin:30px 0;width:100px;height:2px;background-color:#00b7c7}.section .overlay-wrapper .center,.section .section-wrapper .center{margin-right:auto;margin-left:auto;text-align:center}.section .overlay-wrapper{background:linear-gradient(to bottom,rgba(0,0,0,.61),rgba(0,0,0,.61),rgba(0,0,0,.61),rgba(0,0,0,.61),rgba(0,0,0,.61));width:100%;height:100%}.skrollr-desktop body{height:100%!important}#skrollr-body{height:100%;overflow:visible;position:relative}.gap,.skrollr .gap{background:0 0!important}.bg{width:100%;height:100%;min-height:100%;background-position:center center;background-repeat:no-repeat;background-size:cover;position:absolute;z-index:-1;overflow:hidden}#intro-section .bg{z-index:0;background-image:url(../img/bg-intro/intro-xl.jpg)}@media only screen and (max-width:1170px){#intro-section .bg{background-image:url(../img/bg-intro/intro-lg.jpg)}}@media only screen and (max-width:900px){#intro-section .bg{background-image:url(../img/bg-intro/intro-md.jpg)}}@media only screen and (max-width:660px){#intro-section .bg{background-image:url(../img/bg-intro/intro-sm.jpg)}}@media only screen and (max-width:480px){#intro-section .bg{background-image:url(../img/bg-intro/intro-xs.jpg)}}#services-section .bg{background-image:url(../img/bg-services/services-xl.jpg)}@media only screen and (max-width:1170px){#services-section .bg{background-image:url(../img/bg-services/services-lg.jpg)}}@media only screen and (max-width:900px){#services-section .bg{background-image:url(../img/bg-services/services-md.jpg)}}@media only screen and (max-width:660px){#services-section .bg{background-image:url(../img/bg-services/services-sm.jpg)}}@media only screen and (max-width:480px){#services-section .bg{background-image:url(../img/bg-services/services-xs.jpg)}}#experience-section .bg{background-image:url(../img/bg-experience/experience-xl.jpg)}@media only screen and (max-width:1170px){#experience-section .bg{background-image:url(../img/bg-experience/experience-lg.jpg)}}@media only screen and (max-width:900px){#experience-section .bg{background-image:url(../img/bg-experience/experience-md.jpg)}}@media only screen and (max-width:660px){#experience-section .bg{background-image:url(../img/bg-experience/experience-sm.jpg)}}@media only screen and (max-width:480px){#experience-section .bg{background-image:url(../img/bg-experience/experience-xs.jpg)}}#contact-section .bg{background-image:url(../img/bg-contact/contact-xl.jpg)}@media only screen and (max-width:1170px){#contact-section .bg{background-image:url(../img/bg-contact/contact-lg.jpg)}}@media only screen and (max-width:900px){#contact-section .bg{background-image:url(../img/bg-contact/contact-md.jpg)}}@media only screen and (max-width:660px){#contact-section .bg{background-image:url(../img/bg-contact/contact-sm.jpg)}}@media only screen and (max-width:480px){#contact-section .bg{background-image:url(../img/bg-contact/contact-xs.jpg)}} \ No newline at end of file diff --git a/img/portfolio/.DS_Store b/img/portfolio/.DS_Store index a489de2a318aab7e5ce0f263b2ec673bc955eb2c..a9a10abaa4eb5f0283ed2a466431b4c78748210e 100644 GIT binary patch delta 201 zcmZoMXfc=|#>B!ku~2NHo+6{r#(>?7i&&T#g(mYbY1gweBr_B-B)qu~2NHo+2aP#(>?7jC_-MShP3qXYpX(*wDeWnVo~51E^%PAjfy+ V$^0UY91K9f$iTp|IYML&GXP9)54QjS diff --git a/img/portfolio/crowddj/crowddj-mobile.jpg b/img/portfolio/crowddj/crowddj-mobile.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e84f5e5991855037e38be1386b9626143edaae85 GIT binary patch literal 19586 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

K5YI=t7m!k7> z@C4-_^u8LC)=Ldjx`}3@XE}_MLTNyT@%FYp4=ssg4ApZNM@+6nz*`?CPH->pUX@7Y zi$fy!mc_Bq;ArCBq6`ij2LWAOUNb&i)n0SQj$pp!aY7SoP@v;rqBch`G%uYXSdWQ?fn3vRNbWfqp+F#S!Bsr_e6ZLwrk6^w+NMp0LHefVG zHb~edWlvk-t>cl6RVI4t_efjssq6}ZMM}SZE^D7t^|H?sFXB3Ol{xS5bDrg0N=f7H z0Labb9Zknh+za>MjZ@s7j&zVPqmQ~mf^WvncT-W)*G1P8|Mlyea5T3tS$N-7@OY}M zWN^XDw%0)FLQs-<3#O+~vb_>*ISq24#N*O#dgZ@bFJO_$8 zEGKS>G5Co`o>NkXd6Bf603(J{g)|G7Qfpnm9csQtZcb~j_OY=i9c2c!98GRY1)b!a zrZXkvj;`{b#>IQJ#3aW#eC=o+(gbttMN_lxL|T`Fp-Y|oZg11`0qW316; z>z5U8P*FE%XR=MY_FCHxGjqNSnowK7`2`C0>klQApBf|oO}=?Hb|}!z3l7;Mz+1#D ze0K0TS-w`V8ueX7jinnOASn*p?0%Nt7of3)A&|gW_3thd`0!F&!ss1%!gz&E-8r_} zv;AWrIuHj4s1McyeT0bUcp7>T;En(bdk_?1dC%C(t<{G8)i>l}nj~ z*{I{5ma34{00VEAw1z+$Ja^W91w9~G6|CydDvZk0OL=$uQS_WdSwX{B9LkWY)WyvA zM*RufiyjsxS3R-CEC@HmP*Q+B zOYwhBa^9wdZxG0Q4+O?A_?VgZ_wsj~SthxdQ$KT7J_0q8AI77&sixrSO7_vhV69tv?~)kDj;6 zrB>^C5{VBVjwiEd=EGlp(2>~PlaBjS56<3?mF2fN)654Hnx*B1r9MSlt|?S^iB5!d IU8auw4Qd0MqW}N^ literal 0 HcmV?d00001 diff --git a/img/portfolio/crowddj/crowddj-tablet.jpg b/img/portfolio/crowddj/crowddj-tablet.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dce5b5e1a5358413600802de797ffeea49c61ee1 GIT binary patch literal 11651 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 literal 0 HcmV?d00001 diff --git a/img/portfolio/crowddj/crowddj.jpg b/img/portfolio/crowddj/crowddj.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0732f407d6a75aba970f7acd66e6ae89805f351b GIT binary patch literal 39660 zcmeFY1zeWTwlMmTDk%skjWp8TAxKM0H%K=~Nea^4AT1@`-QC^Y-6`#TLH(=$z0Y^{ zchCLqJ@T0S7#IM6fqsB*w*VfWnTffjj+K?p zTRbg$JVSFGJxWU*?H@?s+cfYIfWB`J9zJ{k1M>(51_2%p4jus&@iFKJ6%XYZ3g{OP zn*a*~ivXLRl#q~=o}G@Gj$Md{M@UId$;KuT?7u4DTN8lv5W*WO2?7is07n9YKmz;L z0$_u-01ggux0|005()wu4E({vN8hG^hu;YoH9v{}2cDd;Q|A|Xaex!V^8D+Otva~c zd5-8m)?qg0fvklCp`axS>zGT<-gjPlW!vqphhAlPT#nW5Ow0Fh%^y=&%AMa%ZYQ$4 z{yrIcIRn59j02${G{5G@AQn2myqsU5&c9yny=^_8o;(W*x$V8so4(a4y<}dUEgt8x z{e3zB-!5L)Pf+XFNAzlpX_o~=gLWz4V(H(;Njz#F; z{3S?cYXJb(3qS~j`{09^z4h^;{-xH#ZvccV0PdIs;&`0w3hE&?5FOm7bkvOP55%@z z`;m=bPgLxVsoXK#wd-%74(j8bgvX0_2#ERH4_;$$t;)4=jUCTA{Zbt(C$H`Zp!Q(> z8~`W?BQ4gJR$F}gbQ`<&y%_BPuZMR;%%Jk$6g8Ryp08}(ndSOx66~YrXOTM)`BXgIoQ(*N?+Bc1-vFb$-B`6Lj(KY@L0hJ+ zA~B|*^`u{u(2)6dDJR$r%Y2+HMOP5}&G|mw5y8Uhe(``HkTO%s#s0EWbBW}R9)4WC zLwe6I_8ywMf@pBFcm0nB@!$t@Az#LJWEs1J>FKy^{29;n*MDxAJC!qst;yqxDAOm# zPr_c-cH$;1d^h_~nV{#RflF6FK^U>5TnG2lE=EZw$3%*FYa-4f!#@+OGO7);bG zrV}S7()+kcr@c{;oH%EB0;92sKeq@#6o2`-LP<85m8?Gi-X!FdR;`^oo=JNd$mKt? zaJ={R=~JxZpF0Hz+cbqRb5B$~6BACEaCAX1Cs$GR1~u!UYh_j&0H#UE zH8g9t?Uvx?ZkyIyZ1C)=x!{BhVgBdVAQIq;lZACW?xdi-K0MHs2SJEJNqNl=p8e9k z#zK8uDZ)s~U@jfo*+6-m%7qK;yJJDqezvEK3Ju@=Q!bZ3mv5%I?Z<@3UNvEM#d>}I zk4FC`ea0eJ)2qt7eL5e5|8&e*wf<++09X}w!mS!W9r#cVRIeNjDBkZpwT*^QT4TA> z?k6^xTWRC$;PySDA6X!Z#=4mZxX^-TKn&zB*bLXoix=k)XS)6{j2Z1=!!N_czc>11 zl5=}ASS5QY@2r~mmsN=AhNjiKry(Ula_H9j+t7@Wv+qjZi7(8~vt*B7ikPn@N=#*} zw?0Vgx79wL`JUe(#-HsscS88863;KMrT^arsi z$^Pb6SC-|12kRBzQxb@MIBz2=Qjc>d^hDWvINL&c_f(RSoJoQv7vxfjoV>4`%1v%- z+0X8B{YumZ0RCD7qMnbM-VVeD07aV1e%{e3x}AaZN(&&P;k#9%J$v~pC_$qB3fw#X z@9l?c@Ia#<>ii&p9^gNg1c5)y1CfAW2O5EO2i`rvhjROWn#t@KeGmw0|OP#fmUH|zrq86ZJtKV9VVYQ{D>yZSDp%&phEjYiFJ1> zl}RM6yU7uH?)k5C;N(IMG&a6(D^6DP$F@L9e6JuN;IH;0N|@QH-oM(NHBfz^GM}~g zB6)M+KV+q%ndIBrBnv?2t}z{P{lNy-k9F`N1i?6oieBSfCijs5P*l;0WLJJD z7;5egVz|Vjqb@XRxEFwZiKe=g#=j2=J>W@^uFr4+zU%iW^n$y$25`1Hu#;8N+pJi> zuU?`tWXnxAMr2kxC3HXix9&Ul{@{EP_9gqD7u!3o@8rMu5$x`d3y5+_5b7Ux^&~05 z-3nSg{_@%d@8rx~0K_vp{#G)(4%DL)7rf_A68sfPAF2qm_s>#-L0!_r^d?`^Q= zbh~)oUrGRo1X#5Y_II(KsH>(FJfKvYUAF1$L03%%2>?}0C`ZZrJcF2E7t5baw>NFq z!C3G63Wr^e7(=*ke?9IB;`^iBvjgnwzQj#WH2SZn(&m2EqC{;#ajntM5LL8w`Vxe>UCL29VD49CuFnTkG|6{Tt?f2zv?KYxft8 z=v~9fG&koIC8=4#yU|k6B#8Hw{qBVM#DO3l&M48ut$7Cbdxd_^c|e7(V=-Sx70T9h zw-2$7b`q@DAOOP3M=l%MSmh_*pHF(Ng+CGh9{t+_|3wQRf?jw$1G{g(O9BIjfV_X# z0S-FHfPXCJ-+4a>De~MyU_7n>k=u*b?`SA+0O0rd@Qd^veb2Pfqy`ED*`|g z6acsakYhY|LwEoK06OkoErA*gU=SjeM0XE^I5LxH9ABg?X#{6_Al zk7cvvYLJDej|U{w0W{TdHRfybnPPns(R$FX1PT;cn>h3_xt4`o5P!^EfR0?WUa zRsd-Sx1MyrGGPe-3GRBo3J36qE&v1`0Jyn=0Z9)(fo72NfK~@X0l+1J=W>Al2Q7CH z`MxQDB>^BBIFTq1B=P__aU`H09)36Z4=NxD33a!ddn9BM@Hh$ZRrtF zlOBV+dME%oTK9&$!=l}j?sS0yKpO%Fid+Ezi3i{Zz{xa#F1N1lbO87+4;=Xmz>@@y zssVIrj3oV_L4l@#8eS5>0|kz9XW4rTJyallm;?|?hq~TT|7s6m?)3BcYy969;07fQ z#`nbe{Y@blI3xrV^nL0;d=KP*c?VLzasDv;Zl&L;wH<3FyTO#hdT$0EMyZ zPbRbm804QYpyUcA^m71a^x#z=ohsqaF;MC?e)F{D_~2;qcVuAD*txm+<@-a6zp&s9 zunPM(i0hRHmlx;b!aoHRfR9nje~i6(`k=k)=PFRHXa$!pT&g$R@%`_De{jMAl$t|_ z3Dv8ANaSR5WKM({;`zZu0hE3)<^O%?`a7`%c=T)C5mNBqrh&KqMj8NqZV;rkB+7q4 z`6&uy!(Sjk@f%$53kGla1^*Y=e+l{jFXRHs1-8ck806it@dyGE98@kqml*(*3{c2V zppno}@aT9RqduphrGF`Dj?bj=fPj&okSO>m1FvAik5}qo55c|xZF>*AsPu#>Asfua zDbMmG+$$U?(EFb_d&HT1mMh$6fyEWL$S=(e2_rAcGY@(sIWQLM#ez4VjvfeAE<~*r zmGV@5iS#h|CoCi5hXy?Z7&flT)YSKKlN)PAb z0&C~H68%UMMPrW@Y|MAPB7aJSWOA z+%ed#Qu%}hN3BuN`i-#tzBXp1z@ol6q%rJibiy2EF$FYCAXhAV@v-sCjFuV#b2OKX zaT~goybF$Zjd8^SI7O&%W6ZFa6P@l1hDf(b6W+DTfml7)%#Az|_98N2T`CWvxOhKo zC*ZE**JpBbqi=jZG8$Fm9?9i6RP#r?s8PC2aS2PiuBN@M9%NH8kpnN}C7^($TRQ7f zcxCscvtH7GXZ%y~`@%G~OM(ECZF544mveX>6h;dA9dxU`7aH8%a#s&KpCdyCp~{** zU%ae@`NI3W6D-J^MMD9`+K2nLj5lHOIb-|cZuE@FAr+GQGK<>Hu+|UE+LiQ?IY}Qrr(( zJ66GMmyHri`h1h%@3QXN564vSS;i`< z9J39SxjO57uBxGCM1vsIY$a|MMM74iPS7_f{=uLDlR(Gy8$hYNqr%uK*vRhfu>qG; zzQ)lGwSeBqM;lf8shl8jJi5;N)HcP-uHwzsWj*2irNtvND&nPnC7(wrJ6NL6#IGcsCfB*cSx4_~zAdnU^gHV7fsxL3{f9P*^v`X4TQ-z~>)O69;kuj8X zN^eU#4MK;B{&$AdCFU$it2KhsEZS5Ohqr{9JWJ6Ts~!g~1yP%4&QRX~t&ILxl@Lan z5$cg!jwhmF5_)p!6c?fi7hJH4*1|FALfh{YYwRsQ5YcR#Y#NA5GjA%Vp0y%aMJ}_f zsaDW^TqW&JI63K@@vy6zWEFlIr`jWA%1|zvHrx>!Y!5ZNOy$zjx_I@-IZ-QiRu?F|p@KHJlwol{A$p1una!+WS$; z4Geh-_633>i^9(l-kAnU`?rcLp6rTZhF~_PHc@!tGq@=f%=Yu1>Tl6PN_Gpga|To( z*%)DlVZ1MkmFIM~#7r3}m5=-e)KCxaoU2sQoT&tiO_YvRr2WtQ4PAbYR?;rf4ck0J zTBJwC)cSaY@mvD|VUX9FB6yA5Xi0I}M4;M|CUvcSzD~ZU0>ZCNJhDhMpoBt|e1sah zb|xUBI8w1D{(U*!B96-^ zofAKP51e0*ee3?wX25JISu&X%1uv{=^@~3E{aH& ze=L429oO4z&*L2yY^RN9ZuUxr{as4PV;Xr1w2|j7sJ58p^%4-y2YC8&O>d188k7{^ z!cE7&r1)1-O?_yNVFyFPNJqP=y_Nqm*^aB*ei&lsFhg|Z92E-+u4~*|=c1UbC@+!o zJ;G#-GP6j+_UY~@uU%>gE zCzOvlM5WO+MLZ#JU!51smiwo(p1njtzt(}Fc`s+Di^r z8-z5HD?WgSyNrMEwLx#wB?Qx8y$Sn{JI&tpl=9z#Old_SCNp5Lb+1S+d{}*8SipS!nmgo&hM(| zhWn9U^V}l!^hquI%*xI&alDkB&%DJ9#5cgFkK@!ZG*7X0xk~^nCf?(T$(5QIZa~A{ zqX;_z=^44C{b%W`;AP2u^k&0*eka#pU<@g}?3T7>gw%)*AM4GAPA0<;s5X1SgNK5b zusM>1RgDI7m5bLTU&dg5dB6(ZCH4()ItjN5)6*MFv}CVlvV37fr_HIUNV>#q@CADj zTMA4eSWo4q(>c)<>S$7;mHIEi$V!TeJ_u+-8vP0+%*T{a4$xMpo_9D6* z6h+!Z?>dY%*-+TZjF}!g<9qO8E2^${29Jx~Rp80SDrxL@Sg)A4i5PWr`4ouUF0;~# zpD}(=#!?&|g0cI0Dr@WUejr!+#XF0GG&C1huf@#OFE~q%X$lPy69@T0o$!Nnve6av z6U*R_d_+pBKVKMUEJcMr^{Q=BFWR#Hp?7DOcNC5Yg`4v&0FK~CN|;$qg%c1i6*^{=~TX*h2wnbp`THN!3${u;h46W6p$CMY$`Vf+-+9v zI3VzmP0&Ipl_=hY+T(Il~-1Y%b0Pit#-Yy<}g+Enb{$4!!-=^oh{%se}Xk= z!OlCH?EBKosI;(f-GW0@`^l?Oyu+scQ}Q!y(;gq3Nwa8GaVx@A*0213xN{Hn;x>Fx zzr6V7)S5z4Wtd*&3ufbV^kM!Kv;*2U$}W7CER;ynHi8GZ_99XlAI{fOij)TW)=Y7o zC{nqcUQUU-=mV%DyPV1FpZ_REmNU50d1P?L{kLaT!OPTv(*`y&&%OZ{?2poRbz!S5 zHQOgP8z1Pj(BWwZTFb_n?M^4;8P6lWQ_olcb1aiN6zzolo)*nDa)O)ZJyHK?3BjNAwp*+3okHNK5FHzwrPjU;7A*ZKgqdWt#>pNZ6H&$m>cdSEARdWy$8MZmT8y?Edb|u~&{r_l)RAP& zdBp_v=wZLRA56R;wt3|X?VHl&^+Q5P+6y$!DpRB$8FM)_L4A2LX-^>yM-P2zb1)sT z>~W4A>C9)!aHbHbYWAwcY2r~vpE|%%&6FTH`fxonB9k0^jv}8iXxrW=Sm#P z6ziT=k;O)VE*85=t24QV)*U4BmhGj*=_CvU>9nPWk2PC!r@gV@>ztJ88ir$eCG}Wm zD>?FJ;sntVItfUPSbg5E(lYlQ$BpDpM{7M2T1!|#M{I@c)-$lu^ zvXV;dM+YGy)_Fm!67G3qrr~yQe${lt4gBfDy?0eBu^mr0uMH*R>H&>hU4z?rm9CuSC(fKc9ZIFz|U@+OE?wVXX; zHh51NDOF#nEmk-cRxYc$0?KBAgw&frty3_i-t%EA zyfLYm_5U;o`s+Xx60BOYbY@wj{GxQ{Zh&HT(5Pv}!P-RoN^0(~C-3G~U@it!X{VPw zt{NkrOwij^+=%9bk)shr3ohv#4Uru?`Sumhtwy@1h^~}ew3epB=7_)D<8_CR)3V_=ruojn%${~>Ca2I3t>GzosJ=N3$4Wpr>##} z>5IS(#|lX4uUI05iO^IU>xO(j%N4$;M9_X^5j$PBFyTCIrd^zST$4srrx%|32{Zv- z?Jzq`3BKDph18=@Z@5p|p1n&==ASqXM-Yz^gF>y^N@!;!XTC`G|lqa2Z69ww-pajYVneyRjlTK;c&g-KsmBE z{*<1qFm^XR1-y<oWSi5Nb&a%bQ1gyL`X;~Kr^_yvFhbKHQrldlx zVp<>9SlW|5(4{Lk)$}G@XNb!?JAP8E#A7g5C6?>_7Ai=T&;T)GUN%;v5 zk}}j%LhG$>ge$#{`9!&~x&r&#CBV7qw}X7)8vrUQ`yBCgH-DVZq6?+MhM}WGS)y+u zGbyE&QvY{`X=im}-4d4S3vS6q&k-eEAE)s-((q&ixyZ^ps+Px56`B)G5%U_h`6X4o zGh{S4a}z1WLra_B!ZI`eO4in4FrKxV85*6;+c9Q{N}<$OV_}u6Rr$aWAF6X~9-0NJ zI4~%(Ik8y#NJgHQzSf7l^aZ0zcyeHoluRBWmNl*6?mOCufM?zT(jUvn>D#1M`?)Pv zwI)#Czj>rD$?x7bN0{%JQRw%@NKGBFS*BZ(v*kjh@B?|_qB?FUW=^D-*A}ewGVYAL zL(}~=@^H?qJIYGsL|>{y-PH!4+@|qS!)q)4mK_3=Ck8&=0^=P_h)VC9G0X8(H_qJa z8S8Y(BTS=SYgLOyY86?15|_8@GapSy+x4e|dtkF5Si((ye@A4WEF|lbsg8~>U{PSE zlJo!kc&1!6y$O5!GtR)*{>)TgE$pQgDhWah7T-$z?G#j;>5Z?!1GkM(ira27f&{1nlPF_JeqLP9OJ zL1gN+^gKfm)1eeFE402nEeSHjFIm!InGCxn39TfoB==@uw{VS0v!zjEf#K3^qoGm! z3p~YQIVD&2$fgyGrklk|oX3^Mn!%cNPGW?xa)!by56TUC+AWoe6vbt*r$68fEE;xX zJZh5L2_-ggCkn~oEGQI4Hl?MSp?#K$?d~VwrdpwAOMHZ_&1`a$Ih(Kf#ZLyivhl>d^t()?~%S=JOMLBj(2Lu4NJ@|cb}w87Zq>;%xSn+KjsJ z$o2}(Kr!B6(#-t+#^!>3X}PCuB3}EfQLgpnJ`1H=1mb1Y5ek@P0$NS7=rbcmNpSWE z&x7ta0ROATduBl|7VM_)F1czA7WWqzzK7O5%$ zzouK_J(e}3w{-BIk9bk~qSwIEsZ<+O%4Jgml9T#QkaWAkim}ZPcQ;nOm`+l}m8uN!}!g(Bau0t1VQTIl#nP4SrEL+sTSt-Q! z%vt@DLxj_PGNIVkX@YSkaUcF8{D%GSnh*jjZsuQQM60Er+?mFcrxY& zDg5*G@;S|Yl3t^B-ZuVzJgK+a-$psFI@rEg6r9X=D@b>E!l`1zg{Jc&f0EuR)ysIa zAAhWF*Kq806qz>?;#Q-BL@A<>L=?rzE3S(<>sAGlSZx=a+t#7s2 z;-s9XwJl00e;AVnqb!FZj#90;!@{&%PtS>y-Q-!Pcv@j3e%$5^N(y@PgM3ctcx3_< zQP!af&hi+;DG2)Tl00xWKa4V6&WF$ zXgrEgvG&s}(03Ynx-a`N379EYvx<)UXt!xg8&{pj`?xr~6Sf>uF%n+4MLm{m<>(dK z$O@>kyjiCceRDlPF_}%tgIcXY=uL)Fq-Vg|OW9{)*v-v=DM#K#hcVA}cElNrmXUL7 z^hdzd8stn_HncIivBJ-N|3K0Pe#;b`-7(NJ=pobjek&?lFg3=oz248j{kc#%O*3S! z*E0&Z96c(}9s_T=qHs}Zy649z%TZ`&$vl3<13EjFD#1&{wQz`=w10=|UycPJb5x#$1>*$gU6Ct7vqU7I0YjrPC zsBJIS;??9{D7-H;2N@(s1MN8Pgw19GjR#ha&Z@rw*nY?Qnd~*3b-o^y#$xuaBQM~_ z;kDZJps6+ldix&`@un#vd=!>>D%6Os69V}n0WjnAoGy}2(s*r8Qjic2Ybq4DYgm_G zqAyAFNJNlZ6KP8^#B?M%n-G{x76TDo)Eu* zJjYqX+?Eku6$4>}V@Hk-!>NKH^HK-I=dIP0@$n}oyCvF0Y>{mWzE&CL(*C+i>tIY> zr#lQjPa|LpgHy<({YLV-Qd2}$x}Wn;F75Tt=7B5HG_j*#fz5f%%+B6&xhj{+%QfUF z=d<=m7FZNwpzhCo88X}ruE(BxEnULEuudl~lbG;vjjUu5Jly$VT!^jwQA-7O>TsMk zX}M{2QKPsOd#HpqJ^h1aHQ8OKll>|m zr9Dk(Ijg0)u0lsYcUci%oNP+RtqmGDTsylE_~(c$IIv{iW=BS-(X zC?cWM+voV%rVds7jfFy_|4`>+s9If(y^k$juV%ENCct zlJ+6aV3rTk9~Q{z>u8K+3UHZ&Vm|oQy&vB$-0o=u+yzTs?v24N8BA(vzc{lz{_>)! zbAU#av?tW=qUR5f1KRyV-W5?LGp*Ac)x8I|{CV#go==sK@$$vT63&dV+cdHIYt_Dc zJV0D(_}rXXzwk1IYL>wZA9=M|LJ`L*T>I&4!Yf3&`DR%6-}>gTnq#@mH;W z0y>q(M<0Eq!-vB=*J&@V1L+FMKkO`JTxOV#3_<3n;` z5g`pdpX3`YZSzJMOSdLehR;N=tb)T94;WqDiyNAMe5d6RH|RSp-L{<#aTgLZET7u- zqSB9yCL)4XgO>X0)rC^K@o~Rg3Z@)a=&yB!toBixoKOV#bY_5$W`UwVY}$kQ@F;ltX`PUY9B5xx623pV{z9brU;NBvBYuM_ItA8rm8B zzx)rSmq4vqtJ$W$fWMOo#j+Q#BZuX>JSA5+^c9;eM%YosMR)MAf+6)rrk@x+6q2&I zv)Jh(5-~AN-D?0k*ASnAEf!sQPmOUgxolDADqqenG3Lb{SJ2BGDaD1_ly1i<6~||8 zL^L&iXsQ>sMh9BrL&h;$-N!eavTp-ekC+zcjGFNz8a%G@c@)~w1u>&l#`o*@^JA#b z&Iw82*>!+xFZNtf{X*Chh!30R+zwuc@_V2va;bXd&pm&f*nTdtgFTPods}K{**%@% zZGzvjC;>OL`dM+dJRwwn=Pb^@JGm?N%1n72SJvmU*}{dzr2 zZu0tdP>z*zYjS>@jloEJn94*-zuBc+<&z~;R`qt8+AGq~mYJ}c;V4I1l^oj@lhLdF ztL-(>n>zTbx8){gNAtUX*J~l{q=~@6bV{aUuRkmT=jExPq2q-nU2=DScU`)sKAIdX zjuw49^ks-!>`@HGJLO|D8GACTxSkl1k8?tq-U1YERJzOQtTOLF^4Ji9QT+Mcc;6n z8m+n9o*pUSbgjNBA0MR5J%CF-3#?z2Ep^V4)gB$@>vU8%mPqH4u*UQ*Bp|ua9^TE> z423V`iayy(v6i3Amo`vI0e`h?wxAMlfbcr!OF~@i_SgBZ<2_MVjt`xwJr%n6ZRjg3B0GKY#dih!^wOEsZR;q1#cIm@RcNaq>C8pCG82qMgdX^%%x zGpM~{_);m|)G>8ZG|h-OjHh~)V|H+Fir{V!ZOixqPnmA!A(f4Za?&S@0wK*)TvjiX{IuQGztq;3H*&8YF2WgBV#Ze( z896?=RfR;vpb}uOtePtS#7B(G=fs?xdv#_=gsbB${2>spfQr}DWza#!p4)%D{$QoW1E1}cQC`O zEBU=r6;4z)ZMgdv{ma)Rmr{%HVS=7QT{|(QN(bcyhX3-v1jneA9R;t@7D#{~@N4@vs}dFS#LL5V^G z2R;9QrGAk1o%IXBq#N8@iK}dsr*9_^;kD9P*OP^e*4<1R7r-(DU#~0Dc zml#`y3>d*vc(67;E>o+PL(>bf%}OS8lJ$sDAhv{g%f$Bjoi zU8ZI8@0&Y2dDcVU$sAQ>k(9(Wn_8C)2WYPNUKM95pWTkAY%KM~xqSUX%awICia;`| z{yw?oGJF3GOQNjPme-T5{94H+C)uxASQ1%vr+hxA@^fD-{>}Q|(gL3RwrG84=7b^iW)G-lSKXr0a}T3f1wHfbZaInzV0rk)`lvidG*e{WLz{ zW;Y_i;BwIM5gj+`h3Ed!exO#WdPZ zh|y5>zKmupS=pNy#r>!u>_VT6p7YNAkxGrx0o+REMGvN?1m^rurZE{d6DRU1Ab9- z3!$Lud#%I8*0Kc>LP)&62r z*?hTY(d!W_qVvR7Y1<8%AHmI?8B2)AP0lKF7-*G{1wYapO}-r#V>46dhCSbIGzu&u zRui_YbaX`FN7M3im?%(if22wNH2JoZ3TIvUQ=$p+6iMJ7 zHGbZqbF36Dx=$h8w!;cy1qM^=wF*DW#f5U{DNMiHd8$x<>Ew>cer*sxA2d6(h5FGD z>y*J|D}zWFc+|(bVXb+(Z-79>`Fzi{Uc2^t_LF*;;bE~frY-I=1vmIc9A6t-6H(eq zZV{GymKMhMV@nJ2!s7v)7fRz2Uo*PaEtWU(++N~*()z;eJgk$UHf6p0KcJhZTV8gd zKTLdLm#Z{_f`UdlDALaKb;e9IDhNVg%0TJ#Fn7G(1V>~>s+O_-ETxlM@5Ci2;JUxf z87U2WJlC|nD218YGGkCW(KgS=oXtp1CJ8l}!9>gmGg0Dm{%BK>m_=UDhT<_77xOVU z`Z>Q7UjQ&~A`tf_rf<-D#$?c$(W~(ru*Gcs^5fQ2d9~z1=|IvfA2Jr&IGwJ#(gziQsLHven`UbJq*e=PAj@{oi!{$E$j}XvS zVp5tv6m~(r)plutb;+7bR_zwMO$MqA8K0&^gnSNN zX9{6iJ>LC{TU4MkjP7gK*fZ_}1}LAG)|Eorwq|?Avg_OU`@V6KbvKwtf(%7R4b;I4 z(Hu-GtwouNdlpSI71d*1=1!#+#Mw$A{G@<@vY${lhn)*kHzb3cz*1aG{MO=&O@W86 zYHa+{E5z`SaVaQ+1MxzXAR1r6Qg5YTF@Fz)Ipazz-5JE7_MY#V){60N;2TiceeNOh zjEa!BUFR~VoH}+;(Pkp%qmc5aTEb5){;w3gCg<_wsvf^{rcBpFt z!`9DZG<)lHSIs6BVqUd7#`Kv^5v?T9c}&bq2G&+*BT?vIugc-!RKLlCbL_RRniogq z@OxqvObheARf}-q8{ieax^p~15X!0;y;gg{N6jzl=lcx+%>#Y^SW6*uqwCZ`xnV1nj?O(9?EvphMp zyo|1ZYKt7@A>uQ3j)oVxm&R;HXa{ujv0Cuw?yp6@u*I)kZDSJ_d|rK{BW0E&M<=ut zLMQyJ5RUWdtV(N(OTkbubKERS`>@%D9`289M#>D5bzY}lQg;tfmog+i5ysC?Q@74` zX>*w{`ZQX7iT=}pEyO3|*vz-1cZ%7$c{TU4gq_1!sCYUX^rCqegk?fj;Zdm z_YftKCzm0AX7yV1B4|!xfq?fCMna57M;wx|U`J+DCEIYUM87IrBT9s%VR z0n{*t|CimoKDdSL@myYl>rgc%diNCJ^h>uj6|As00qsum=u-uywt_L2b4x9z%BhPp zWxn)n+zD8_1RaM8`;l?T&jJ0-|Js(H?rhSfckqp)Kaxf zT>-s7p;$~z*YqdBmp6IsE!Cg7jAOi?E~hVVrbpP=d+P>Q&z>-wWu;kT<${&7D4h8w z@bj3W(1Ks(EBL%3akLLq>x$S9BicVQiJXmb_8Tx4FegAUtDEMy_fWUTv|+zii-?wLg~Bo@E6u8eHDNu@E`iZE z2HPVhqJt!_{9**D6Dz03O6@v1>T_CatIMc&q^L_a+s#Ot{0n^ddJ4nG>P3Zg7ti%C z^g?dcQ0cp7RQ+(v+n3i=9L?68=`TDbAFl5o+P)i$SLGhqcG`oQ!v7KDPhdR&kZ<|RUF=O2`Y_Klm+3DquHdOxJWJBt;9t_JKVL_s8JZOvy2Da2&BoeGL3n$?3>F!qb94fK3{ z7pk&I(Nr)`-#BD5X-9Fy7{I)J=E&!_6DJARx{1cdKRH;dH?DKajc%J*7u8S7XM`2jg|MI!h`A9Sh^*I9h`3FNWieUc(Kd?!?K8(aE)+(9mC7$ zp+eeZZMWP%D@am?1d{I>8WU5+ zqIe5l(aatel$MTul;u+*!BGVtC8D)t%Qx1D6AJ%OSYwWb9@>DyucGj!Y4T4RI0Qqw+U(Zj4Z!U)xA@#jd* z_xMSw<34|uWk@$%5p*csN8@r&rC39EtJQ9oFE;>ztxr(PqM5&w zhVt49)vfekr1gY0(JCvHFR~L;y%>ejVSN61&*16+WYl`xn*Rb{u2?EmV;sI=i zgo*<2>ksH-7)EeEp`4AMCxHIaa8kYlrxIp8a5|JL6riTPaSLQ4*F*6(YJm;}_ zSnk-a?vYpI)XgY5T&72e^h)&E=N+yo>H6?5WkEGc7Cii-PZV zH6a+e&Sk)lVj|M|*h;lqTV59TvVK%Dh37m3(zu^!o-#j}M0h?g!gHEoqEb`0Pp&H! zo^m)BbHzrjd95PN2j2!#r*g%A)Jw0~c!**3t*LO2@O&R5!r0?N(PFC_p$|u)Y}@c) z39m5|q>u1xL5IQT;2I&RLuwqc;`b~cmJdNk69Y~EBgYFOW!LFEN<;FPb>U(#t#n$Q z^3O>hUd9?O5QlQ3)e52*Ksy$GVYPqHxF>$uthsz7fg>wp#C2S^as#Cu`nB7Mx-HEd zJOca%zQ)PgJA}a5lKe5ELe85ed#U@8uQ7>(GzRt9@`A&;?HpfJiIr0v^lS;aSx8; zY9qX(v~O{=ql(fTidKo&WoJ#ZBKEq&WA|0Zw$h&~jXxcjwnpy3*B=P$fuqbY(IN^^ zwi6_G?uxjeP%x@UNT?zVH5EQq_?NCE+IlK}AtnT{)LhkAIc{;&XgaQqJQyRm`134x$^0yGn6dDhaI7rbcaJ*_&f`(@i0Eq}T}6 zE0bT=cNw;7ySA24 zvVxAXeO#vbxx#AqGl3P$b|e#Wwoc@>-k4#PwVB4O{mrDdm%b6Nq>A!nF}-E_wopkG zaUe*E^&3v8WHM{%jYR}BmU>BEZWY#_(BIwkV=QSa<@ha}nKZ03VND397%vqJ-iNC* zX^4;&D~&4$Fu#c{tA#lI+&e8!mu^HR*&JmwclA|fWAP;z51LqmvNiXntn3MfM`_(w zu$8;MFD&Ye!iW5E8ACz?X!p43+ms=)h8kV=7ccxXloe!1(KHbFdmzlfaxD~PgYi^S zUIr`39Hm1FCymoqWyQ2%ie4VUG`y98P8Wd{(Sus8;mcNU==tyAD^~ZXJb^dj8#6T;StC_s+UEQEr zPms!5!J5kLlPLIDR&+_7#o=5YDQJdfw7h^Io##-fl(arB%5aXf=x@Uidf1_t9*W$MpjFP|R!|7&Nc zwWn)8F?>InJ(Ai?@~D)M8X@U39BWF}?v(qC6F%eU(@$ES5Q2I#UyGw6yVP#Zk#!V2w5(yaU362on*#Y7H_o2x96p5h7?lC^TMMG0#-Zn+%wU4N2S5tFE(Q4a{M?JFKM{ zpeD-a*B=WKS{BpxIvjbb`9?iO1${KaSERhn+5RdWq4LES;kxk4OXse(zRIWgQvzse z5Q7St>D|@(tGUznRb0FJlHkW_{0$IEIU+SyS{|Ig$m7x#d-7_K;Xm)Vi}tI&9&$T{ z9Z(7r_b#A+#z;}qn=AF4rXt6rc-f3pEIEd5GMsz*g}#nbg<*1v#H%?st3iUtLwBww0`1>o@0IQ`VdeJ{pN|EF!AM`s z*aN>{&D>p{Xj-0OLHHe=;r&kvaagFH4hK=nWPBsAeX8u7wScxn<5t&b(IuYsZQDkh#?Y_l(y^WZ z#ED2qd=v_z24?33MyNk%(P+eQs508qm4})_Ug1;$%-OOtYR&kb1FMSQvlRNH*#H)LFYK zW$0AJB7QMd3Hq7J*$|_{GIDZ$pe7jS(VR2#({lXiC)c0tzEGZh`(4Q*+mzj=gCOc@ zVpKU_U_n3W=FJNh53}=^?{90Q#U&Sqpi(IXN{)bIfNNb*q8|raKR#>ju0+<@<*l9L znrNqjzFkAGDLs0gESG`~y)5V3;Wnxt4sw3AFZJ-&zerdb%ZLx4_3v0^K4s zMWX$-vMt6F)2Wy4uW}3rXY9_Zw(gt7;IJOMW6leUcH&Fb5r4&2O-?2+Q`|mlnAd?C zK?imc^%ZDWn#hVcAk7v+R-rf-0 zp<1paSSP2aeWyOX+>mxiDts6MClVZ|(-SA8QkGzY%t*09W;|D+P+!(S%x?fb+qY(R z41N8N-z!$MEpFyiGm4YSxtlS|GpD(nPc>W#6DxN<0}v_xE}wuv$+g&!(exQ&b|#5wEQsR1-=`g?9wLUqG~QHKJF*;A>jJCG0fQl6#> zW##04v3^s&c?k3@`;H^L&wlxrvOLw{nT3QeCLh~Nw5%yN6`*T;3U9q@=cP;_4RzFH zA7fJ@mW6Gz6TjBUrbBRgQIbg{Ufw>m8~pbp@(|e@7o8WTH*jcNH2eGZOi&tC{4oCCoMazKi{&20vkAr>)d4`@bYWxxo`Jj+2(;GiF6q2jPspi1eJru zR%UTeTs7@vL$9$ygQ+veC}wKk5c(&PVqJX%kpH1H3M5tL$69}RhSXH|`9!r<3F3h>7LNRt#i018ss z#|81Y%VGmDcA&L`DMLYN3c?>KU<~{u5^M(-ayaZt%)`)#c38Z+$BV*HWZgG-7RV!8 zai_lC!$iz5tqP1o0V~@?^=Mqvb~HKjR2-bokjLv9F{sL(+(3jzVAawZ(B^X7ZqLsz zm3HQ|PrvzrI@&yUJqZ^)iqeb=LGwTx8X*8dCaH??C^}Bo=#OcfcDiP`5sXZk8QPxl zhpSc^eEWbOdzr1i1$>j2mWsj$)^_NYC(*Rl#c2FYWy~$?-oC3HYvd@L!Z|;7kv;%M zx>_LnjJ<@VUsRST)Ml82m^_T+GEaSCqHdc7$m~({^71+JWV56G$YqYg(oV!Wc6QGM?bJGfJ?{wp1IbcDo-{e8Y4zy>%8)q6M4~szuU$OKi8#^Ny(%S zeBTm(Zv8;@iJG7(2{a8SY)+n))O_|%P7}2*gTa#dx?dC5bR9B{|t|sT5Yog zjqMqo^1U?g@^RXYhGovq%Go2F#BG`rzB1T`W!rg?dC8m4mMWg?$TgoBh~Zn`%BD9q z2#j`FM|EXa5)NVuExtq`RJ)FxKt6D1;VG!*6eoojUsj^b*>x^o_;kfS@IMcoG)JRY zwM!{}RL`K(6!QbmlmChJhZUaM^rl2_$o}u#p3_}UM})N9 z*l@y;e4whhp`Gby1}<*f&#bbbwXZci*6cP1rE}ZKEoRWDRYj5*AQDdM%_Gfz#X4)8 ztq)p~(YCe>+qPsxRY4QZj>l~^m<%!*xsGChT*AzJTIyQombLkjn_@2GL$b5+ex+g= zYd#-FSj6;124cCJ9q&PVO?Ey*F$)}Koc6XBeX{EuQJtFU3450JQYP{|l&D8**`jwp#1 zk7--t_pepLT3EHKvmSFB5Q^N`Sv-MabQ5dKTVeSIVpKM7i&LUP+BIBtZL}PPlyX5b zvHUYtvcwh*&1kEQaQ1bnn8ayM2rhcDU-4ZLYe(z&;sXqFgW{Tj9RxHkVVZNAKwHyE zu>IX6-KH~4VGSx01=s(Q!u}9M9lZALDgnb}O6H!0ZKp0pQuHBGlr5@!Wc5XP-j+pX1) zPi72xF?bZ78bo`toonPb@dS$?H7sYnbIXEB;)xR1gE1QJulI}!hv5cdz4u^5%}Hp_{y6u zH|tsBq=RgWwrtssN};w~>if@X(%4gJ9+Aq^_`@35w>&cGJk=MINTRyAs6J7L_Whw> z9!#IdGgW6Cq|4ndr3ipWgJVPLwERUUn9ZxN8Z;6&Wl02h(hl0#fH+Fn#+1SzIJXDS(P4$E7##!1xK@3e-en%PgNgo$XHlxmr# ziiyJu!bslq&pK)RY=w>{bk(m!@QyVpH7Mu!BJEJe4IKgBz*J(?*05Nxq$SS#u#AD# z$RCvL;&Jh%hH2QwE+=^E{78mAh~sH$)Nq@thN~)QyC?+N7MW$H&h7=d=Dp)Jn~GvH z@$jNOu!360F@?s-?!A{ymzGLGAqcqnh}-n)Zwo4mgzwaFDF7RGfg3NQ`a#~8N~5k8 zt@r&TU5Rb!eV=aY$L_yfjh$p{XMqV;gnu|;yk>b3Dqn=}uH)ei@0)~-tr-Wqo|{IU zdpPIzT|DMkMl(s0gU^*0g#+CmDwm7fKGh=2>q?AZ&Kh|uURqP@oS*MJ(~Bp_lixwU zBfj}ke*UFWN3O$pnBz*wAG*GEHe1*<>&+2N#iQ$uKfwNy{{h9rU@4-`X0tD$|hsgH_04Z5@2uI*sJ#p_}JMK1JU#4w{mTgXwevL2_|6a zcGpspY!wPaI`9#JwcTEPu6N&FK@I+9aggsnyy_xT51#) z?b**YCz>b6w*>XqvOq`>H)yoC^WfB1?xY~HMr}AcG9v4Nl5p6(4rN39A+dzwQV~T-3 zW$J9v_bZp4b9(>AvxCpo9Bkrbw3Y40!!wFWo4KT=3wD3u;jQ7BZTQR-P2)~=UJ$$m zrFh|B)lr&NuP71tUKCar*utH%4vo~5G z=PPv$y=NgMB(hJ8<{W!Ey6xn~`oueL5z(oh>=$1_S=MJK5*O|N02f+kKjRQ(jeQi; zjJHLP*cFp3o1q}NVGw5t5oh43MKH}9jM#!7TSu#T(b#Iz2|GB9)@W%9yBYEHy;Y`J zXCK3?lV5Qv+o*bmCedB#h+*rv!e&^~m@cBRcZ;E{7w7BpT2hpMbn=^kh8CGoy#dUAKWemIiktvr)@T2FhaUphfxU3PZ zrgRVwVSlYgW@sj=LO}bl&wv~I%a$JYvcmA@ZcKgh;sB_VGC2bSH@l+JJn5$-MJw{+ zxk{i;ahE_o^L`W&y~lIt>Km4?o1nT(KDpKRN&83sfS(n9M3RXXdx=qdO^q01^K%Tx zm}@qf%d$+5AWl?ef>A{{fe{C-pQ+Iq_HM~(UcNroTQqhXj%5x)A4fA|CuxrJML;#Y zXm(Pv(-rRtZMwVZqahD6Kk$I~7MwDNb8a(vtpNR^z3d3v2foN1s|@xDIFmUi?V55= z&X&AqsEU+yZkl8hGX?a$iORfg?D(Ns z?sW$tx5&h4a&etzqVi(h5qWrl89Q+EqB8RinsKSNt&smVgw#leIo@y*?X(KU%yk0O zs2cWdwA&QYI#2hwyXqB`RLwiLdDp#y%O=;G8R_f~R{~N*l;)f&*H!yoRkG+bi4lV7 zh=UqArf{7+m>u@k{||56mTbj7R<=2&Pr(8PX(UwLkU!}$S>Jt#dWV&D?>$*$h%zAvil=o2?kYK#&OlC3tm92%v z?hjKE!ft;$a>Y%usvHeHg_00+X(8zNS;gE(@VX=#-NR2SRLMaJ?2Hnm!A(6J7Jld$h(iyW*(rlMAcil7@_kCfsSNvi&h%>~ zdqN2?fd?;C6!nGU`c-Y5jQ5ZCt2|K-kse7}#jT<8*uD_vYUGsCnL8qt(!r%V;g2Ki zbLsa~{XoC>8n!^e4oc9w>#tO8s)SW^lYsBS-hibY@O+%DtO9Mzv4T zE8_LtWFGC|A7wcrMZsSu=kyZn0aNX~%h_q=N}o{A@hbN`2ammrR$(Ryv}m-=PSadu z&&w@cdo#B4g+6Ww;Fy~u_vkiYgn!+b!xli`-IK%2!a_|#Glx2d{7(%32E=lL=UuU) z{VB8ufP#gFf&lzgZw~^1PR=f-dW}XVYT{hj$fh!Q;}n=^obdS|;6L*Oi=ct?1YdCC zOEg%-sGNUZKn+*BpX^@~jDsKbRaap{o<>AfGzAt>z|jr#nzMh6;$S@t&u$fqUaHbm zhq$@u&VLwv9w$Cyt$6DF{%QBA2V^0T;%?N?Ef#QC3;hI+UMq^g+U(SfbJ-wJA|Ej) zTp&^#ZOWeVc{|XyFaTVHsz=5!L{A*1J9u4iiYDoFXW^;YLpAPdhte@C4g5$W$o4A7 zgURIx6gKtciHQFBNdJZC2ldAMMsvc8wwo`>T<`SzeBSFV0;Z=QOdZ^&KRg)cb7N}} zx<%8+)o>354Se!{v(@y!)CS^)~-HeGBtSKj%rbJ_`EhHGba>U|BjIA4`D z5tRyg-Xm+5Bg5L4qn!e{>EWnO@zj? z_-L49gg%EFnVDZ&m z`v3%a8I$h3YU2bPK#}dbfz>)T{ZX;03S9ohP2Dbay!rmBu-g!e=}fDQ%l6cdyKL1e7uI z2Ca$uGE?lw>9!ywBx=n&O$-5=)_6tIhB?&sm=Bs|7*SldeO5aI*C>xV_Xa$A_o`}) z%u;C}u;V`>W2Mc%_g=Vo_b;Hi#@EdRx+qHr-h64W^KyTl+ z^o3`x8DBFE)WPt~aj11v%*K65Wnkk^d+g{bSgqm3TG(Qq ztvls+l$7n~0LidEAYz!>#M5ZqKtYbVY0uOk_(Z5}^VpcLI8^Em*hd8oe35d+A2|aw zI(&C;fU*nC3v?o5gK=LIFlHI$Dpb1d3@LB`(*ESv8SadoHQ1SbkVQxCc63^1WjHbT z4VZGcVxeE1s9k5E3d!Qx@Lgp`p*NP^vA|G$ddKL6EOw1!e)YA?YHWuhIOYw{_`xVTl*{2mjlsR-2V-tyE z!B%&agb`GeiukB8D^(W*gngwb-Liv>5d{X8%Pp~DOA2LdPwYsJH%GuuFI1~(9y2x0 zB93M$-&7Y-8Zb!8rb^-i0tPb|obDWq4h6;{GLEi7JvOfoi~sAfDWrq$VuD#5wqtw7 z;MsKi8kFhzFaHCfJrlqG-0z$Tv8|SqD)~O`fwx?P{b!iJ-}>ME%rz5>U9JsjWU0OJ zqo54TvVab-qccD^T0qvOmf7f!bX4(u?w;7^o~JAb8QF%|CSn-` zE?sJABEX|$p0Hju8*8hn6zqMcGxU;Lr3+2OL=Np4mBPdo%HThf?P_;jY?kn{}5ZYxWJQ&A%KyJ_{G!jVR3UvsM>{Xulk2r;Q{C;mR3~nuc(D=ohri5Lf>^nv!*kTixs>da+Ez9Kg0R>P zUG71^^IE40zB$gU;QQYIk?XwgMSj(^T%a;NClilvfa5?rj%Y=ej1yLXTocr&`(k~L zcGifs=Txex4h+Fs8>gBwEJ~rQD_}WPkHnzO2E)eeZhHbaL@Iv=P9$U)(W^{`b*`;mQSfEDj2kwma4an;UF}!+*)PCLKj)4Q&i4YJ?@p4W?h^24YMW&k<>^D=unMBO zCmbUhm1E4JY&K{#1r0dkSwncxY)gD`XoRg}qN}ikX|cKCU@VWD+Br_y4adIt54Ar* zV69u}iBV)Vw;O!Vz7tv-ba;iGDKxXTYKvj#vGfuhtJ-w9VOLsc5nU!i)?fuj4clU> z+Ax6nV3s(!;A+r8Vmaci78AWoYvD#^v2X^J_W`?6&4~a>HWH#|Bm;sdOMos(+`9*vX^e}_l-M`x7sRc1nLq;+9unjebA2zV zC1k}h5j2`|Vzhk2AuuS zY}JlCJXy7vY9O##2nerDaF*&!DJExX3)h;Z+m%lXUDPEDTvWnHH9!$}q$WDI?vAJi zwx_xTN9i4H+XFm#>P`kn;2_6y>&OC$&{%c~TJE=C>frFZ8^-wix9ez|EEJ?Oh`l^c z+s6&L+eV6mg3!-OFpsH><&xz@Ofbhz-A`s!!oZfn$5*Veh7F<bV=FJGk*yU zbaZ+p&A-$zA0-}HBDU7>^lB=V>$#c8O1x;{m8E8JLMM#U<}dvXup7?}RRAD;j@!ek zNpx&r1c$UD{sveyoxorrAVJ(v7rsvl1g(E?>tF~My_#O(=YadMDxY(dG@-Y_IyH3R$Yg(4OLIKM zfNi;f2Le0EJZlJIfeyx_|L-S#kJ_6hL5p!(6&0()w7Xd*=4sO^X;@8;9gY?(W2_dU z%H*a;vBZ81Z;f`-JceEj=ANx4HQ1Vt&QKthRW&9rNNOp2E*QCeIG~ic==r?Zsf>r3 zc@$u!C~+PkP(*L}H$XJ@ZtqL2_Bt$bVj-)Xv%HP2Lw7~3aFl_#W@$o8>M)}_7Pm{e z5RM_V2X`CORnY>uJ-%LBujV9|WELf8wQ|}CWL2MGAdh}p^yIGft0Cpir<9> zof(9pz55S{eil(Bg9g~V-&|-KJRi;~_3{W7Ji`)WN4_Hf=SFWBD3D_?IS&hFyx1g_ z`NKv3aoURTF;n;xM#1E!90{C+UPWUE-mF@j6IzFDi*Wis8Dotv(+7!&i+2JjBY}T7 z`dcfLWHrXLfSAd4$Q|OwMnBH~8$P>$pK?Ex(0u*pA4}-;o2!Ti_(NQyr1qWQPSiB6 z*Ms{$d!wT@_nfIQG9hMVj&%Htob~ORH#i{p(UsY4YBsT)J^-N8fOHb zVi#xXng)8*jeMDKdRE*J3Y~nLPk{VJpN<~7^)roVoA?~L6BRw(C9i=FyVSeQai0jz z-RJ=QJAFSGl7xsFLwjX`_>}PBe*>0Xtt}zX`rXG=$C>Ybjx$e2Fx>aE_w(x9o+q;zKIx-LYb8VBj z({^f8O4zy8S$C0AX23hOgV<*ns@nSS{|y4r2@+cQTxf(8K`2^zPqQz17yIqLAz%jj zpQ5axU*sD0A3ub?{MwB`;QIQlyeT>Okw8_f*si39?_24?w&YFh&jBeO0-OcevYJat z>;GVQUPkHp3=<5&65a2fq9O+d6QkdIGu3ECz@yhP1)fUs{e<1brh%B|M2%|2i+K8j2tq%oj1CgpDMsgXM+%%!E0SM%O5aZfq8u71n! zeYK|%Cg;M2l=P(E{WPB*3XQGMRAmuNKOtz}n;?nZ=#pBDt?*@{o^RscHVPFX|75(x zh*&r_JlIoH9Z%O~QpwFXTDy&`*mAWL`)TPPQtZICQPpA*QJ*hjMHd2qcJ!UD?6Bn= zR4r8sFNv&5x5#jeef=Adf2ozet=~1Xp#_Poi&lk!M^Mi~VFbxRqb{LP!Dd}&UR6j2 zKrfV>s_aNe#Fo@_{Al$9@}R^@elf@92DgS%2EvjcpkW{0_uajoWJ9Nx=QMKT*2NN? z+U~S|!eEpj>jSnXkiJkhd9MN&Z!d3;SPFvWqJr6Tp(-j!e{SH z+%{Tdh}DFiBpQ)iBqX$t@}io?oK9%fuj<48H+bo?cR7xuMH3^ZpKjOwwD&hRe8l}v zxLjTL_W521A~mkY<5MhGd1Gv@%>rO80$oZXBQ6iBo2;Ys3nfFw5SkJ(wIE+jMga03 zzpA7_ltnzSSVI{HECuROXi7IF=tf6_as`PRgZY@f zh`V{hP<~+sbwrh0HeKouq6o3g|^|w~b9-Sfyu=5tHQ>MI;lTruS|q zWVa-bidZMNg@D}9J1H{SP;m@~00c@wYCqTkI6g@tPAv-5TH7L^BWy9}w7Zuy2f9(? zh-om?OECCV>DVMEYWRxGKVBOU2WcQYs>vxgFM5vs+Na1yMzo?**K#l7dg}WJuc$fO z7ZKS^oiDVxE$*~rFrR8J-B2r5G_%9`DHbt`Zg?P8+V?3lR>iog)Ho|_Fs3zuVc&_6 z2|t^Al!>=df@r9MpQ*Fj9oI4v!9Z8-ILc?l^UEumXsdNnf!^+E7i4mM4e^nEj&kJq zeyWM7%kxQM#5cGdRU$PSwEMM^=I1It@VmwaozB7fs%SKDq4E)CnfR){}+)j_3~%N;ER5d&5ol<&nqK8d&O$&p@RqkhEx5_Q8q#p_~C%mDpmJ1e%tW@^1Ig37-Iq;yT&ia!l2ySaU(Jl_S5 z9AxjZ!?Bd6*4oJSIxPI8DvYsqwWKQvx@uB1st|K5qPZ-i@~;IBfvh0S+f)t(F4&HJ z#1r#hXFq;$uM%{G>aO@!I583MvnPM(mZigM7%J*53`{q6C3A@#VN_s;F@{PgAK_U~ zaZ(W%ybtmTiGg?d3YsKR!&R))PaHXfqoU?_KmY#e^ljelTCaP+BuKT76(l|Y88?3P zdi$+_qrsi!i?v;#k8S1YylyURdbu8DeG;Y5;2tcZnx6b*%W8lAkI6wN=yJZ+VT(^_tnp-K+jmJXw%N6G(-N4bC9!>AKJU z(FUn!uvc7=u5M5T{nFtk|HtADG>ZWSaeR>d@h({A-2*T}sih3|q;l zh!eztQ(D|I7nWHUB!hgxoJ8qy?|=p#tfkxL*36;Tj!6w4Ga3aRZ9NYrg+5@P938Y8ebTm%&z4TAf08}?D)hOsSZLy5zj~40;vv) z!QCyw-(s*)PnSkhIm?!mB%v~P$Z6$XQbafY&CYM~{|Ngx%Re&hH{f%T(>II)?bhD_ zICzNxICW0JINXFswZ|*<4MhWPH{W1Q7)d84n>TZzDTnF?oG-e}*R}r~2)zD9=x-Mm zD_?K}w>4LvO~lGf$x|v33uKhQ$tiA#$BGd%J04-A9<#*h+}fRV$r!@4bghS*FL-#8K3HL$=Qdk1g= zx|F%6T%b%@GV`vgi(&MsQ0(4khOSZR=9};_v?$q#W7!z%PciP_xost>>Ca;IZ`T;9 z6ac?jGn=!7m?Ln%QI{36 zV!L+_13NhvIV7hoBmUcH44J<1z9;3sa>`lic~{gT0;?R#z5GAA{xG(~dKZ1~kpA1r z5MtJ`O__BE_LIS|>&wwIwZb7&X{?aj@Zm4o-dBSJ-~`T@6&Z%mbGA7aBtSwZyRWzM zL-<2~?*zJ@v7niBmXU8%t3!8q@ZR&)NFj%D~ zJ{#s=vgv0O+z(6xCsi?IL!<2pFDaH+i==CbiQrQ+4xCC~kdQtwM7v}#sRKK$lcY$4 zp*^{gVCXPcFnxzm*N8^YIbt2bdVjbwi$KE?0L}3$Hfv&4y7uVma!te-3|=|oHtDM& z0occRXp`prE=69|9htMw+VAp5)H_CJ1|P=Z!psgQ1}T6B4#VFALI;bFJS0%K;wB>K8A{Z~K2#W*ruS*<4EY?w%T zNnS_155)+uAw07?RT~i*a{SYy&+~urVRO;0IB;6i|86nhB9TVzP~Xs@ude=q%?%C6 zZ}=Dc&zCo_38DY4NbPa|e&-1i@j5U}ZXHf=!J;shCq2gD(-(9R?g;oZ5uK=LSi}pM z>nB(fmh6xKEWt!=XO6baXqW1vn`deuaJ!G+489G)Rxnvsc={lGIkTDRbOGPqY+&@UK_9^BWF4fX;m^{{%WyF7+ zMqOiy;1d-2Nm@XnhI z@AL-sQD>2C(8GGClr-yUuLIvoC>R( z<@n#i9)**7*%i6*XUCd&T0A7LXCpZD@5zBDL5)-B_}!{xAhgN1HF?Ye2tC;R*ncC$ zp%4N^xpbX8{*o1Fp{c3xV?f-U0S+7mdsQOiaRd@6B88<=c8UYWX!aeAEbjjFG~5ZU zHwdLqMHP}D%@*_Bwitq6jxPPK>uOG1cTtgOsl2z}n396p%sSty6_j z0&q~heHz6=f+jvGZzd^6v^XcULJTsOPl+2586%Rj7LS#pocj&^FJ&Y;3?sUeuj^91 z`kP(bmsbQg-`KPr;ttghHd%81!GCF{uX2W{RxI(25kPvApS`pHIwJKY{R7rtZp>q) zUILM4AI7X8F!!3W&@pD=lva2KKQ~$!L?B4HW&^}Eu^QVUb!CbS2MXYr#i=W~bK%If z#P5oxR#e>*8I@?R^$eBIu?Q7x#P`A)17KmS#90%bdv@H9Q_>kOy7#fu1u6PtcNnfF z4Ki9vaJ)I#0u{6t)L#;!YHr%m`EJMLl_R(6WJydIauUT0AWlfhB<C_h(U?I;X<-vDc6e>a`%$&;z=wZTu^gry7xM z2dG!j{5&*1)KsqFTiZJ$;J44l8`vEwq1~%Zvr0!#OPegTOPGbko-ROmQ>++9Q-{mT zHhj$Q>gnjmP817i4x1Jf>h2W4T!4tWd{;~M4Z77|ss&1QZ9|x#qUv30QS{&&>R&J( zfgFmGJfs@Gu6`h5?INs{%>Tx{V{-r!ebMa?7XC9ldnJBUH!>^50#`RAu(mEn+(v8E zT(cKOwX<|0M5ziCj=T&Vbnt$&{8MyVPwbP^xPLDN z&q9QfSOws`nSqW57WO1!AIFw|Nl70?o7Pu9LqQ#KV2wHDuhN8@eIP{XsB!f>&nJ60 zl|?Cr4(Tfvri7{Rg`&?gcY4c2VnV!7dC55Sy5+!?lqPJ2E_H;iJtR7=*`nqEjqeBp z71gc+y=~AGCj7jkLvk*12EE9Njpw4e(Z;o)oU797Z3j($8(O&15|-teu5c?}D9D5n z%^dNW;^OUEzV{-?L|H3)146$6x=AKg!|N?LbyagruHsr6Teh*rfbIa#Pp1`^H;_+u zn6I&7-k3!ldGNNwEe8f#+!&CfmEr@d*5K5Avr3gX<3bHf)zH(K)ePT7=&&){pm+3> z8<#waGQ-u2Vo-RX#r+>cl*G*ZrX=YxgFGsp#=i8KhjM&kD23pEmwe?Os)yU+t9R+k zMZYTeO&N&qejFW1Aui!mmzXt?TpY#Wz-%QT;I)7*o-lwgeu9lkN}j51d$en`IdLm% z^RDI-b&a!b{1mT@hU}SL>2^mq!~5+bl1>QGYKXCnA|_a@4s%V+pf_9Nr9+@-_Nt*% zr1(!ZhG!Qp)@za5KHAAoo<5Ggd`c&<1< zIfTW7p-Uw{K@-S}TcGT(;r<+!540>m_5RxNM)!65)}h1}*fPKn5cb(1zR4OC_XJTk z)SaG}`S2q?K)#A>=BgmrptLrI^p}ZAwS0y&?s!)PWog)@ffv*v3Y?i{^30~a9Cen3+95@X4d{FUS)jQh+*9b5JWi}|vz{Ze zXql*jl~+ugS{zz%LM>&fFgAb-^upLP5ws9S$5vgSghuLIg_yD93Yxvs#UxIT?cPHr z4MB}iw3y9#&EaTt#=D)98Jy`o#E+Y}rydV7j&GN(+7VTodp0LsimAqAD}~s~J5ib_ zFq*V^r8@E~YS#_ZQMw}JWt>j^pG{;u+|4g^3xM7tfSxaOaZ#7ZuC@`EpIb!BE?VaO ze-sV;6p+&=q%;jF6I!5OVk*5#ne;7sm}D z|LeQ_qhGd<|2!G96-uF-W1hRXet35pI=FI`mQux$&KWtwuMc7Rf~%;vfG;|Z zsns44Zs!QsWOLu1L8j{h$kq~zL|P}TiSP+ z-dIX6-)+I7_2;%k2Jf?uozlytQ`R?s<>Z`Nxw#RZ(EMpOpe@bK&1Jp3+wTg;se+%uzXS2TZJ+7|rXKBBcdYDeie zYdN))Zgnp2wA;tUBo z&!4}sE_|2*Zf~cYzS@;e$dz_1D}hlH7!VOM?Qj#~Ahc|j1NziXFenT$`pxAGhf=y9 zO$1Wc_u%#Z>TZxH#m|(HZ{Vw*Ii*bP)YR0J`VXb16TPAPO{MgPf_w5b9W+Dh(vt^9 zmEbvA$X*D|j}AHiV|6gZS)dPfyJhOKq=-RTsNng_sf!lt~*b#}~Lq z)Ci(xkXnH(Uu!n)05*=F6K4@fMv5)O>_nH2r295~UT8yt^dno%>kWB3hO=FYV zF88tN3qk*44AflE%|89dS$TPKEEkc$9Zq q%`=VUD%~r`taJw|D23H`cq~j1$=E<)DK83G`K?@la}4?a-uQ3jO%m4t literal 0 HcmV?d00001 diff --git a/index.html b/index.html index fdc6212..ae681b0 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,7 @@ layout: default {% include experience.html %} {% include resume_btn.html %} {% include portfolio.html %} + {% include github_btn.html %} {% include contact.html %} {% include footer.html %}