*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* Intro Area */
#IntroArea {
    height: 100vh;
    display: flex;
    flex-direction: row;
    margin: 0;
}

#leftsideIntro {
    background-color: black;
    flex: 1 1 50vw;
    width: 50vw;
    color: gray;
}

#p1 {
    margin-top: 55vh;
    margin-left: 3vw;
    margin-bottom: 0;
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-weight: 400;
    color: #b0b0b0
}

#p2 {
    color: #b0b0b0;
    margin-left: 3vw;
    margin-top: .5vh;
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    font-size: 1.3rem;
}

#leftsideIntro hr {
    color: gray;
    width: 4vw;
    margin-top: 2vh;
    margin-left: 3vw;
    margin-bottom: 0;
}

#Name {
    color: white;
    margin-top: 0vh;
    margin-left: 3vw;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 8rem;
    font-weight: 900;
    line-height: .9;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 0;
}

#rightsideIntro {
    background-image: url(images/profilepic.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex: 1 1 50vw;
    width: 50vw;
}

#leftBar a {
    position: fixed;
    width: 50vw;
    color: black;
    height: 5vh;
    margin-top: 0;
    padding-left: 3vw;
    padding-top: 1.5vh;
}

.navbar {
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: fixed;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50vw;
    margin-top: 0;
    height: 5vh;
}

.navbar a {
    margin-left: 5vw;
    text-decoration: none;
    color: white;
    text-shadow: 2px 2px 5px black;
    font-family: "JetBrains Mono", monospace;

}

.navbar.scrolled {
    background-color: white;
    border-bottom: 1px solid black;
}

.navbar.scrolled a {
    color: black;
    text-shadow: none;
}

#leftBar.scrolled a {
    background-color: white;
    border-bottom: 1px solid black;
    text-decoration: none;
}

.socials {
    display: grid;
    background-color: rgba(0, 0, 0, .6);
    border-left: 10px solid black;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr 1fr 1fr;
    width: 40vw;
    height: auto;
    margin-top: 55vh;
    margin-left: 7vw;

}

.socials a,
.socials p {
    color: white;
    text-decoration: none;
    font-size: 2rem;
    margin: 0;
    margin-bottom: 1rem;
    font-family: "JetBrains Mono", monospace;
}

.socials a {
    display: block;
    font-size: 2rem;
    font-family: "Jost", sans-serif;
}

hr {
    width: 70vw;
}

/* Education */

#Education {
    height: 55vh;
    margin: 0;
}

.topRows {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10vh;
    width: 80vw;
    margin-left: 10vw;
    margin-right: 10vw;
    margin-bottom: 5vw;
    gap: 1rem;
    white-space: nowrap;
}
.topRows p {
    font-family: "JetBrains Mono", monospace;
    color: gray;
}

.edu {
    width: 80vw;
    margin: 0 auto 15vh;
    color: black;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: start;
    column-gap: 3rem;
}
.edu h1{
    font-family: "Barlow Condensed", sans-serif;
}
.edu p, .edu a {
   font-family: "Jost", sans-serif;
    color: gray;
    
}
.eduDate{
    font-family: "JetBrains Mono", monospace;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.edu a {
    text-decoration: none;
    display: block;
}

.edu > div:first-child {
    justify-self: end;
    width: min(100%, 20rem);
}

.edu > div:last-child {
    justify-self: start;
    width: min(100%, 28rem);
}

.vertical-line {
    justify-self: center;
    align-self: stretch;
    width: 1px;
    background-color: gray;
    height: 100%;
    min-height: 20vh;
}

#Education hr {
    width: 80vw;
    margin: 0 auto;
}

/* Skills */

#Skills hr {
    width: 80vw;
    margin: 0 auto;
}

#Skills .topRows {
    margin-top: 6vh;
}


#SkillList {
    margin-left: 10vw;
    width: 80vw;
    display: flex;
    flex-direction: row;
}

#skillbox1,
#skillbox3 {
    flex: 1;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    border-left: 1px solid gray;
}

#skillbox2 {
    flex: 2;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    border-left: 1px solid gray;
}

#TechGrid:last-child {
    padding-bottom: 5vh;
}

#TechGrid {
    margin-top: 2vh;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: .7rem;
}


#skillbox3 {
    border-right: 1px solid gray;
}

#skillbox1 p,
#skillbox2 p,
#skillbox3 p {
    margin: 0;
    margin-left: 2vw;
    line-height: 1;
}

.SkillTitle {
    color: black;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: bold;
    padding-top: 3vh;
    margin-bottom: 5vh;
    font-size: 1.2rem;
}

.SkGrid {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: .7rem;
    margin-top: 2vh;
}
#SkillList p {
    font-family: "JetBrains Mono", monospace;
    font-weight: 300;
}
/*Projects */

#Projects hr {
    width: 80vw;
    margin: 0 auto;
}

#Projects .topRows {
    margin-bottom: 0vh;
}
#FavP {
    font-size: medium;
    font-weight: 100;
    margin-left: 12vw;
    font-family: "Jost", sans-serif;
}

#ProjectBox {
    width: 80vw;
    display: flex;
    flex-direction: column;
}

#HeavyWake,
#GymTracker,
#CurrentProject {
    width: 80vw;
    display: flex;
    margin-left: 10vw;
}

.ProjectDate,
.MainProject,
.TechStack {
    border-bottom: 1px solid gray;
    border-left: 1px solid gray;
}

#CurrentProject .ProjectDate, #CurrentProject .MainProject, #CurrentProject .TechStack {
    border-bottom: none;
    border-left: 1px solid gray;
}

.MainProject h1, .ProjectDescription {
    margin-left: 2vw;
}
.ProjectDescription {
    margin-left: 2vw;
    margin-top: 1vh;
    font-family: "Jost", sans-serif;
    font-weight: 300;
    line-height: 1.5;
}

.ProjectDate {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.MainProject {
    flex: 6;
    padding-top: 2vh;
    padding-bottom: 2vh;
}
.TechStack h1 {
    margin: 0;
    margin-top: 3vh;
    font-family: "Barlow Condensed", sans-serif;    
    font-weight: 500;
}
.TechStack p {
    margin-top: 1vh;
    line-height: 1.5;
    font-family: "JetBrains Mono", monospace;
    font-weight: 300;
}
.TechStack {
    flex: 3;
}
.MainProject h1 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    
}
.TechStack > div {
    margin-left: 2vw;
}
.ProjectDate p {
    font-family: "JetBrains Mono", monospace;
    font-weight: 300;
    font-size: small;
}

#Projects h1 {
    font-size: large;
}

#MoreProjects {
    display:block;
    width: 15vw;
    text-align: center;
    background-color: black;
    text-decoration: none;
    border: 1px solid black;
    margin-top: 5vh;
    margin-left: 10vw;
}
#MoreProjects:hover {
    background-color: white;
    color: black;
    transition: 0.3s;
}
#MoreProjects:hover p {
    color: black;
    transition: 0.3s;
}
#MoreProjects p {
    color: white;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-size: large;
}


/*About Me*/
#AboutMe .topRows {
    margin-bottom: 5vh;
}

#AboutMe hr {
    width: 80vw;
    margin: 0 auto;
}

#AboutMain {
    margin-left: 10vw;
    width: 80vw;
    display: flex;
    flex-direction: row;
}

#AboutMain h1 {
    margin-left: 3vw;
}

#AboutMain h2 {
    margin-left: 3vw;
}

#Hobbies,
#Contact {
    flex: 1;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    border-left: 1px solid gray;
}

#Hobbies p,
#Contact p {
    margin-left: 3vw;
}

#AboutMain h1 {
    margin-bottom: 3vw;
}

#Contact {
    border-right: 1px solid gray;
}
#Hobbies h1, #Contact h1 {
    margin-top: 3vh;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    margin-bottom: 3vh;
}
#Hobbies h2 {
    margin-left: 3vw;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-size: large;
}
#Hobbies p {
    margin-left: 3vw;
    font-family: "Jost", sans-serif;
    font-weight: 300;
    line-height: 1.5;
}
#Hobbies p:last-child {
    margin-bottom: 3vh;
}
#Contact a {
    text-decoration: none;
    color: black;
}
#Contact p {
    margin-left: 3vw;
    font-family: "Jost", sans-serif;
    font-weight: 300;
    line-height: 1.5;
    line-height: 1;
}
#Contact h2 {
    margin-left: 3vw;
     font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: large;
    line-height: 1;
}


/*Footer*/
#footer hr {
    width: 80vw;
    margin: 0 auto;
}

#footer .topRows {
    margin-bottom: 0;
}

#Imp {
    margin-left: 10vw;
    margin-right: 10vw;
    display: flex;
    justify-content: space-between;
    gap: 10rem;
}

