body,
html {
  height: 100%;
  background: #110101;
  font-family: "Roboto", sans-serif;
}

body {
  margin: 100vh 0 0 0;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10003;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav .circle {
  height: 8.5em;
  width: 8.5em;
  background-image: url("../images/joshuanew.jpg");
  background-size: cover;
  background-position: top center;
  border-radius: 50%;
  margin: 2em auto 0 auto;
}

@media (min-width: 75em) {
  .sidenav .circle {
    height: 300px;
    width: 300px;
    margin: 4em auto;
    background-position: center;
  }
}

.sidenav .anchors {
  color: goldenrod;
  font-size: 2.3em;
  list-style: none;
  padding: 0;
  margin-top: 1em;
}

.sidenav .anchors li {
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0.6em auto;
}

@media (min-width: 75em) {
  .sidenav .anchors li {
    margin: 1.4em auto;
  }
}

.sidenav .anchors li a {
  font-family: draconian;
  text-transform: lowercase;
  text-decoration: none;
  color: whitesmoke;
  position: relative;
  padding-left: 10px;
  font-size: 1em;
}

.sidenav .anchors li a:hover {
  color: goldenrod;
}

@media (min-width: 48em) {
  .sidenav .anchors li a {
    font-size: 1em;
  }
}

@media (min-width: 75em) {
  .sidenav .anchors li a {
    font-size: 2em;
  }
}

@media (min-width: 48em) {
  .sidenav .anchors {
    margin-top: 2em;
  }
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 4em;
  color: white;
  margin-left: 50px;
}

#main {
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
  padding: 0.4em 3em;
  position: fixed;
  top: 0;
  z-index: 10000;
  background: #daa520;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main .circle {
  height: 5em;
  width: 5em;
  background-image: url(../images/joshuanew.jpg);
  background-size: cover;
  background-position: top center;
  border-radius: 50%;
}

@media (min-width: 75em) {
  #main .circle {
    height: 160px;
    width: 160px;
    background-position: center;
  }
}

#main span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3em;
  cursor: pointer;
  width: 4em;
  color: rgba(255, 255, 255, 0.795);
}

@media (min-width: 62em) {
  #main {
    display: none;
  }
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

