:root {
  --color-text-alt: #333;
  --color-text: #584d66;
  --color-background: #0a0a0a;
  --color-background2: #1a1710;
  --color-background3: #0a0a0a;
  --color-background4: #0a0a0a;
  --color-primary: #daa520;
  --color-primary2: #e3c5f2;
  --color-primary3: #bd0760;
  --color-dark: #5d21a1;
  --color-shadow: #333;
  --form-shadow: rgba(178, 177, 177, 0.638);
  --color-1: #f5ef87;
  --color-2: #daa520;
  --color-3: #832c2c;
  --color-4: #4d0216;
  --color-5: #584d66;
  --color-6: #1a1710;
    
  --color-7: #f5ef87;
  --color-8: #daa520;
  --color-9: #3f5d48;
  --color-10: #1d2a21;
  --color-11: #352929;
  --color-12: #1a1710;
    
  --color-13: #f5ef87;
  --color-14: #daa520;
  --color-15: #f5c78e;
  --color-16: #4d3302;
  --color-17: #4d0216;
  --color-18: #1a1710;
  --gray-0: #f8f8f8;
  --gray-1: #dbe1e8;
  --gray-2: #b2becd;
  --gray-3: #6c7983;
  --gray-4: #454e56;
  --test-s: #6262629d;
  --gray-5: #2a2e35;
  --gray-6: #12181b;
  --tab-color: #191d2d;
  --tab-hover: #f8f8f8; 
    
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: 'Roboto', sans-serif;
  text-decoration: none; }

body {
  background-color: var(--color-background);
  color: var(--color-text);
  font-family: 'Roboto', sans-serif;
  position: absolute; }

