html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

html,
body,
nav,
header,
main,
footer,
h1,
h2,
h3,
h4,
h5,
ul,
li,
p,
a,
button,
form,
input,
label,
textarea {
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  border: none;
  background: none;
}

textarea {
  resize: none;
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #f0e3d1;
  background-image: url("../styles/assets/white-paperboard.png");
  background-repeat: repeat repeat;
  color: #2a2a2a;
  font-family: "new-spirit", serif;
  font-weight: 300;
}

p {
  font-size: 1.6rem;
  line-height: 22px;
}

a {
  display: inline-block;
}

button {
  color: #2a2a2a;
  font-family: "new-spirit", serif;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
}

.wrapper {
  max-width: 1020px;
  width: 90%;
  margin: 0 auto;
}

.skip-link {
  background-color: #dd9025;
  border: 1px solid #2a2a2a;
  font-size: 1.6rem;
  font-weight: 200;
  text-align: center;
  text-transform: lowercase;
  width: 200px;
  padding: 10px;
  position: absolute;
  left: -1000px;
  top: 0;
  z-index: 20;
}
.skip-link:focus {
  left: 5%;
}
.skip-link:active {
  background-color: #456129;
}

.primary-btn {
  background-color: #95a8be;
  color: #2a2a2a;
  border: 1px solid #2a2a2a;
  font-family: "basic-sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  width: calc(50% - 10px);
  padding: 18px 10px 15px;
  margin: 10px 0 20px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.primary-btn:hover, .primary-btn:focus {
  letter-spacing: 2.5px;
}
.primary-btn:active {
  background-color: #f0e3d1;
  -webkit-transition: none;
  transition: none;
}

.secondary-btn {
  color: #2a2a2a;
  background-color: #dd9025;
  border: 1px solid #2a2a2a;
  font-family: "basic-sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  width: calc(50% - 10px);
  padding: 18px 10px 15px;
  margin: 10px 0 20px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.secondary-btn:hover, .secondary-btn:focus {
  letter-spacing: 2.5px;
}
.secondary-btn:active {
  background-color: #f0e3d1;
  -webkit-transition: none;
  transition: none;
}

.underlined-link {
  font-family: "basic-sans", sans-serif;
  color: #f0e3d1;
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding-top: 20px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  z-index: 0;
  transition: all 0.4s ease-in-out;
}
.underlined-link::before {
  content: "";
  background-color: #dd9025;
  opacity: 0.6;
  width: 95%;
  height: 30%;
  position: absolute;
  bottom: -1px;
  left: -5px;
  z-index: -10;
}
.underlined-link:hover, .underlined-link:focus {
  letter-spacing: 1.5px;
}
.underlined-link:active {
  color: #f0e3d1;
  -webkit-transition: none;
  transition: none;
}

.underlined-text {
  margin: 0 2px;
  position: relative;
}
.underlined-text::before {
  content: "";
  background-color: #dd8825;
  opacity: 0.6;
  width: 95%;
  height: 30%;
  position: absolute;
  bottom: 2px;
  left: -3px;
  z-index: -10;
}

.exit {
  width: 65px;
  height: 65px;
  padding: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.exit:active {
  opacity: 0.5;
  -webkit-transition: none;
  transition: none;
}

.exit:hover, .exit:focus {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

header {
  height: 5vh;
}
header nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.quick-links ul {
  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;
}
.quick-links li:first-of-type a {
  padding-left: 0;
}

.footer-flex {
  border-top: 1px solid #2a2a2a;
  height: 10vh;
  padding: 10px 0;
  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;
}
.footer-flex h5 {
  color: #2a2a2a;
  font-family: "new-spirit", serif;
  font-size: clamp(1.7rem, 1.8vw, 2rem);
  text-transform: lowercase;
  font-weight: 400;
  letter-spacing: 1.5px;
  padding-bottom: 10px;
  text-align: center;
}
.footer-flex a,
.footer-flex p {
  font-weight: 200;
  font-size: 1.6rem;
  text-transform: lowercase;
  letter-spacing: 1.2px;
}
.footer-flex a {
  padding: 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-flex a:hover, .footer-flex a:focus {
  color: #456129;
}

.icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icons img {
  width: 25px;
}

.home {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home section {
  width: 50%;
}

#particles {
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
}

.header-about h1 {
  font-family: "basic-sans", sans-serif;
  font-size: clamp(2.2rem, 2.8vw, 3rem);
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 4px;
  padding-bottom: 5px;
}
.header-about h2 {
  color: #2a2a2a;
  font-family: "new-spirit", serif;
  font-size: clamp(2.6rem, 3vw, 3.5rem);
  text-transform: lowercase;
  font-weight: 200;
  letter-spacing: 1.5px;
  padding-bottom: 15px;
}

.header-portfolio {
  background-color: #456129;
}
.header-portfolio h3 {
  color: #2a2a2a;
  font-family: "new-spirit", serif;
  font-size: clamp(2.2rem, 2.6vw, 3rem);
  text-transform: lowercase;
  font-weight: 200;
  letter-spacing: 1.2px;
  padding-bottom: 0;
  text-align: center;
  color: #f0e3d1;
}

.accent-txt {
  font-size: clamp(2rem, 2.2vw, 2.4rem);
}

.header-about-text,
.header-portfolio-text {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-about a {
  background-color: #95a8be;
  color: #2a2a2a;
  border: 1px solid #2a2a2a;
  font-family: "basic-sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  width: 300px;
  padding: 18px 10px 15px;
  margin: 10px 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header-about a:hover, .header-about a:focus {
  letter-spacing: 2px;
}
.header-about a:active {
  background-color: #f0e3d1;
  -webkit-transition: none;
  transition: none;
}

.header-portfolio a {
  font-family: "basic-sans", sans-serif;
  color: #f0e3d1;
  font-size: 1.8rem;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding-top: 20px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  z-index: 0;
}
.header-portfolio a::before {
  content: "";
  background-color: #dd9025;
  opacity: 0.6;
  width: 95%;
  height: 30%;
  position: absolute;
  bottom: -1px;
  left: -5px;
  z-index: -10;
}
.header-portfolio a:hover, .header-portfolio a:focus {
  letter-spacing: 2.5px;
}
.header-portfolio a:active {
  color: #f0e3d1;
  -webkit-transition: none;
  transition: none;
}

.about-main {
  overflow: hidden;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.about-intro {
  text-align: center;
}
.about-intro h1 {
  color: #2a2a2a;
  font-family: "new-spirit", serif;
  font-size: clamp(3rem, 4vw, 5rem);
  text-transform: lowercase;
  font-weight: 600;
  letter-spacing: 4px;
  padding-bottom: 10px;
}
.about-intro h2 {
  color: #605828;
  font-family: "basic-sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 1.5px;
  padding-bottom: 20px;
}

.smaller {
  font-size: 1.4rem;
}

.about-me {
  margin-top: 65px;
  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;
}

.about-me-img {
  width: calc(60% - 20px);
  position: relative;
}

.tape {
  width: 25%;
  position: absolute;
  top: -5%;
  left: 40%;
}

.about-me-txt {
  width: calc(40% - 20px);
}

.about-me-txt p,
.about-me-cont p {
  margin-bottom: 20px;
}

.download {
  background-color: #95a8be;
  color: #2a2a2a;
  border: 1px solid #2a2a2a;
  font-family: "basic-sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 300px;
  padding: 18px 10px 15px;
  margin: 20px 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.download:hover, .download:focus {
  letter-spacing: 2.5px;
}
.download:active {
  background-color: #f0e3d1;
  -webkit-transition: none;
  transition: none;
}

.about-heading,
.highlight-heading h3 {
  color: #2a2a2a;
  font-family: "new-spirit", serif;
  font-size: clamp(2.6rem, 3vw, 3.5rem);
  text-transform: lowercase;
  font-weight: 600;
  letter-spacing: 3px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
}
.about-heading:before,
.highlight-heading h3:before {
  content: "";
  background-color: #dd9025;
  opacity: 0.6;
  width: 95%;
  height: 30%;
  position: absolute;
  left: -5%;
  top: 45%;
  z-index: -10;
}

.tech-stack,
.skills,
.form {
  margin: 40px 0 80px;
}

.tech-stack,
.skills {
  border-bottom: 1px solid #2a2a2a;
}

.skills div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.skills h4 {
  color: #2a2a2a;
  font-family: "new-spirit", serif;
  font-size: clamp(2rem, 2.2vw, 2.4rem);
  text-transform: lowercase;
  font-weight: 600;
  letter-spacing: 1.5px;
  padding-bottom: 20px;
}
.skills li {
  font-size: 1.6rem;
  list-style-image: url("../styles/assets/bullet-icon.svg");
  list-style-position: outside;
  padding: 5px 0;
}

p.tagline {
  background-color: #456129;
  font-family: "basic-sans", sans-serif;
  color: #f0e3d1;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2rem;
  font-weight: 300;
  margin: 50px 0;
  padding: 20px 10px 35px;
}

.tech-stack ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px 60px;
}
.tech-stack li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tech-stack img {
  width: clamp(55px, 75%, 105px);
}
.tech-stack p {
  text-transform: lowercase;
  letter-spacing: 1.5px;
  text-align: center;
  padding: 20px 0 35px;
}

.email-contact {
  letter-spacing: 1.2px;
  padding: 10px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.email-contact span {
  color: #605828;
}

form {
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
form input,
form textarea {
  border: 1px solid #2a2a2a;
  color: #2a2a2a;
  font-family: "new-spirit", serif;
  font-size: 1.6rem;
  letter-spacing: 1.2px;
  text-transform: lowercase;
  width: 90%;
  margin: 15px 0;
}
form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  font-family: "new-spirit", serif;
  font-size: 1.6rem;
  letter-spacing: 1.2px;
  text-transform: lowercase;
}
form input::-moz-placeholder, form textarea::-moz-placeholder {
  font-family: "new-spirit", serif;
  font-size: 1.6rem;
  letter-spacing: 1.2px;
  text-transform: lowercase;
}
form input:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  font-family: "new-spirit", serif;
  font-size: 1.6rem;
  letter-spacing: 1.2px;
  text-transform: lowercase;
}
form input::-ms-input-placeholder, form textarea::-ms-input-placeholder {
  font-family: "new-spirit", serif;
  font-size: 1.6rem;
  letter-spacing: 1.2px;
  text-transform: lowercase;
}
form input::placeholder,
form textarea::placeholder {
  font-family: "new-spirit", serif;
  font-size: 1.6rem;
  letter-spacing: 1.2px;
  text-transform: lowercase;
}
form input {
  padding: 15px 10px;
}
form textarea {
  padding: 10px 10px 0;
}
form button {
  background-color: #95a8be;
  color: #2a2a2a;
  border: 1px solid #2a2a2a;
  font-family: "basic-sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  width: 50%;
  padding: 18px 10px 15px;
  margin: 10px 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 10px;
}
form button:hover, form button:focus {
  letter-spacing: 0;
}
form button:active {
  background-color: #f0e3d1;
  -webkit-transition: none;
  transition: none;
}
form i {
  color: #2a2a2a;
  font-size: clamp(2rem, 2.6vw, 2.8rem);
}

.user-info {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.user-info input {
  width: calc(50% - 10px);
}

.main-container {
  position: relative;
}

.to-top {
  position: absolute;
  right: 0;
  bottom: 0;
}
.to-top i {
  font-size: 3.2rem;
  background-color: #dd9025;
  color: #2a2a2a;
  height: 45px;
  width: 45px;
  padding-top: 5px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.to-top i:hover, .to-top i:focus {
  color: #f0e3d1;
}
.to-top i:active {
  color: #456129;
}

.my-work {
  padding-top: 30px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.my-work h1 {
  color: #605828;
  font-family: "basic-sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 1.5px;
  padding-bottom: 20px;
  padding-bottom: 0;
}
.my-work h2 {
  color: #2a2a2a;
  font-family: "new-spirit", serif;
  font-size: clamp(3rem, 4vw, 5rem);
  text-transform: lowercase;
  font-weight: 600;
  letter-spacing: 4px;
  padding-bottom: 10px;
}

.portfolio-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}
.portfolio-options button {
  color: #2a2a2a;
  font-family: "basic-sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.5px;
  width: 120px;
  padding: 10px 20px;
  margin: 20px 15px;
  border: 1px solid #2a2a2a;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.portfolio-options button:hover {
  letter-spacing: 2px;
  background-color: #99adc3;
}
.portfolio-options button:focus, .portfolio-options button:active {
  background-color: #dd9025;
}

.projects {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 25px;
}
.projects li {
  position: relative;
}

.project a {
  text-align: center;
  padding: 0 5px;
}

.overlay {
  background-color: rgba(229, 218, 203, 0.9019607843);
  color: #2a2a2a;
  color: #2a2a2a;
  font-family: "new-spirit", serif;
  font-size: clamp(1.6rem, 1.7vw, 1.8rem);
  text-transform: lowercase;
  font-weight: 600;
  letter-spacing: 1.5px;
  padding-bottom: 70px 0;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  opacity: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.overlay:hover, .overlay:focus {
  opacity: 1;
}

.project-main h1 {
  color: #2a2a2a;
  font-family: "new-spirit", serif;
  font-size: clamp(3rem, 4vw, 5rem);
  text-transform: lowercase;
  font-weight: 600;
  letter-spacing: 3px;
  padding-bottom: 10px;
}
.project-main h2 {
  color: #605828;
  font-family: "basic-sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 1.5px;
  padding-bottom: 20px;
  line-height: 30px;
}
.project-main p {
  padding: 20px 0 20px;
}

.additional-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.additional-info > div {
  margin: 20px 0;
}

.project-flex {
  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;
  width: 100%;
  height: 90vh;
}

.project-img {
  width: calc(55% - 20px);
}

.info-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-split div:first-child {
  margin-right: 20px;
}

.info-split div:last-child {
  margin-left: 20px;
}

.project-info {
  width: calc(45% - 20px);
}

p.partner {
  font-size: clamp(1.6rem, 1.7vw, 1.8rem);
  padding: 0 0 25px;
}
p.partner a {
  color: #605828;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
p.partner a:hover, p.partner a:focus, p.partner a:active {
  color: #456129;
}

.project-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.project-social {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 10px;
}
.project-social a {
  width: 100%;
}

.social-btn {
  background-color: #dd9025;
}
.social-btn img {
  width: 18px;
}

.project-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-nav ul {
  padding: 20px;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-nav li {
  width: 100%;
}
.project-nav button {
  width: 90%;
}

.arrow-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.arrow-btn:active {
  color: #456129;
  -webkit-transition: none;
  transition: none;
}
.arrow-btn img {
  width: 15px;
  margin: 10px;
}

.next:hover,
.next:focus {
  padding-left: 10px;
}

.last:hover,
.last:focus {
  padding-right: 10px;
}

@media (max-width: 940px) {
  .wrapper {
    width: 85%;
  }
  header {
    height: 10px;
  }
  nav {
    background-color: rgba(229, 218, 203, 0.9019607843);
    right: 0;
  }
  .home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home section {
    width: 100%;
  }
  .heading {
    height: 100%;
    padding-bottom: 80px;
  }
  .header-about-text,
  .header-portfolio-text {
    height: 50vh;
  }
  .about {
    height: 100%;
  }
  .about-intro,
  .my-work,
  .project-flex {
    padding-top: 80px;
  }
  .about-me {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-me-img,
  .about-me-txt {
    width: 100%;
  }
  .about-me-img {
    padding-bottom: 20px;
  }
  .about-me-txt h2 {
    padding-top: 5px;
    margin: 30px 0;
  }
  .about-me-txt a {
    width: 100%;
  }
  .tech-stack ul {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    padding-bottom: 40px;
  }
  .skills div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .skills div section {
    padding: 20px 10px;
  }
  .user-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .user-info input {
    width: 100%;
  }
  .my-work {
    height: 100%;
  }
  .portfolio-options {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .projects {
    padding-bottom: 30px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 25px;
  }
  .project-flex {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .project-img,
  .project-info {
    width: 100%;
  }
  .project-img {
    padding-bottom: 30px;
  }
  footer li:first-of-type a {
    padding-left: 10px;
  }
  .footer-flex {
    height: 100%;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-flex nav,
  .footer-flex p,
  .footer-flex .footer-social {
    padding: 10px 0;
  }
}
@media (max-width: 768px) {
  .tech-stack ul {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    padding-bottom: 40px;
  }
  .clipboard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  form button {
    width: 90%;
  }
  .projects {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .project-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .project-nav ul,
  .project-nav a,
  .project-nav .arrow-btn {
    width: 100%;
  }
  .project-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .project-btns a {
    width: 100%;
  }
  .project-social {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .project-social a {
    margin-bottom: 5px;
  }
  p.copy {
    text-align: center;
  }
}
@media (max-width: 375px) {
  .header-about-text a {
    width: 80%;
  }
  .tech-stack ul {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}