@font-face {
  font-family: "Pangram Sans Medium";
  src: url(../fonts/PPPangramSans-Medium.woff2) format("woff2");
}
@font-face {
  font-family: "Pangram Sans Condensed Bold";
  src: url(../fonts/PPPangramSans-CondensedBold.woff2) format("woff2");
}
* {
  list-style-type: none;
  padding-inline-start: 0;
  text-decoration: none;
}

img {
  background-color: #C1C1C1;
}

img,
video {
  pointer-events: none;
}

body {
  margin: 0;
  overflow-x: clip;
}

#loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #F3F3F3;
  z-index: 40;
  transition: opacity 0.8s ease-in-out;
}
#loadingOverlay.hidden {
  opacity: 0;
  pointer-events: none;
}

p,
span,
a,
td,
th {
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6,
.chunkyText {
  text-wrap: balance;
}

.no-wrap {
  white-space: nowrap;
}

.chunkyText {
  font-family: "Pangram Sans Condensed Bold";
  font-size: 52px;
  line-height: 70%;
  letter-spacing: -0.25px;
}
@media screen and (max-width: 768px) {
  .chunkyText {
    font-size: 43px;
  }
}

a {
  color: black;
}
a:hover {
  color: blue;
}

main.flex {
  font-family: "Pangram Sans Medium";
  letter-spacing: 0.3px;
  display: flex;
  flex-flow: row;
  height: auto;
  background-color: #F3F3F3;
  position: relative;
}
@media screen and (max-width: 1024px) {
  main.flex {
    display: flex;
    flex-flow: column;
    width: 100%;
    overflow: visible;
  }
}

header {
  display: flex;
  flex-flow: column;
  height: 100dvh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: -moz-fit-content;
  width: fit-content;
  transition: width ease 0.3s, background-color ease 0.3s;
  justify-content: space-between;
  background-color: #F3F3F3;
  z-index: 50;
}
header nav.navDiv {
  border-right: rgba(0, 0, 0, 0.1) solid 1.5px;
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  justify-items: center;
  padding: 0 0.6em;
  margin: 1em 0;
  width: 5em;
}
header nav.navDiv h1 {
  margin: 0;
  position: relative;
  z-index: 20;
}
header nav.navDiv h1 a {
  display: inline-block;
  margin: 0;
  padding-inline-end: 0;
  width: -moz-fit-content;
  width: fit-content;
}
header nav.navDiv h1 a .lottieHeader {
  width: 64px;
  height: 64px;
  display: block;
}
header nav.navDiv h1 a .lottieHeader svg {
  width: 100%;
  height: 100%;
  display: block;
}
header nav.navDiv button {
  background: transparent;
  border: none;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1024px) {
  header nav.navDiv button {
    margin-right: 1rem;
  }
}
header nav.navDiv button hr {
  margin: 0;
  border: none;
  background-color: #C1C1C1;
  width: 28px;
  height: 2px;
  border-radius: 2px;
}
header nav.navDiv button img {
  width: 28px;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  header nav.navDiv {
    flex-flow: row;
    width: 100%;
    border-right: none;
    border-bottom: rgba(0, 0, 0, 0.1) solid 1.5px;
    height: auto;
    padding: 1rem 1rem 0.5rem 1rem;
    margin: 0;
    box-sizing: border-box;
  }
}
header .navHover,
header .navHoverOpened {
  position: absolute;
  top: 0;
  transition: ease 0.4s;
  left: 0;
  padding: 1em;
  height: 97vh;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 25em;
  background-image: linear-gradient(to right, #F3F3F3 0%, #F3F3F3 35%, rgba(243, 243, 243, 0.9450980392) 45%, rgba(243, 243, 243, 0.631372549) 70%, rgba(243, 243, 243, 0) 100%);
  z-index: 10;
}
header .navHover h1,
header .navHoverOpened h1 {
  margin-top: 2.3em;
}
header .navHover h1 a,
header .navHoverOpened h1 a {
  transition: color 1.5s ease;
}
header .navHover h1 a:hover, header .navHover h1 a.hover-active,
header .navHoverOpened h1 a:hover,
header .navHoverOpened h1 a.hover-active {
  color: blue;
  transition: none;
}
header .navHover ul li a,
header .navHoverOpened ul li a {
  line-height: 125%;
}
header .navHover ul.navMenu,
header .navHoverOpened ul.navMenu {
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
}
header .navHover ul.navMenu li,
header .navHoverOpened ul.navMenu li {
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 7px;
}
header .navHover ul.navMenu li a.chunkyText,
header .navHoverOpened ul.navMenu li a.chunkyText {
  height: -moz-fit-content;
  height: fit-content;
  line-height: 70%;
}
@media screen and (max-width: 1024px) {
  header .navHover,
  header .navHoverOpened {
    width: 100%;
    height: 50vh;
    overflow: hidden;
    background-image: linear-gradient(to bottom, #F3F3F3 82%, rgba(243, 243, 243, 0) 100%);
  }
  header .navHover h1,
  header .navHoverOpened h1 {
    margin-top: 2.15em;
  }
  header .navHover ul li a,
  header .navHoverOpened ul li a {
    line-height: 150%;
  }
  header .navHover ul.navMenu,
  header .navHoverOpened ul.navMenu {
    height: -moz-fit-content;
    height: fit-content;
    margin: 0;
  }
  header .navHover ul.navMenu li,
  header .navHoverOpened ul.navMenu li {
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 7px;
  }
  header .navHover ul.navMenu li a.chunkyText,
  header .navHoverOpened ul.navMenu li a.chunkyText {
    height: -moz-fit-content;
    height: fit-content;
    line-height: 70%;
  }
}
header .navHover {
  transform: translate(-100%);
}
@media screen and (max-width: 1024px) {
  header .navHover {
    transform: translateY(-100%);
  }
}
header .navHoverOpened {
  transform: translate(0%);
}
header .navHoverOpened ul.navMenu li {
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  header .navHoverOpened {
    padding: 1em 1em 7em 1em;
    transform: translateY(0);
  }
}
@media screen and (min-width: 1025px) {
  header:hover .navHover {
    transform: translate(0%);
  }
}
@media screen and (max-width: 1024px) {
  header.menu-open {
    flex-flow: row;
    height: auto;
    width: 100%;
    position: sticky;
    top: 0;
    transition: none;
  }
  header.active .navHover {
    transform: translate(0em);
  }
}

article.content {
  width: 100%;
  padding: 1em;
}
@media screen and (max-width: 1024px) {
  article.content {
    width: auto;
    overflow: visible;
  }
}

#projectGrid {
  display: flex;
  flex-direction: row;
  gap: 1em;
  margin: 0;
  align-items: flex-start;
}
#projectGrid ul.projectColumn {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1em;
  flex: 1;
}
#projectGrid ul.projectColumn li.projectImage {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  z-index: 1;
}
#projectGrid ul.projectColumn li.projectImage:hover {
  z-index: 40;
}
#projectGrid ul.projectColumn li.projectImage a {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
#projectGrid ul.projectColumn li.projectImage a img,
#projectGrid ul.projectColumn li.projectImage a video {
  width: 100%;
  height: auto;
  display: block;
}
#projectGrid ul.projectColumn li.projectImage a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: blue;
  mix-blend-mode: screen;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}
