:root {
  --input-border: rgb(124, 124, 124);
  --input-focus-h: 164;
  --input-focus-s: 81.1%;
  --input-focus-l: 33.1%;
  --animation-curve: cubic-bezier(1, 0, 0, 1);
}

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

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

html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  background: #001110;
}

.background {
  background: linear-gradient(178.2deg, #001110 10.9%, #001d1b 62.6%);
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}

/* STYLING
-------------------------------------*/
h1,
h2 {
  font-family: "Allerta Stencil", sans-serif;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.59);
}

h2 {
  color: #00ff90;
  font-size: 45px;
  letter-spacing: 2px;
  text-transform: capitalize;
}

h3 {
  color: #fcb72d;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
}

h3,
.website-made-with h4,
p,
.website-made-with a {
  font-family: "Roboto", sans-serif;
}

p {
  color: #dddddd;
  font-weight: 400;
  font-size: 17px;
}

.section-text-faded p {
  color: rgba(5, 255, 188, 0.35);
}

.intro-header {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.intro-header__content {
  margin-top: 360px;
}

.intro-header__text p {
  color: #faa700;
  font-style: italic;
}

.intro-header__text div,
.intro-header p {
  font-family: "Roboto", sans-serif;
}

.intro-header__text h1 {
  color: #dddddd;
  font-size: 70px;
  letter-spacing: 3px;
  --animate-duration: 2.5s;
}

.intro-header__text div {
  color: #dddddd;
  margin-bottom: -60px;
  font-size: 22px;
}

.intro-header__text p {
  font-weight: 300;
  margin-top: -50px;
  font-size: 22px;
}

.website-made-with {
  text-align: center;
  padding-bottom: 100px;
}

.made-with__content h4 {
  color: #dddddd;
  font-size: 19px;
  letter-spacing: 2px;
  border-bottom: 1.5px solid #faa700;
}

.made-with__content a {
  color: #01c972;
  text-decoration: none;
  border-bottom: 2.5px rgba(30, 218, 168, 0.755) dotted;
  width: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.made-with__content a:hover {
  color: #faa700;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.made-with__link {
  padding-top: 10px;
}

.dot {
  color: #faa700;
  font-size: 35px;
}

.section-container {
  height: 100vh;
  width: 100%;
  padding-top: 60px;
}

.section-container__about {
  margin: 15px;
}

.about-column {
  margin-top: 50px;
}

div .img-asset {
  width: 100%;
  border-radius: 4px;
}

div .img-asset-text {
  text-align: right;
  color: rgba(30, 218, 168, 0.755);
}

.facts p {
  font-size: 17px;
}

/* ROW + COLUMNS
-------------------------------------*/
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.column-height {
  height: 400px;
}

.column-content {
  padding: 5px;
}

.column-dif {
  padding-top: 250px;
  max-width: 710px;
}

.pd-content {
  padding-top: 150px;
}

.column-height-skillset {
  height: 300px;
  margin: 8px;
  line-height: 28px;
}

/* PORTFOLIO SECTION
-------------------------------------*/
.primary-link {
  color: #c2860c;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.primary-link:hover {
  color: #00ff90;
}

.white-line {
  height: 2px;
  width: 50%;
  border-width: 0;
  color: #b3ffda;
  background-color: #b3ffda;
}

.link-container, .portfolio-content p, .center {
  text-align: center;
}

.link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.link-pw {
  position: relative;
  top: 4px;
  color: #00ff90;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-right: 4px;
}

.link-pw:hover {
  color: #faa700;
  text-decoration: underline;
}

.icon-link {
  max-width: 28px;
}

.work-example-wrap {
  padding-bottom: 40px;
}

.work-img-cont h3 {
  text-align: center;
}

.work-example-wrap {
  margin: 60px 0 50px 0px;
}

.work-example-wrap {
  max-width: 100%;
}

.work-img-cont, .link-container {
  margin: 0 auto;
  padding-top: 10px;
}

@media (min-width: 767px) {
  .work-img-cont, .link-container {
    width: 50%;
  }
}

.work-img {
  max-width: 100%;
}

.portfolio-work {
  padding: 150px 0 150px 0;
}

.content-wrap {
  position: relative;
  min-height: 100vh;
}

.work-example {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  box-shadow: 1px 7px 14px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 7px 14px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 7px 14px 0px rgba(0, 0, 0, 0.75);
}

.work-example:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

@media screen and (max-width: 767px) {
  .portfolio-work {
    padding: 70px 0 70px 0;
  }
  .work-example:hover {
    -webkit-transform: none;
            transform: none;
  }
}

/* ABOUT SECTION
-------------------------------------*/
.img-asset {
  max-width: 100%;
}

.about-bg {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 17, 16, 0.95)), to(rgba(0, 17, 16, 0.95))), url("https://images.unsplash.com/photo-1508739826987-b79cd8b7da12?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1266&q=80");
  background: linear-gradient(0deg, rgba(0, 17, 16, 0.95), rgba(0, 17, 16, 0.95)), url("https://images.unsplash.com/photo-1508739826987-b79cd8b7da12?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1266&q=80");
  height: 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