#home #landing-frame {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden; }
  #home #landing-frame #launch-box {
    position: absolute;
    z-index: 12;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #home #landing-frame #launch-box #launch-btn {
      color: #e8c877;
      background-color: rgba(138, 117, 34, 0);
      padding: 0.5rem 2rem;
      transition: opacity 1s ease-in-out, transform 0.7s ease-out,
 color 0.5s ease, background-color 2s ease-in, border 3s ease-in,
 box-shadow 3s ease-in;
      border: rgba(218, 165, 32, 0) 2px solid;
      border-radius: 2rem;
      box-shadow: none;
      opacity: 1;
      cursor: pointer; }
      #home #landing-frame #launch-box #launch-btn #launch-text {
        font-size: 3.8rem;
        font-family: 'Oooh Baby', cursive; }
    #home #landing-frame #launch-box #launch-btn:hover {
      color: #f5ebcd;
      background-color: rgba(96, 81, 19, 0.486);
      border: #dbc282 2px solid;
      transform: scale(125%);
      text-shadow: 0 0 5px #ecd614, 0 0 15px #b19420; }
  #home #landing-frame #frontstage-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    background-color: black;
    opacity: 1;
    transition: all 3s ease-in-out; }
  #home #landing-frame #stage-box {
    height: 100vh;
    width: 100vw;
    position: relative; }
    #home #landing-frame #stage-box #stage-frame {
      width: 100vw;
      height: 100vh;
      position: absolute;
      z-index: 6;
      transition: all 2s ease-in-out; }
    #home #landing-frame #stage-box #curtains {
      position: absolute;
      z-index: 5;
      display: flex;
      justify-content: space-between;
      height: 100vh;
      width: 100vw; }
      #home #landing-frame #stage-box #curtains #left-curtain {
        width: 50%;
        transition: all 3s ease-in-out; }
      #home #landing-frame #stage-box #curtains #right-curtain {
        width: 50%;
        transition: all 4.5s ease-in-out; }
  #home #landing-frame #announcement-box {
    visibility: hidden;
    height: 100%;
    font-size: 3rem;
    color: white;
    position: absolute;
    z-index: 4;
    bottom: 0%;
    left: 23%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #home #landing-frame #announcement-box #announcement {
      height: 100%;
      width: 550px;
      position: relative;
      margin: 0 2rem; }
      #home #landing-frame #announcement-box #announcement #announcement-text {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        width: 550px;
        height: 65%;
        display: flex;
        flex-direction: column;
        justify-content: end; }
        #home #landing-frame #announcement-box #announcement #announcement-text #i-am-box #i-text {
          font-size: 5.5rem;
          transition: all 2s ease-in-out;
          opacity: 0;
          margin-left: 1.5rem; }
        #home #landing-frame #announcement-box #announcement #announcement-text #i-am-box #am-text {
          font-size: 5.5rem;
          transition: all 2s ease-in-out;
          opacity: 0;
          margin-left: 1.5rem; }
        #home #landing-frame #announcement-box #announcement #announcement-text #kendrell-text {
          font-family: 'Italianno', cursive;
          color: var(--color-primary);
          font-size: 14rem;
          text-shadow: 0 0 8px #4a4719, 0 0 35px #473b0d, 0 0 65px #9b8d57;
          transition: all 2s ease-in-out;
          opacity: 0;
          border-bottom: 2px solid white;
          line-height: 0.5;
          margin-top: 3rem; }
      #home #landing-frame #announcement-box #announcement #portrait-box {
        display: flex;
        align-items: center;
        justify-content: center; }
        #home #landing-frame #announcement-box #announcement #portrait-box #announcement-portrait {
          width: 60%;
          position: absolute;
          bottom: 0;
          right: 0;
          z-index: 2;
          opacity: 0;
          transition: all 1s ease-in; }
    #home #landing-frame #announcement-box #announcement-menu {
      height: 100%;
      display: flex;
      flex-direction: column; }
      #home #landing-frame #announcement-box #announcement-menu .menu-item {
        height: 400px;
        width: 600px;
        padding-top: 4rem;
        position: relative;
        display: flex;
        flex-direction: column; }
        #home #landing-frame #announcement-box #announcement-menu .menu-item a {
          color: White;
          z-index: 22;
          position: absolute;
          bottom: 35%;
          right: 25%;
          text-shadow: 0px 0px 3px rgba(159, 116, 25, 0.576), 0px 4px 10px rgba(32, 28, 19, 0.576), -5px 5px 6px #453a10; }
        #home #landing-frame #announcement-box #announcement-menu .menu-item .spotlight {
          position: absolute;
          top: 0;
          right: 0;
          z-index: 20;
          opacity: 0; }
        #home #landing-frame #announcement-box #announcement-menu .menu-item #home-spot {
          height: 70%;
          width: 400px; }
        #home #landing-frame #announcement-box #announcement-menu .menu-item #bio-spot {
          height: 70%;
          width: 400px; }
        #home #landing-frame #announcement-box #announcement-menu .menu-item #shows-spot {
          height: 70%;
          width: 400px; }
        #home #landing-frame #announcement-box #announcement-menu .menu-item #gallery-spot {
          height: 70%;
          width: 400px; }
        #home #landing-frame #announcement-box #announcement-menu .menu-item #contact-spot {
          height: 70%;
          width: 400px; }
      #home #landing-frame #announcement-box #announcement-menu a:hover {
        color: #e9b940;
        cursor: pointer; }
  #home #landing-frame #backstage-overlay {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.95);
    transition: all 4s ease-in-out; }
  #home #landing-frame #backstage {
    background: no-repeat center/cover url("../img/backstage.png");
    transition: all 3s ease-in-out;
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    z-index: 1; }

#home #sec-one {
  height: 600px; }

#home #sec-two {
  height: 600px; }