.topnav {
  overflow: hidden;
  background-color: #6d520c;
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  display: none;
  border-bottom: 1px solid white;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

@media screen and (max-width: 768px) {
  .topnav a {
    font-size: 2em;
    padding: 1.3em 1.2em;
  }
  .topnav a.active {
    border-bottom: 1px solid white;
  }
}

.topnav a:hover {
  background-color: none;
  color: black;
}

.topnav a.active {
  background-color: transparent;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 768px) {
  .topnav a:not(:first-child) {
    display: none;
    font-size: 1.9em;
    padding: 0.8em 1.2em;
  }
  .topnav a.icon {
    float: right;
    display: block;
    font-size: 2em;
    padding: 1.3em 1.2em;
  }
}

@media screen and (max-width: 768px) {
  .topnav.responsive {
    position: fixed;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.slideshow {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 90vh;
  overflow: hidden;
  outline: unset;
}

@media (min-width: 62em) {
  .slideshow {
    width: 85vw;
    height: 100vh;
  }
}

.slideshow .slider {
  width: 100vw;
  height: 90vh;
  z-index: 2;
}

.slideshow .slider * {
  outline: none;
}

.slideshow .slider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.slideshow .slider .item {
  height: 90vh;
  width: 100vw !important;
  position: relative;
  overflow: hidden;
  border: none;
}

@media (min-width: 62em) {
  .slideshow .slider .item {
    width: 85vw !important;
    height: 100vh;
  }
}

.slideshow .slider .item .text {
  display: none;
}

.slideshow .slider .item img {
  min-width: 101%;
  min-height: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 62em) {
  .slideshow .slider {
    height: 100vh;
  }
}

.slideshow .slick-dots {
  position: absolute;
  top: 50%;
  bottom: auto;
  right: 5%;
  left: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

.slideshow .slick-dots li {
  border: 1px solid #979797;
  background: white;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin: 0 0.5em 2em 0.5em;
}

.slideshow .slick-dots li button:before {
  color: transparent !important;
}

.slideshow .slick-dots .slick-active {
  border: 1px solid #979797;
  background: goldenrod;
}

.slideshow .slick-dots .slick-active .div-info {
  display: block;
}

@media (min-width: 62em) {
  .slideshow .slick-dots {
    bottom: 4em;
    right: 20%;
    top: 50%;
  }
  .slideshow .slick-dots li {
    height: 1.5em;
    width: 1.5em;
  }
}

.slideshow.slideshow-right {
  left: 0;
  z-index: 1;
  width: 50vw;
}

.slideshow.slideshow-right .slider {
  left: 0;
  position: absolute;
}

.slideshow-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1003;
  font-size: 1.2em;
  width: 100vw;
  text-align: center;
  color: #fff;
  font-family: "Draconian", sans-serif;
  font-weight: 100;
  pointer-events: none;
  text-transform: lowercase;
  letter-spacing: 10px;
  line-height: unset;
}

.slideshow-text .wave {
  -webkit-animation-name: wave-animation;
          animation-name: wave-animation;
  /* Refers to the name of your @keyframes element below */
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  /* Change to speed up or slow down */
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  /* Never stop waving :) */
  -webkit-transform-origin: 70% 70%;
          transform-origin: 70% 70%;
  /* Pivot around the bottom-left palm */
  display: inline-block;
  -webkit-text-fill-color: white;
  -ms-text-fill-color: white;
  -moz-text-fill-color: white;
  text-fill-color: white;
  font-size: 0.7em;
  margin-left: 10px;
}

@-webkit-keyframes wave-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg);
  }
  /* The following five values can be played with to make the waving more or less extreme */
  20% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  30% {
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg);
  }
  40% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  /* Reset for the last half to pause */
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes wave-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg);
  }
  /* The following five values can be played with to make the waving more or less extreme */
  20% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  30% {
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg);
  }
  40% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  /* Reset for the last half to pause */
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.slideshow-text .item {
  font-size: 2em;
  width: 80% !important;
  background: rgba(218, 165, 32, 0.55);
  background: -webkit-linear-gradient(left, rgba(56, 41, 2, 0.55) 0%, rgba(121, 87, 3, 0.55) 25%, rgba(189, 138, 10, 0.55) 50%, white 100%) repeat;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-animation-name: masked-animation;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

@-webkit-keyframes masked-animation {
  0% {
    background-position: -8000px -3000px;
  }
  100% {
    background-position: 0 0;
  }
}

@media (min-width: 75em) {
  .slideshow-text .item {
    font-size: 2em;
  }
}

@media (min-width: 48em) {
  .slideshow-text {
    font-size: 1.8em;
  }
}

@media (min-width: 62em) {
  .slideshow-text {
    font-size: 2em;
  }
}

@media (min-width: 62em) {
  .slideshow-text {
    width: 75vw;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 0;
  }
  .slideshow-text .item {
    font-size: 1.5em;
    width: 100% !important;
  }
}

@media (min-width: 75em) {
  .slideshow-text {
    font-size: 2.5em;
  }
}

@media (min-width: 85em) {
  .slideshow-text {
    font-size: 3em;
  }
}

#experience {
  width: 100vw !important;
  position: relative;
  overflow: hidden;
  background-image: url("../images/image1.jpeg");
  background-position: center;
  background-size: cover;
  padding: 3em 0 1em 0;
  /* The actual timeline (the vertical ruler) */
  /* The actual timeline (the vertical ruler) */
  /* Container around content */
  /* The circles on the timeline */
  /* Place the container to the left */
  /* Place the container to the right */
  /* Add arrows to the left container (pointing right) */
  /* Add arrows to the right container (pointing left) */
  /* Fix the circle for containers on the right side */
  /* The actual content */
  /* Media queries - Responsive timeline on screens less than 600px wide */
}

