@import url("https://fonts.googleapis.com/css2?family=Rubik+Mono+One&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
*::-webkit-scrollbar {
  display: none;
}

html,
body {
  overflow: hidden;
}

body {
  height: 100dvh;
  font-family: "Rubik", monospace;
  color: #2b462a;
  background-color: #c1bda5;
  margin: 0;
}

h1,
h2,
h3,
a {
  font-family: "Rubik Mono One", monospace;
  font-weight: 600;
}

header {
  position: fixed;
  top: 0;
  height: 10dvh;
  width: 100vw;
  padding-left: 2vw;
  background-color: #c1bda5;
}
header img {
  height: 100%;
}

ul {
  padding: 10px;
  margin: 0;
}

li {
  margin: 1rem;
  margin-top: 0;
}

#line1,
#line2,
#line3 {
  position: absolute;
  z-index: 5;
  margin: 0;
  white-space: nowrap;
  transition: color 1s, transform 1s, top 1s, font-size 1s;
}

#line1 {
  right: 35vw;
}

#line2,
#line3 {
  right: 13vw;
}

.default-shadows {
  transition: text-shadow 1s;
  text-shadow: 0 0 80px rgba(0, 0, 0, 0.4);
}

footer {
  position: fixed;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  width: 100vw;
  display: flex;
  align-items: center;
  background-color: #2b462a;
}
footer a {
  font-size: calc(12px + 1.5vw);
  text-decoration: none;
  color: #c1bda5;
  transition: 200ms;
  padding: 1vh 2vw;
  text-decoration: none;
}

.project-header {
  display: flex;
  align-items: center;
  height: 10%;
}
.project-header h2 {
  margin: 0;
}
.project-header a {
  margin-left: 20px;
  transition: 300ms;
}
.project-header a:hover {
  cursor: pointer;
  transform: scale(1.1);
}
.project-header a img {
  height: 2em;
}

body[display=landing] #landing-link {
  display: none;
}
body[display=landing] #line1,
body[display=landing] #line2 {
  font-size: 10vw;
}
body[display=landing] #line3 {
  font-size: 2.57vw;
}
body[display=landing] #line1 {
  top: 25vh;
}
body[display=landing] #line2 {
  top: calc(25vh + 12.5vw);
  color: #c1bda5;
}
body[display=landing] #line3 {
  top: calc(25vh + 25vw);
}

body[display=projects] #projects-link {
  display: none;
}

