@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700&display=swap');

@font-face {
font-family: 'Market Deco';
font-style: normal;
font-weight: normal;
src: local('Market Deco'), url('Market_Deco.woff') format('woff');
}

html {
  box-sizing: border-box;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em
}
legend {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto
}
optgroup {
  font-weight: bold
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
td,
th {
  padding: 0
}
.timeline:before,
.timeline:after {
  text-align: left
}
.button,
.button--red,
#nav #nav-button,
#nav ul,
.item .icon,
.section__resume .download,
.section.feature .overlay header .mark,
.section.feature .overlay .go,
.section article header,
.statistics .chart,
.statistics .stat .circle-text {
  text-align: center
}
.button,
.button--red,
.section article header h2 {
  text-transform: uppercase
}
#nav ul::after,
.section::after,
.section.feature .underlay::after {
  clear: both;
  content: "";
  display: table
}
.item .icon {
  display: block
}
.button,
.button--red,
.icon {
  display: inline-block
}
::-webkit-selection,
::-moz-selection,
::selection {
  background: #18525E;
  color: #fff
}
body {
  -webkit-appearance: none;
  -webkit-text-size-adjust: none;
  /*font-family: "Avenir", "Lato", sans-serif;*/
  /*font-family: 'Source Sans Pro', sans-serif;*/
  /*font-family: 'Lato', sans-serif;*/
  font-family: 'Nunito Sans', sans-serif;
  color: #737373
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1.25rem;
  color: #272727;
  font-weight: normal
}
h1 {
  font-size: 1.375rem;
  line-height: 1.925rem
}
h2 {
  font-size: 1.25rem;
  line-height: 1.75rem
}
h3 {
  font-size: 1.25rem;
  line-height: 1.75rem
}
h4 {
  font-size: 1.125rem;
  line-height: 1.575rem
}
h5 {
  font-size: 1rem;
  line-height: 1.4rem
}
h6 {
  font-size: 0.875rem;
  line-height: 1.225rem
}
p {
  font-size: 1rem;
  line-height: 1.4rem;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-weight: 300
}
ul,
ol {
  margin-bottom: 1.25rem;
  padding: 0
}
.button {
  display: block;
  margin: -40px auto;
  font-size: 0.75rem;
  line-height: 1.05rem;
  padding: 0.9375rem 1.5625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  cursor: pointer;
  border: 2px solid #fff;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  font-weight: 500
}
.button:hover,
.button:focus {
  outline: none;
  background: transparent;
  border: 2px solid #fff;
  color: #fff
}
.button--red {
  width: 130px;
  font-size: 0.75rem;
  line-height: 1.05rem;
  padding: 0.9375rem 1.5625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #18525E;
  cursor: pointer;
  border: 2px solid #18525E;
  /*border: 2px solid rgba(195, 47, 52, 0.5);*/
  background: transparent;
  font-weight: 500
}
.button--red:hover,
.button--red:focus {
  outline: none;
  background: transparent;
  border: 2px solid #18525E;
  color: #18525E
}
abbr {
  border-bottom: 1px dotted #18525E;
  cursor: help
}
em,
strong,
b {
  font-weight: 700;
  font-style: normal;
  color: #272727
}
a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #18525E;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #fff;
}
a#name { color: #fff; }
a#name:hover { 
  color: #18525E; 
  -webkit-transition: all 0.3s ease; 
  transition: all 0.3s ease;
}
mark {
  background: transparent;
  color: inherit;
}
small {
  font-size: 0.6875rem;
  line-height: 0.9625rem;
}
.overlay { background: rgba(24, 82, 94, 0.8); }