#footer {
    width: 100vw;
    margin-top: 10vh;
    background-color: black;
    color: white;
    height: 15vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


#footer a {
    margin-left: 10vw;
    font-size: x-large;
    text-decoration: none;
    color: white;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 800;
    font-size: 2rem;
}

#footer p {
    margin-right: 10vw;
    color: gray;
    font-family: "JetBrains Mono", monospace;
}


/* Projects Page */

/* Intro Section*/
.navrow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    width: 100vw;
    height: 6vh;
    border-bottom: 1px solid gray;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: black;
}
.navrow a {
    text-decoration: none;
    color: white;
    margin-right: 10vw;
}
.navrow #PB {
    margin-left: 10vw;
    color: white;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
}
#ProjectsIntro {
    height: 55vh;
    border-bottom: 1px solid gray;
    background-color: white;
}
#ProjectsIntro h1 {
    margin-left: 10vw;
    margin-top: 0vh;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 1000;
    font-size: 7rem;
    color: black;
}
#ProjectsIntro p {
    margin-left: 10vw;
    margin-top: 20vh;
    margin-bottom: 0;
    font-family: "JetBrains Mono", monospace;
    font-weight: 100;
    font-size: .8rem;
    color: gray;
}

/* Heavy Wake Project */

#HW-Project {
    height: auto;
}
#HW-Project hr {
    width: 80vw;
    margin: 0 auto;
    margin-top: 10vh;
}
.PrInfo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 10vw;
    width: 80vw;
    height: auto;
    margin-top: 5vh;
}
.PrDate {
    margin: 0;
    font-family: "JetBrains Mono", monospace;
    font-weight: 300;
    letter-spacing: 0.05em;
    font-size: small;
    color: gray;
}
.PrStack {
    margin-top: 0;
    display: flex;
    flex-direction: column;
}

.PrStack h1 {
    margin: 0;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: gray;
}
.PrStack p {
    margin: 0;
    font-family: "JetBrains Mono", monospace;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5;
    color: black;
} 
.PR-Title {
    margin-left: 10vw;
    margin-top: 0vh;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 900;
    font-size: 5rem;
    color: black;
}

.PrDesc {
   display: flex;
   width: 80vw;
   margin-left: 10vw;
}
.Overview {
    flex: 1;
    margin-right: 2vw;
}
.MyP{
    flex: 2;
}
.Overview h1, .MyP h1 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    color: black;
}
.Overview p, .MyP p {
    font-family: "Jost", sans-serif;
    font-weight: 300;
    line-height: 1.5;
    color: black;
}
.youtube-video {
    width: 100%;
    max-width: 900px;
    aspect-ratio: 16 / 9;
    border: none;
}
.project-video-wrapper {
    width: min(80vw, 900px);
    margin: 5vh auto 2vh;
}
.project-video-wrapper p, a {
    margin-top: 1vh;
    font-family: "Jost", sans-serif;
    font-weight: 300;
    color: black;
}

#HWSteam {
    margin-left: 10vw;
    margin-right: 10vw;
    display: grid;
    width: auto;
    gap: 2rem;
    grid-template-columns: 1fr 2fr;
}
#HWSteam img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    border: 1px solid gray;
}
#GEST {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    color: black;
    margin-left: 10vw;
    margin-bottom: 0vh;
    margin-top: 2vh;
}
#ESDesc {
    display: none;
    margin-left: 10vw;
    font-family: "Jost", sans-serif;
    font-weight: 300;
    line-height: 1.5;
    color: black;
}
#GHLink a, p {
    font-family: "Jost", sans-serif;
    font-weight: 300;
    line-height: 1.5;
    color: black;
}



/* GymTracker Project */
#GT-Project hr {
    width: 80vw;
    margin: 0 auto;
    margin-top: 10vh;
}

.GTPics {
    display: flex;
    gap: 2rem;
    width: 80vw;
    margin: 0 auto;
}

.GTPics img {
    flex: 1;
    min-width: 0;
    width: auto;
    object-fit: cover;
    border: 1px solid gray;
}
#GHLink {
    margin-left: 10vw;
    margin-top: 2vh;
}
#GHLink h1 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    color: black;
}
#GHLink a, p {
    font-family: "Jost", sans-serif;
    font-weight: 300;
    line-height: 1.5;
    color: black;
    text-decoration: none;
}
#GHLink a:hover {
    text-decoration: underline;
}




/* Goblin Employer Project */
#GE-Project hr {
    width: 80vw;
    margin: 0 auto;
    margin-top: 10vh;
}




