body {
  background-color: #040404;
  color: #f5f5f5;
  font-family: "Agency FB", sans-serif;
}
@media only screen and (max-width: 500px) {
  body {
    font-size: 1.88rem;
  }
}
@media only screen and (min-width: 500px) and (max-width: 750px) {
  body {
    font-size: 2.115rem;
  }
}
@media only screen and (min-width: 750px) and (max-width: 1920px) {
  body {
    font-size: 2.35rem;
  }
}
@media only screen and (min-width: 1920px) {
  body {
    font-size: 3.525rem;
  }
}
body nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 2rem;
  height: 7vh;
}
body nav h2 span {
  color: #CA9D2F;
}
body nav ul {
  display: flex;
}
@media only screen and (max-width: 500px) {
  body nav ul {
    gap: 1.6rem;
  }
}
@media only screen and (min-width: 500px) and (max-width: 750px) {
  body nav ul {
    gap: 1.8rem;
  }
}
@media only screen and (min-width: 750px) and (max-width: 1920px) {
  body nav ul {
    gap: 2rem;
  }
}
@media only screen and (min-width: 1920px) {
  body nav ul {
    gap: 3rem;
  }
}
body nav ul li a {
  color: #f5f5f5;
  text-decoration: none;
}
body nav ul li a:hover {
  text-decoration: underline;
}
body nav ul li:first-of-type a {
  color: #CA9D2F;
}
body section {
  position: relative;
}
body section h4 {
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
  padding: 5% 0;
  z-index: 105;
}
@media only screen and (max-width: 500px) {
  body section h4 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 500px) and (max-width: 750px) {
  body section h4 {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 750px) and (max-width: 1920px) {
  body section h4 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1920px) {
  body section h4 {
    font-size: 6rem;
  }
}
body section .overflow {
  aspect-ratio: 8003/1135;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100.1%;
  z-index: 100;
  position: absolute;
}
body section .top {
  top: -1%;
}
body section .bottom {
  bottom: -1%;
}
body section .flip {
  transform: rotateX(180deg);
}
body section .flop {
  transform: rotateY(180deg);
}
body section .texture1 {
  background-image: url("../../media/overlays/overlay1.svg");
}
body #home .content {
  height: 93vh;
}
body #home .content div {
  position: absolute;
  top: 20%;
  left: 7%;
}
body #home .content div h1 {
  color: #CA9D2F;
  font-weight: bold;
  margin: 0.25rem 0;
}
@media only screen and (max-width: 500px) {
  body #home .content div h1 {
    font-size: 5.2rem;
  }
}
@media only screen and (min-width: 500px) and (max-width: 750px) {
  body #home .content div h1 {
    font-size: 5.85rem;
  }
}
@media only screen and (min-width: 750px) and (max-width: 1920px) {
  body #home .content div h1 {
    font-size: 6.5rem;
  }
}
@media only screen and (min-width: 1920px) {
  body #home .content div h1 {
    font-size: 9.75rem;
  }
}
body #home .content div h2 {
  margin-left: 1rem;
}
body #home .content h3 {
  text-align: center;
  position: absolute;
  bottom: 13%;
  left: 33%;
  animation: bounce 3s ease-in-out infinite;
  z-index: 101;
}
@media only screen and (max-width: 500px) {
  body #home .content h3 {
    width: 10rem;
  }
}
@media only screen and (min-width: 500px) and (max-width: 750px) {
  body #home .content h3 {
    width: 11.25rem;
  }
}
@media only screen and (min-width: 750px) and (max-width: 1920px) {
  body #home .content h3 {
    width: 12.5rem;
  }
}
@media only screen and (min-width: 1920px) {
  body #home .content h3 {
    width: 18.75rem;
  }
}
body #home .content h3 a {
  color: #f5f5f5;
  text-decoration: none;
}
body #home .content h3 a:hover {
  text-decoration: underline;
}
body #home .content img {
  height: 112%;
  object-fit: cover;
  z-index: -100;
  background-size: cover;
  margin: auto;
  position: absolute;
  right: 0.5%;
  bottom: -10%;
}
body #about {
  background-color: #262424;
}
body #about #container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 4%;
  margin: 0 10%;
}
body #about #container img {
  width: 20rem;
  border-radius: 100%;
  -webkit-box-shadow: -5px -5px 0px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -5px -5px 0px 5px rgba(0, 0, 0, 0.75);
  box-shadow: -5px -5px 0px 5px rgba(0, 0, 0, 0.75);
}
body #about #container div h5 {
  color: #CA9D2F;
}
@media only screen and (max-width: 500px) {
  body #about #container div h5 {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 500px) and (max-width: 750px) {
  body #about #container div h5 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 750px) and (max-width: 1920px) {
  body #about #container div h5 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1920px) {
  body #about #container div h5 {
    font-size: 3rem;
  }
}
body #about #container div h6 {
  font-weight: bold;
  margin: 2.5% 0;
}
body #about #container div p {
  line-height: 2.5rem;
}
@media only screen and (max-width: 500px) {
  body #about #container div p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 500px) and (max-width: 750px) {
  body #about #container div p {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 750px) and (max-width: 1920px) {
  body #about #container div p {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1920px) {
  body #about #container div p {
    font-size: 3rem;
  }
}
body #about #info {
  display: flex;
  justify-content: space-evenly;
  padding: 7rem;
}
body #about #info ul {
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
body #about #info ul li span {
  color: #CA9D2F;
  font-weight: bold;
}
body #about #info ul li a {
  color: #f5f5f5;
  text-decoration: none;
}
body #about #info ul li a:hover {
  text-decoration: underline;
}
body #skills {
  padding: 1rem 0 15rem 0;
}
body #skills ul {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  gap: 2.5rem;
  justify-content: center;
}
body #skills ul li {
  background-color: #181818;
  padding: 1.5rem;
  width: 25%;
  min-width: 20rem;
}
body #skills ul li figure {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: end;
}
body #skills ul li h5 {
  font-weight: bold;
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 500px) {
  body #skills ul li h5 {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 500px) and (max-width: 750px) {
  body #skills ul li h5 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 750px) and (max-width: 1920px) {
  body #skills ul li h5 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1920px) {
  body #skills ul li h5 {
    font-size: 3rem;
  }
}
body #skills ul li p {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 500px) {
  body #skills ul li p {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 500px) and (max-width: 750px) {
  body #skills ul li p {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width: 750px) and (max-width: 1920px) {
  body #skills ul li p {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1920px) {
  body #skills ul li p {
    font-size: 2.25rem;
  }
}
body #resume {
  background-color: #262424;
  padding-bottom: 5rem;
}
body #resume .resume-content {
  display: flex;
  justify-content: space-between;
}
body #resume .resume-content .content {
  display: flex;
  flex-flow: column;
  gap: 2rem;
  z-index: 101;
}
body #resume .resume-content .content div h5 {
  margin-bottom: 0.75rem;
}
body #resume .resume-content .content div h5 span {
  color: #CA9D2F;
  font-weight: bold;
}
body #resume .resume-content .content div p {
  margin-left: 2rem;
  color: #f5f5f5;
  margin-bottom: 0.25rem;
}
body #resume .resume-content figure {
  display: flex;
  flex-flow: column;
  align-self: stretch;
  width: 34%;
  position: relative;
}
body #resume .resume-content figure img {
  width: 100%;
  position: absolute;
}
body #resume .resume-content figure .test {
  z-index: 100;
  -webkit-mask: url("../../media/overlays/cutout-right.svg") center/contain no-repeat;
  mask: url("../../media/overlays/cutout-right.svg") center/contain no-repeat;
}
body #resume .resume-content #figure-left {
  margin-top: 2.5rem;
  transform: scaleX(-1);
}
body #resume .resume-content #resume-content {
  margin-left: 17rem;
}
body #resume .resume-content #work-content {
  margin-right: 12rem;
  margin-top: 2.5rem;
}
body #resume .resume-content:first-of-type {
  margin-bottom: 6rem;
}
body #resume h6 {
  text-align: center;
  padding: 5% 0 0 0;
  z-index: 105;
}
body #resume h6 a {
  text-decoration: underline;
  color: #CA9D2F;
  font-weight: bold;
}
body #resume h6 a:hover {
  color: #f5f5f5;
}
body #contact {
  padding-top: 3rem;
}
body #contact #contact-items {
  display: flex;
  gap: 2rem;
  justify-content: space-evenly;
}
body #contact #contact-items .contact-item {
  background-color: #181818;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  cursor: pointer;
  width: 20%;
  min-width: 15rem;
}
body #contact #contact-items .contact-item div h5 {
  margin-bottom: 0.5rem;
}
body #contact #contact-items .contact-item div h5 a {
  color: #CA9D2F;
  text-decoration: none;
}
@media only screen and (max-width: 500px) {
  body #contact #contact-items .contact-item div p {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 500px) and (max-width: 750px) {
  body #contact #contact-items .contact-item div p {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width: 750px) and (max-width: 1920px) {
  body #contact #contact-items .contact-item div p {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1920px) {
  body #contact #contact-items .contact-item div p {
    font-size: 2.25rem;
  }
}
body #contact #contact-items .contact-item:hover {
  background-color: #111111;
  cursor: pointer;
}
body footer {
  display: flex;
  justify-content: space-between;
  min-height: 2.5rem;
  padding: 0 2rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 500px) {
  body footer p {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 500px) and (max-width: 750px) {
  body footer p {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 750px) and (max-width: 1920px) {
  body footer p {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1920px) {
  body footer p {
    font-size: 1.5rem;
  }
}
body footer p span {
  font-family: Calibri, sans-serif;
}
body footer p a {
  color: #f5f5f5;
  text-decoration: none;
}
body footer p a:hover {
  text-decoration: underline;
}

@media (max-width: 950px) {
  body nav ul {
    display: none;
  }
  body section .top {
    top: -0.5%;
  }
  body section .bottom {
    bottom: -0.5%;
  }
  body #home .content div {
    top: 10%;
  }
}
@media only screen and (max-width: 950px) and (max-width: 500px) {
  body #home .content div h1 {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 950px) and (min-width: 500px) and (max-width: 750px) {
  body #home .content div h1 {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 950px) and (min-width: 750px) and (max-width: 1920px) {
  body #home .content div h1 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 950px) and (min-width: 1920px) {
  body #home .content div h1 {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 950px) and (max-width: 500px) {
  body #home .content div h2 {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 950px) and (min-width: 500px) and (max-width: 750px) {
  body #home .content div h2 {
    font-size: 1.35rem;
  }
}
@media only screen and (max-width: 950px) and (min-width: 750px) and (max-width: 1920px) {
  body #home .content div h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 950px) and (min-width: 1920px) {
  body #home .content div h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 950px) {
  body #home .content img {
    height: 80%;
  }
  body #about {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  body #about div {
    flex-flow: column;
  }
  body #about #container {
    align-items: center;
    margin: 0;
    width: 80%;
    text-align: center;
  }
  body #about #container div {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 0.5rem;
  }
  body #about #container img {
    margin-top: 1rem;
    margin-bottom: 2rem;
    width: 15rem;
  }
  body #about #info {
    padding: 2rem 0;
  }
  body #about #info ul:first-of-type {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 950px) and (max-width: 500px) {
  body #about #info ul li, body #about #info ul a, body #about #info ul span {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 950px) and (min-width: 500px) and (max-width: 750px) {
  body #about #info ul li, body #about #info ul a, body #about #info ul span {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 950px) and (min-width: 750px) and (max-width: 1920px) {
  body #about #info ul li, body #about #info ul a, body #about #info ul span {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 950px) and (min-width: 1920px) {
  body #about #info ul li, body #about #info ul a, body #about #info ul span {
    font-size: 3rem;
  }
}
@media (max-width: 950px) {
  body #skills {
    padding: 1rem 0 4rem 0;
  }
  body #skills h4 {
    margin-bottom: 1rem;
  }
  body #skills ul li {
    min-width: 18rem;
  }
  body #resume h4 {
    margin-bottom: 1rem;
  }
  body #resume .resume-content {
    justify-content: center;
  }
  body #resume .resume-content figure {
    display: none;
  }
  body #resume .resume-content #resume-content, body #resume .resume-content #work-content {
    margin: 0;
  }
  body #resume .resume-content .content {
    align-items: center;
  }
  body #resume .resume-content .content div {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  body #resume .resume-content .content div h5, body #resume .resume-content .content div span, body #resume .resume-content .content div p {
    text-align: center;
  }
}
@media only screen and (max-width: 950px) and (max-width: 500px) {
  body #resume .resume-content .content div h5, body #resume .resume-content .content div span, body #resume .resume-content .content div p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 950px) and (min-width: 500px) and (max-width: 750px) {
  body #resume .resume-content .content div h5, body #resume .resume-content .content div span, body #resume .resume-content .content div p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 950px) and (min-width: 750px) and (max-width: 1920px) {
  body #resume .resume-content .content div h5, body #resume .resume-content .content div span, body #resume .resume-content .content div p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 950px) and (min-width: 1920px) {
  body #resume .resume-content .content div h5, body #resume .resume-content .content div span, body #resume .resume-content .content div p {
    font-size: 3rem;
  }
}
@media (max-width: 950px) {
  body #resume .resume-content .content div p {
    margin-left: 0;
  }
  body #resume .resume-content:first-of-type {
    margin-bottom: 2rem;
  }
  body #contact h4 {
    margin-bottom: 1rem;
  }
  body #contact #contact-items {
    flex-wrap: wrap;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

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