article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: \201C \201D \2018 \2019; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, html input[type=button],
input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], input[disabled] {
  cursor: default; }

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body, figure {
  margin: 0; }

legend, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
          animation-duration: .75s; }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig; }

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

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

html {
  font-size: 62.5%; }

body {
  font-family: 'open sans'; }

.wrapper {
  max-width: 1170px;
  margin: 0 auto; }

.fa:before {
  font-size: 18px; }

header {
  background-color: black;
  height: 100vh;
  position: relative; }
  @media (max-width: 680px) {
    header #nav-icon2 {
      width: 45px;
      height: 45px;
      position: absolute;
      top: 75px;
      right: 10px;
      z-index: 15; }
    header #nav-icon2 span {
      z-index: 15;
      display: block;
      background-color: white;
      border-radius: 5px;
      width: 30px;
      height: 5px;
      margin: 7px; } }
  header ul {
    list-style: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0px;
    padding-top: 85px;
    margin: 0 auto;
    -webkit-transition: right 0.3s;
    transition: right 0.3s; }
    @media (max-width: 680px) {
      header ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: fixed;
        right: -200px;
        width: 200px;
        background: rgba(155, 155, 155, 0.95);
        height: 100vh;
        z-index: 10;
        padding-top: 0px;
        padding-bottom: 0px; } }
    header ul li a {
      margin: 30px;
      color: white;
      text-decoration: none;
      font-size: 1.4rem;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      @media (max-width: 680px) {
        header ul li a {
          width: 100%;
          padding: 10px 0px;
          border-top: 1px solid transparent;
          border-bottom: 1px solid transparent;
          margin: 20px 0;
          display: inline-block; } }
    header ul a:clicked {
      color: white; }
    header ul a:hover {
      color: #01dce1; }
      @media (max-width: 680px) {
        header ul a:hover {
          border-top: 1px solid #01dce1;
          border-bottom: 1px solid #01dce1; } }
  header h1 {
    color: #ffe600;
    text-align: center;
    font-size: 6.0rem;
    position: relative;
    z-index: 5;
    display: inline; }
    @media (max-width: 680px) {
      header h1 {
        font-size: 5rem; } }
  header h1:before {
    content: "";
    width: 280px;
    height: 30px;
    background-color: #01dce1;
    position: absolute;
    bottom: 0;
    right: -40px;
    z-index: -1;
    margin: 0 auto; }
    @media (max-width: 680px) {
      header h1:before {
        width: 240px;
        height: 25px; } }
    @media (max-width: 600px) {
      header h1:before {
        width: 180px;
        right: -25px; } }
  header p {
    color: white;
    text-align: center;
    font-size: 2.4rem; }
    @media (max-width: 680px) {
      header p {
        font-size: 2.0rem; } }
  header .logo {
    color: #ffe600;
    position: absolute;
    top: 66px;
    margin-left: 10px; }
  header .title {
    padding-bottom: 22%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 600px) {
      header .title {
        max-width: 438px; } }

#nav-icon2:hover {
  cursor: pointer; }

.bio {
  padding: 100px 0px; }
  @media (max-width: 600px) {
    .bio {
      padding: 70px 0px; } }
  .bio img {
    height: 305px;
    width: 305px;
    border-radius: 50%;
    border: 5px solid #ffe600; }
  .bio p {
    font-size: 1.8rem;
    font-weight: 700;
    width: 70%;
    margin: 0 auto; }
    @media (max-width: 600px) {
      .bio p {
        width: 100%; } }

.bioFlex {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 910px) {
    .bioFlex {
      margin: 20px 0; } }
  @media (max-width: 600px) {
    .bioFlex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.skills {
  background-color: black; }

.skillsFlex {
  padding-top: 50px;
  padding-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  @media (max-width: 910px) {
    .skillsFlex {
      margin: 0px 20px; } }

.skillsText {
  width: 323px;
  position: relative;
  z-index: 1; }
  @media (max-width: 600px) {
    .skillsText {
      height: 195px;
      width: 100px; } }
  .skillsText h2 {
    color: white;
    margin-top: 25px;
    font-size: 3.6rem; }
    @media (max-width: 600px) {
      .skillsText h2 {
        font-size: 3.1rem; } }
  .skillsText p {
    color: #ffe600;
    font-size: 1.4rem; }
    @media (max-width: 600px) {
      .skillsText p {
        display: none; } }

.skillsTextBarOne {
  width: 5px;
  height: 50px;
  background-color: #ffe600;
  position: absolute;
  top: -75px;
  left: 0px;
  margin: 0 auto; }

.skillsTextBarTwo {
  width: 5px;
  height: 50px;
  background-color: #ffe600;
  position: absolute;
  bottom: 25px;
  left: 0px;
  margin: 0 auto; }

.skill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0; }
  .skill i {
    margin-right: 30px; }
  @media (max-width: 800px) {
    .skill {
      margin-left: 15px; } }

.skill p {
  color: white;
  font-size: 1.8rem;
  margin: 6.5px 0; }
  @media (max-width: 600px) {
    .skill p {
      font-size: 1.3rem;
      margin-left: -20px; } }

.skillsListOne, .skillListTwo {
  width: 217px; }

.skillsIcons {
  color: #ffe600;
  font-size: 3.8rem; }

.project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 20px 0; }
  @media (max-width: 800px) {
    .project {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .project img {
    width: 470px;
    max-width: 100%; }
    @media (max-width: 910px) {
      .project img {
        width: 400px; } }
    @media (max-width: 800px) {
      .project img {
        width: 470px; } }
    @media (max-width: 600px) {
      .project img {
        width: 400px; } }
    @media (max-width: 460px) {
      .project img {
        width: 250px; } }

.projectText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px 150px; }
  @media (max-width: 1040px) {
    .projectText {
      padding: 0px 75px; } }
  @media (max-width: 800px) {
    .projectText {
      width: 500px; } }
  .projectText h1 {
    color: #ffe600;
    font-size: 7.2rem;
    margin: 0px;
    position: relative; }
  .projectText h3 {
    font-size: 1.8rem;
    margin: 0; }
  .projectText p {
    font-size: 1.4rem;
    line-height: 2; }
    .projectText p span {
      border: 3px solid #ffe600;
      padding: 0px 2px; }
  @media (max-width: 600px) {
    .projectText {
      width: 450px; } }
  @media (max-width: 460px) {
    .projectText {
      width: 320px; } }
  .projectText .viewSite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .projectText a {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    color: black;
    padding: 1px 0px;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 700;
    width: 110px;
    height: 24px;
    border: none;
    background-color: #ffe600;
    border: 2px solid black;
    text-align: center;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .projectText a:clicked {
    color: black; }
  .projectText a:hover {
    color: white;
    background-color: #01dce1; }
  .projectText .chantale {
    margin: 0px;
    color: #01dce1;
    background: none;
    border: none;
    padding: none;
    width: inherit;
    height: inherit;
    display: inline; }

@media (max-width: 800px) {
  .projectTwo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media (max-width: 800px) {
  .projectThree {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

.project:nth-child(odd):after {
  content: "";
  width: 60px;
  height: 5px;
  background-color: #ffe600;
  position: absolute;
  bottom: 325px;
  left: 465px;
  margin: 0 auto; }
  @media (max-width: 910px) {
    .project:nth-child(odd):after {
      left: 395px; } }
  @media (max-width: 800px) {
    .project:nth-child(odd):after {
      display: none; } }

.project:nth-child(even):after {
  content: "";
  width: 60px;
  height: 5px;
  background-color: #ffe600;
  position: absolute;
  bottom: 325px;
  right: 465px;
  margin: 0 auto; }
  @media (max-width: 910px) {
    .project:nth-child(even):after {
      right: 395px; } }
  @media (max-width: 800px) {
    .project:nth-child(even):after {
      display: none; } }

.projectTextTop h1:before {
  content: "";
  width: 5px;
  height: 60px;
  background-color: #ffe600;
  position: absolute;
  bottom: 25px;
  left: -20px;
  margin: 0 auto;
  display: none; }
  @media (max-width: 800px) {
    .projectTextTop h1:before {
      display: block; } }

@media (max-width: 800px) {
  .projectTextTop h1 {
    margin-top: -24px; } }

.projectTextTop .viewSite:before {
  content: "";
  width: 600px;
  height: 5px;
  background-color: #ffe600;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  margin: 0 auto;
  display: none; }
  @media (max-width: 800px) {
    .projectTextTop .viewSite:before {
      display: block; } }
  @media (max-width: 600px) {
    .projectTextTop .viewSite:before {
      width: 400px; } }
  @media (max-width: 460px) {
    .projectTextTop .viewSite:before {
      width: 280px; } }

@media (max-width: 800px) {
  .projectTextTop .viewSite {
    margin-bottom: 50px;
    position: relative; } }

.projectTextBottom h1:before {
  content: "";
  width: 5px;
  height: 60px;
  background-color: #ffe600;
  position: absolute;
  bottom: 11px;
  left: -20px;
  margin: 0 auto;
  display: none; }
  @media (max-width: 800px) {
    .projectTextBottom h1:before {
      display: block; } }

@media (max-width: 800px) {
  .projectTextBottom h1 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-bottom: -20px; } }

.projectFour h3:before {
  content: "";
  width: 600px;
  height: 5px;
  background-color: #ffe600;
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  margin: 0 auto;
  display: none; }
  @media (max-width: 800px) {
    .projectFour h3:before {
      display: block; } }
  @media (max-width: 600px) {
    .projectFour h3:before {
      width: 400px; } }
  @media (max-width: 460px) {
    .projectFour h3:before {
      width: 280px;
      bottom: 130px; } }

@media (max-width: 800px) {
  .projectFour h3 {
    margin-top: 150px;
    position: relative; } }

.portfolio {
  margin-top: -50px;
  margin-bottom: -50px;
  position: relative; }

.workBG {
  position: absolute;
  width: 65%;
  bottom: 28px;
  z-index: -1; }
  @media (max-width: 1040px) {
    .workBG {
      width: 55%;
      bottom: 28px; } }
  @media (max-width: 910px) {
    .workBG {
      width: 45%; } }
  @media (max-width: 800px) {
    .workBG {
      display: none; } }

.contact {
  background-color: #ffe600;
  padding: 150px 0; }
  .contact h2 {
    width: 700px;
    max-width: 100%;
    height: 90px;
    background-color: black;
    text-align: center;
    font-size: 3.6rem;
    margin: 0 auto;
    color: white;
    padding-top: 20px; }
    @media (max-width: 800px) {
      .contact h2 {
        width: 550px; } }
  .contact p {
    margin-top: 45px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center; }
  .contact a {
    color: black;
    padding: 13px 0px;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 700;
    width: 200px;
    height: 48px;
    border: none;
    border: 2px solid white;
    background-color: white;
    text-align: center;
    margin: 0 auto;
    margin-top: 45px;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .contact a:clicked {
    color: black; }
  .contact a:hover {
    border: 2px solid #01dce1; }

footer {
  background-color: black; }
  footer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  footer .logo {
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 10px; }
  footer ul {
    width: 400px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto; }
    @media (max-width: 460px) {
      footer ul {
        width: 200px;
        padding-left: 0px;
        padding-right: 40px; } }
  footer li a {
    color: black; }
  footer .fa {
    border: 2px solid black;
    background-color: #ffe600;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 21px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    @media (max-width: 460px) {
      footer .fa {
        margin: 0px 10px; } }
  footer .fa:hover {
    border: 2px solid white;
    color: white;
    background-color: #01dce1; }