#projectGrid ul.projectColumn li.projectImage a:hover img,
#projectGrid ul.projectColumn li.projectImage a:hover video {
  filter: grayscale(100%) contrast(1.2);
}
#projectGrid ul.projectColumn li.projectImage a:hover::before {
  opacity: 1;
}

#cvIntro {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 1em;
  margin-bottom: 5em;
}
#cvIntro #cvImage {
  grid-column: 2/6;
  grid-row: 1;
  height: auto;
  width: 100%;
  margin: 0;
  margin-top: 5rem;
}
#cvIntro #cvImage img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1400px) {
  #cvIntro #cvImage {
    grid-column: 1/7;
  }
}
@media screen and (max-width: 1024px) {
  #cvIntro #cvImage {
    grid-column: 1/9;
  }
}
@media screen and (max-width: 768px) {
  #cvIntro #cvImage {
    grid-column: 1/13;
  }
}
#cvIntro #cvBio {
  grid-column: 5/13;
  grid-row: 2;
  margin: 0;
  margin-top: 2rem;
  line-height: 90%;
  color: #C1C1C1;
}
#cvIntro #cvBio span,
#cvIntro #cvBio a.hyperLink {
  color: black;
}
#cvIntro #cvBio span span.hyperLinkArrow,
#cvIntro #cvBio a.hyperLink span.hyperLinkArrow {
  font-size: 0.7em;
  line-height: 0;
  position: relative;
  top: -0.35em;
  margin-left: 0.05em;
  margin-right: -0.3em;
  transition: color 0.3s ease;
  display: none;
}
#cvIntro #cvBio a.hyperLink:hover {
  color: blue;
  cursor: pointer;
}
#cvIntro #cvBio a.hyperLink:hover span.hyperLinkArrow {
  color: blue;
}
@media screen and (max-width: 768px) {
  #cvIntro #cvBio {
    grid-column: 1/12;
    font-size: 40px;
  }
}

