/*BODY - MAIN*/
* {
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
  cursor: url("../img/red-flower.svg");
}

main {
  background-color: #fffff2;
  z-index: 10;
  position: relative;
}

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

.container {
  background-color: #fffff2;
}

/* @media screen and (min-width: 768px) { */
h3 {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 300;
}

main img {
  border-radius: 0.5rem;
  padding: 0.5rem;
}

/* main img:hover {
  transform: scale(1.15);
} */

header {
  position: sticky;
  z-index: 20;
}

/*ANIM ON LOAD - CONTAINER SLIDE IN*/

.container {
  animation: slideInLeft 0.75s;
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

/*ANIM ONCE LOADED - ROTATING FLOWERS*/
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*  TRYING TO FIGURE OUT ANIMATION BEFORE PAGE LOADS - TRANSLATION REVEAL??!! */

/*#flower-spin {
  background-image: url("../img/red-flower.svg");
  animation-name: rotate;
  animation-duration: 1s;
  animation-delay: 2s;
  width: 300px;
  height: 300px;
  z-index: 100;
  margin: 0 auto;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
*/

/* @keyframes slideInRight {
  100% {
    transform: translateX(0%);
  }
  0% {
    transform: translateX(-100%);
  }
} */

/*ENTER ANIM*/ /* REVEAL TRANSLATION */

/* #flower-spin {
  animation: flowerSpin 10s;
} */

/* @keyframes flowerSpin {
  0% {
    /* transform: translateX(-100%);
    width: 300px;
    height: 300px;
    transform: rotate(100deg);
    background: url("../img/red-flower.svg");
  }
  100% {
    width: 300px;
    height: 300px;
    /* transform: translateX(0);
    background: url("../img/red-flower.svg");
  }
} */

/* #flower-spin {
  width: 300px;
  height: 300px;
} */

/* #flower-spin {
  animation: 1s ease-out 0s 1;
  background: url("../img/red-flower.svg");
} */

/* .container {
  animation: transitionIn 0.75s;
}

@keyframes transitionIn {
  from {
    opacity: 0;
    transform: rotateX (-10deg);
  }

  to {
    opacity: 1;
    transform: rotateX (0);
  }
} */

/* #flower-spin {
  /* This section calls the transitionIn animation we defined above
  animation: 1s ease-out 0s 1 transitionIn;
  background: url("../img/red-flower.svg");
  padding: 30px;
} */

/* #flower-spin {
  /* width: 300px;
  height: 300px;
  background: url("../img/red-flower.svg");
  animation: play 0.5s steps(6) infinite;
  transform: rotateX (-10deg);
} */

/*NAVIGATION*/
.top-nav {
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 2em 2em;
  border-bottom: solid;
  background-color: #fffff2;
}

.top-nav {
  z-index: 30; /* Set a higher z-index for the navigation menu */
}

.logo {
  /* width: 32px; */
  /* height: 32px; */
  display: block;
}

.top-nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}

.top-nav-links li {
  margin-left: 20px;
}

.top-nav-links a {
  font-size: 22px;
  font-style: normal;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: #0d0d0d;
}

.top-nav-links a:hover {
  padding-bottom: 5px;
  border-bottom: 1.2px solid #0d0d0d;
}

#logo-top {
  width: 200px;
  padding-top: 0.3em;
  padding-bottom: 0.7em;
}

/*LANDING*/
.landing h1 {
  padding-top: 0;
  font-size: 7em;
  /* line-height: 0.4em; */
  text-align: center;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  /*text-decoration: underline;
    text-decoration-style: wavy;
    text-decoration-thickness: 0.06666em;
    text-underline-offset: 0.6rem;*/
}

.landing-flowers {
  /*display:grid;*/
  /*grid-template-columns: 1fr 1fr 1fr;*/
  display: block;
  margin-right: auto;
  width: 50%;
  margin-left: auto;
  text-align: center;
}

#grow:hover {
  font-size: 1.3em;
  cursor: url("../img/red-flower.svg"), pointer;
  /* font-stretch: semi-condensed; */
  display: inline-block;
  -webkit-transform: scale(1, 1.3); /* Safari and Chrome */
  font-family: "gopher", sans-serif;
  font-weight: 700;
}

