
#main-frame-child > div{
  padding-top: 6rem;
}

#main-frame {
  min-height: 100vh;
  max-width: 1280px;
  padding-left: 6rem;
  padding-right: 6rem;
}

@media (min-width: 1024px){
  #main-frame-child {
    display: flex;
    justify-content: space-between;
    padding-bottom: 6rem;
  }
  #main-frame-child > div:nth-child(1){
    position: sticky;
    display: flex;
    top: 0;
    width: 50%;
    max-height: 100vh;
    /* justify-content: space-between; */
    padding-bottom: 6rem;
    flex-direction: column;
  }
  #main-frame-child > div:nth-child(2){
    flex-direction: column;
    width: 50%;
    padding-bottom: 6rem;
  }
}
@media (max-width: 600px) {
  #main-frame {
    min-height: 100vh;
    max-width: 1280px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .big-name {
    font-size: 2.5rem !important;
  }
}

.big-name {
  font-size: 3rem;
  margin-bottom: 0.3rem;
  font-weight: bold;
  margin-left: -0.7em;
  white-space: nowrap;
}

.big-name .curly-brace {
  color: #00ff37;
}

#main-frame .current-position {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

#main-frame .intro-short {
  max-width: 22rem;
}

#main-frame .intro {
  color: rgb(194 205 220);
  margin-bottom: 7em;
}

#background-canvas {
  position:fixed;
  z-index: -1;
}

#index-list {
  margin-top: 3rem;
}

#index-list .index-item {
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#index-list .index-item.active > span:nth-child(1),
#index-list .index-item:hover > span:nth-child(1)  {
  background-color: rgb(226 232 240);
  width: 3rem;
}

#index-list .index-item > span:nth-child(1) {
  transition: all 1s;
  background-color: rgb(71 85 105);
  box-sizing: border-box;
  height: 2px;
  width: 2rem;
  margin-right: 1rem;
}

#index-list .index-item > span:nth-child(2) {
  transition: all 1s;
  color: #677b98;
}
#index-list .index-item:hover > span:nth-child(2),
#index-list .index-item.active > span:nth-child(2) {
  color: rgb(226 232 240);
}


.social-media {
  display:flex;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.social-media a {
  margin-right: 1.25rem;
}
.social-media img {
  transition: opacity 1s;
  opacity: 0.4;
  cursor: pointer;
  height: 24px;
}

.social-media img:hover {
  opacity: 1;
}


[field="personal.skills"].tags {
  padding-right: 6em;
  font-size: 10px;
}

[field="personal.skills"].tags > span {
  transition: all 1s;
  padding: 0.5em;
  text-shadow: none;
  background-color: rgba(45, 212, 191, .05);
  color: rgb(94 234 212 / 39%);
}

[field="personal.skills"].tags > span.active {
  background-color:rgba(45,212,191,.1);
  color: rgb(94 234 212);
}


@media (max-width: 1024px){
  .section-title {
    margin: 1em;
    text-transform: uppercase;
    font-weight: bold;
    color: rgb(226 232 240);
    letter-spacing: .1em;
    font-size: .875rem;
  }
}
@media (min-width: 1024px){
  .section-title {
    opacity: 0;
  }
}
.section-end {
  margin: 1em;
  margin-bottom: 5em;
  font-weight: bold;
  color: rgb(226 232 240);
  font-size: .875rem;
  cursor: pointer;
  transition: all 1s;
  display: block;
}

.section-end:hover {
  color: rgb(94, 234, 212);
}

/* .big-name { display: none; }
.current-position { display: none; }
.intro-short { display: none; } */