/* MEDIA
-------------------------------------*/
@media screen and (max-width: 767px) {
  .container {
    max-width: 720px;
  }
  .section-container {
    margin-bottom: 550px;
  }
  .about-margin {
    margin-bottom: 0px;
  }
  .logo-icons-web {
    display: none;
  }
  .column-dif {
    padding-top: 150px;
  }
  .random-facts-wrap {
    margin-top: 150px;
    padding-top: 200px;
  }
  .intro-header__content {
    margin-top: 250px;
  }
  .about-column {
    margin-top: -65px;
  }
  .portfolio-wrap {
    padding-bottom: 70px;
  }
  .website-made-with {
    margin-top: -300px;
  }
}

@media screen and (min-width: 768px) {
  .column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .facts p {
    font-size: 17px;
  }
  .random-content-pd {
    padding-top: 100px;
  }
}

.logo img {
  height: 35px;
}

nav {
  padding-top: 5px;
  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;
  z-index: 998;
}

.nav-wrap.sticky {
  background: rgba(0, 10, 10, 0.946);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0;
}

@media screen and (min-width: 768px) {
  .nav-wrap {
    width: 100%;
    position: fixed;
    padding: 0 10px;
    z-index: 5;
  }
}

nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

nav ul li a {
  font-family: "Roboto", sans-serif;
  color: #dddddd;
  padding: 20px;
  display: block;
  text-decoration: none;
  text-transform: lowercase;
}

nav li a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav-link-deco {
  color: #faa700;
}

.nav-link-hover:hover {
  color: #faa700;
}

/* NAV TOGGLER
  inspiration for X animation:
  https://codepen.io/angeladelise/pen/NWGWmPZ
  ------------------------------*/
.toggle-label {
  width: 2em;
  height: 0.2em;
  background-color: #dddddd;
  position: absolute;
  cursor: pointer;
}

.toggle-label::before, .toggle-label::after {
  content: "";
  width: 2em;
  height: 0.2em;
  background-color: #dddddd;
  position: absolute;
  display: block;
  color: #02b165;
  -webkit-transition: all 0.5s var(--animation-curve);
  transition: all 0.5s var(--animation-curve);
}

.toggle-label::before {
  top: -250%;
  left: 0%;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.toggle-label::after {
  bottom: -250%;
  left: 0%;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

#nav-toggle:checked ~ .toggle-label::before {
  content: "";
  background-color: #02b165;
  -webkit-transform: rotatez(31deg);
          transform: rotatez(31deg);
  left: 15%;
}

#nav-toggle:checked ~ .toggle-label::after {
  content: "";
  background-color: #02b165;
  -webkit-transform: rotatez(-31deg);
          transform: rotatez(-31deg);
  left: 15%;
}

#nav-toggle:checked ~ .toggle-label {
  background-color: rgba(0, 10, 10, 0.946);
}

#nav-toggle ~ .toggle-label {
  -webkit-transition: all 0.6s var(--animation-curve);
  transition: all 0.6s var(--animation-curve);
}

#nav-toggle {
  display: none;
}

.nav-toggle {
  padding: 5px;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 767px) {
  .nav-wrap {
    width: 100%;
    position: fixed;
    background-color: rgba(0, 10, 10, 0.946);
    z-index: 6;
  }
  .nav-toggle {
    display: block;
    padding-right: 30px;
    margin-top: -10px;
  }
  nav {
    min-height: 60px;
  }
  nav ul {
    background-color: rgba(0, 10, 10, 0.946);
    position: absolute;
    width: 100%;
    height: calc(100vh - 60px);
    left: 0;
    top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 999;
  }
  nav ul li {
    width: 100%;
    text-align: center;
    padding-top: 90px;
  }
  nav ul li a {
    padding: 15px;
  }
  nav a:active {
    color: #faa700;
  }
  nav ul.open {
    max-height: 100vh;
    overflow: visible;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

::-webkit-scrollbar {
  width: 15px;
  background-color: #090909;
}

::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color: #090909;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 174, 98, 0.953);
  border-radius: 1px;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #8a8a8a;
}

.button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0 20px 0;
}

.intro-wrap {
  max-width: 50%;
}