.icon {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
}
.icon.icon-menu {
  background-position: -800px -400px;
  width: 30px;
  height: 30px
}
.icon.icon-mark {
  background-position: 0 0;
  width: 50px;
  height: 30px
}
.icon.icon-html5 {
  background-position: 0 -200px;
  width: 70px;
  height: 80px
}
.icon.icon-wordpress {
  background-position: -200px -200px;
  width: 80px;
  height: 80px
}
.icon.icon-mobile {
  background-position: -400px -200px;
  width: 46px;
  height: 80px
}
.icon.icon-timeline-mobile {
  background-position: 0 -400px;
  width: 30px;
  height: 30px
}
.icon.icon-timeline-parallel {
  background-position: -100px -400px;
  width: 30px;
  height: 30px
}
.icon.icon-timeline-standards {
  background-position: -200px -400px;
  width: 30px;
  height: 30px
}
.icon.icon-timeline-design {
  background-position: -300px -400px;
  width: 30px;
  height: 30px
}
.icon.icon-timeline-pencil {
  background-position: -400px -400px;
  width: 30px;
  height: 30px
}
.icon.icon-timeline-magnifier {
  background-position: -500px -400px;
  width: 30px;
  height: 30px
}
.icon.icon-timeline-brackets {
  background-position: -600px -400px;
  width: 30px;
  height: 30px
}
.icon.icon-timeline-hat {
  background-position: -700px -400px;
  width: 30px;
  height: 30px
}
.icon.icon-social-twitter {
  background-position: 0 -600px;
  width: 30px;
  height: 30px
}

.icon.icon-social-github {
  background-position: -200px -600px;
  width: 30px;
  height: 30px
}
i.fa { 
  color: #fff;
  padding-bottom: 0.25em; 
}
i.fa-5x { 
  color: #18525E; 
  padding-left: 140px;
}
i.fa.fa-bicycle,
i.fa.fa-graduation-cap,
i.fa.fa-terminal { margin-top: 7px; }
i.fa-2x:hover { 
  color: #18525E; 
  -webkit-transition: all 0.3s ease; 
  transition: all 0.3s ease;
}

#resumeBtn:hover {
  background-color: #18525E;
  color: #fff;
}

main {
  height: 100%;
  width: 100%;
  position: absolute
}
main::after {
  clear: both;
  content: "";
  display: table
}
.footer {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-bottom: 1.25rem
}
.footer::after {
  clear: both;
  content: "";
  display: table
}
.footer .about,
.footer .info {
  float: left;
  display: block;
  margin-right: 1.96078%;
  width: 100%
}
.footer .about:last-child,
.footer .info:last-child {
  margin-right: 0
}


.footer .about p,
.footer .info p small {
  color: #fff
}



@media screen and (min-width: 768px) {
  .footer .about,
  .footer .info {
    float: left;
    display: block;
    margin-right: 1.96078%;
    width: 49.01961%;
  }
  .footer .about:last-child,
  .footer .info:last-child {
    margin-right: 0
  }
}
.footer h4,
.footer p,
.footer ul {
  margin-left: 4.6875rem;
  max-width: 400px
}
@media screen and (min-width: 768px) {
  .footer h4,
  .footer p,
  .footer ul {
    margin-left: 5.9375rem;
  }
}
.footer .about img {
  height: 3.75rem;
  width: 3.75rem;
  display: block;
  float: left;
  border-radius: 50%
}
@media screen and (min-width: 768px) {
  .footer .about img {
    height: 5rem;
    width: 5rem;
  }
}
.footer .about h4 {
  color: #fff
}
@media screen and (min-width: 768px) {
  .footer .info ul,
  .footer .info p {
    float: right;
    clear: both;
    text-align: right;
  }
}
.footer .info ul {
  height: auto;
  width: 100%
}
.footer .info ul::after {
  clear: both;
  content: "";
  display: table
}
.footer .info ul li {
  margin: 0 0.3125rem 0 0;
  display: inline-block
}
.footer .info small {
  color: #404040
}
#nav {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float: left;
  display: block;
  margin-right: 1.96078%;
  width: 100%;
  height: 2.5rem;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 2px solid #18525E;
  background: transparent;
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  overflow: hidden
}
#nav:last-child {
  margin-right: 0
}
#nav.nav-open {
  height: 100%;
  width: 100%;
  background: #272727
}
@media screen and (min-width: 768px) {
  #nav {
    height: auto;
    width: 100%;
    background: #272727;
  }
  #nav.nav-open {
    height: auto;
    width: 100%
  }
}
@media screen and (min-width: 768px) {
  #nav {
    height: auto;
    width: 100%;
  }
}
#nav #nav-button {
  padding: 0.25rem 0.5rem;
  margin: 0 0.9375rem 0 0;
  float: right;
  display: block;
  background: #18525E;
  border-radius: 0 0 3px 3px
}
#nav #nav-button img {
  display: block
}
#nav #nav-button:hover {
  cursor: pointer
}
@media screen and (min-width: 768px) {
  #nav #nav-button {
    display: none;
  }
}
#nav ul {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: auto;
  width: 100%;
  margin: 0
}
#nav ul li {
  font-size: 1.125rem;
  line-height: 1.575rem;
  height: auto;
  width: 100%;
  clear: both;
  display: block
}
@media screen and (min-width: 768px) {
  #nav ul li {
    font-size: 0.875rem;
    line-height: 1.225rem;
    height: auto;
    width: auto;
    clear: none;
    display: inline-block;
  }
}
#nav ul li.current a,
#nav ul li.current a:hover {
  color: #fff
}
#nav ul li a {
  padding: 0.9375rem 1.25rem;
  display: block;
  color: #737373;
  border-bottom: 1px solid #222222
}
#nav ul li a:hover {
  color: #18525E
}
@media screen and (min-width: 768px) {
  #nav ul li a {
    border: none;
  }
}
.item {
  float: left;
  display: block;
  margin-right: 1.96078%;
  width: 100%;
  margin: 0 0 0.9375rem;
  clear: both
}
.item:last-child {
  margin-right: 0
}
.item .icon {
  margin-right: auto;
  margin-bottom: 1.5625rem;
  margin-left: auto
}
.item .text {
  padding-top: 0.625rem;
  border-top: 2px solid #fff
}

