@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  background: #263d35;
  margin: 0;
  padding: 0;
}

.landing {
  position: relative;
  width: 100vw;
  height: 100vh;
  position: relative;
  margin: 0;
  padding: 0;
}

#white,
#green {
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10vh;
  text-align: center;
}
#white p,
#green p {
  position: absolute;
  left: 50%;
  top: calc(50vh - 10vh * 1.6);
  transform: translateX(-50%);
}

#green {
  background-color: #263d35;
  color: #eee;
  width: 100%;
  height: 100vh;
}
#green p::-moz-selection, #green a::-moz-selection {
  background-color: #263d35;
}
#green p::selection,
#green a::selection {
  background-color: #263d35;
}
#green a:visited, #green a:link, #green a:hover, #green a:active {
  color: #eee;
}
#green a:after {
  border-bottom: 2px solid #eee;
}

#white {
  background-color: #eee;
  color: #263d35;
  width: 100vw;
  height: 50%;
  cursor: pointer;
}
#white p::-moz-selection, #white a::-moz-selection {
  background-color: #eee;
}
#white p::selection,
#white a::selection {
  background-color: #eee;
}
#white a:visited, #white a:link, #white a:hover, #white a:active {
  color: #263d35;
}
#white a:after {
  border-bottom: 2px solid #263d35;
}

h3 {
  font-size: 2vmax;
}
h3:after {
  content: "";
  display: block;
  width: 0%;
  transition: width 0.5s;
}
h3:hover:after {
  width: 100%;
}

.nav {
  margin-top: 1%;
  position: absolute;
  right: 3%;
  transition-delay: 3s;
  transition-duration: 0.8s;
  display: flex;
  justify-content: space-evenly;
}
.nav a {
  margin: 6px;
  font-size: 1.2vmax;
  text-decoration: none;
}
.nav a:after {
  content: "";
  display: block;
  width: 35%;
  transition: width 0.5s;
}
.nav a:hover:after {
  width: 100%;
}

#about {
  height: 100vh;
  width: 100vw;
  background: #eee;
  color: #263d35;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
#about #aboutImg {
  position: relative;
  width: 25vw;
  display: grid;
  place-items: center;
}
#about #aboutImg img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
#about #aboutContent {
  height: 40vh;
  width: 40vw;
  position: relative;
  top: 17%;
}
#about #aboutContent #insideAboutImg {
  display: none;
}
#about #aboutContent h3 {
  width: 11%;
}
#about #aboutContent h3:after {
  border-bottom: 2px solid #263d35;
}
#about #aboutContent #socialDiv {
  width: 40%;
  position: relative;
  left: 20%;
  margin-top: 8%;
  display: flex;
  justify-content: space-evenly;
}
#about #aboutContent #socialDiv .socials img {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 3%;
}
#about #aboutContent p {
  width: 80%;
  font-size: 2vh;
  line-height: 1.6;
}
#about #aboutContent p a {
  color: #263d35;
  text-decoration: none;
}
#about #aboutContent p a:visited, #about #aboutContent p a:link, #about #aboutContent p a:hover, #about #aboutContent p a:active {
  color: #263d35;
}
#about #aboutContent p #nameSpan:hover {
  text-shadow: -1px -1px black;
}
#about #aboutContent p #locationSpan:hover {
  color: rgb(68, 68, 238);
}
#about #aboutContent p #brownSpan:hover {
  color: brown;
}
#about #aboutContent p #memeSpan:hover {
  font-family: "Roboto Mono", monospace;
  font-size: 1.65vh;
}
#about #aboutContent p #majorSpan:hover span {
  display: none;
}
#about #aboutContent p #majorSpan:hover:after {
  content: "major";
  padding-right: 6vh;
}
#about #aboutContent p #loveSpan {
  transition: all 1s;
}
#about #aboutContent p #loveSpan:hover {
  color: #ad0000;
  font-size: 2.5vh;
}
#about #aboutContent p .ekotrope {
  transition: all 1s;
}
#about #aboutContent p .ekotrope:hover {
  color: #005a76;
  text-decoration: underline;
}

