/**
 * Copyright 2023 Dave Kinkead. All rights reserved.
 */
.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(/fa-brands-400.eot);
  src: url(/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/fa-brands-400.woff2) format("woff2"), url(/fa-brands-400.woff) format("woff"), url(/fa-brands-400.ttf) format("truetype"), url(/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url(/fa-regular-400.eot);
  src: url(/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/fa-regular-400.woff2) format("woff2"), url(/fa-regular-400.woff) format("woff"), url(/fa-regular-400.ttf) format("truetype"), url(/fa-regular-400.svg#fontawesome) format("svg");
}
.far {
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(/fa-solid-900.eot);
  src: url(/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/fa-solid-900.woff2) format("woff2"), url(/fa-solid-900.woff) format("woff"), url(/fa-solid-900.ttf) format("truetype"), url(/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}
.fa,
.fas {
  font-weight: 900;
}
.fa-github::before {
  content: "\f09b";
}
.fa-twitter::before {
  content: "\f099";
}
.fa-envelope::before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
@media (min-width: 0) {
  .split {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: max(5vw, 3rem);
    flex-direction: column;
  }
  .split > * {
    max-width: 500px;
  }
  .split h1 {
    text-align: center;
  }
  .timeline {
    width: 100%;
    position: relative;
    margin: auto;
    margin-top: 3rem;
    padding: 3rem 0;
    list-style: none;
  }
  .timeline:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #BBB;
  }
  .timeline li {
    position: relative;
    max-width: 500px;
  }
  .timeline li:after {
    content: '';
    position: absolute;
    width: 1rem;
    height: 1rem;
    top: 50%;
    background-color: white;
    border: 1px solid #BBB;
    border-radius: 50%;
    z-index: 1;
  }
  .timeline:after {
    left: 0.5rem;
  }
  .timeline li {
    padding-left: 2rem;
    margin-bottom: 3rem;
  }
  .timeline li:after {
    left: 0;
  }
}
@media (min-width: 1000px) {
  .split {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: max(5vw, 3rem);
    flex-direction: row;
  }
  .split > * {
    max-width: 500px;
  }
  .split h1 {
    text-align: left;
  }
  .timeline {
    width: 100%;
    position: relative;
    margin: auto;
    margin-top: 3rem;
    padding: 3rem 0;
    list-style: none;
  }
  .timeline:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #BBB;
  }
  .timeline li {
    position: relative;
    max-width: 33vw;
  }
  .timeline li:after {
    content: '';
    position: absolute;
    width: 1rem;
    height: 1rem;
    top: 50%;
    background-color: white;
    border: 1px solid #BBB;
    border-radius: 50%;
    z-index: 1;
  }
  .timeline:after {
    left: 50%;
  }
  .timeline li {
    margin-bottom: -17.5%;
  }
  .timeline li:nth-child(odd) {
    left: 60%;
  }
  .timeline li:nth-child(odd):after {
    left: -11.75%;
  }
  .timeline li:nth-child(even) {
    right: 60%;
    text-align: right;
  }
  .timeline li:nth-child(even):after {
    left: 108.25%;
  }
  .timeline li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1240px) {
  .timeline {
    width: 100%;
    position: relative;
    margin: auto;
    margin-top: 3rem;
    padding: 3rem 0;
    list-style: none;
  }
  .timeline:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #BBB;
  }
  .timeline li {
    position: relative;
    max-width: 500px;
  }
  .timeline li:after {
    content: '';
    position: absolute;
    width: 1rem;
    height: 1rem;
    top: 50%;
    background-color: white;
    border: 1px solid #BBB;
    border-radius: 50%;
    z-index: 1;
  }
  .timeline:after {
    left: 50%;
  }
  .timeline li {
    margin-bottom: -17.5%;
  }
  .timeline li:nth-child(odd) {
    left: 60%;
  }
  .timeline li:nth-child(odd):after {
    left: -11.75%;
  }
  .timeline li:nth-child(even) {
    right: 60%;
    text-align: right;
  }
  .timeline li:nth-child(even):after {
    left: 108.25%;
  }
  .timeline li:last-child {
    margin-bottom: 0;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-size: 20px;
  color: #222;
  font-family: 'Work Sans', sans-serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h2,
h3,
p {
  margin: 1rem 0;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}
section {
  min-height: 100vh;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#home {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#home h1 {
  max-width: 66vw;
  padding: 1rem;
  font-family: 'Anton', sans-serif;
  font-size: 3rem;
  font-size: max(5vw, 3rem);
  line-height: 0.9;
  text-transform: uppercase;
  text-align: left;
}
#home h1 a,
#home h1 a:visited {
  color: #222;
  text-decoration: none;
}
#home h1 a:hover {
  color: #ff69b4;
}
#about {
  padding-top: 33vh;
}
#history {
  margin: auto;
  margin-top: 5rem;
}
#history h2 {
  text-align: center;
}
#work {
  margin-top: 20vh;
}
#work h1 {
  max-width: 66vw;
  padding: 1rem;
  font-family: 'Anton', sans-serif;
  font-size: 3rem;
  font-size: max(5vw, 3rem);
  line-height: 0.9;
  text-transform: uppercase;
  text-align: right;
}
#work h1 a,
#work h1 a:visited {
  color: #222;
  text-decoration: none;
}
#work h1 a:hover {
  color: #ff69b4;
}
#work .portfolio {
  list-style: none;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