#home-two #landing-frame {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden; }
  #home-two #landing-frame #launch-box {
    position: absolute;
    z-index: 12;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #home-two #landing-frame #launch-box #launch-btn {
      color: #e8c877;
      background-color: rgba(138, 117, 34, 0);
      padding: 0.5rem 2rem;
      transition: opacity 1s ease-in-out, transform 0.7s ease-out,
 color 0.5s ease, background-color 2s ease-in, border 3s ease-in,
 box-shadow 3s ease-in;
      border: rgba(218, 165, 32, 0) 2px solid;
      border-radius: 2rem;
      box-shadow: none;
      opacity: 1;
      cursor: pointer; }
      #home-two #landing-frame #launch-box #launch-btn #launch-text {
        font-size: 3.8rem;
        font-family: 'Oooh Baby', cursive; }
    #home-two #landing-frame #launch-box #launch-btn:hover {
      color: #f5ebcd;
      background-color: rgba(96, 81, 19, 0.486);
      border: #dbc282 2px solid;
      transform: scale(125%);
      text-shadow: 0 0 5px #ecd614, 0 0 15px #b19420; }
  #home-two #landing-frame #frontstage-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    background-color: black;
    opacity: 1;
    transition: all 3s ease-in-out; }
  #home-two #landing-frame #stage-box {
    height: 100vh;
    width: 100vw;
    position: relative; }
    #home-two #landing-frame #stage-box #stage-frame {
      width: 100vw;
      height: 100vh;
      position: absolute;
      z-index: 6;
      transition: all 2s ease-in-out; }
    #home-two #landing-frame #stage-box #curtains {
      position: absolute;
      z-index: 5;
      display: flex;
      justify-content: space-between;
      height: 100vh;
      width: 100vw; }
      #home-two #landing-frame #stage-box #curtains #left-curtain {
        width: 50%;
        transition: all 3s ease-in-out; }
      #home-two #landing-frame #stage-box #curtains #right-curtain {
        width: 50%;
        transition: all 4.5s ease-in-out; }
  #home-two #landing-frame #announcement-box {
    visibility: hidden;
    height: 100%;
    font-size: 3rem;
    color: white;
    position: absolute;
    z-index: 4;
    bottom: 0%;
    left: 23%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #home-two #landing-frame #announcement-box #announcement {
      height: 100%;
      width: 550px;
      position: relative;
      margin: 0 2rem; }
      #home-two #landing-frame #announcement-box #announcement #announcement-text {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        width: 550px;
        height: 65%;
        display: flex;
        flex-direction: column;
        justify-content: end; }
        #home-two #landing-frame #announcement-box #announcement #announcement-text #i-am-box #i-text {
          font-size: 5.5rem;
          transition: all 2s ease-in-out;
          opacity: 0;
          margin-left: 1.5rem; }
        #home-two #landing-frame #announcement-box #announcement #announcement-text #i-am-box #am-text {
          font-size: 5.5rem;
          transition: all 2s ease-in-out;
          opacity: 0;
          margin-left: 1.5rem; }
        #home-two #landing-frame #announcement-box #announcement #announcement-text #kendrell-text {
          font-family: 'Italianno', cursive;
          color: var(--color-primary);
          font-size: 14rem;
          text-shadow: 0 0 8px #4a4719, 0 0 35px #473b0d, 0 0 65px #9b8d57;
          transition: all 2s ease-in-out;
          opacity: 0;
          border-bottom: 2px solid white;
          line-height: 0.5;
          margin-top: 3rem; }
      #home-two #landing-frame #announcement-box #announcement #portrait-box {
        display: flex;
        align-items: center;
        justify-content: center; }
        #home-two #landing-frame #announcement-box #announcement #portrait-box #announcement-portrait {
          width: 60%;
          position: absolute;
          bottom: 0;
          right: 0;
          z-index: 2;
          opacity: 0;
          transition: all 1s ease-in; }
    #home-two #landing-frame #announcement-box #announcement-menu {
      height: 100%;
      display: flex;
      flex-direction: column; }
      #home-two #landing-frame #announcement-box #announcement-menu .menu-item {
        height: 400px;
        width: 600px;
        padding-top: 4rem;
        position: relative;
        display: flex;
        flex-direction: column; }
        #home-two #landing-frame #announcement-box #announcement-menu .menu-item a {
          color: White;
          z-index: 22;
          position: absolute;
          bottom: 35%;
          right: 25%;
          text-shadow: 0px 0px 3px rgba(159, 116, 25, 0.576), 0px 4px 10px rgba(32, 28, 19, 0.576), -5px 5px 6px #453a10; }
        #home-two #landing-frame #announcement-box #announcement-menu .menu-item .spotlight {
          position: absolute;
          top: 0;
          right: 0;
          z-index: 20;
          opacity: 0; }
        #home-two #landing-frame #announcement-box #announcement-menu .menu-item #home-spot {
          height: 70%;
          width: 400px; }
        #home-two #landing-frame #announcement-box #announcement-menu .menu-item #bio-spot {
          height: 70%;
          width: 400px; }
        #home-two #landing-frame #announcement-box #announcement-menu .menu-item #shows-spot {
          height: 70%;
          width: 400px; }
        #home-two #landing-frame #announcement-box #announcement-menu .menu-item #gallery-spot {
          height: 70%;
          width: 400px; }
        #home-two #landing-frame #announcement-box #announcement-menu .menu-item #contact-spot {
          height: 70%;
          width: 400px; }
      #home-two #landing-frame #announcement-box #announcement-menu a:hover {
        color: #e9b940;
        cursor: pointer; }
  #home-two #landing-frame #backstage-overlay {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.95);
    transition: all 4s ease-in-out; }
  #home-two #landing-frame #backstage {
    background: no-repeat center/cover url("../../dist/img/backstage.png");
    transition: all 3s ease-in-out;
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    z-index: 1; }

#home-two #sec-one {
  height: 600px; }

#home-two #sec-two {
  height: 600px; }