.alone-btn {
  position: relative;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btn-contact {
  text-decoration: none;
}

.btn,
.link,
.send-btn,
.link a {
  color: #dddddd;
  font-family: "Roboto", sans-serif;
}

.btn-primary {
  text-transform: lowercase;
  text-decoration: none;
  padding: 6px 40px;
  outline: 3px solid #faa700;
  background: none;
  cursor: pointer;
  z-index: 1;
  position: relative;
  transition: 0.1s ease-in;
  -moz-transition: 0.1s ease-in;
  -webkit-transition: 0.1s ease-in;
}

.btn-primary:hover {
  color: #001110;
}

.btn-primary:before {
  content: "";
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: #faa700;
  top: 100%;
  -webkit-transition: top 0.12s ease-in;
  transition: top 0.12s ease-in;
}

.btn-primary:hover:before {
  top: 0;
}

.link-animated {
  display: inline-block;
}

.link-animated::after {
  content: "";
  display: block;
  width: 0;
  height: 0.5px;
  background: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link-animated:hover::after {
  width: 100%;
}

.links-wrap a {
  text-decoration: none;
  border-bottom: 2.5px rgba(30, 218, 168, 0.755) dotted;
  color: #dddddd;
}

.links-wrap a:hover {
  color: #faa700;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fa-angle-right {
  color: #faa700;
}

.fa-chevron-up {
  color: white;
  padding: 15px 15px;
  background-color: #c2860c;
  border-radius: 50%;
  font-size: 24px;
}

.fa-chevron-up:hover {
  background-color: rgba(128, 86, 1, 0.994);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fa-github {
  color: white;
  font-size: 24px;
}

.fa-paper-plane {
  padding-right: 10px;
  font-size: 25px;
  color: #109975;
}

.fa-hand-point-down {
  font-size: 30px;
  color: #faa700;
  padding-bottom: 20px;
}

.link a {
  color: #faa700;
  text-decoration: none;
  padding-left: 4px;
}

.link a:hover {
  color: #dddddd;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contact-link {
  color: #01c972;
  text-decoration: none;
}

.to-top {
  margin: 0 auto;
  text-align: center;
  padding: 80px 0 20px 0;
  margin-bottom: -35px;
}

.top-pd {
  padding-top: 0px;
}

@media screen and (max-width: 767px) {
  .intro-wrap {
    max-width: 100%;
  }
  .alone-btn {
    width: 100%;
    margin-top: -60px;
    padding-bottom: 70px;
  }
  .logo-icons-web {
    display: none;
  }
}

.icon-wrap {
  margin-right: 6px;
}

.footer {
  background-color: #0e4339;
  padding: 30px 0 30px 0;
  text-align: center;
}

.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Roboto", sans-serif;
}

.footer__text {
  color: #dddddd;
}

.footer .fa-github {
  font-size: 18px;
  margin-right: 4px;
}

.footer-wrap {
  bottom: 0;
  position: absolute;
  right: 0;
  left: 0;
}

@media screen and (max-width: 600px) {
  .footer__wrap {
    font-size: 12px;
  }
}

/*inspiration for form layout:
https://codepen.io/JonLehman/pen/yOdbOG?editors=1100
-----------------------------------------------------*/
form,
textarea {
  font-family: "Roboto", sans-serif;
}

.contact-content-wrap {
  max-width: 900px;
  margin: 5% auto;
  width: 100%;
}

.form-container {
  width: 900px;
  max-width: 100%;
  margin: 15px auto 15px auto;
}

.input-control {
  float: left;
  width: 47%;
  margin: 18px 0;
  position: relative;
}

.input-float {
  float: right;
}

.input:focus,
textarea:focus {
  outline: 0;
}

.input:focus ~ span,
textarea:focus ~ span {
  width: 100%;
  -webkit-transition: all 0.08s ease;
  transition: all 0.08s ease;
}

input[type="email"]:focus ~ label,
.input:focus ~ label,
textarea:focus ~ label,
.input:valid ~ label,
textarea:valid ~ label,
input[type="email"]:valid ~ label {
  font-size: 13px;
  top: -8px;
  font-weight: 500;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.input:focus,
textarea:focus {
  border: 3px solid #00ff90;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.input-control label {
  color: #002220;
  top: 8px;
  left: 0;
  padding: 13px 20px 16px 20px;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}

.input-control.input-width {
  width: 900px;
  max-width: 100%;
}

.input,
textarea {
  background-color: #dddddd;
  color: #002220;
  padding: 20px;
  border: 0;
  width: 100%;
  font-size: 17px;
  border-radius: 2px;
}

textarea {
  width: 100%;
  min-height: 150px;
}

.send-btn {
  border: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.btn-wrap {
  padding-top: 30px;
  float: right;
}

/* INPUT VALID - INVALID
-------------------------------------*/
input:focus:invalid {
  background-image: url(../../images/assets/warning.png) no-repeat 95% 50% #dddddd;
  background-size: 25px;
}

input:focus:valid {
  background-image: url(../../images/assets/check.png) no-repeat 95% 50% #dddddd;
  background-size: 25px;
}

textarea:focus:valid {
  background-image: url(../../images/assets/check.png) no-repeat 98% 10% #dddddd;
  background-size: 25px;
}

textarea:focus:invalid {
  background: url(../../images/assets/warning.png) no-repeat 98% 10% #dddddd;
  background-size: 25px;
}

/* MEDIA
-------------------------------------*/
@media only screen and (max-width: 768px) {
  .input-control {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */