@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

      .left-side {
text-align:center;
  display: flex;
    flex-direction: column;
width:40%;
height:100%;
position:fixed;
    border: 1px solid #000;

      }
a{

font-family:"Figtree",Arial, Helvetica, sans-serif;

}

      .right-side {
        margin-left:40%;
        padding:20px;
      }
      .nav{

        padding:5;
      }
     .nav a {
          text-decoration: none;
          display:block;
          text-align: center;
     }
     .left-side a{
        text-align: center;
          font-size:6.7rem;
     }
     html,
body {
  margin: 0;
  padding: 0;
}

/* https://spencermortensen.com/articles/email-obfuscation/#text-display */
div.email > span:nth-child(5) {
	display: none;
}
div.blurpleapp > span:nth-child(15) {
	display: none;
}

@media (max-width: 635px) {
  .left-side h1 {
    font-size: 5.8rem;
  }
}
@media (max-width: 850px) {
  .left-side h1 {
    font-size: 6rem;
  }
}


@media (max-width: 530px) {
  .left-side h1 {
    font-size: 5.2rem;
  }
}

@media (max-width: 500px) {
  .left-side h1 {
    font-size: 5rem;
  }
}

@media (max-width: 405px) {
  .left-side h1 {
    font-size: 3rem;
  }
}

.right-side.computers{
  display:none;
}
#toggle:checked ~ .right-side.computers{
  display:block;
}
#toggle:checked ~ .right-side{
  display:none;
}


/* THIS WAS VIBE CODED I SUCK AT MEDIA QUERIES THANKS CLAUDE OPUS 4.6 💜 */
@media screen and (max-width: 550px) {
  .left-side {
    width: 100%;
    height: auto;
    position: relative;
    flex-direction: column;
  }
  .left-side a {
    font-size: 4rem;
  }
  .right-side {
    margin-left: 0;
  }
}

body {
  background: url("./image/summit.jpg") no-repeat center center fixed;
  background-size: cover;
}