#flour:hover {
  font-family: "yink", sans-serif;
  /* font-weight: 400;
  /* font-family: "gopher", sans-serif;
  font-weight: 700; */
  font-style: normal;
  cursor: pointer;
}

/* #red-flower {
  width: 25%;
  position: absolute;
  top: 21.4em;
  left: 66.75em;
} */

#red-flower {
  width: 50vh;
  position: absolute;
  top: 14.4em;
  left: 63.75em;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-delay: 1.5s;
}

/* #blue-flower {
  width: 14%;
  position: absolute;
  top: 34.4em;
  left: 30.75em;
} */

#blue-flower {
  width: 24vh;
  position: absolute;
  /* top: 34.4em; */
  left: 30.75em;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-delay: 1s;
}

/* #green-flower {
  width: 17%;
  position: absolute;
  top: 8.5em;
  left: 7.75em;
} */

#green-flower {
  width: 33vh;
  position: absolute;
  top: 2.5em;
  left: 4.75em;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-delay: 0.5s;
}

#green-flower:hover {
  transition: transform 0.3s ease;
  /* transform: scale(1.15); */
  transform: rotate(60deg);
  cursor: pointer;
}

#red-flower:hover {
  transition: transform 0.3s ease;
  /* transform: scale(1.15); */
  transform: rotate(60deg);
  cursor: pointer;
}

#blue-flower:hover {
  transition: transform 0.3s ease;
  /* transform: scale(1.15); */
  transform: rotate(60deg);
  cursor: pointer;
}

/* I WANTED TO ANIMATE THE FLOWERS SPINNING ON SCROLL
.reveal {
  position: relative;
  opacity: 0;
}
.reveal.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}
.active.fade-right {
  animation: fade-right 1s ease-in;
}

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
} */

.landing {
  width: 100%;
  /* min-height: 100vh; */
  color: #0d0d0d;
  padding: 8.8em 1.2em 8em 1.2em;
  text-transform: uppercase;
}

/*.landing h2{
    font-size: 1.2em;
    line-height: 0.5em;
    text-align: center;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    border-radius: 25px;
    border: 1.5px solid #0D0D0D;
    padding: 20px;
    width: 285px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}*/

/*TAGLINE*/
#tagline {
  background-color: #ef4341;
  width: 100%;
  height: 250px;
  padding: 0px;
  text-align: center;
}

#tagline h2 {
  font-size: 2.7em;
  font-weight: 400;
  padding: 2.3em;
}

/*ABOUT*/
.abt-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 4rem;
  padding-top: 11em;
  padding-bottom: 1.2em;
}

.pic-me {
  padding: 0.5rem;
  border-radius: 0.5rem;
  margin: 0.5rem 0;
  display: inline-block;
  padding-bottom: 3.5rem;
}

.pic-me img {
  border-radius: 25px;
  display: inline-block;
  border: 1em;
  border-bottom: 3em;
  /* padding-bottom: 7rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  padding-top: 1.5rem; */
  background-color: #ef4341;
  /* width: 78%; */
  width: 85%;
  height: 700px;
  object-fit: cover;
}

.text-me h2 {
  font-style: normal;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 600;
  text-decoration: none;
  font-size: 6.8em;
  padding-bottom: 0.5em;
  line-height: 1em;
  padding-top: 0.2em;
}

.text-me h3 {
  font-size: 1.8em;
  font-weight: 500;
}

.text-me {
  padding-left: 4rem;
  padding-right: 2rem;
}

.text-me p {
  padding-bottom: 32px;
  font-size: 1.3em;
}

.text-me h1 {
  text-align: left;
  text-decoration: underline;
}

.abt-content ul {
  list-style: none;
  padding: 0;
}

.abt-content ul li {
  padding: 0.5rem;
  background-color: #ef4341;
  margin: 0.5rem 0;
  display: inline-block;
  border-radius: 0.5rem;
}

#maya:hover {
  /* font-family: "yink", sans-serif;
  /* font-weight: 400; */
  font-family: "gopher", sans-serif;
  font-weight: 700;
  font-style: normal;
  cursor: pointer;
  color: #ef4341;
}