@media (min-width: 48em) {
  #experience {
    padding: 7em 0 7em 0;
  }
}

@media screen and (min-width: 62em) {
  #experience {
    width: 85vw !important;
  }
}

#experience .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(218, 165, 32, 0.55);
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(218, 165, 32, 0.55)));
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(218, 165, 32, 0.55));
}

#experience .timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

#experience .timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 12%;
  margin-left: -3px;
}

#experience .title {
  font-family: "Draconian", sans-serif;
  font-size: 1.4em;
  text-transform: lowercase;
  margin-bottom: 0;
}

@media screen and (min-width: 48em) {
  #experience .title {
    font-size: 1.4em;
  }
}

@media screen and (min-width: 62em) {
  #experience .title {
    font-size: 1.4em;
  }
}

#experience p {
  margin-top: 0;
  font-size: 1em;
}

@media screen and (min-width: 48em) {
  #experience p {
    font-size: 1em;
  }
}

@media (min-width: 62em) {
  #experience p {
    font-size: unset;
  }
}

#experience .container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 72%;
  margin-bottom: 3em;
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}

@media screen and (min-width: 62em) {
  #experience .container {
    width: 50%;
    margin-bottom: 0;
  }
}

#experience .container:not(.active).aos-animate:nth-child(2) {
  opacity: 0.7;
}

#experience .container:not(.active).aos-animate:nth-child(3) {
  opacity: 0.6;
}

#experience .container:not(.active).aos-animate:nth-child(4) {
  opacity: 0.5;
}

#experience .container:not(.active).aos-animate:nth-child(5) {
  opacity: 0.4;
}

#experience .container:not(.active).aos-animate:nth-child(6) {
  opacity: 0.3;
}

#experience .container::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid gray;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

#experience .container.active::after {
  border-color: greenyellow;
}

#experience .left {
  left: 0;
}

#experience .right {
  left: 12%;
}

#experience .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

#experience .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

#experience .right::after {
  left: -16px;
}

#experience .content {
  padding: 1.3em 1em;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

@media (min-width: 48em) {
  #experience .content {
    padding: 20px 30px;
  }
}

#experience .content h2 {
  font-size: 1em;
}

@media (min-width: 48em) {
  #experience .content h2 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 600px) {
  #experience {
    /* Place the timelime to the left */
    /* Full-width containers */
    /* Make sure that all arrows are pointing leftwards */
    /* Make sure all circles are at the same spot */
    /* Make all right containers behave like the left ones */
  }
  #experience .timeline::after {
    left: 31px;
  }
  #experience .container {
    padding-left: 70px;
    padding-right: 25px;
  }
  #experience .container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  #experience .left::after,
  #experience .right::after {
    left: 15px;
  }
  #experience .right {
    left: 0%;
  }
}

.footer {
  width: 85vw !important;
  background: #080808;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer {
    width: 100vw !important;
  }
}

@media screen and (max-width: 1000px) {
  .footer {
    width: 75vw !important;
  }
}

.footer p {
  padding: 1.3em 0;
  color: white;
  letter-spacing: 2px;
  font-family: "Draconian", sans-serif;
  text-transform: lowercase;
  font-size: 1em;
  margin: 0;
}

#contact {
  width: 100vw !important;
  position: relative;
  overflow: hidden;
  background-image: url("../images/texture.jpg");
  background-position: center;
  background-size: cover;
  padding: 3em 0 3em 0;
}

@media screen and (min-width: 62em) {
  #contact {
    width: 85vw !important;
    padding: 7em 0 7em 0;
  }
}

#contact .title-contact {
  text-align: center;
  text-transform: lowercase;
  font-family: "Draconian", sans-serif;
  font-size: 2.75em;
  margin: 0 0 1em 0;
  letter-spacing: 5px;
}

@media screen and (min-width: 62em) {
  #contact .title-contact {
    font-size: 4em;
  }
}