.cvTable {
  width: 100%;
  margin: 0 0 3em 0;
  border-collapse: collapse;
  border-top: solid rgba(0, 0, 0, 0.1) 1.5px;
  line-height: 140%;
}
.cvTable tbody {
  margin: 2rem 0 0 0;
  padding: 2rem 0 0 0;
}
.cvTable tbody .cvTableRow {
  margin: 0.75em 0 0 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1em;
}
.cvTable tbody .cvTableRow .cvTableTitle,
.cvTable tbody .cvTableRow .cvTableEmpty {
  text-align: left;
  grid-column: 1/3;
  grid-row: 1;
}
@media screen and (max-width: 1024px) {
  .cvTable tbody .cvTableRow .cvTableTitle {
    display: none;
  }
}
.cvTable tbody .cvTableRow .cvTableDate {
  text-align: right;
  grid-column: 2/4;
  grid-row: 1;
}
@media screen and (max-width: 1024px) {
  .cvTable tbody .cvTableRow .cvTableDate {
    text-align: left;
    grid-column: 1/4;
  }
}
.cvTable tbody .cvTableRow .cvTableJob,
.cvTable tbody .cvTableRow .cvTableClients {
  grid-column: 4/9;
}
@media screen and (max-width: 1024px) {
  .cvTable tbody .cvTableRow .cvTableClients {
    grid-column: 1/7;
  }
}
.cvTable tbody .cvTableRow .cvTableCompany {
  grid-column: 9/13;
}
.cvTable tbody .cvTableResponsive {
  display: none;
}
@media screen and (max-width: 1024px) {
  .cvTable tbody .cvTableResponsive {
    display: block;
    text-align: left;
    grid-column: 1/3;
    grid-row: 1;
    margin-bottom: 1.5rem;
  }
}
.cvTable tbody .cvTableResponsive .cvTableTitleResponsive {
  text-align: left;
  grid-column: 1/3;
  grid-row: 1;
}