#projects {
  height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  position: relative;
}
#projects h3 {
  color: #eee;
  position: absolute;
  left: 12.5%;
  top: 15%;
  z-index: 9;
}
#projects h3:after {
  border-bottom: 2px solid #eee;
}
#projects img {
  height: 6vh;
  cursor: pointer;
  position: absolute;
  filter: drop-shadow(2px 2px 2px black);
}
#projects img:active {
  filter: none;
}
#projects #carPrev {
  left: 7%;
  top: 48%;
  cursor: pointer;
  z-index: 9;
}
#projects #carNext {
  left: 93%;
  top: 48%;
}
#projects .scene {
  width: 80%;
  height: 80%;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  perspective: 1000px;
}
#projects .carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 1s;
}
#projects .carousel_cell {
  box-shadow: 1px 1px 1px 1px black;
  position: absolute;
  width: 40vw;
  height: 40vh;
  left: 25%;
  top: 25%;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  background-color: #eee;
  color: #263d35;
}
#projects .carousel_cell .carGit {
  position: absolute;
  top: 12%;
  right: 15%;
}
#projects .carousel_cell .carGit img {
  height: 2vmax;
  filter: none;
}
#projects .carousel_cell .carGit img:nth-child(2) {
  display: none;
}
#projects .carousel_cell .carTitle {
  font-size: 1.7vmax;
  text-align: start;
}
#projects .carousel_cell .carTitle a:visited, #projects .carousel_cell .carTitle a:link, #projects .carousel_cell .carTitle a:hover, #projects .carousel_cell .carTitle a:active {
  color: #263d35;
}
#projects .carousel_cell .carDesc {
  font-size: 1.2vmax;
  width: 50%;
  padding: 10px;
  border-radius: 5px;
  font-style: italic;
  background-color: #eee;
}
#projects .carousel_cell .carTech {
  font-size: 1.2vmax;
  background-color: #eee;
}
#projects .carousel_cell .carTech span {
  display: inline-block;
  border-radius: 3px;
  padding: 5px 7px;
  margin: 5px;
}
#projects .carousel_cell:hover .carTech {
  background-color: revert;
}
#projects .carousel_cell:hover .carTech span {
  background-color: #555;
  color: white;
}
#projects .carousel_cell:hover .carDesc {
  background-color: revert;
  font-style: normal;
  border: none;
}
#projects .carousel_cell:hover .carGit {
  background-color: revert;
}
#projects .carousel_cell:hover .carGit img:nth-child(1) {
  display: none;
}
#projects .carousel_cell:hover .carGit img:nth-child(2) {
  display: block;
}

.node {
  background-color: #ecdefc;
}

.express {
  background-color: #fcdfc3;
}

.apis {
  background-color: rgb(212, 241, 245);
}

.scss {
  background-color: #d9e3da;
}

.react {
  background-color: #d9dbe7;
}

.webaudio {
  background-color: #ffefd7;
}

.html {
  background-color: rgb(250, 228, 228);
}

.css {
  background-color: rgb(220, 219, 245);
}

.js {
  background-color: rgb(252, 250, 224);
}

.webpack {
  background-color: rgba(141, 214, 249, 0.35);
}

#modular:hover {
  background-image: none;
  background-color: #b6a8b5;
  color: #fff;
}
#modular:hover .carTitle a:visited, #modular:hover .carTitle a:link, #modular:hover .carTitle a:hover, #modular:hover .carTitle a:active {
  color: #fff;
}
#modular:hover .carTech span {
  padding-top: 8px;
}

#air:hover {
  background-image: url("/img/60-lines.png"), linear-gradient(rgb(113, 138, 192), rgb(187, 199, 225));
  font-family: "Noto Serif KR", serif;
  color: #eee;
}
#air:hover .carTitle {
  font-size: 1.5vmax;
}
#air:hover .carTitle a:visited, #air:hover .carTitle a:link, #air:hover .carTitle a:hover, #air:hover .carTitle a:active {
  color: #eee;
}
#air:hover .carDesc {
  font-size: 1vmax;
}
#air:hover .carTech {
  font-size: 1vmax;
}
#air:hover .carTech span {
  padding-top: 3px;
  background-color: #eee !important;
  color: #333 !important;
}

#classic:hover {
  background-color: #6b3b4e;
  font-family: "Josefin Sans", sans-serif;
  color: #f1ede8;
}
#classic:hover .carTitle {
  font-size: 1.5vmax;
}
#classic:hover .carTitle a:visited, #classic:hover .carTitle a:link, #classic:hover .carTitle a:hover, #classic:hover .carTitle a:active {
  color: #f1ede8;
}
#classic:hover .carTech {
  font-size: 1vmax;
}
#classic:hover .carTech span {
  padding-top: 8px;
  background-color: #f1ede8 !important;
  color: #3e3940 !important;
}

#pomodoro:hover {
  background-image: none;
  background-color: #d1d1d1;
  font-family: "Montserrat", sans-serif;
}
#pomodoro:hover .carTitle {
  font-size: 1.5vmax;
}
#pomodoro:hover .carTitle a:visited, #pomodoro:hover .carTitle a:link, #pomodoro:hover .carTitle a:hover, #pomodoro:hover .carTitle a:active {
  color: black;
}
#pomodoro:hover .carDesc {
  font-size: 1vmax;
}
#pomodoro:hover .carTech {
  font-size: 1vmax;
}

#drum-machine:hover {
  background-image: url("/img/batthern.png");
  background-color: #fff;
  color: #6d6d6d;
}
#drum-machine:hover .carTitle a:visited, #drum-machine:hover .carTitle a:link, #drum-machine:hover .carTitle a:hover, #drum-machine:hover .carTitle a:active {
  color: #6d6d6d;
}

#calculator:hover {
  background-color: #3c3c3d;
  background-image: url("/img/45-degree-fabric-light.png");
  font-family: "Share Tech Mono", monospace;
  color: white;
}
#calculator:hover .carTitle {
  font-size: 1.5vmax;
}
#calculator:hover .carTitle a:visited, #calculator:hover .carTitle a:link, #calculator:hover .carTitle a:hover, #calculator:hover .carTitle a:active {
  color: white;
}
#calculator:hover .carDesc {
  font-size: 1vmax;
}
#calculator:hover .carTech {
  font-size: 1vmax;
}

#this:hover {
  background-image: none;
  background: #263d35;
  color: #eee;
}
#this:hover .carTitle a:visited, #this:hover .carTitle a:link, #this:hover .carTitle a:hover, #this:hover .carTitle a:active {
  color: #eee;
}
#this:hover .carTech {
  font-size: 1vmax;
}
#this:hover .carTech span {
  background-color: #eee !important;
  color: #263d35 !important;
}

