@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");
@import url("https://fonts.googleapis.com/css?family=Permanent+Marker");
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");
@import url("https://fonts.googleapis.com/css?family=Permanent+Marker");
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");
@import url("https://fonts.googleapis.com/css?family=Permanent+Marker");
@font-face {
  font-family: Claxton-Bold;
  src: url("fonts/Claxton-Typeface/Claxton-Bold.otf");
}
@font-face {
  font-family: Claxton-Light;
  src: url("fonts/Claxton-Typeface/Claxton-Light.otf");
}
@font-face {
  font-family: Moonshot;
  src: url("fonts/Moonshot/Moonshot-Oblique.otf");
}
@font-face {
  font-family: soak-bold;
  src: url("fonts/soak-up-the-sun/suts-bold.otf");
}
@font-face {
  font-family: soak-light;
  src: url("fonts/soak-up-the-sun/suts.otf");
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  50% {
    opacity: 0.2;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
    transform: translateX(500px);
  }
}
@keyframes nameMoveIn {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes chevBounce {
  0%, 100% {
    transform: translateY(0);
  }
  15%, 95% {
    transform: translateY(2px);
  }
  30%, 80% {
    transform: translateY(4px);
  }
  40%, 60% {
    transform: translateY(6px);
  }
  50% {
    transform: translateY(8px);
  }
}
.landing {
  text-align: center;
  font-family: "soak-light", sans-serif;
  position: relative;
  padding-bottom: 93px;
  background: #fff;
}
.landing__name {
  font-size: 125px;
  background: url("../images/u-inky-patterns-bg-2.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: 80%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  text-align: center;
  animation: nameMoveIn 1.5s ease-in;
}
.landing__tag-line {
  padding-top: 2%;
  font-size: 90px;
  background-position-y: 40%;
}
.landing__chevron {
  position: absolute;
  left: 50%;
  bottom: 20%;
  z-index: 20;
  text-align: center;
  animation: chevBounce 1s ease-in infinite;
}
.landing__chevron a {
  color: #333333;
  transition: 0.3s ease;
}
.landing__chevron a:hover {
  color: #92C7B6;
  transition: all 0.3s ease;
}
.landing__chevron a svg {
  width: 25px;
}

@media screen and (max-width: 500px) {
  .landing__name {
    padding-top: 175px;
  }
  .landing__chevron {
    display: none;
  }
}
@media screen and (min-width: 501px) {
  .landing__content {
    padding-top: 85px;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .landing__name {
    padding-top: 22px;
  }
}
@media screen and (min-width: 960px) {
  .landing__name {
    font-size: 200px;
    padding-top: 32px;
    background: url("../images/u-inky-patterns-bg-2.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: 49%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    display: block;
    text-align: center;
    animation: nameMoveIn 1.5s ease-in;
  }
  .landing__tag-line {
    font-size: 180px;
  }
  .landing__chevron {
    display: block;
  }
  .landing__chevron a svg {
    width: 37px;
  }
}
@media screen and (min-width: 1025px) {
  .landing {
    clip-path: polygon(12% -2%, 98% 0%, 101% 100%, 0 100%);
    -webkit-clip-path: polygon(12% -2%, 98% 0%, 101% 100%, 0 100%);
  }
}
@font-face {
  font-family: Claxton-Bold;
  src: url("fonts/Claxton-Typeface/Claxton-Bold.otf");
}
@font-face {
  font-family: Claxton-Light;
  src: url("fonts/Claxton-Typeface/Claxton-Light.otf");
}
@font-face {
  font-family: Moonshot;
  src: url("fonts/Moonshot/Moonshot-Oblique.otf");
}
@font-face {
  font-family: soak-bold;
  src: url("fonts/soak-up-the-sun/suts-bold.otf");
}
@font-face {
  font-family: soak-light;
  src: url("fonts/soak-up-the-sun/suts.otf");
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  50% {
    opacity: 0.2;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
    transform: translateX(500px);
  }
}
@keyframes nameMoveIn {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes chevBounce {
  0%, 100% {
    transform: translateY(0);
  }
  15%, 95% {
    transform: translateY(2px);
  }
  30%, 80% {
    transform: translateY(4px);
  }
  40%, 60% {
    transform: translateY(6px);
  }
  50% {
    transform: translateY(8px);
  }
}
.hamburger {
  background-color: rgba(255, 255, 255, 0.9);
  font-family: "soak-bold", sans-serif;
  height: 58px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.hamburger__wrapper {
  position: absolute;
  top: 25px;
  right: 25px;
}
.hamburger__wrapper > span {
  background: #333333;
  border-radius: 3px;
  display: block;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  width: 31px;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.hamburger__wrapper:hover {
  cursor: pointer;
}
.hamburger__wrapper:hover > span {
  background-color: #92C7B6;
}
.hamburger__menu {
  background-color: white;
  height: 100vh;
  list-style-type: none;
  padding: 45px 0 25px 0;
  position: absolute;
  right: -101vw;
  text-align: center;
  top: 50px;
  transition: right 0.8s;
  width: 100vw;
}
.hamburger__item {
  margin-bottom: 30px;
}
.hamburger__item:last-child {
  margin-bottom: 0;
}
.hamburger__link {
  color: #333333;
  font-size: 60px;
  text-decoration: none;
}
.hamburger.open {
  background-color: white;
}
.hamburger.open span {
  opacity: 1;
  transform: rotate(45deg) translate(-5px, -11px);
}
.hamburger.open span:nth-last-child(3) {
  opacity: 0;
  display: none;
}
.hamburger.open span:nth-last-child(2) {
  transform: rotate(-45deg) translate(-9px, 11px);
}
.hamburger.open .hamburger__menu {
  right: 0;
}
.hamburger.open .hamburger__item {
  opacity: 0;
  animation: fadeIn cubic-bezier(0.3, -0.01, 0.49, 1) 1s forwards;
  animation-delay: 1s;
}
.hamburger.open .hamburger__item:nth-child(1) {
  animation-delay: 0ms;
}
.hamburger.open .hamburger__item:nth-child(2) {
  animation-delay: 100ms;
}
.hamburger.open .hamburger__item:nth-child(3) {
  animation-delay: 200ms;
}
.hamburger.open .hamburger__item:nth-child(4) {
  animation-delay: 300ms;
}
.hamburger.closed .hamburger__menu {
  transition-delay: 250ms;
}
.hamburger.closed .hamburger__item {
  opacity: 1;
  animation: fadeOut cubic-bezier(0.3, -0.01, 0.49, 1) 0.3s forwards;
}
.hamburger.closed .hamburger__item:nth-child(1) {
  animation-delay: 0ms;
}
.hamburger.closed .hamburger__item:nth-child(2) {
  animation-delay: 50ms;
}
.hamburger.closed .hamburger__item:nth-child(3) {
  animation-delay: 100ms;
}
.hamburger.closed .hamburger__item:nth-child(4) {
  animation-delay: 150ms;
}

.aboutme {
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 94%, 0 86%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 94%, 0 86%);
  padding-top: 10px;
  padding-bottom: 153px;
}
.aboutme__links {
  color: #92C7B6;
  text-decoration: none;
  font-weight: bold;
  transition: 0.2s;
}
.aboutme__links:hover {
  color: teal;
}
.aboutme__content {
  width: 75%;
  margin: 0 auto;
}
.aboutme__greeting {
  max-width: 21vw;
  transform: rotate(-20deg);
  margin-top: 22px;
  margin-bottom: 18px;
}
.aboutme__img {
  position: relative;
  border-radius: 100%;
  width: 30vw;
  margin: auto;
  margin-bottom: 10px;
  margin-top: -50px;
  display: block;
  border: solid 2.5px #333333;
}
.aboutme__blurb {
  text-align: justify;
  padding-bottom: 15px;
}
.aboutme__blurb p {
  font-family: "Raleway", sans-serif;
  line-height: 2em;
}

@media (min-width: 960px) {
  .aboutme__content {
    width: 60%;
    position: relative;
    margin-top: 100px;
  }
  .aboutme__greeting {
    max-width: 10vw;
    position: absolute;
    left: 18%;
  }
  .aboutme__img {
    width: 15vw;
  }
}
@font-face {
  font-family: Claxton-Bold;
  src: url("fonts/Claxton-Typeface/Claxton-Bold.otf");
}
@font-face {
  font-family: Claxton-Light;
  src: url("fonts/Claxton-Typeface/Claxton-Light.otf");
}
@font-face {
  font-family: Moonshot;
  src: url("fonts/Moonshot/Moonshot-Oblique.otf");
}
@font-face {
  font-family: soak-bold;
  src: url("fonts/soak-up-the-sun/suts-bold.otf");
}
@font-face {
  font-family: soak-light;
  src: url("fonts/soak-up-the-sun/suts.otf");
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  50% {
    opacity: 0.2;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
    transform: translateX(500px);
  }
}
@keyframes nameMoveIn {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes chevBounce {
  0%, 100% {
    transform: translateY(0);
  }
  15%, 95% {
    transform: translateY(2px);
  }
  30%, 80% {
    transform: translateY(4px);
  }
  40%, 60% {
    transform: translateY(6px);
  }
  50% {
    transform: translateY(8px);
  }
}
.portfolio {
  margin-top: -3.1em;
  background-color: white;
  position: relative;
}
.portfolio__content {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-bottom: 100px;
}
.portfolio__item {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-flow: column nowrap;
  margin-top: 5%;
}
.portfolio__header {
  text-align: justify;
  display: block;
  font-size: 3rem;
  font-weight: 200;
  font-family: "Permanent Marker", cursive;
  text-align: center;
  padding-top: 45px;
}
.portfolio__photo-container {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  box-shadow: 10px 10px #92C7B6;
  position: relative;
}
.portfolio__photo-container > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.portfolio__screenshots {
  width: 100%;
  margin-top: 5%;
}
.portfolio__project-head, .portfolio__tech-heading {
  color: #333333;
  display: block;
  font-family: "Permanent Marker", cursive;
  font-weight: 200;
  font-size: 1.7em;
  padding-top: 1em;
}
.portfolio__project-blurb, .portfolio__tech-list {
  margin: 0 auto;
  font-family: "Raleway", sans-serif;
  line-height: 2em;
  text-align: justify;
}
.portfolio__project-blurb--secondary {
  display: none;
}
.portfolio__project-blurb--secondary.active {
  display: block;
  line-height: 2em;
  margin: 0 0 18px 0;
}
.portfolio__project-blurb button, .portfolio__tech-list button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  font-size: 16px;
  font-weight: 600;
  color: #92C7B6;
  line-height: 1rem;
  display: block;
  padding: 10px 0;
  padding-right: 1.3rem;
  margin-bottom: 0;
  margin-right: 5px;
  transition: 0.3s all;
  outline: none;
}
.portfolio__project-blurb button:after, .portfolio__tech-list button:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  content: "";
  position: absolute;
  width: 20px;
  height: 0.85rem;
  margin-top: 3px;
  margin-left: 7px;
  transition: 0.5s all;
  transform: rotate(180deg);
}
.portfolio__project-blurb button:hover, .portfolio__tech-list button:hover {
  color: teal;
  transition: 0.4s all;
}
.portfolio__project-blurb button.active, .portfolio__tech-list button.active {
  color: #b1d3c8;
  outline: none;
  border: none;
}
.portfolio__project-blurb button.active:after, .portfolio__tech-list button.active:after {
  transition: 0.5s all;
  transform: rotate(360deg);
}
.portfolio__tech-heading {
  text-align: justify;
}
.portfolio__tech-list {
  list-style: none;
  text-align: justify;
  font-weight: bolder;
  margin: 0px;
  margin-bottom: 1em;
}
.portfolio__tech-list li {
  display: inline;
}
.portfolio .hr-separator {
  margin: 0 auto;
  width: 70%;
}
.portfolio .hr-separator hr {
  border: 1px solid #000;
}
.portfolio__links-wrapper {
  text-align: center;
  margin-top: auto;
}
.portfolio__links-wrapper--last {
  margin-bottom: 110px;
}
.portfolio__links {
  text-decoration: none;
  font-family: "Permanent Marker", cursive;
  color: #92C7B6;
  font-size: 1.2em;
}
.portfolio__links:hover {
  color: teal;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

@media (min-width: 665px) {
  .portfolio__photo-container {
    height: 335px;
  }
}
@media (min-width: 767px) {
  .portfolio__content {
    width: 60%;
  }
}
@media (min-width: 1025px) {
  .portfolio__content {
    width: 60%;
  }
  .portfolio__photo-container {
    height: 220px;
    padding: 10px 10px;
    border: solid 2px #92C7B6;
  }
  .portfolio__item {
    width: 40%;
    min-height: 500px;
  }
}
.contact {
  padding-top: 1em;
  background: #fff;
  margin-top: -2.2em;
}
.contact__wrapper {
  text-align: center;
}
.contact__head {
  color: #333333;
  display: block;
  font-family: "Permanent Marker", cursive;
  font-weight: 200;
  font-size: 1.75em;
  padding-top: 1em;
}
.contact #resume-bottom {
  padding-bottom: 2vh;
}
.contact__icons {
  display: inline-block;
  margin: 0 auto;
}
.contact__icons a {
  display: inline-block;
  padding-right: 1em;
  text-decoration: none;
  font-family: "Permanent Marker", cursive;
  color: #92C7B6;
}
.contact__icons a:last-child {
  padding-right: 0;
}
.contact__icons a i {
  font-size: 2.5em;
}
.contact .contact-links {
  text-decoration: none;
  font-family: "Permanent Marker", cursive;
  color: #92C7B6;
  display: block;
  font-size: 1.2em;
}
.contact a:hover {
  color: teal;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

@media screen and (min-width: 700px) {
  #contact-section .contact-head {
    font-size: 3em;
  }

  .contact-links i {
    font-size: 3em;
  }
}
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  color: #333333;
  background: url("../images/u-inky-patterns-bg-1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-size: 16px;
}

.clipped {
  background: url("../images/u-inky-patterns-bg-1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.clipped--right {
  -webkit-clip-path: polygon(100% 94%, 0 100%, 100% 100%);
  clip-path: polygon(100% 85%, 0 100%, 100% 100%);
}
.clipped--left {
  -webkit-clip-path: polygon(100% 94%, 0 100%, 100% 100%);
  clip-path: polygon(100% 85%, 0 100%, 100% 100%);
  height: 29%;
}

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