#contact .title-contact .wave {
  -webkit-animation-name: wave-animation;
          animation-name: wave-animation;
  /* Refers to the name of your @keyframes element below */
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  /* Change to speed up or slow down */
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  /* Never stop waving :) */
  -webkit-transform-origin: 70% 70%;
          transform-origin: 70% 70%;
  /* Pivot around the bottom-left palm */
  display: inline-block;
  -webkit-text-fill-color: white;
  -ms-text-fill-color: white;
  -moz-text-fill-color: white;
  text-fill-color: white;
  font-size: 0.7em;
  margin-left: 10px;
}

@keyframes wave-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg);
  }
  /* The following five values can be played with to make the waving more or less extreme */
  20% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  30% {
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg);
  }
  40% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  /* Reset for the last half to pause */
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

#contact .col-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-width: 60em;
  margin: 0 auto;
  width: 90%;
  position: relative;
  z-index: 33;
}

#contact .col-holder .col-one {
  width: 100%;
}

@media screen and (min-width: 62em) {
  #contact .col-holder .col-one {
    padding-left: 6em;
    width: calc(40% - 6em);
  }
}

#contact .col-holder .col-one p {
  color: black;
  padding-left: 10%;
  font-family: "Draconian", sans-serif;
  text-transform: lowercase;
  font-size: 2em;
  margin: 0;
}

#contact .col-holder .col-one p.socialtext {
  margin-top: 0.5em;
}

@media screen and (min-width: 62em) {
  #contact .col-holder .col-one p {
    font-size: 2.5em;
  }
}

#contact .col-holder .col-two {
  width: 100%;
}

@media screen and (min-width: 62em) {
  #contact .col-holder .col-two {
    width: 60%;
  }
}

#contact .col-holder .col-two .fcf-form-group {
  margin-bottom: 1rem;
}

#contact .col-holder .col-two .fcf-input-group {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%;
}

#contact .col-holder .col-two .fcf-form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  outline: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

#contact .col-holder .col-two .fcf-form-control:focus {
  border: 1px solid #313131;
}

#contact .col-holder .col-two select.fcf-form-control[size],
#contact .col-holder .col-two select.fcf-form-control[multiple] {
  height: auto;
}

#contact .col-holder .col-two textarea.fcf-form-control {
  font-family: -apple-system, Arial, sans-serif;
  height: auto;
}

#contact .col-holder .col-two label.fcf-label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

#contact .col-holder .col-two .fcf-btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  #contact .col-holder .col-two .fcf-btn {
    -webkit-transition: none;
    transition: none;
  }
}

#contact .col-holder .col-two .fcf-btn:hover {
  color: #212529;
  text-decoration: none;
}

#contact .col-holder .col-two .fcf-btn:focus,
#contact .col-holder .col-two .fcf-btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#contact .col-holder .col-two .fcf-btn-primary {
  color: #fff;
  background-color: goldenrod;
  border-color: goldenrod;
}

#contact .col-holder .col-two .fcf-btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

#contact .col-holder .col-two .fcf-btn-primary:focus,
#contact .col-holder .col-two .fcf-btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

#contact .col-holder .col-two .fcf-btn-lg,
#contact .col-holder .col-two .fcf-btn-group-lg > .fcf-btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

#contact .col-holder .col-two .fcf-btn-block {
  display: block;
  width: 100%;
}

#contact .col-holder .col-two .fcf-btn-block + .fcf-btn-block {
  margin-top: 0.5rem;
}

#contact .col-holder .col-two input[type="submit"].fcf-btn-block,
#contact .col-holder .col-two input[type="reset"].fcf-btn-block,
#contact .col-holder .col-two input[type="button"].fcf-btn-block {
  width: 100%;
}

#contact .creative {
  font-family: "Draconian", sans-serif;
  text-transform: unset;
  font-size: 7em;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 80%;
  color: #e8b4a2;
  opacity: 0.3;
  padding-left: 10vw;
}

@media (max-width: 48em) {
  #contact .creative {
    width: 100%;
    font-size: 4em;
    text-align: center;
  }
}

#contact a {
  color: #2e2b2b;
  font-size: 1.2em;
  padding-left: 10%;
  text-decoration: none;
}

#contact a:hover {
  color: goldenrod;
}

#contact a.social {
  font-family: "FontAwesome";
}

#contact a.social.other {
  padding-left: 1em;
}

#contact a.social i {
  font-style: normal;
}

#skills {
  width: 100vw !important;
  position: relative;
  overflow: hidden;
  background-image: url("../images/texture.jpg");
  background-position: center;
  background-size: cover;
  padding: 3em 0 7em 0;
}

@media screen and (min-width: 62em) {
  #skills {
    width: 85vw !important;
  }
}

#skills h3 {
  text-align: center;
  margin: 1em 0 0 0;
  text-transform: lowercase;
  font-size: 2em;
  font-family: "Draconian", sans-serif;
  text-orientation: sideways-right;
}

@media (min-width: 48em) {
  #skills h3 {
    font-size: 3em;
  }
}

@media (min-width: 62em) {
  #skills h3 {
    font-size: 3em;
    margin: 1em 0 0 0;
  }
}

#skills hr {
  margin: 0.5em auto 2em auto;
  border: 2px solid goldenrod;
  width: 40vw;
}

@media (min-width: 62em) {
  #skills hr {
    margin: 0.5em auto 3em auto;
    border: 2px solid #e8b4a2;
    width: 10vw;
  }
}

#skills .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 85%;
  margin: 0 auto;
}

#skills .flex-box .flex-one {
  width: 100%;
  margin-bottom: 2em;
}

#skills .flex-box .flex-one p {
  font-size: 1.2em;
  margin: 0;
}

@media screen and (min-width: 75em) {
  #skills .flex-box .flex-one p {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 75em) {
  #skills .flex-box .flex-one {
    margin-bottom: 4em;
  }
}

#skills .flex-box .flex-one i {
  font-family: "Font Awesome 5 Brands";
}

#skills .flex-box .flex-one i.fa-database {
  font-family: "FontAwesome";
}

#skills .flex-box .flex-one .progress {
  margin: 1em auto;
  height: 0.6em;
  width: 100%;
  background: #dddddd;
  border-radius: 0.3em;
}

#skills .flex-box .flex-one .progress .colorProgress {
  height: 100%;
  width: 70%;
  border-radius: 0.3em;
  position: relative;
}

#skills .flex-box .flex-one .progress .colorProgress .circle {
  height: 1em;
  width: 1em;
  border-radius: 50%;
  background: inherit;
  position: absolute;
  right: 0%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

#skills .flex-box .flex-one.html .colorProgress.aos-animate {
  width: 95% !important;
  background: #e8b4a2;
}

#skills .flex-box .flex-one.css .colorProgress.aos-animate {
  width: 95% !important;
  background: #303f12;
}

#skills .flex-box .flex-one.javascript .colorProgress.aos-animate {
  width: 90% !important;
  background: #230535;
}

#skills .flex-box .flex-one.php .colorProgress.aos-animate {
  width: 84% !important;
  background: #290217;
}

#skills .flex-box .flex-one.java .colorProgress.aos-animate {
  width: 75% !important;
  background: #a80f0f;
}

#skills .flex-box .flex-one.mysql .colorProgress.aos-animate {
  width: 70% !important;
  background: #24055e;
}

#skills .flex-box .flex-one.aws .colorProgress.aos-animate {
  width: 60% !important;
  background: #032e2c;
}

#skills .flex-box .flex-one.react .colorProgress.aos-animate {
  width: 80% !important;
  background: #28ad0d;
}

#skills .flex-box .flex-one.angular .colorProgress.aos-animate {
  width: 70% !important;
  background: #2c4bd4;
}

#skills .flex-box .flex-one.wordpress .colorProgress.aos-animate {
  width: 90% !important;
  background: #bb750c;
}

@media (min-width: 48em) {
  #skills .flex-box .flex-one {
    width: 46%;
    margin-bottom: 1em;
  }
}

#skills .flex-box.skills i {
  font-family: "Font Awesome 5 Free";
}

#skills .flex-box.skills .flex-one.communication .colorProgress.aos-animate {
  width: 95% !important;
  background: #e8b4a2;
}

#skills .flex-box.skills .flex-one.teamwork .colorProgress.aos-animate {
  width: 95% !important;
  background: #8f7013;
}

#skills .flex-box.skills .flex-one.leadership .colorProgress.aos-animate {
  width: 90% !important;
  background: #c04413;
}

#skills .flex-box.skills .flex-one.interpersonal .colorProgress.aos-animate {
  width: 95% !important;
  background: #600992;
}

#skills .flex-box.skills .flex-one.flexibility .colorProgress.aos-animate {
  width: 84% !important;
  background: #290217;
}

#skills .flex-box.skills .flex-one.workindependent .colorProgress.aos-animate {
  width: 90% !important;
  background: #b80d38;
}

#skills .flex-box.skills .flex-one.analytical .colorProgress.aos-animate {
  width: 85% !important;
  background: #24055e;
}

#skills .flex-box.skills .flex-one.time-management .colorProgress.aos-animate {
  width: 95% !important;
  background: #032e2c;
}

#work {
  width: 100vw;
  border-top: 1px solid black;
}

@media screen and (min-width: 62em) {
  #work {
    width: 85vw !important;
  }
}

#work .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url("../images/texture.jpg");
  background-position: center;
  background-size: cover;
  padding-bottom: 0.5%;
}

#work .flex-box .flex-one {
  width: 93%;
  max-width: 93%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 93%;
          flex: 1 1 93%;
  margin-left: auto;
  margin-right: auto;
  background-position: center;
  background-size: cover;
  height: 20em;
  padding-left: 1em;
  position: relative;
  margin-bottom: 0.9em;
}

#work .flex-box .flex-one h4 {
  color: white;
  font-family: "Draconian", sans-serif;
  margin: 1em 1em 0.2em 0;
  position: relative;
  z-index: 1;
  text-transform: lowercase;
  font-size: 2.5em;
}

#work .flex-box .flex-one h4.freelance {
  margin: 0;
  font-size: 1.3em;
  font-style: italic;
  font-weight: 200;
  opacity: 0.8;
}

@media (min-width: 48em) {
  #work .flex-box .flex-one h4 {
    font-size: 2.3em;
  }
}

@media (min-width: 62em) {
  #work .flex-box .flex-one h4 {
    padding-left: 30px;
    font-size: 2.3em;
  }
}

#work .flex-box .flex-one img {
  padding-left: 0;
  width: 60%;
  position: relative;
  z-index: 1;
}

@media (min-width: 48em) {
  #work .flex-box .flex-one img {
    padding-left: 0;
  }
}

@media (min-width: 75em) {
  #work .flex-box .flex-one img {
    padding-left: 30px;
  }
}

#work .flex-box .flex-one a.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  background-color: rgba(0, 0, 0, 0.55);
  /* For browsers that do not support gradients */
}

#work .flex-box .flex-one a.overlay:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: transparent;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

#work .flex-box .flex-one:nth-child(even) a.overlay {
  background: linear-gradient(-45deg, rgba(11, 243, 185, 0.7), rgba(184, 166, 3, 0.55), rgba(141, 93, 4, 0.55), rgba(228, 243, 11, 0.7));
  background-size: 400% 400%;
  -webkit-animation: gradient 9s ease infinite;
          animation: gradient 9s ease infinite;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#work .flex-box .flex-one:nth-child(odd) a.overlay {
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.55), rgba(41, 27, 1, 0.55), rgba(4, 25, 141, 0.55), rgba(1, 8, 29, 0.5));
  background-size: 400% 400%;
  -webkit-animation: gradient 9s ease infinite;
          animation: gradient 9s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#work .flex-box .flex-one a.button {
  position: absolute;
  bottom: 60px;
  left: 1.5em;
  font-size: 0.9em;
  border: 1px solid white;
  background: transparent;
  color: white;
  text-decoration: none;
  padding: 0.8em 2em;
  border-radius: 0.4em;
}