#font-demo {
  background: #fcf8f8; }
  #font-demo #font-container {
    width: 80%;
    padding: 1rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #font-demo #font-container .text-box {
      box-shadow: 0 2px 8px 3px rgba(212, 210, 210, 0.753);
      padding: 1rem 4rem;
      margin-bottom: 2rem;
      border-radius: 0.5rem;
      width: 100%; }
      #font-demo #font-container .text-box .title {
        margin: 1rem 0;
        font-size: 3.5rem; }
      #font-demo #font-container .text-box .section {
        padding: 1rem; }
        #font-demo #font-container .text-box .section .label {
          font-size: 2.7rem; }
        #font-demo #font-container .text-box .section .text {
          margin: 1rem 0;
          word-spacing: 0.3rem;
          letter-spacing: 0.1rem;
          line-height: 1.6rem; }
    #font-demo #font-container .banner-num {
      border-radius: 20px;
      background: #737171;
      color: var(--gray-0);
      width: 90px;
      padding: 0.45rem;
      text-align: center;
      font-size: 1rem;
      position: absolute;
      left: 2%;
      top: 5%; }
    #font-demo #font-container .font-specs {
      display: flex;
      margin-top: 1rem;
      justify-content: flex-end;
      text-align: right; }
      #font-demo #font-container .font-specs .specs-box {
        width: auto;
        margin-left: 1rem; }
    #font-demo #font-container .font-header {
      font-size: 3rem;
      margin: 3rem 0 4rem;
      width: 100%;
      color: var(--gray-5);
      border-bottom: var(--gray-4) solid 2px; }
    #font-demo #font-container .banner-pair {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 2.5rem; }
      #font-demo #font-container .banner-pair .banner-box {
        min-width: 715px;
        height: 300px;
        position: relative;
        margin: 0 0.5rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
    #font-demo #font-container #box-one {
      background: var(--color-background);
      box-shadow: 0 2px 8px 3px var(--color-shadow); }
      #font-demo #font-container #box-one .title {
        font-size: 4rem;
        font-family: 'Anton', sans-serif;
        font-family: 'Syncopate', system-ui; }
      #font-demo #font-container #box-one .label {
        color: var(--color-primary);
        font-family: 'Vujahday Script', cursive;
        font-family: 'Oooh Baby', cursive;
        font-family: 'Syncopate', system-ui;
        font-family: 'Ubuntu', sans-serif; }
      #font-demo #font-container #box-one .text {
        color: var(--gray-3); }
    #font-demo #font-container #box-two {
      background: var(--color-background);
      box-shadow: 0 2px 8px 3px var(--color-shadow); }
      #font-demo #font-container #box-two .title {
        color: #971a1a;
        font-size: 4rem;
        font-family: 'Ubuntu', sans-serif; }
      #font-demo #font-container #box-two .label {
        color: var(--color-text); }
      #font-demo #font-container #box-two .text {
        color: var(--gray-3); }
    #font-demo #font-container #box-three {
      background: var(--color-background);
      box-shadow: 0 2px 8px 3px var(--color-shadow); }
      #font-demo #font-container #box-three .title {
        color: #d92828;
        font-family: 'Mrs Saint Delafield', cursive;
        font-family: 'Oooh Baby', cursive;
        font-size: 5rem; }
      #font-demo #font-container #box-three .label {
        color: var(--color-primary);
        font-family: 'Vujahday Script', cursive;
        font-family: 'Syncopate', system-ui;
        font-family: 'Oswald', sans-serif; }
      #font-demo #font-container #box-three .text {
        color: var(--gray-3); }
    #font-demo #font-container #box-four {
      background: #f5f5f5;
      box-shadow: 0 2px 8px 3px #9b9a9a; }
      #font-demo #font-container #box-four .title {
        color: #610d0d;
        font-family: 'Playfair Display', sans-serif;
        text-shadow: 0 0px 2px #360404; }
      #font-demo #font-container #box-four .label {
        color: var(--color-text);
        font-family: 'Vujahday Script', cursive;
        font-family: 'Oooh Baby', cursive;
        font-family: 'Syncopate', system-ui;
        font-family: 'Ubuntu', sans-serif; }
      #font-demo #font-container #box-four .text {
        color: #380508; }
    #font-demo #font-container #banner-one {
      background: var(--color-background2);
      box-shadow: 0 2px 8px 3px var(--color-shadow); }
      #font-demo #font-container #banner-one .IAK-title {
        color: var(--gray-0);
        font-size: 5rem;
        font-family: 'Anton', sans-serif; }
      #font-demo #font-container #banner-one .ken {
        color: var(--color-primary);
        font-family: 'Grey Qo', cursive;
        font-size: 6rem;
        font-family: 'Playfair Display', serif; }
    #font-demo #font-container #banner-two {
      background: var(--color-background2);
      box-shadow: 0 2px 8px 3px var(--color-shadow); }
      #font-demo #font-container #banner-two .IAK-title {
        color: var(--gray-0);
        font-size: 4rem;
        font-family: 'Syncopate', system-ui; }
      #font-demo #font-container #banner-two .ken {
        color: var(--color-primary);
        font-family: 'Oooh Baby', cursive;
        font-size: 8rem; }
    #font-demo #font-container #banner-three {
      background: var(--color-background2);
      box-shadow: 0 2px 8px 3px var(--color-shadow); }
      #font-demo #font-container #banner-three .IAK-title {
        color: var(--gray-0);
        font-size: 3.5rem;
        font-family: 'Syncopate', system-ui;
        font-weight: 800; }
      #font-demo #font-container #banner-three .ken {
        color: var(--color-primary);
        font-size: 5.5rem;
        letter-spacing: 1.2rem; }
    #font-demo #font-container #banner-four {
      background: var(--color-background2);
      box-shadow: 0 2px 8px 3px var(--color-shadow); }
      #font-demo #font-container #banner-four .IAK-title {
        color: var(--gray-0);
        font-size: 5rem;
        font-family: 'Ubuntu', sans-serif;
        word-spacing: 0.7rem; }
      #font-demo #font-container #banner-four .ken {
        color: var(--color-primary);
        font-family: 'Ubuntu', sans-serif;
        font-weight: 600;
        font-size: 6.5rem;
        letter-spacing: 5; }
    #font-demo #font-container #banner-five {
      background: var(--color-background2);
      box-shadow: 0 2px 8px 3px var(--color-shadow); }
      #font-demo #font-container #banner-five .IAK-title {
        color: var(--gray-0);
        font-size: 6rem;
        font-family: 'Nothing You Could Do', cursive;
        font-family: 'Calligraffitti', cursive;
        font-family: 'Mrs Saint Delafield', cursive;
        font-family: 'Grey Qo', cursive;
        font-family: 'Oswald', sans-serif; }
      #font-demo #font-container #banner-five .ken {
        color: var(--color-primary);
        font-size: 8rem; }
    #font-demo #font-container #banner-six {
      background: var(--color-background2);
      box-shadow: 0 2px 8px 3px var(--color-shadow); }
      #font-demo #font-container #banner-six .IAK-title {
        color: var(--gray-0);
        font-size: 4.5rem;
        font-family: 'Nothing You Could Do', cursive; }
      #font-demo #font-container #banner-six .ken {
        color: var(--color-primary);
        font-family: 'Grey Qo', cursive;
        font-family: 'Nothing You Could Do', cursive;
        font-size: 7rem;
        letter-spacing: 5; }