@media screen and (orientation: portrait) {
  h3 {
    font-size: 5vw;
  }
  #about {
    position: relative;
  }
  #about #aboutContent {
    top: 5%;
    width: 90vw;
  }
  #about #aboutContent #insideAboutImg {
    display: block;
    float: right;
    margin: 5%;
    margin-top: -2%;
  }
  #about #aboutContent #insideAboutImg img {
    width: 30vw;
    border-radius: 50%;
  }
  #about #aboutContent p {
    font-size: 2.2vmax;
    width: 90%;
    margin-bottom: 20px;
  }
  #about #aboutContent #socialDiv {
    width: 70%;
    margin-top: 10%;
  }
  #about #aboutContent #socialDiv .socials {
    width: 80%;
  }
  #about #aboutContent #socialDiv .socials img {
    width: 3.7vh;
    height: 3.7vh;
  }
  #about #aboutImg {
    display: none;
  }
  .nav {
    margin-top: 2%;
  }
  #white,
  #green {
    font-size: 10vw;
  }
  #white p,
  #green p {
    top: calc(50vh - 16.1vw);
  }
  #white a,
  #green a {
    font-size: 3vw;
  }
  #white #greenAbout,
  #white #whiteAbout,
  #green #greenAbout,
  #green #whiteAbout {
    right: 20%;
  }
  #white #greenProjects,
  #white #whiteProjects,
  #green #greenProjects,
  #green #whiteProjects {
    right: 5%;
  }
  #projects h3 {
    top: 7.5%;
  }
  #projects #carPrev {
    left: 5%;
  }
  #projects #carNext {
    left: 92%;
    top: 48%;
  }
}
@media screen and (orientation: portrait) and (hover: none) {
  #projects .carousel_cell .carGit {
    top: 12%;
  }
  #projects .carousel_cell .carGit img:nth-child(1) {
    display: none;
  }
  #projects .carousel_cell .carGit img:nth-child(2) {
    display: block;
  }
  #projects .carousel_cell .carTitle {
    font-size: 2.1vmax;
  }
  #projects .carousel_cell .carDesc {
    font-size: 1.8vmax;
  }
  #projects .carousel_cell .carTech {
    width: 80%;
    border: none;
    font-size: 1.3vmax;
  }
  #projects .carousel_cell .carTech span {
    margin: 2px;
  }
  #projects #modular {
    background-image: none;
    background-color: #b6a8b5;
    color: #fff;
  }
  #projects #modular .carTitle a:visited, #projects #modular .carTitle a:link, #projects #modular .carTitle a:hover, #projects #modular .carTitle a:active {
    color: #fff;
  }
  #projects #modular .carDesc {
    background-color: revert;
    font-size: 1.5vmax;
  }
  #projects #modular .carTech {
    background-color: revert;
  }
  #projects #modular .carTech span {
    background-color: #555;
    color: #eee;
  }
  #projects #air {
    background-image: url("/img/60-lines.png"), linear-gradient(rgb(113, 138, 192), rgb(187, 199, 225));
    font-family: "Noto Serif KR", serif;
    color: #eee;
  }
  #projects #air .carTitle a:visited, #projects #air .carTitle a:link, #projects #air .carTitle a:hover, #projects #air .carTitle a:active {
    color: #eee;
  }
  #projects #air .carDesc {
    background-color: revert;
    font-size: 1.5vmax;
    text-align: center;
  }
  #projects #air .carTech {
    background-color: revert;
  }
  #projects #air .carTech span {
    background-color: #eee;
    color: #333;
  }
  #projects #pomodoro {
    background-image: none;
    background-color: #d1d1d1;
    font-family: "Montserrat", sans-serif;
  }
  #projects #pomodoro .carTitle a:visited, #projects #pomodoro .carTitle a:link, #projects #pomodoro .carTitle a:hover, #projects #pomodoro .carTitle a:active {
    color: black;
  }
  #projects #pomodoro .carDesc {
    background-color: revert;
  }
  #projects #pomodoro .carTech {
    background-color: revert;
  }
  #projects #pomodoro .carTech span {
    background-color: #555;
    color: #eee;
  }
  #projects #drum-machine {
    background-image: url("/img/batthern.png");
    background-color: #fff;
    color: #6d6d6d;
  }
  #projects #drum-machine .carTitle a:visited, #projects #drum-machine .carTitle a:link, #projects #drum-machine .carTitle a:hover, #projects #drum-machine .carTitle a:active {
    color: #6d6d6d;
  }
  #projects #drum-machine .carDesc {
    background-color: revert;
  }
  #projects #drum-machine .carTech {
    background-color: revert;
  }
  #projects #drum-machine .carTech span {
    background-color: #555;
    color: #eee;
  }
  #projects #calculator {
    background-color: #3c3c3d;
    background-image: url("/img/45-degree-fabric-light.png");
    font-family: "Share Tech Mono", monospace;
    color: white;
  }
  #projects #calculator .carTitle a:visited, #projects #calculator .carTitle a:link, #projects #calculator .carTitle a:hover, #projects #calculator .carTitle a:active {
    color: white;
  }
  #projects #calculator .carDesc {
    background-color: revert;
  }
  #projects #calculator .carTech {
    background-color: revert;
  }
  #projects #calculator .carTech span {
    background-color: #555;
    color: #eee;
  }
  #projects #this {
    background-image: none;
    background: #263d35;
    color: #eee;
  }
  #projects #this .carTitle a:visited, #projects #this .carTitle a:link, #projects #this .carTitle a:hover, #projects #this .carTitle a:active {
    color: #eee;
  }
  #projects #this .carDesc {
    background-color: revert;
  }
  #projects #this .carTech {
    background-color: revert;
  }
  #projects #this .carTech span {
    background-color: #eee !important;
    color: #263d35 !important;
  }
}/*# sourceMappingURL=styles.css.map */