.pic-me img:hover {
  background-color: #d7df23;
  /* background-color: #2460ad; */
  /* animation: color-change 1s infinite; */
}

#dem:hover {
  color: #2460ad;
  font-family: "gopher", sans-serif;
  font-weight: 700;
  font-style: normal;
  cursor: pointer;
}

#look:hover {
  font-family: "gopher", sans-serif;
  font-weight: 700;
  font-style: normal;
  cursor: pointer;
  font-size: 1.4em;
}

#oo:hover {
  font-family: "gopher", sans-serif;
  font-weight: 700;
  font-style: normal;
  cursor: pointer;
  font-size: 3em;
}

#life:hover {
  font-family: "yink", sans-serif;
  /* font-weight: 400;
  /* font-family: "gopher", sans-serif;
  font-weight: 700; */
  font-style: normal;
  cursor: pointer;
  font-size: 1.3em;
}

#pop:hover {
  font-family: "gopher", sans-serif;
  font-weight: 700;
  font-style: normal;
  cursor: pointer;
  font-size: 1.4em;
  animation: color-change 1s infinite;
}

@keyframes color-change {
  0% {
    color: #ef4341;
  }

  50% {
    color: #d7df23;
  }

  100% {
    color: #2460ad;
  }
}

/*SKILLS*/

.skills h1 {
  font-weight: 600;
  font-size: 3em;
  padding-left: 1.5em;
  padding-bottom: 0.4em;
}

.line {
  border: 1px solid #0d0d0d;
  width: 38em;
}

.line-pad {
  padding-left: 4.5em;
  padding-bottom: 6.4em;
}

.skills {
  padding-top: 3em;
  padding-bottom: 3em;
}

.skills-icons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 0em 7.5em;
  gap: 4em;
}

/* .skills-icons:hover img {
  transform: scale(20px);
  transition: transform 0.25s;
} */

.icon-1:hover {
  transition: transform 0.3s ease;
  transform: scale(1.15);
  cursor: pointer;
}

.icon-2:hover {
  transition: transform 0.3s ease;
  transform: scale(1.15);
  cursor: pointer;
}

.icon-3:hover {
  transition: transform 0.3s ease;
  transform: scale(1.15);
  cursor: pointer;
}

.icon-4:hover {
  transition: transform 0.3s ease;
  transform: scale(1.15);
  cursor: pointer;
}

.icon-5:hover {
  transition: transform 0.3s ease;
  transform: scale(1.15);
  cursor: pointer;
}

/*WORKS*/

.selected-work {
  padding: 0 15px;
  display: grid;
  grid-template-columns: 1fr;
  padding: 8em 1.2em 7.5em 1.2em;
  background-color: #fffff2;
}

.selected-work h1 {
  font-weight: 600;
  font-size: 3em;
  padding-left: 1.5em;
  padding-bottom: 0.4em;
}

.selected-work h2 {
  font-style: normal;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.9em;
  padding-bottom: 1.7em;
}

.grid-container {
  padding: 0 120px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}

.grid-item {
  position: relative;
  width: 100%;
  height: 375px;
  overflow: hidden;
  border: 1px solid #0d0d0d;
  border-radius: 0.3em;
  /* margin-bottom: 1em; */
  /* border-radius: 10px; */
}

.grid-item a {
  font-size: larger;
  color: #0d0d0d;
  z-index: 1000;
}

/* #item-project:hover {
  background-image: url("../img/cover-img-chairsndgiac.png");
  position: relative;
  width: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  display: block;
} */

.item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.5);
  transition: 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 1;
}

.img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fffff2;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.item-project {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5em;
}

.item-project h2 {
  font-size: 21px;
}

.item-project h3 {
  font-size: 26px;
}

.item-project p {
  padding-top: 9em;
  font-weight: 500;
  font-size: 1.3em;
}

#date {
  position: absolute;
  text-align: left;
  /* padding-left: 1.5em; */
  bottom: 25px;
}

#title-dets {
  font-weight: 500;
}

/* OVERLAY */

.project-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #ef4341; */
  z-index: 100;
}

.item-project {
  z-index: 99;
}