.item.work a {
  -moz-box-shadow:    0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow:         0 2px 3px rgba(0, 0, 0, 0.1);
}
.item.work img {
  max-height: 263px;
  width: auto;
  
}
@media screen and (min-width: 768px) {
  .item.skill {
    float: left;
    display: block;
    margin-right: 1.96078%;
    width: 32.02614%;
    margin-bottom: 3.75rem;
    clear: none;
  }
  .item.skill:last-child {
    margin-right: 0
  }
  .item.skill:nth-child(3n) {
    margin-right: 0
  }
  .item.skill:nth-child(3n+1) {
    clear: left
  }
}
.item.work {
  margin-bottom: 0;
  position: relative;
  z-index: 10;
  overflow: hidden
}
@media screen and (min-width: 640px) {
  .item.work {
    float: left;
    display: block;
    margin-right: 1.96078%;
    width: 49.01961%;
    clear: none;
  }
  .item.work:last-child {
    margin-right: 0
  }
  .item.work:nth-child(2n) {
    margin-right: 0
  }
  .item.work:nth-child(2n+1) {
    clear: left
  }
}
@media screen and (min-width: 768px) {
  .item.work {
    float: left;
    display: block;
    margin-right: 1.96078%;
    width: 32.02614%;
  }
  .item.work:last-child {
    margin-right: 0
  }
  .item.work:nth-child(2n) {
    margin-right: 1.96078%
  }
  .item.work:nth-child(2n+1) {
    clear: none
  }
  .item.work:nth-child(3n) {
    margin-right: 0
  }
  .item.work:nth-child(3n+1) {
    clear: left
  }
}
.item.work p {
  font-size: 0.875rem;
  line-height: 1.225rem
}
.item.work a {
  height: 100%;
  width: 100%;
  margin-bottom: 0.625rem;
  float: left;
  position: relative;
  z-index: 10;
  overflow: hidden
}
.item.work a:hover .overlay {
  opacity: 1
}
.item.work a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center center;
  transform-origin: center center
}
.item.work a .overlay {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  z-index: 50
}
.item.work a .overlay .button {
  margin: -1.625rem 0 0 -4.4375rem;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%
}
.item.work img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns=\'http://www.w3.org/2000/svg\'><filter%20id=\'grayscale\'><feColorMatrix%20type=\'matrix\'%20values=\'0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto
}
.section {
  padding: 0 0.9375rem;
  position: relative;
  background: #ffffff;
  overflow: hidden
}
.section:nth-child(1) {
  z-index: 10
}
.section:nth-child(2) {
  z-index: 9
}
.section:nth-child(3) {
  z-index: 8
}
.section:nth-child(4) {
  z-index: 7
}
.section:nth-child(5) {
  z-index: 6
}
.section:nth-child(6) {
  z-index: 5
}
.section:nth-child(7) {
  z-index: 4
}
.section:nth-child(8) {
  z-index: 3
}
.section:nth-child(9) {
  z-index: 2
}
.section:nth-child(10) {
  z-index: 1
}
.section:after {
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 50%;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 20px;
  margin-left: -20px
}
.section--grey {
  background: #F3F3F3
}
.section--grey:after {
  border-top-color: #F3F3F3
}
.section--white {
  background: #fff
}
.section--white:after {
  border-top-color: #fff
}
.section--dark {
  background: #272727
}
.section--dark:after {
  display: none
}
.section__resume .download {
  float: left;
  display: block;
  margin-right: 1.96078%;
  width: 100%;
  margin-bottom: 3.125rem
}
.section__resume .download:last-child {
  margin-right: 0
}
@media screen and (min-width: 768px) {
  .section__resume .download {
    margin-bottom: 5rem;
  }
}
.section.quote {
  padding: 0
}
.section.quote:after {
  display: none
}
.section.quote .overlay {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 10
}
.section.quote .overlay blockquote {
  float: left;
  display: block;
  margin-right: 1.96078%;
  width: 83.00654%;
  margin-left: 8.49673%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  color: #fff
}
.section.quote .overlay blockquote:last-child {
  margin-right: 0
}
@media screen and (min-width: 768px) {
  .section.quote .overlay blockquote {
    float: left;
    display: block;
    margin-right: 1.96078%;
    width: 66.01307%;
    margin-left: 16.99346%;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .section.quote .overlay blockquote:last-child {
    margin-right: 0
  }
}
.section.quote .overlay blockquote p {
  font-size: 1.375rem;
  line-height: 1.925rem;
  margin-bottom: 2.5rem
}
@media screen and (min-width: 768px) {
  .section.quote .overlay blockquote p {
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}
@media screen and (min-width: 992px) {
  .section.quote .overlay blockquote p {
    font-size: 2.1875rem;
    line-height: 3.0625rem;
  }
}
.section.quote .overlay blockquote footer p {
  font-size: 1rem;
  line-height: 1.4rem;
  margin: 0
}
.section.quote .overlay blockquote footer p em {
  color: inherit
}
.section.quote .overlay blockquote footer p a {
  color: inherit
}
.section.feature {
  height: 100%;
  width: 100%;
  padding: 0;
  display: table;
  position: relative;
  z-index: 100
}
.section.feature:after {
  display: none
}
.section.feature .underlay {
  position: relative;
  z-index: 5;
  width: 100%;
  overflow: hidden
}
.section.feature .overlay {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 10
}
.section.feature .overlay header {
  padding: 0px 1.875rem;
  margin-top: -80px
}
.section.feature .overlay header .mark {
  padding-bottom: 1.5625rem
}
.section.feature .overlay header h1 {
  font-size: 1.375rem;
  line-height: 1.925rem;
  margin: 0;
  color: #fff;
  font-weight: 300
}
.section.feature .overlay .go {
  padding: 0 0 5rem;
  width: 100%;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0
}
.section#section-work {
  padding-bottom: 1.5625rem
}
@media screen and (min-width: 768px) {
  .section#section-work {
    padding-bottom: 3.4375rem;
  }
}
.section article {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto
}
.section article::after {
  clear: both;
  content: "";
  display: table
}
.section article header {
  float: left;
  display: block;
  margin-right: 1.96078%;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}
.section article header:last-child {
  margin-right: 0
}
@media screen and (min-width: 768px) {
  .section article header {
    float: left;
    display: block;
    margin-right: 1.96078%;
    width: 66.01307%;
    margin-left: 16.99346%;
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
  .section article header:last-child {
    margin-right: 0
  }
}
@media screen and (min-width: 992px) {
  .section article header {
    float: left;
    display: block;
    margin-right: 1.96078%;
    width: 49.01961%;
    margin-left: 25.4902%;
  }
  .section article header:last-child {
    margin-right: 0
  }
}
@media screen and (min-width: 768px) {
  .section article header h2 {
    font-size: 2.1875rem;
    line-height: 3.0625rem;
    font-weight: 300;
  }
}
.section article header p {
  font-size: 1rem;
  line-height: 1.4rem;
  margin: 0
}
@media screen and (min-width: 768px) {
  .section article header p {
    font-size: 1.125rem;
    line-height: 1.575rem;
  }
}
@media screen and (min-width: 992px) {
  .section article header p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.statistics {
  float: left;
  display: block;
  margin-right: 1.96078%;
  width: 100%;
  padding-bottom: 1.875rem
}
.statistics:last-child {
  margin-right: 0
}
@media screen and (min-width: 768px) {
  .statistics {
    float: left;
    display: block;
    margin-right: 1.96078%;
    width: 74.5098%;
    margin-left: 12.7451%;
    padding-bottom: 3.4375rem;
  }
  .statistics:last-child {
    margin-right: 0
  }
}
.statistics .chart {
  float: left;
  display: block;
  margin-right: 1.96078%;
  width: 100%
}
.statistics .chart:last-child {
  margin-right: 0
}
@media screen and (min-width: 768px) {
  .statistics .chart {
    float: left;
    display: block;
    margin-right: 1.96078%;
    width: 32.02614%;
  }
  .statistics .chart:last-child {
    margin-right: 0
  }
}
.statistics .chart div+p {
  margin-bottom: 0.625rem
}
.statistics .stat {
  display: inline-block;
  position: relative;
  z-index: 1
}
.statistics .stat .circle-text {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
  position: absolute;
  z-index: 2;
  width: 100%
}
.timeline {
  float: left;
  display: block;
  margin-right: 1.96078%;
  width: 100%;
  padding: 0;
  margin: 0 0 5rem;
  position: relative;
  z-index: 10;
  list-style: none
}
.timeline::after {
  clear: both;
  content: "";
  display: table
}
.timeline:last-child {
  margin-right: 0
}
.timeline:before,
.timeline:after {
  font-size: 1.375rem;
  line-height: 1.925rem;
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  display: block;
  width: auto;
  color: #000;
  margin: 0 auto;
  background: #f3f3f3
}
@media screen and (min-width: 992px) {
  .timeline:before,
  .timeline:after {
    text-align: center;
  }
}
.timeline:before {
  padding: 0 0 1.875rem;
  content: "2019"
}
.timeline:after {
  padding: 1.875rem 0 0;
  content: "2008"
}
@media screen and (min-width: 768px) {
  .timeline .timeline-line {
    margin: 0 0 0 -0.125rem;
    padding: 0;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 1.5625rem;
    width: 4px;
    height: 100%;
    background: #fff;
  }
}
@media screen and (min-width: 992px) {
  .timeline .timeline-line {
    left: 50%;
  }
}
.timeline:before,
.timeline:after,
.timeline .timeline-line {
  display: none
}
@media screen and (min-width: 768px) {
  .timeline:before,
  .timeline:after,
  .timeline .timeline-line {
    display: block;
  }
}
.timeline .timeline-event {
  margin: 0 0 0.9375rem;
  clear: both;
  width: 100%;
  padding: 0;
  background: transparent;
  opacity: 0;
  transition: -webkit-transform 0.2s ease-out, opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.3s ease-out;
  transition: transform 0.2s ease-out, opacity 0.3s ease-out, -webkit-transform 0.2s ease-out
}
.timeline .timeline-event.show {
  opacity: 1;
  -webkit-transform: translateX(0px) !important;
  transform: translateX(0px) !important
}
@media screen and (min-width: 768px) {
  .timeline .timeline-event {
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 992px) {
  .timeline .timeline-event {
    width: 50%;
  }
}
.timeline .timeline-event .timeline-label {
  padding: 1.25rem 1.5625rem 0.3125rem;
  position: relative;
  background: #fff
}
.timeline .timeline-event .timeline-label:after {
  height: 0;
  width: 0;
  content: " ";
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  border-width: 10px;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  left: 0.9375rem;
  top: -1.25rem
}
@media screen and (min-width: 768px) {
  .timeline .timeline-event .timeline-label:after {
    margin: -0.625rem 0 0;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    left: -1.25rem;
    top: 50%;
  }
}
@media screen and (min-width: 768px) {
  .timeline .timeline-event .timeline-label {
    margin: 0 0 0 4.0625rem;
  }
}
@media screen and (min-width: 992px) {
  .timeline .timeline-event .timeline-label {
    margin: 0 3.125rem 0 0;
  }
}
.timeline .timeline-event .timeline-label h3 {
  margin: 0
}
.timeline .timeline-event:nth-child(odd) {
  -webkit-transform: translateX(50px);
  transform: translateX(50px)
}
@media screen and (min-width: 992px) {
  .timeline .timeline-event:nth-child(odd) {
    margin: 0 0 0 50%;
  }
}
@media screen and (min-width: 992px) {
  .timeline .timeline-event:nth-child(odd) .timeline-label {
    margin: 0 0 0 3.125rem;
  }
}
@media screen and (min-width: 992px) {
  .timeline .timeline-event:nth-child(odd) .timeline-icon {
    left: -1.875rem;
  }
}
.timeline .timeline-event:nth-child(even) {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px)
}
@media screen and (min-width: 992px) {
  .timeline .timeline-event:nth-child(even) .timeline-label:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    left: 100%
  }
}
.timeline .timeline-event .timeline-icon {
  margin: 0 0 1.25rem;
  padding: 0.3125rem 0;
  height: 50px;
  width: 50px;
  text-align: center;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #18525E
}
@media screen and (min-width: 768px) {
  .timeline .timeline-event .timeline-icon {
    margin: -1.5625rem 0 0;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 50%;
  }
}
@media screen and (min-width: 992px) {
  .timeline .timeline-event .timeline-icon {
    margin: -1.875rem 0 0;
    padding: 0.6875rem 0;
    height: 60px;
    width: 60px;
    right: -30px;
    left: auto;
  }
}

.logo {
  position: relative;
  left: 0;
  top: -140px;
  opacity: 0;
  animation: logoFadeIn 0.5s 2s ease-in forwards;
  display: none;
}
.logo img {
  width: 10%;
}
.me {
  position: relative;
  left: 0;
  top: -40px;
  opacity: 0;
  /*-webkit-text-stroke: 1px #262626;*/
  /*text-stroke: 1px #262626;*/
  z-index: -1;
  animation: meFadeIn 0.5s 2s ease-in forwards;
}
.section.feature .overlay header .me h1 {
  font-size: 2em;
  font-family: 'Lato'; 
  font-weight: bold;
  color: rgba(162, 185, 190, 0.6);
}
#sections #section-cover header {
  margin-left: 0;
  /*margin-top: 4em;*/
  padding: 0;
  width: 100%;
}