@media (min-width: 612px) {
  .hide-on-wide {
    display: none;
  }
  body {
    font-size: 1.1rem;
    font-weight: 600;
  }
  body b {
    font-weight: 800;
    font-size: 1.2rem;
  }
  footer {
    height: 10vh;
  }
  footer .btn-left {
    left: 20vw;
  }
  footer .btn-right {
    right: 5vw;
  }
  footer a {
    position: absolute;
  }
  footer a:hover {
    color: rgba(193, 189, 165, 0.6);
    border-style: solid;
    border-radius: 20px;
    border-color: rgba(255, 255, 255, 0.2);
    border-width: 3px;
    font-size: calc(12px + 1.6vw);
    transition: 200ms;
    cursor: pointer;
  }
  #about,
  #projects {
    position: absolute;
    transition: 1s;
    opacity: 0;
  }
  #about {
    left: 5vw;
    top: 100vh;
    width: 25vw;
    height: 70vh;
  }
  #projects {
    left: 100vw;
    top: 15vh;
    width: 65vw;
    height: auto;
    height: 75vh;
    overflow-y: scroll;
  }
  #projects .section-header h1 {
    margin-right: 5vw;
  }
  .section-header {
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    height: 8%;
    background-color: #c1bda5;
    top: 0;
    position: sticky;
    width: 100%;
    margin: 0;
  }
  .section-header h1 {
    padding-right: 10px;
  }
  .section-header.left {
    justify-content: flex-start;
  }
  .project {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-bottom: 10px;
  }
  .project a,
  .project a:visited {
    color: #5b7d5a;
  }
  .project-content {
    height: 90%;
    display: flex;
    overflow-x: auto;
    padding: 10px 0;
  }
  .project-content .project .multi-image {
    display: flex;
    flex-direction: row;
  }
  .project-content .tell {
    position: sticky;
    flex: 0 0 40%;
    left: 0;
    z-index: 0;
  }
  .project-content .show {
    z-index: 1;
    flex: 0 0 100%;
    box-sizing: border-box;
    margin-left: 5%;
  }
  .project-content .show img {
    max-height: 60vh;
  }
  .project-content .single-demo img {
    border-radius: 15px;
    border: 2px solid #2b462a;
    box-shadow: 0 0 10px rgba(43, 70, 42, 0.5);
  }
  .project-content .multi-image {
    display: flex;
    flex-direction: row;
  }
  body[display=projects] .shadow-text {
    text-shadow: none !important;
  }
  body[display=projects] #title h1 {
    top: 3vh;
    color: 612px;
    font-size: 2rem;
  }
  body[display=projects] #line1 {
    transform: translateX(calc(35vw - (2vw + 13rem)));
  }
  body[display=projects] #line2 {
    transform: translateX(11vw);
  }
  body[display=projects] #line3 {
    font-size: 1.01rem;
    top: 4rem;
    transform: translateX(11vw);
  }
  body[display=projects] #about,
  body[display=projects] #projects {
    opacity: 1;
  }
  body[display=projects] #about {
    top: 15vh;
  }
  body[display=projects] #projects {
    left: 35vw;
  }
}
@media (max-width: 611px) {
  .hide-on-narrow {
    display: none;
  }
  footer {
    padding: 2%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer a {
    font-size: 0.7rem;
    margin: 0.5em;
    white-space: nowrap;
    border-style: solid;
    border-radius: 20px;
    border-color: rgba(255, 255, 255, 0.2);
    border-width: 3px;
  }
  #title {
    position: fixed;
    top: 0;
    height: 10vh;
    width: 100vw;
  }
  #main-content {
    top: 100vh;
    position: relative;
    transition: 1s;
  }
  #about {
    padding: 3%;
    padding-top: 0;
  }
  #about h2 {
    font-size: 2em;
  }
  #projects {
    margin-bottom: 15vh;
  }
  #projects .projects-content {
    display: flex;
    flex-direction: row;
    width: calc(100vw - 2rem);
    overflow-x: scroll;
    gap: 1rem;
    padding: 0 1rem;
  }
  #projects .section-header,
  #projects .project-header {
    padding-left: 3%;
  }
  .project {
    flex: 0 0 95%;
    max-width: 95%;
    border-radius: 8px;
    background-color: #2b462a;
    color: #c1bda5;
    margin-bottom: auto;
  }
  .project .project-header {
    padding-top: 0.5rem;
  }
  .project .tell {
    padding: 0 1rem;
  }
  .single-demo img {
    width: calc(100% - 8px);
    margin: 4px;
    border-radius: 5px;
  }
  .multi-image {
    display: flex;
    overflow-x: scroll;
  }
  .multi-image img {
    max-height: 50vh;
  }
  body[display=projects] #title #line1,
  body[display=projects] #title #line2 {
    top: 2vh;
    font-size: 1.2rem;
  }
  body[display=projects] #title #line1 {
    transform: translateX(calc(35vw - (2vw + 8rem)));
  }
  body[display=projects] #title #line2 {
    right: 2vw;
  }
  body[display=projects] #title #line3 {
    top: 3rem;
    transform: translateX(11vw);
    font-size: 0.61rem;
  }
  body[display=projects] #main-content {
    top: 0;
    margin-top: 10dvh;
    height: 90dvh;
    overflow: scroll;
  }
}

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