#work .portfolio .client {
  width: 100%;
  height: 50vh;
  background-color: #ccc;
  position: relative;
}
#work .portfolio .client:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: grayscale(100%);
}
#work .portfolio .client .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #ff69b4;
  color: white;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#work .portfolio .client .overlay:hover,
#work .portfolio .client .overlay:focus,
#work .portfolio .client .overlay:active {
  opacity: 0.9;
}
#work .portfolio .client .overlay h2 {
  font-size: 1.25rem;
  margin: 0;
}
#work .portfolio .client .overlay a {
  color: white;
  text-decoration: none;
  font-style: italic;
}
#work .portfolio .client .overlay .scope {
  max-height: 50%;
  overflow: hidden;
}
#work .portfolio .client .overlay .url {
  text-align: right;
}
@media (min-width: 1000px) {
  #work .portfolio .client {
    width: 30%;
    height: 30vh;
  }
  #work .portfolio .client .overlay {
    padding: 2rem;
  }
  #work .portfolio .client:first-child {
    width: calc(60% + 1rem);
  }
}
#contact {
  align-items: flex-end;
}
#contact h1 {
  max-width: 66vw;
  padding: 1rem;
  font-family: 'Anton', sans-serif;
  font-size: 3rem;
  font-size: max(5vw, 3rem);
  line-height: 0.9;
  text-transform: uppercase;
  text-align: right;
}
#contact h1 a,
#contact h1 a:visited {
  color: #222;
  text-decoration: none;
}
#contact h1 a:hover {
  color: #ff69b4;
}
footer {
  font-weight: 200;
  font-size: 0.9rem;
  text-align: center;
}
.mugshot {
  border-radius: 1rem;
}
.socials {
  display: flex;
  justify-content: center;
  gap: 1rem;
  list-style: none;
}
.socials a {
  color: #BBB;
  text-decoration: none;
}
.socials a:visited {
  color: #BBB;
}
.socials a:hover {
  color: #ff69b4;
}
.expanding-hamburger {
  position: relative;
}
.expanding-hamburger ul {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: absolute;
  top: 8rem;
  right: -100vw;
  list-style: none;
  text-align: right;
  text-transform: uppercase;
}
.expanding-hamburger a {
  text-decoration: none;
  font-size: 3rem;
  font-weight: 200;
  color: white;
}
.expanding-hamburger a:hover {
  color: #ffb5da;
}
.expanding-hamburger .menu {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
  height: 8rem;
  border-bottom-left-radius: 100%;
  cursor: pointer;
}
.expanding-hamburger .menu:hover {
  background-color: #ff69b4;
}
.expanding-hamburger .menu:hover .icon,
.expanding-hamburger .menu:hover .icon:before,
.expanding-hamburger .menu:hover .icon:after {
  background-color: white;
}
.expanding-hamburger .menu .icon {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: absolute;
  top: 3rem;
  right: 2rem;
  width: 1.5rem;
  height: 2px;
  background: #BBB;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.expanding-hamburger .menu .icon:before,
.expanding-hamburger .menu .icon:after {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #BBB;
}
.expanding-hamburger .menu .icon:before {
  top: -0.5rem;
}
.expanding-hamburger .menu .icon:after {
  bottom: -0.5rem;
}
.expanding-hamburger input {
  display: none;
}
.expanding-hamburger input:checked ~ ul {
  z-index: 100;
  right: max(5vw, 3rem);
}
.expanding-hamburger input:checked + .menu {
  width: 120vw;
  height: 120vh;
  border-radius: 0;
  background-color: #ff69b4;
}
.expanding-hamburger input:checked + .menu .icon,
.expanding-hamburger input:checked + .menu .icon:before,
.expanding-hamburger input:checked + .menu .icon:after {
  background-color: white;
}
.expanding-hamburger input:checked + .menu .icon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.expanding-hamburger input:checked + .menu .icon:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}
.expanding-hamburger input:checked + .menu .icon:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 0;
}