.svgContainer {
  margin: -5em auto 0;
  width: 100%;
  height: auto;
  z-index: 10;
  
}
.svgContainer.two { top: 22em; }
.svgContainer.three { top: 25em; }

.stroke {
  stroke: #FFF;
  fill: none;
  stroke-miterlimit: 10;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: all 0.25s ease-out;
  -webkit-animation: draw 8s ease-in-out forwards;
          animation: draw 8s ease-in-out forwards;
}
.stroke.two { stroke: #FFF; }
.stroke.three { stroke: #FFF; }

// .stroke:hover { stroke: #000; }

.customContainer {
  margin: -5em auto 0;
  position: relative;
  top: 94px;
  padding: 40px;
  // border: 8px solid #fff;
  // border-radius: 5px;
}

@-webkit-keyframes draw {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes logoFadeIn {
  from {
    opacity: 0;
    top: -95px;
  }
  to {
    opacity: 1;
    top: -100px;
  }
}

/*video#bgvid { 
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    /*background: url(images/cover-landscape.jpg) no-repeat;*/
 /*   background-size: cover; 
}*/

section.quote.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed !important;
  background-size: cover;
  background-image: url(../images/crook1.jpg);
  -webkit-overflow-scrolling: touch;
}

.item.skill p { font-size: 1.125em; }

#section-work .item.work img { height: 268px; }

@media screen and (max-width: 640px) {
  .customContainer { display: none; }
  .logo { display: block; }
  .logo img { width: 80%;}
  .logo { 
    margin-top: 190px; 
    animation: logoFadeIn 0.5s 0.75s ease-in forwards;
  }
  section.quote.parallax {
    background-image: url(../images/tires.jpg);
    background-attachment: scroll !important;
  }
  .me { display: none; }

  i.fa-5x {
    padding-left: 0;
    margin-left: 40%;
  }
  i.fa-code { margin-left: 35%; }
  
  p.resume-copy {
    margin-bottom: 20px !important;
  }

  .overlay { display: none; }

  .parallax .overlay { display: block; }

  .item.work {
    margin-bottom: 40px;
  }
  .item.work a { box-shadow: none }
  .item.work a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center
  }
  #section-work .item.work img {
    width: 85% !important;
    height: auto !important;
    max-height: none;
    margin: 0 auto;
  }
  .item.skill { margin-top: 30px; }
}



.item.skill p {
  font-size: 1.125em;
  line-height: 1.5;
}

#canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.section article#hero { max-width: 95em; }