@media (min-width: 62em) {
  #work .flex-box .flex-one a.button {
    left: 30px;
    bottom: 30px;
    font-size: unset;
  }
}

#work .flex-box .flex-one a.button:hover {
  background: white;
  color: black;
}

#work .flex-box .flex-one:hover a.overlay {
  -webkit-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}

#work .flex-box .flex-one:hover a.overlay:before {
  height: 7em;
  background-color: rgba(218, 165, 32, 0.5);
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(87, 64, 6, 0.5)), to(rgba(0, 0, 0, 0.55)));
  background-image: linear-gradient(rgba(87, 64, 6, 0.5), rgba(0, 0, 0, 0.55));
}

@media (min-width: 48em) {
  #work .flex-box .flex-one {
    margin-top: 1%;
    width: 47%;
    max-width: 47%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 47%;
            flex: 1 1 47%;
    padding: 0 1%;
    margin-bottom: 0;
  }
}

@media (min-width: 62em) {
  #work .flex-box .flex-one {
    margin-top: 0.33%;
    width: 33%;
    max-width: 33%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
            flex: 1 1 33%;
    padding: 0;
    margin-bottom: 0;
    height: 20em;
    padding-left: 0;
  }
}

#work .flex-box .flex-one.flex-afro {
  background-image: url("../images/afrokitchen.png");
}

#work .flex-box .flex-one.flex-cmfi {
  background-image: url("../images/cmfiimage.png");
}

#work .flex-box .flex-one.flex-eeco {
  background-image: url("../images/eecosystemsinc.png");
}

#work .flex-box .flex-one.flex-snine {
  background-image: url("../images/sevenOnine.png");
}

#work .flex-box .flex-one.flex-traders {
  background-image: url("../images/traders.png");
}

#work .flex-box .flex-one.flex-jpf {
  background-image: url("../images/jimmyprattfoundation.png");
}

#work .flex-box .flex-one.flex-mezein {
  background-image: url("../images/mezein.png");
}

#work .flex-box .flex-one.flex-wpw {
  background-image: url("../images/wpw.png");
}

#work .flex-box .flex-one.flex-fanafi {
  background-image: url("../images/fanafi.png");
}

#work .flex-box .flex-one.flex-solely {
  background-image: url("../images/solely.png");
}

#work .flex-box .flex-one.flex-abm {
  background-image: url("../images/abm.png");
}

#work .flex-box .flex-one.flex-lncc {
  background-image: url("../images/chamberlabrador.png");
}

#work .flex-box .flex-one.flex-dhouse {
  background-image: url("../images/doctors-house.png");
}

#work .flex-box .flex-one.flex-ivilla {
  background-image: url("../images/ivilla.png");
}

#work .flex-box .flex-one.flex-bharbour {
  background-image: url("../images/bharbour.png");
}

#work .flex-box .flex-one.flex-artsnl {
  background-image: url("../images/artsnl.png");
}

#work .flex-box .flex-one.flex-bulk {
  background-image: url("../images/bulk-carriers.png");
}

#work .flex-box .flex-one.flex-porters {
  background-image: url("../images/porters.png");
}

#work .flex-box .flex-one.flex-cbc {
  background-image: url("../images/image4.jpeg");
}

#work .flex-box .flex-one.flex-ctire {
  background-image: url("../images/cbdctire.png");
}

#work .flex-box .flex-one.flex-jibb {
  background-image: url("../images/jibfest.png");
}

#work .flex-box .flex-one.flex-ninepenny {
  background-image: url("../images/ninepenny.png");
}