#color-pallete {
  background: #dadada;
  padding: 10px;
  /* color: #242424; */
  color: #2a2a40;
  width: 100vw; }
  #color-pallete .header-bar {
    border-bottom: 2px solid #8e8e8e;
    width: 100%;
    margin: 20px 0; }
  #color-pallete .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    height: 100%;
    width: 80%;
    margin: auto; }
    #color-pallete .container header {
      margin: 20px 0 10px 0;
      font-size: 1.5rem;
      width: 100%;
      margin-bottom: 70px; }
    #color-pallete .container .frame {
      background-color: #f1f2fb;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 20px;
      width: 100%;
      box-shadow: 0px 5px 8px -2px #5c5a5a;
      border-radius: 25px;
      margin-bottom: 160px; }
    #color-pallete .container .frame h2 {
      margin-bottom: 30px;
      color: #4e4e61; }
      #color-pallete .container .frame h2 .logo {
        height: 100%;
        width: 375px;
        box-shadow: 0px 5px 8px -2px #5c5a5a; }
    #color-pallete .container #hex-list {
      display: flex;
      align-items: center;
      justify-content: space-evenly;
      width: 690px;
      height: 60px; }
    #color-pallete .container .hex {
      margin: 22px;
      font-size: 1.2rem;
      color: #4e4e61; }
    #color-pallete .container img {
      width: 500px; }
    #color-pallete .container #set-one {
      margin-top: 20px;
      background: linear-gradient(to right, var(--color-1) 16.66%, var(--color-2) 16.66% 33.32%, var(--color-3) 33.32% 49.98%, var(--color-4) 49.98% 66.64%, var(--color-5) 66.64% 83.3%, var(--color-6) 83.3%);
      width: 700px;
      height: 300px;
      box-shadow: 0px 5px 8px -2px #5c5a5a;
      border-radius: 25px; }
    #color-pallete .container #set-two {
      margin-top: 20px;
      background: linear-gradient(to right, var(--color-7) 16.66%, var(--color-8) 16.66% 33.32%, var(--color-9) 33.32% 49.98%, var(--color-10) 49.98% 66.64%, var(--color-11) 66.64% 83.3%, var(--color-12) 83.3%);
      width: 700px;
      height: 300px;
      box-shadow: 0px 5px 8px -2px #5c5a5a;
      border-radius: 25px; }
    #color-pallete .container #set-three {
      margin-top: 20px;
      background: linear-gradient(to right, var(--color-13) 16.66%, var(--color-14) 16.66% 33.32%, var(--color-15) 33.32% 49.98%, var(--color-16) 49.98% 66.64%, var(--color-17) 66.64% 83.3%, var(--color-18) 83.3%);
      width: 700px;
      height: 300px;
      box-shadow: 0px 5px 8px -2px #5c5a5a;
      border-radius: 25px; }
    #color-pallete .container #credits {
      display: flex;
      /* flex-direction: column; */
      align-items: center;
      justify-content: space-evenly;
      width: 340px;
      font-size: 1.2rem;
      margin-bottom: 30px;
      color: #4e4e61; }