/* More Coming Soon Section */
#MoreComing hr {
    width: 80vw;
    margin: 0 auto;
    margin-top: 10vh;
}
#MoreComing h1 {
    margin-left: 10vw;
    margin-top: 5vh;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: darkgray;
}
#MoreComing p {
    margin-left: 10vw;
    margin-top: 1vh;
    font-family: "Jost", sans-serif;
    font-weight: 300;
    line-height: 1.5;
    color: black;
}

@media (min-width: 1000px) {
    .project-video-wrapper {
        width: 80vw;
        margin: 5vh 10vw 2vh;
    }
}


/* Responsive adjustments for screens below the finished desktop layout */

/* Smaller desktop / laptop */
@media (max-width: 1439px) {
    #IntroArea {
        min-height: 100vh;
        height: auto;
    }

    #leftsideIntro,
    #rightsideIntro,
    .edu > div,
    .MainProject,
    .TechStack,
    .Overview,
    .MyP,
    #Hobbies,
    #Contact {
        min-width: 0;
    }

    #Name {
        font-size: clamp(6rem, 8vw, 8rem);
    }

    .navbar {
        width: 50vw;
        justify-content: space-between;
        padding: 0 2vw;
        gap: 0.75rem;
    }

    .navbar a {
        margin-left: 0;
        font-size: clamp(0.72rem, 0.9vw, 0.9rem);
    }

    .socials {
        width: min(40vw, 34rem);
        margin-left: auto;
        margin-right: 3vw;
        grid-template-columns: minmax(0, auto) minmax(0, 1fr);
    }

    .socials a,
    .socials p {
        font-size: clamp(1rem, 1.35vw, 1.6rem);
    }

    #Education {
        height: auto;
    }

    .edu {
        width: 80vw;
        margin: 0 auto 12vh;
        justify-content: space-between;
        gap: 2rem;
    }

    .vertical-line {
        flex: 0 0 1px;
        align-self: stretch;
        height: auto;
        margin-top: 0;
    }

    #ProjectBox {
        width: 80vw;
        margin: 0 auto;
    }

    #HeavyWake,
    #GymTracker,
    #CurrentProject {
        width: 100%;
        margin-left: 0;
    }

    #MoreProjects {
        width: clamp(13rem, 20vw, 16rem);
    }

    .PrInfo,
    .PrDesc,
    .GTPics,
    #HWSteam,
    .project-video-wrapper {
        min-width: 0;
    }

    #HWSteam {
        grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    }

    .GTPics img {
        width: 100%;
        height: auto;
    }

    img,
    video {
        max-width: 100%;
        height: auto;
    }

    iframe {
        max-width: 100%;
    }

    .socials a,
    .edu a,
    #GHLink a,
    #HWSteam p,
    #Contact p,
    .navrow a {
        overflow-wrap: anywhere;
        word-break: break-word;
    }
}

/* Tablet */
@media (max-width: 900px) {
    #IntroArea {
        flex-direction: column;
        min-height: auto;
    }

    #leftsideIntro,
    #rightsideIntro {
        width: 100%;
        flex: none;
    }

    #leftsideIntro {
        padding-top: 5.5rem;
        padding-bottom: 2rem;
    }

    #p1 {
        margin-top: 12vh;
    }

    #Name {
        font-size: clamp(4.75rem, 12vw, 6rem);
    }

    #leftBar a {
        position: static;
        display: block;
        width: auto;
        height: auto;
        padding: 0 5vw;
        color: white;
    }

    #leftBar.scrolled a {
        background-color: transparent;
        border-bottom: none;
    }

    .navbar {
        width: 100%;
        height: auto;
        min-height: 0;
        top: 0;
        left: 0;
        padding: 0.85rem 5vw;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.75rem 1rem;
        z-index: 10;
    }

    .navbar a {
        font-size: 0.82rem;
    }

    #rightsideIntro {
        min-height: 70vh;
        display: flex;
        align-items: flex-end;
        padding: 5rem 0 2rem;
    }

    .socials {
        width: min(88vw, 34rem);
        margin: 0 auto;
    }

    .edu {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .vertical-line {
        display: none;
    }

    #HeavyWake,
    #GymTracker,
    #CurrentProject,
    #AboutMain,
    .PrDesc {
        flex-direction: column;
    }

    .ProjectDate {
        justify-content: flex-start;
        padding: 1rem 0 0 2vw;
    }

    .MainProject,
    .TechStack {
        padding-right: 2vw;
    }

    #CurrentProject .ProjectDate,
    #CurrentProject .MainProject {
        border-bottom: 1px solid gray;
    }

    #CurrentProject .TechStack {
        border-bottom: none;
    }

    #Hobbies {
        border-right: 1px solid gray;
        border-bottom: none;
    }

    #Contact {
        border-top: none;
    }

    .PrInfo {
        flex-direction: row;
        align-items: flex-start;
        gap: 1rem;
    }

    #HWSteam {
        grid-template-columns: 1fr;
    }

    #ProjectsIntro {
        height: auto;
        padding-bottom: 4rem;
    }

    #ProjectsIntro p {
        margin-top: 12vh;
    }

    #ProjectsIntro h1 {
        font-size: clamp(4.5rem, 16vw, 6rem);
    }

    .PR-Title {
        font-size: clamp(3.5rem, 11vw, 4.5rem);
    }
}

