@charset "UTF-8";
/* --------------------------------

Created using IcoMoon - icomoon.io

-------------------------------- */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-github:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-beach:before {
  content: "";
}

.icon-briefcase:before {
  content: "";
}

.icon-camera:before {
  content: "";
}

.icon-camping:before {
  content: "";
}

.icon-code:before {
  content: "";
}

.icon-controller:before {
  content: "";
}

.icon-guitar:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-pistons:before {
  content: "";
}

.icon-tools:before {
  content: "";
}

.primary {
  color: #fa6333;
}

.bg-primary {
  background-color: #fa6333;
}

.desktop-only {
  display: none;
}

@media (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }

  .desktop-only {
    display: block;
  }
}
.main-container {
  background-color: #FFFFFF;
  padding-bottom: 5rem;
  padding-top: 9rem;
}

body {
  background-color: #fa6333;
}

.anchor {
  position: relative;
  top: -5rem;
}

.container.overlay {
  padding: 0;
  position: relative;
  top: -3rem;
  left: 0;
  margin-bottom: -8%;
}
.container.body.below-hero {
  margin-top: 5rem;
  padding-bottom: 0px;
}
@media (min-width: 992px) {
  .container.body.below-hero {
    margin-top: 5rem;
  }
}

.wf {
  border: 1px solid black;
}