.container {
  max-width: 1280px;
  margin: auto;
  overflow: hidden; }

.p-1 {
  padding: 1rem; }

.p-2 {
  padding: 2rem; }

.p-3 {
  padding: 3rem; }

.p-4 {
  padding: 4rem; }

.py-2 {
  padding: 2rem 0; }

.py-3 {
  padding: 3rem 0; }

.py-4 {
  padding: 4rem 0; }

.px-1 {
  padding: 0 1rem; }

.heading {
  font-size: 2.6rem;
  letter-spacing: 4px;
  color: var(--color-dark); }

.center-middle {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.label {
  font-size: 2rem;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: var(--color-dark); }

.sub-label {
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: var(--color-primary); }

.btn-light, .btn-v2, .btn-dark {
  width: 180px;
  height: 45px;
  padding: 0.4rem 0;
  transition: background-color 0.5s, box-shadow 0.5s;
  border: none;
  border-radius: 10px;
  font-size: 1.2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

.btn-light {
  background-color: #daa520;
  color: white; }
  .btn-light:hover {
    background-color: #e2b132;
    color: #fffcfc;
    box-shadow: 0 0 9px 3px #d0c94085;
    border: 2px solid #6c510e;
    text-shadow: 0 0 5px #705d09; }

.btn-v2 {
  background-color: #4d0216;
  color: white;
  border: 2px solid #630c0c; }
  .btn-v2:hover {
    background-color: #a90808;
    border: 2px solid #824d4d;
    color: #fffcfc;
    box-shadow: 0 0 9px 3px #250606;
    text-shadow: 0 0 5px #705d09; }

.btn-dark {
  background-color: #790927;
  color: white; }
  .btn-dark:hover {
    background-color: #b81828;
    box-shadow: 0 0 10px 1px #5b0c21; }

.bar {
  width: 15%;
  margin: auto;
  border-top: 3px solid var(--color-primary);
  padding-bottom: 2rem; }

.invisible {
  display: none; }

.text-dark {
  color: #333; }

.text-white {
  color: white; }

.heavy {
  font-weight: 800;
  font-size: 1.4rem; }

.highlight {
  color: var(--color-primary);
  font-weight: 700;
  font-style: italic; }

#project-nav {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 5%;
  left: 5%;
  height: 40px;
  background: rgba(51, 51, 51, 0.437);
  border-radius: 25px;
  z-index: 100; }
  #project-nav #p-nav-btn {
    display: flex;
    align-items: center;
    color: var(--gray-1);
    height: 40px;
    padding: 1rem;
    opacity: 0.6;
    cursor: pointer; }
    #project-nav #p-nav-btn i {
      rotate: 0deg;
      transition: all 0.6s; }
  #project-nav #p-nav-items {
    display: flex;
    align-items: center;
    height: 100%; }
  #project-nav .p-nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 1rem;
    border-left: var(--gray-0) solid 1px; }
    #project-nav .p-nav-item a {
      color: white;
      opacity: 0.6; }