@media (max-width: 800px) {
    #leftBar a {
        display: none;
    }

    #rightsideIntro {
        background-position: 50% 22%;
    }
}

/* Phone */
@media (max-width: 600px) {
    #p1,
    #Name,
    #p2,
    #leftsideIntro hr {
        margin-left: 5vw;
    }

    #p1 {
        margin-top: 8rem;
    }

    #Name {
        font-size: clamp(3.75rem, 15vw, 5rem);
    }

    #p2 {
        font-size: 1.1rem;
    }

    .navbar {
        justify-content: flex-start;
        gap: 0.5rem 0.75rem;
        padding: 0.75rem 5vw;
    }

    .navbar a {
        font-size: 0.76rem;
    }

    .socials {
        width: 90vw;
        grid-template-columns: 1fr;
        border-left-width: 8px;
    }

    .socials a,
    .socials p {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .topRows {
        flex-wrap: wrap;
        white-space: normal;
        gap: 0.5rem 0.75rem;
        margin-bottom: 2rem;
    }

    .topRows hr {
        width: 100%;
        margin: 0;
        flex-basis: 100%;
    }

    #SkillList {
        flex-direction: column;
    }

    #skillbox1,
    #skillbox2,
    #skillbox3 {
        border-right: 1px solid gray;
    }

    #skillbox2,
    #skillbox3 {
        border-top: none;
    }

    #TechGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #MoreProjects {
        width: 80vw;
    }

    #AboutMain h1,
    #AboutMain h2,
    #Hobbies p,
    #Contact p,
    .MainProject h1,
    .ProjectDescription,
    .TechStack > div {
        margin-left: 4vw;
        margin-right: 4vw;
    }

    .vertical-line {
        display: block;
        width: 100%;
        height: 1px;
        min-height: 0;
        margin: 0;
    }
    .SkGrid p:last-child {
        padding-bottom: 1rem;
    }

    .ProjectDate,
    .MainProject,
    .TechStack {
        width: 100%;
        border-right: 1px solid gray;
    }

    .ProjectDate {
        margin: 0;
        padding: 1rem 4vw 0;
    }

    .ProjectDate p {
        margin: 0;
    }

    .MainProject,
    .TechStack {
        padding-right: 0;
    }

    .GTPics {
        flex-direction: column;
    }

    .PrInfo {
        gap: 0.75rem;
    }

    #ProjectsIntro p {
        margin-top: 10vh;
    }

    #ProjectsIntro h1 {
        font-size: clamp(3.5rem, 18vw, 4.5rem);
    }

    .PR-Title {
        font-size: clamp(2.75rem, 12vw, 3.5rem);
    }

    #footer {
        width: 100%;
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        padding: 1.5rem 10vw;
    }

    #footer a,
    #footer p {
        margin: 0;
    }
}

/* Very small phone */
@media (max-width: 400px) {
    #p1 {
        margin-top: 6.5rem;
    }

    #Name {
        font-size: clamp(3rem, 16vw, 4rem);
    }

    #p2 {
        font-size: 1rem;
    }

    .navbar {
        padding: 0.75rem 4vw;
    }

    .navbar a {
        font-size: 0.72rem;
    }

    .socials {
        width: 92vw;
    }

    .socials a,
    .socials p {
        font-size: 0.92rem;
    }

    #TechGrid {
        grid-template-columns: 1fr;
    }

    #ProjectsIntro h1 {
        font-size: 3rem;
    }

    .PR-Title {
        font-size: 2.3rem;
    }
}