#contact {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1em;
  margin-bottom: 5em;
  height: 79.3vh;
}
#contact div.lottieContact {
  grid-column: 2/7;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  margin: 0 0 -3rem 0;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #contact div.lottieContact {
    grid-column: 1/8;
  }
}
@media screen and (max-width: 768px) {
  #contact div.lottieContact {
    grid-column: 2/12;
    margin: -8rem 0 0 0;
  }
}
#contact #contactInfo {
  grid-column: 5/12;
  grid-row: 2;
  margin: 0;
  line-height: 90%;
  z-index: 2;
  color: #C1C1C1;
}
#contact #contactInfo span,
#contact #contactInfo a.hyperLink {
  color: black;
}
#contact #contactInfo span span.hyperLinkArrow,
#contact #contactInfo a.hyperLink span.hyperLinkArrow {
  font-size: 0.7em;
  line-height: 0;
  position: relative;
  top: -0.35em;
  margin-left: 0em;
  margin-right: -0.3em;
  transition: color 0.3s ease;
  display: none;
}
#contact #contactInfo a.hyperLink:hover {
  color: blue;
  cursor: pointer;
}
#contact #contactInfo a.hyperLink:hover span.hyperLinkArrow {
  color: blue;
}
@media screen and (max-width: 1024px) {
  #contact #contactInfo {
    grid-column: 5/13;
  }
}
@media screen and (max-width: 768px) {
  #contact #contactInfo {
    font-size: 40px;
    grid-column: 1/12;
    margin: -2rem 0 -20rem 0;
  }
}

.projectPage .projectHeader {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1em;
  margin-bottom: 5em;
}
.projectPage .projectHeader .projectInfo {
  grid-column: 1/7;
  display: flex;
  flex-flow: column;
  justify-content: start;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .projectPage .projectHeader .projectInfo {
    font-size: 20px;
    grid-column: 1/13;
  }
}
.projectPage .projectHeader .projectInfo h1 {
  margin: 0;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .projectPage .projectHeader .projectInfo h1 {
    font-size: 2.4em;
  }
}
.projectPage .projectHeader .projectInfo h2 {
  margin: 0;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .projectPage .projectHeader .projectInfo h2 {
    font-size: 2.4em;
  }
}

.projectContent {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1em;
  align-items: start;
}
.projectContent img,
.projectContent video,
.projectContent iframe {
  width: 100%;
  grid-column: span 12;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: center;
     object-position: center;
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill;
}
@media screen and (min-width: 769px) {
  .projectContent .col-1 {
    grid-column: span 1;
  }
  .projectContent .col-2 {
    grid-column: span 2;
  }
  .projectContent .col-3 {
    grid-column: span 3;
  }
  .projectContent .col-4 {
    grid-column: span 4;
  }
  .projectContent .col-5 {
    grid-column: span 5;
  }
  .projectContent .col-6 {
    grid-column: span 6;
  }
  .projectContent .col-7 {
    grid-column: span 7;
  }
  .projectContent .col-8 {
    grid-column: span 8;
  }
  .projectContent .col-9 {
    grid-column: span 9;
  }
  .projectContent .col-10 {
    grid-column: span 10;
  }
  .projectContent .col-11 {
    grid-column: span 11;
  }
  .projectContent .col-12 {
    grid-column: span 12;
  }
}

.projectParagraph {
  grid-column: 7/13;
  margin: 0;
  margin-bottom: 8rem;
  line-height: 130%;
  position: relative;
  top: 0;
}
@media screen and (max-width: 768px) {
  .projectParagraph {
    grid-column: 1/13;
  }
}

.footer {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1em;
  padding: 1em 0;
  margin: 5em 0 0 0;
  width: auto;
  border-top: solid rgba(0, 0, 0, 0.1) 1.5px;
  line-height: 125%;
}
.footer .footerName {
  grid-column: 1/5;
}
.footer .footerDate {
  grid-column: 5/7;
}
.footer .footerSocial {
  grid-column: 7/9;
}
.footer .footerSocial li {
  margin-top: 0.2rem;
}
.footer .footerEmail {
  grid-column: 9/13;
}
@media screen and (max-width: 1024px) {
  .footer {
    line-height: 140%;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    row-gap: 0;
  }
  .footer .footerName {
    grid-column: 1/13;
  }
  .footer .footerDate {
    grid-column: 1/13;
  }
  .footer .footerSocial {
    grid-column: 1/13;
    margin-top: 1em;
  }
  .footer .footerSocial li {
    margin-top: 0.25em;
  }
  .footer .footerEmail {
    grid-column: 1/13;
    margin-top: 0.25em;
  }
}/*# sourceMappingURL=styles.css.map */