#work .flex-box .flex-one.flex-ffaw {
  background-image: url("../images/ffaw.png");
}

#work .flex-box .flex-one.flex-tlc {
  background-image: url("../images/truelife.png");
}

#work .flex-box .flex-one.flex-nld {
  background-image: url("../images/nldistributors.png");
}

#work .flex-box .flex-one.flex-cbs {
  background-image: url("../images/cbsrentals.png");
}

#work .flex-box .flex-one.flex-tap {
  background-image: url("../images/tap.png");
}

#work .flex-box .flex-one.flex-fruitc {
  background-image: url("../images/fruitcreations.png");
}

#work .flex-box .flex-one.flex-linkum {
  background-image: url("../images/linkum.png");
}

#work .flex-box .flex-one.flex-erma {
  background-image: url("../images/erma.png");
}

#work .flex-box .flex-one.flex-rock {
  background-image: url("../images/rock.png");
}

@media (min-width: 48em) {
  #work .flex-box {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

@media (min-width: 75em) {
  #work .flex-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.top {
  position: fixed;
  top: 3%;
  right: 0%;
  width: 14.5vw;
  z-index: 1;
  display: none;
}

@media (min-width: 62em) {
  .top {
    width: 14.5vw;
    display: block;
  }
}

.top .circle {
  height: 10vw;
  width: 10vw;
  background-image: url("../images/joshuanew.jpg");
  background-size: cover;
  background-position: top center;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}

.top .circle:before {
  content: "";
  position: absolute;
  top: -2%;
  bottom: 0;
  left: -2%;
  right: 0;
  width: 102%;
  height: 102%;
  background: transparent;
  border-radius: 50%;
  border: 2px dashed #fff;
  -webkit-animation-name: Rotate;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: Rotate;
  -moz-animation-duration: 20s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: Rotate;
  -ms-animation-duration: 20s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
}

@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.top .anchors {
  color: goldenrod;
  font-size: 2em;
  list-style: none;
  padding: 0;
  margin-top: 1em;
}

.top .anchors li {
  text-align: center;
  margin-bottom: 1em;
}

.top .anchors li a {
  font-family: draconian;
  text-transform: lowercase;
  text-decoration: none;
  color: whitesmoke;
  position: relative;
  padding-left: 10px;
  font-size: 1.1em;
}

.top .anchors li a:hover {
  color: goldenrod;
}

.top .anchors li a:before {
  content: "\f10c";
  font-family: "FontAwesome";
  font-size: 0.4em;
  position: absolute;
  left: -15px;
  color: goldenrod;
  top: 20%;
}

.top .anchors li a.active {
  color: goldenrod;
}

.top .anchors li a.active:before {
  content: "\f111";
}

@media (min-width: 48em) {
  .top .anchors {
    margin-top: 2em;
  }
}

.the-most {
  position: fixed;
  z-index: 10004;
  bottom: 3%;
  right: 0.5em;
  text-align: center;
  width: 50vw;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 10px 0;
  font-family: draconian;
  color: goldenrod;
  font-size: 1.5em;
}

@media (min-width: 62em) {
  .the-most {
    max-width: 15vw;
    font-size: 3em;
    right: 0;
  }
}

.slideshow-box {
  position: absolute;
  top: 0vh;
  width: 100vw;
  height: 100vh;
}

[data-aos="glide-right"] {
  width: 0 !important;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition: 1.2s all ease-in-out;
  transition: 1.2s all ease-in-out;
}

[data-aos="glide-right"].aos-animate {
  -webkit-transition: 1.2s all ease-in-out !important;
  transition: 1.2s all ease-in-out !important;
}

[data-aos="glide-other"] {
  width: 0 !important;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition: 1.2s all ease-in-out;
  transition: 1.2s all ease-in-out;
}

[data-aos="glide-other"].aos-animate {
  -webkit-transition: 1.2s all ease-in-out !important;
  transition: 1.2s all ease-in-out !important;
}
/*# sourceMappingURL=main.css.map */