.overlay {
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  height: 100%;
  /* background: #1b1b1bbe; */
  color: #ffffff;
  /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; */
}

.overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.grid-item .overlay img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.25s ease-in;
  /* transform: scale(20px); */
  /* transition: transform 0.25s; */
}

.grid-item:hover .overlay img {
  transform: translateY(0);
  opacity: 0.3;
  transition: all 0.25s ease-out;
}

.selected-work h3 {
  font-weight: 600;
}

.selected-work h2 {
  font-weight: 300;
}

/*FOOTER*/

.bttm-footer {
  padding: 6em 5em 3em 5em;
  background-color: #ef4341;
  color: #fff;
  /*margin-top: -1em;*/
}

#bttm-footer {
  display: block;
}

.bttm-footer-contact {
  display: block;
}

.sm-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 22em;
  padding: 2em 0 0;
}

#email {
  font-size: 21.5px;
  margin-top: 2em;
  padding-bottom: 4em;
  /* margin-bottom: 4em; */
}

#based,
#copy,
#top,
#next {
  font-size: 15px;
  /* margin-top: 2em; */
  /* margin-bottom: 4em; */
  text-align: right;
  padding: 3px;
}

#prev {
  font-size: 15px;
  /* margin-top: 2em; */
  /* margin-bottom: 4em; */
  text-align: left;
  padding: 3px;
}

#next a,
#prev a,
#top a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.15em;
  /* border-bottom: 1px solid; */
}

.bttm-nav-proj {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 2em 0em 2em 0em;
}

.sm-links a {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  font-size: 0.8em;
}

.sm-links a:hover {
  text-decoration: none;
  color: #fff;
  border-bottom: 3px solid;
  padding-bottom: 5px;
  font-size: 0.8em;
  font-weight: 500;
}

.bttm-footer-text p {
  font-size: 5em;
  line-height: 1.5em;
}

#grow-foot:hover {
  font-size: 1.3em;
  cursor: pointer;
  /* font-stretch: semi-condensed; */
  display: inline-block;
  -webkit-transform: scale(1, 1.3); /* Safari and Chrome */
  font-family: "gopher", sans-serif;
  font-weight: 400;
}

/*WORKS PAGES*/

.work-page-tit {
  background-color: #fffff2;
}

.work-page-tit h1 {
  font-style: normal;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 700;
  font-size: 7em;
  text-align: center;
  padding: 1em 1.5em 0.2em 1.5em;
  line-height: 1em;
}

#psa-h1-works {
  font-style: normal;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 700;
  font-size: 5.5em;
  text-align: center;
  padding: 1em 1.5em 0.2em 1.5em;
}

.work-page-tit h2 {
  font-style: normal;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 400;
  font-size: 2em;
  text-align: center;
  padding: 0em 1.5em 0.25em 1.5em;
}

.big-img {
  width: 100%;
  /* height: 780px; */
  object-fit: cover;
  padding: 3em 2em 2em 2em;
  /* transform: translateY(150px); */
}

.text-post-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 5em 2em 3em;
  column-gap: 5em;
}

.text-post-img h2 {
  font-weight: 600;
  font-size: 2em;
  padding-left: 1.5em;
  padding-bottom: 0.4em;
}

.text-post-img p {
  padding-bottom: 32px;
  font-size: 1.1em;
  padding: 1.5em;
  padding-left: 2.5em;
}

.grid-bttm-cont {
  /* display: grid; */
  /* grid-template-columns: 1fr 1fr; */
  padding-left: 2.8em;
}

.mult-img-post-text {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  /* height: 780px; */
  object-fit: cover;
  padding: 0em 2em 0em 2em;
}

.mult-img-post-text-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  /* height: 780px; */
  object-fit: cover;
  padding: 1.5em;
}

.mult-img1,
.mult-img2,
.mult-img3 {
  width: 100%;
  height: 500px;
  object-fit: cover;
  padding-bottom: 2.5em;
}

/* #mult-image-post-text_spec-cas {
  font-style: normal;
  font-family: "Lobster", sans-serif;
  font-weight: 700;
  font-size: 3em;
  text-align: center;
  padding: 1em 1em 0.2em 1em;
} */

