


body {
    background-color: #0f0f0f;
    margin: 0px;
    font-family: "Inter", sans-serif;
    color: white;
    font-weight: 400;
    line-height: 1.5;
}

h1{
    font-weight: 600;
    font-size: 6.5rem;
    line-height: 1;
}

h2{
    font-size: 4rem;
    line-height: 1;
}
h3{

    font-size: 2.5rem;
    line-height: 1;
}
h4{

    font-size: 1.5rem;
    line-height: 1;
}
h5{

    font-size: 1rem;
    line-height: 1;
    margin: 0;
}
h6{

    font-size: 1rem;
    line-height: 1.4;
}

p {

    font-size: 1.4rem;
}



#top_nav_bar{
    font-size: 1rem;
    display: flex;
    height: min-content;
    overflow: hidden;
    align-items: center;
    gap:calc((100vw - 500px) / 8);
    padding-left: 5.25rem;
    padding-right: 5.25rem;


}


a {
    text-decoration: none;
    color: white;
}

.width-800 {
    max-width: 800px;
    width: 100%;
}


.navlinks li:hover{
    transform: rotate(5deg);
    color: #555;
}

.navbar a{
    color:inherit;

}

.bold {
    font-weight: 700;
}

.grey {
    color: #ffffff41;
}

.green {
    color: #41b78e;
}

hr.solid {
    border-top: 1px solid #ffffff;
    width: 100%;
}




.button-text{
    color:inherit;
    transition: 0.4s ease-in-out;

}


.button-text:hover{
    transform: rotate(5deg);
    color: #555;
}




.navbar {
    width: 100%;
    align-items: center;
    background-color: #ff000000;
    position: fixed;
    top: 0;
    backdrop-filter: blur(10px);
}

.navbar-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    padding: 1rem 2.5%;
}

.logo {
    font-size: 1.2rem;
    color: white;
    font-weight: bold;
    font-family: inter;
    text-wrap: nowrap;
    width: fit-content;
}

.navbar ul {
    display: flex;
    color: white;
    list-style: none;
}


.navbar li{
    padding: 0.5rem;
    font-size:1rem;
    color: #ffffff;
    transition: 0.2s ease-in-out;
    

}


.navbar li:hover{
    transform: rotate(5deg);
    color: #555;
}

.navbar li a{
    color:inherit;
}

.separator {
    width: calc(100% - 400px);
}

.container {
    width: 95%;
    margin: 2rem auto;
    max-width: 1600px;
}

#hero{
    width: 95%;
    margin: 2rem auto;
    padding-top: 2rem;
}

#header{
    margin-left: 2.5%;
}


#projects {
    
    display: flex;
    flex-direction: column;
    background-color: #1f1f1f;
}



#projects .project{
    display: flex;
    flex-direction: row;
    background-color: #2f2f2f;
}


#projects .project div{
    padding-right: 0px;
}

.project_content{
    display: flex;
    flex-direction: row;
    margin-right: 2.5%;
    margin-left: 2.5%;
}

.image img{
    min-width: 300px;
    max-width: 750px;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 100px;
}




/* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f111;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #ffffff21;
    border-radius: 1rem;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  @media (max-width: 1280px) {

    .experience {
            flex-wrap: wrap-reverse;
        }

        .experience-list {
            width: 100%;
        }

  }


    @media (max-width: 1078px) {

        h1 {
            font-size: 4.5rem;
        }

        h2 {
            font-size: 3.5rem;
        }

        .separator {
        width: 10%;
        }   

    }


  @media (max-width: 768px) {

    h1 {
        font-size: 3rem;
    }

    h2 {
            font-size: 2.5rem;
        }

    



    .intro {
        margin-bottom: 10vh;
        flex-wrap: wrap;
    }
    .profile-pic {
        width: 15rem;
        height: 15rem;
    }
    .container {
        width: 80%;
    }

    .project_content {
        flex-direction: column-reverse;
    }

    .image img{
    padding-top: 10px;
    padding-bottom: 20px;
    }


    .footer-buttons {
        flex-wrap: wrap;
    }

    .navbar-content {
        flex-wrap: wrap;
        justify-content: center;
    }

   @media (max-width: 404px) {
    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.5rem;
        
    }

    #hero{
        margin-top: 8rem;

    }

    }
  }