footer {
  margin: 1rem;
  font-size: 1rem;
}
footer p {
  margin-bottom: 0;
}
footer a {
  font-weight: 400;
  margin: 0px 10px;
}
footer .copyright {
  font-size: 0.6rem;
  margin-top: 0.5rem;
}
footer .contact.text p {
  font-size: 16px;
}
footer .contact.icons {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.not-found h1.first {
  font-size: 7rem;
  font-weight: 1000;
}

.card {
  margin: 15px 0px;
  padding: 15px 0px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.card .card-title {
  padding-top: 1.25rem;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1.5rem;
  color: #FA6333;
}
@media (min-width: 992px) {
  .card {
    padding: 15px;
  }
  .card.left {
    box-shadow: -3px 3px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .card.right {
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
  }
}

.carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
  transform: translateX(-33.33%);
}

.carousel-inner .carousel-item-left.active,
.carousel-inner .carousel-item-prev {
  transform: translateX(33.33%);
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
  transform: translateX(0);
}

.carousel-item {
  color: #35A7FF;
}
.carousel-item.active {
  display: flex !important;
}

.sub-item {
  padding: 0;
  font-size: 5rem;
}

.iconCarousel {
  margin: 6rem 0 !important;
}
.iconCarousel .carousel .carousel-inner {
  box-shadow: none;
}

.navbar {
  margin-bottom: 0px;
}
.navbar .navbar-nav .nav-item {
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.navbar .navbar-nav .nav-item:not(:last-child) {
  margin-right: 2rem;
}
@media (min-width: 768px) {
  .navbar .navbar-nav .nav-item:hover {
    transform: scale(1.2);
  }
  .navbar .navbar-nav .nav-item.inView {
    transform: scale(1.2);
  }
}
.navbar .navbar-nav .nav-item span {
  display: inline-block;
  font-size: 1.2rem;
}
.navbar .navbar-nav .nav-item .text {
  display: inline-block;
  line-height: 1;
}

.overlay .col-10 {
  margin-left: auto;
  margin-right: auto;
  padding: 0.7rem 0.7rem 0;
  background-color: #FFFFFF;
  font-size: 0.8rem;
}
.overlay .col-10 .headline {
  margin-bottom: 0;
  font-size: 1.5rem;
}
.overlay .col-10 .text {
  margin-top: 0%;
  margin-bottom: 0%;
  font-size: 1rem;
}

.page-header-small {
  min-height: 70vh !important;
  z-index: 0;
  margin-top: -5.3rem;
}
.page-header-small .eyebrow.mobile {
  margin-bottom: 0;
}
.page-header-small .content {
  position: absolute;
  top: 95%;
  left: 50%;
  z-index: 2;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFFFFF;
  padding: 0 8%;
  width: 100%;
  margin: 0;
}
.page-header-small .page-header-image.top {
  background-position: 10% 20% !important;
  transform: none;
}
@media (min-width: 600px) {
  .page-header-small {
    min-height: 60vh !important;
  }
}
@media (min-width: 992px) {
  .page-header-small {
    min-height: 100vh !important;
    margin-top: -5.1rem;
  }
  .page-header-small .eyebrow {
    margin-bottom: 0;
    text-align: right;
    font-size: 3rem;
  }
  .page-header-small .headline {
    margin-left: auto;
    margin-top: 0%;
    margin-bottom: 0%;
    text-align: right;
    font-size: 1.8rem;
    background-color: transparent;
  }
  .page-header-small .content {
    top: 50%;
  }
  .page-header-small .page-header-image.top {
    background-position: center 20% !important;
    transform: none;
  }
}

.timeline-component {
  margin: 6rem 0;
}

.heading {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #fa6333;
  text-transform: uppercase;
  margin: 2rem;
  text-align: left;
}
@media (min-width: 768px) {
  .heading {
    text-align: center;
  }
}

.main-timeline {
  position: relative;
}
.main-timeline:before {
  content: "";
  width: 6px;
  height: 103%;
  border-radius: 20px;
  margin: 0 auto;
  background: #fa6333;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .main-timeline:before {
    width: 8px;
  }
}
.main-timeline .timeline {
  display: inline-block;
  margin-bottom: 50px;
  position: relative;
}
.main-timeline .timeline:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 4px solid #fff;
  background: #35A7FF;
  position: absolute;
  top: 64%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.main-timeline .timeline.second:before {
  top: 60%;
}
.main-timeline .timeline.third:before {
  top: 67%;
}
.main-timeline .timeline:nth-child(even):before {
  background: #FFE74C;
}
.main-timeline .timeline:nth-child(even) .timeline-icon {
  left: auto;
  right: 30%;
  border-color: #FFE74C;
}
.main-timeline .timeline:nth-child(even) .timeline-icon:before {
  right: auto;
  left: -100px;
  background: #FFE74C;
}
.main-timeline .timeline:nth-child(even) .timeline-icon i {
  background: #FFE74C;
}
.main-timeline .timeline:nth-child(even) .timeline-content {
  float: left;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before {
  left: auto;
  right: 35px;
  transform: rotateY(180deg);
  border-left-color: #FFE74C;
  border-bottom-color: #FFE74C;
}
.main-timeline .timeline:nth-child(even) .timeline-content:after {
  left: auto;
  right: 0;
  background: #FFE74C;
}
.main-timeline .timeline:nth-child(even) .title {
  color: #FFE74C;
}
.main-timeline .timeline-icon {
  display: inline-block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 3px solid #35A7FF;
  padding: 0.45rem;
  text-align: center;
  position: absolute;
  top: 64%;
  left: 30%;
  transform: translateY(-50%);
}
.main-timeline .timeline-icon.second {
  top: 60%;
}
.main-timeline .timeline-icon.third {
  top: 67%;
}
.main-timeline .timeline-icon i {
  display: block;
  border-radius: 50%;
  background: #35A7FF;
  font-size: 64px;
  color: #fff;
  line-height: 100px;
  z-index: 1;
  position: relative;
}
.main-timeline .timeline-icon .text {
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .main-timeline .timeline-icon .text {
    font-size: 2rem;
  }
}
.main-timeline .timeline-icon:before {
  content: "";
  width: 100px;
  height: 4px;
  background: #35A7FF;
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
}
.main-timeline .timeline-content {
  width: 50%;
  padding: 0 50px;
  margin: 52px -4px 0;
  float: right;
  position: relative;
}
.main-timeline .timeline-content:before {
  content: "";
  width: 70%;
  height: 100%;
  border: 3px solid #35A7FF;
  border-top: none;
  border-right: none;
  position: absolute;
  bottom: -13px;
  left: 35px;
}
.main-timeline .timeline-content:after {
  content: "";
  width: 37px;
  height: 3px;
  background: #35A7FF;
  position: absolute;
  top: 13px;
  left: 0;
}
.main-timeline .title {
  font-size: 20px;
  font-weight: 600;
  color: #35A7FF;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.main-timeline .description {
  display: inline-block;
  font-size: 16px;
  color: #404040;
  line-height: 20px;
  letter-spacing: 1px;
  margin: 0;
}

@media only screen and (max-width: 1200px) {
  .main-timeline .timeline-icon:before {
    width: 50px;
    right: -50px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-icon:before {
    right: auto;
    left: -50px;
  }
  .main-timeline .timeline-content {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 990px) {
  .main-timeline .timeline {
    margin: 0 0 10px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    right: 25%;
  }
  .main-timeline .timeline-icon {
    left: 25%;
  }
  .main-timeline .timeline-content {
    margin-top: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .main-timeline {
    padding-top: 50px;
  }
  .main-timeline:before {
    left: 80px;
    right: 0;
    margin: 0;
  }
  .main-timeline .timeline {
    margin-bottom: 70px;
  }
  .main-timeline .timeline:before {
    top: 0 !important;
    left: 83px;
    right: 0;
    margin: 0;
  }
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    left: 0;
    right: auto;
  }
  .main-timeline .timeline:nth-child(even) .timeline-icon:before {
    width: 25px;
    left: auto;
    right: -25px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-content {
    width: 100%;
    margin-top: -15px;
    padding-left: 130px;
    padding-right: 5px;
    float: right;
  }
  .main-timeline .timeline:nth-child(even) .timeline-content:before {
    width: 50%;
    left: 120px;
    right: auto;
    transform: rotateY(0);
  }
  .main-timeline .timeline:nth-child(even) .timeline-content:after {
    left: 85px;
  }
  .main-timeline .timeline-icon {
    width: 60px;
    height: 60px;
    line-height: 40px;
    padding: 5px;
    top: 0 !important;
    left: 0;
  }
  .main-timeline .timeline-icon:before {
    width: 25px;
    left: auto;
    right: -25px;
  }
  .main-timeline .timeline-icon i {
    font-size: 30px;
    line-height: 45px;
  }
  .main-timeline .timeline-content {
    width: 100%;
    margin-top: -15px;
    padding-left: 130px;
    padding-right: 5px;
  }
  .main-timeline .timeline-content:before {
    width: 50%;
    left: 120px;
  }
  .main-timeline .timeline-content:after {
    left: 85px;
  }
}
@media only screen and (max-width: 479px) {
  .main-timeline .timeline-content {
    padding-left: 110px;
  }
  .main-timeline .timeline-content:before {
    left: 99px;
  }
  .main-timeline .timeline-content:after {
    left: 65px;
  }
  .main-timeline .timeline:nth-child(2n) .timeline-content {
    padding-left: 110px;
  }
  .main-timeline .timeline:nth-child(2n) .timeline-content:before {
    left: 99px;
  }
  .main-timeline .timeline:nth-child(2n) .timeline-content:after {
    left: 65px;
  }
}
@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
.skills .heading {
  font-size: 20px;
  font-weight: 600;
  color: #fa6333;
  text-transform: uppercase;
  text-align: center;
  margin: 5px 2rem;
}
.skills .progress-title {
  color: #35A7FF;
  margin: 0 0.9rem 0.2rem;
}
.skills .progress {
  height: 8px;
  background: #888888;
  border-radius: 20px;
  box-shadow: none;
  margin-bottom: 30px;
  overflow: visible;
}
@media (min-width: 600px) {
  .skills .progress {
    height: 10px;
  }
}
.skills .progress .animate {
  position: relative;
  -webkit-animation: animate-positive 3s;
  animation: animate-positive 3s;
}
.skills .progress .bar {
  background-color: #fa6333;
}
.skills .progress .bar:after {
  content: "";
  display: inline-block;
  width: 9px;
  background: #fff;
  position: absolute;
  top: -10px;
  bottom: -10px;
  right: -1px;
  z-index: 1;
  transform: rotate(-50deg);
}
.skills .progress .bar:before {
  content: "";
  width: 2.5rem;
  height: 100%;
  border-radius: 20px;
  margin: 0;
  background: #FA6333;
  position: absolute;
  left: -30px;
  bottom: 12px;
  transform: rotate(45deg);
}
@media (min-width: 600px) {
  .skills .progress .bar:before {
    width: 3rem;
    left: -37px;
    bottom: 14px;
  }
}
.skills .progress .after {
  position: relative;
}
.skills .progress .after:before {
  content: "";
  display: inline-block;
  width: 9px;
  background: #fff;
  position: absolute;
  top: -10px;
  bottom: -10px;
  right: -1px;
  z-index: 1;
  transform: rotate(50deg);
}
.skills .progress .last {
  position: relative;
}
.skills .progress .last:before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  background: #888888;
  position: absolute;
  height: 8px;
  left: -5px;
  border-radius: 20px;
  z-index: 1;
}
@media (min-width: 600px) {
  .skills .progress .last:before {
    height: 10px;
  }
}
.skills .progress .progress-value {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #35A7FF;
  position: absolute;
  top: -30px;
  right: -10px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  margin-left: 0.7rem;
  padding: 8px 8px;
  display: inline-block;
  cursor: pointer;
  height: 40px;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #FFFFFF;
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 4px;
  background-color: #FFFFFF;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*# sourceMappingURL=style.css.map */