/* .mult-img-post-text-2 h2 {
    font-style: normal;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 600;
    font-size: 2em;
    text-align: center;
    padding: 0em 1.5em 0.25em 1.5em;
  } */

/*HAM NAV*/
.top-nav .menu-btn i {
  color: #0d0d0d;
  font-size: 22px;
  cursor: pointer;
  display: none;
}

input[type="checkbox"] {
  display: none;
}

@media (max-width: 940px) {
  .top-nav .menu-btn i {
    display: block;
  }
  #click:checked ~ .top-nav .menu-btn i:before {
    content: "\f00d";
  }
  .top-nav-links {
    position: fixed !important;
    z-index: 1000;
    top: 120px;
    left: -100%;
    background: #fffff2;
    height: 100vh;
    width: 100%;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
  }
  #click:checked ~ ul {
    left: 0;
  }
  .top-nav-links li {
    width: 100%;
    margin: 40px 0;
  }
  .top-nav-links li a {
    width: 100%;
    margin-left: -100%;
    display: block;
    font-size: 20px;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  #click:checked ~ ul li a {
    margin-left: 0px;
  }
  .top-nav-links li a.active,
  .top-nav-links li a:hover {
    background: none;
    color: #0d0d0d;
  }
  nav .logo {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
  }
}
/* } */

@media (max-width: 940px) {
  /*LANDING*/
  .landing h1 {
    padding-top: 0;
    font-size: 4.5em;
    /* line-height: 0.4em; */
    text-align: center;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 700;
    font-style: normal;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
  }

  /* #green-flower {
    width: 24%;
    position: absolute;
    top: 9.5em;
    left: 1.75em;
  } */

  /* #green-flower {
    width: 24%;
    position: absolute;
    top: 4.5em;
    left: 0.75em;
  } */

  #green-flower {
    width: 21vh;
    position: absolute;
    top: 2.5em;
    left: -0.25em;
  }

  /* #blue-flower {
    width: 23%;
    position: absolute;
    top: 31.4em;
    left: 11.75em;
  } */

  /* #blue-flower {
    width: 23%;
    position: absolute;
    top: 25.4em;
    left: 11.75em;
  } */

  #blue-flower {
    width: 17vh;
    position: absolute;
    top: 25.4em;
    left: 11.75em;
  }

  /* #red-flower {
    width: 32%;
    position: absolute;
    top: 17.4em;
    left: 35.75em;
  } */

  /* #red-flower {
    width: 32%;
    position: absolute;
    top: 12.4em;
    left: 35.75em;
  } */

  #red-flower {
    width: 26vh;
    position: absolute;
    top: 12.4em;
    left: 31.75em;
  }

  /*ABT*/

  .abt-content {
    display: grid;
    grid-template-columns: 1fr;
    padding: 4rem;
    padding-top: 11em;
    padding-bottom: 1.2em;
  }

  .pic-me img {
    border-radius: 25px;
    display: inline-block;
    border: 1em;
    border-bottom: 3em;
    background-color: #ef4341;
    /* width: 78%; */
    width: 100%;
    height: 797px;
    object-fit: cover;
  }

  /*SKILLS*/
  .skills-icons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0em 7.5em;
    gap: 1em;
  }

  /*SEL WORKS*/
  .grid-container {
    padding: 0 120px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1em;
  }

  /*FOOTER*/

  .bttm-footer {
    padding: 6em 5em 3em 5em;
    background-color: #ef4341;
    color: #fff;
    /*margin-top: -1em;*/
  }

  #bttm-footer {
    display: block;
  }

  .bttm-footer-contact {
    display: block;
  }

  .sm-links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 22em;
    padding: 2em 0 0;
    font-weight: 400;
  }

  #email {
    font-size: 21.5px;
    margin-top: 2em;
    padding-bottom: 4em;
    /* margin-bottom: 4em; */
    font-weight: 400;
  }

  #based,
  #copy,
  #top,
  #next {
    font-size: 15px;
    /* margin-top: 2em; */
    /* margin-bottom: 4em; */
    text-align: right;
    padding: 3px;
    /* font-weight: 400; */
  }

  #prev {
    font-size: 15px;
    /* margin-top: 2em; */
    /* margin-bottom: 4em; */
    text-align: left;
    padding: 3px;
    font-weight: 400;
  }

  #next a,
  #prev a,
  #top a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.15em;
    /* border-bottom: 1px solid; */
    /* font-weight: 400; */
  }

  .bttm-nav-proj {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 2em 0em 2em 0em;
    font-weight: 400;
  }

  .sm-links a {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    font-size: 0.8em;
    font-weight: 400;
  }

  .bttm-footer-text p {
    font-size: 5em;
    line-height: 1.5em;
    font-weight: 400;
  }

  /*WORK PAGES*/
  #psa-h1-works {
    font-style: normal;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 700;
    font-size: 4.5em;
    text-align: center;
    padding: 1em 1.5em 0.2em 1.5em;
  }

  .work-page-tit h2 {
    font-style: normal;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 400;
    font-size: 1.65em;
    text-align: center;
    padding: 0em 1.5em 0.25em 1.5em;
  }

  .text-post-img {
    display: grid;
    grid-template-columns: 1fr;
    padding: 5em 2em 3em;
    column-gap: 5em;
  }
}

@media screen and (max-width: 768px) {
  /*NAV*/
  .top-nav {
    border-bottom: 1px solid;
  }

  /*LANDING*/

  /* #green-flower {
    width: 42%;
    position: absolute;
    top: 8.5em;
    left: -0.25em;
  } */

  #green-flower {
    width: 18vh;
    position: absolute;
    top: 1.5em;
    left: 1.75em;
  }

  /* #blue-flower {
    width: 33%;
    position: absolute;
    top: 30.4em;
    left: 3.75em;
  } */

  #blue-flower {
    width: 16vh;
    position: absolute;
    top: 21.4em;
    left: 1.75em;
  }

  /* #red-flower {
    width: 56%;
    position: absolute;
    top: 19.4em;
    left: 11.75em;
  } */

  /* #red-flower {
    width: 26vh;
    position: absolute;
    top: 12.4em;
    left: 10.75em;
  } */

  #red-flower {
    width: 27vh;
    position: absolute;
    top: 11.4em;
    left: 10.75em;
  }

  .landing {
    width: 100%;
    /* min-height: 100vh; */
    color: #0d0d0d;
    padding: 5em 1.2em 4em 1.2em;
    text-transform: uppercase;
  }

  .landing h1 {
    padding-top: 0;
    font-size: 2.8em;
    /* line-height: 0.4em; */
    text-align: center;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 700;
    font-style: normal;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    padding-left: 1em;
    padding-right: 1em;
  }

  /*ABT CONT*/
  .abt-content {
    display: grid;
    grid-template-columns: 1fr;
    padding: 1rem;
    padding-left: 0.5em;
    padding-top: 11em;
    padding-bottom: 1.2em;
  }

  .text-me h2 {
    font-style: normal;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 600;
    text-decoration: none;
    font-size: 3.5em;
    padding-bottom: 0.5em;
    line-height: 1em;
    padding-top: 0.2em;
  }

  .text-me h3 {
    font-size: 1.4em;
    font-weight: 500;
  }

  .text-me p {
    padding-bottom: 32px;
    font-size: 1.2em;
  }

  .pic-me {
    display: none;
  }

  /* .pic-me {
    padding: 0.5rem;
    border-radius: 0.5rem;
    margin: 0.5rem 0;
    display: inline-block;
    padding-bottom: 3.5rem;
    width: 24em;
  } */

  /* .pic-me img {
    border-radius: 25px;
    display: inline-block;
    border: 1em;
    border-bottom: 3em;
    background-color: #ef4341;
    /* width: 78%; */
  /* width: 100%; */
  /* height: 797px;
    object-fit: cover;
  }*/

  /*SKILLS*/
  .skills-icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0em 4em 0em 4em;
    gap: 0.5em;
  }

  .skills {
    padding-left: 0.5em;
  }

  .skills {
    padding-top: 3em;
    padding-bottom: 0.5em;
  }

  .skills h1 {
    font-weight: 600;
    font-size: 3em;
    padding-left: 1em;
    padding-bottom: 0.4em;
  }

  .line-pad {
    padding-left: 3.2em;
    padding-bottom: 6.4em;
  }

  /*SEL WORKS*/

  .line {
    border: 0.7px solid #0d0d0d;
    width: 18em;
  }

  .selected-work h1 {
    font-weight: 600;
    font-size: 3em;
    padding-left: 1em;
    padding-bottom: 0.4em;
  }

  .grid-item {
    position: relative;
    width: 120%;
    height: 375px;
    overflow: hidden;
    border: 1px solid #0d0d0d;
    border-radius: 0.3em;
    /* margin-bottom: 1em; */
    /* border-radius: 10px; */
  }

  .grid-container {
    padding: 0px 66px 0px 65px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1em;
  }

  .item-project h3 {
    font-size: 27px;
  }

  .item-project h2 {
    font-size: 15px;
  }

  .item-project p {
    font-size: 1em;
  }

  .selected-work {
    padding: 0 15px;
    display: grid;
    grid-template-columns: 1fr;
    padding: 8em 2em 7.5em 0em;
    background-color: #fffff2;
  }

  /*FOOTER*/
  .bttm-footer-text p {
    font-size: 2.3em;
    line-height: 1.5em;
    font-weight: 400;
  }

  h3 {
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 300;
  }

  #email {
    font-size: 10.5px;
    margin-top: 2em;
    padding-bottom: 4em;
    /* margin-bottom: 4em; */
    font-weight: 400;
  }

  .bttm-footer {
    padding: 6em 3.5em 3em 2.5em;
    background-color: #ef4341;
    color: #fff;
    /* margin-top: -1em; */
  }

  #based,
  #copy,
  #top,
  #next {
    font-size: 10px;
    /* margin-top: 2em; */
    /* margin-bottom: 4em; */
    text-align: right;
    padding: 3px;
    /* font-weight: 400; */
    /* padding-left: 12em; */
  }

  /*WORKS*/
  #psa-h1-works {
    font-style: normal;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 700;
    font-size: 3em;
    text-align: center;
    padding: 1em 1em 0.2em 1em;
  }

  /* .work-page-tit h1 {
    font-style: normal;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 700;
    font-size: 3.5em;
    text-align: center;
    padding: 1em 1em 0.2em 1em;
    line-height: 0.95em;
  } */

  .work-page-tit h1 {
    font-style: normal;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 700;
    font-size: 3.5em;
    text-align: center;
    padding: 1em 1em 0.2em 1em;
    line-height: 0.95em;
  }

  .work-page-tit h2 {
    font-style: normal;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    text-align: center;
    padding: 0em 1.5em 0.25em 1.5em;
  }

  .text-post-img h2 {
    font-weight: 600;
    font-size: 1.3em;
    padding-left: 1.5em;
    padding-bottom: 0.4em;
  }

  .grid-bttm-cont {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr; */
    padding-left: 1.7999999999999998em;
  }

  /* .text-post-img p {
    padding-bottom: 32px;
    font-size: 0.8em;
    padding: 1.5em;
    padding-left: 2.5em;
    padding-bottom: 4em;
  } */

  .mult-img-post-text {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    /* height: 780px; */
    object-fit: cover;
    padding: 0em 2em 0em 2em;
  }

  .mult-img-post-text-2 {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    /* height: 780px; */
    object-fit: cover;
    padding: 0em 2em 0em 2em;
  }

  #prev a {
    font-size: 0.79em;
  }

  .sm-links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 15em;
    padding: 2em 0 0;
  }

  .mult-img1,
  .mult-img2,
  .mult-img3 {
    width: 100%;
    /* height: 500px; */
    object-fit: cover;
    padding-bottom: 2.5em;
  }

  .text-post-img {
    display: grid;
    grid-template-columns: 1fr;
    padding: 2em 2em 1em;
    column-gap: 5em;
  }

  .text-post-img p {
    padding-bottom: 32px px;
    font-size: 0.8em;
    padding: 1.5em;
    padding-left: 2.3em;
    padding-bottom: 4em;
    padding-right: 2em;
  }
}
