*{
    margin: 0;
    padding: 0;
}

#travme-body {
    font-family: 'DM Sans', sans-serif;
    /* background-color: #111; */
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

.link-container {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
  }
  
  .resume {
    text-decoration: underline;
    font-style: italic;
  }


  .headernav {
    border-bottom: 1px solid #2C2C2C;
    background: #141414;
    overflow: hidden;
  }
  
  .headernav ul{
    width: 100%;
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    align-content: center;
  }
  
  .headernav li{
    height: 50px;
  }
  
  .headernav a{
    height: 100%;
    padding: 0 1rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255);
    font-size: 1.2rem;
  }
  
  .headernav a:hover {
    background-color: #222222;
  }
  
  .headernav li:first-child {
    margin-right: auto;
    font-size: 24px;
    font-weight: 600;
    
  }

  #header-nav .sidebar {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    z-index: 999;
    background-color: white; /* White background */
    display: none; /* Flexbox layout */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

/* Specific styling for the "X" button to position it top-right */
#header-nav .sidebar li:first-child {
    position: absolute;
    top: 20px; /* Move to top */
    right: 20px; /* Move to the right */
    margin: 0; /* Remove margins */
}



#header-nav .sidebar li span{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: none;
}

#header-nav .sidebar li {
    width: auto;
    list-style: none;
    margin: 1.5rem 0;
}

#header-nav .sidebar a {
    text-decoration: none;
    color: black; /* Black text */
    font-size: 2rem; /* Larger font size */
    font-weight: normal;
    text-align: center;
}



#header-nav .sidebar a:hover {
    color: gray; /* Subtle hover effect */
}

#desktop-links {
    display: none;
}





  .desktopnav span{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    display: none;
  }

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

  .desktopnav li {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .desktopnav button {
    border-radius: 25px;
    border: 1px solid #0A0A0A;
    background: #282828;
    color: white;
    padding: .5rem 1.2rem;
    width: fit-content;
  }

 button:hover {
    background: linear-gradient(90deg, #AB42D5 0%, #FF6FE5 100%);
    box-shadow: 0px 0px 11.9px -2px #571752;
  }

  .hero-section {
    background: url(../images/hope4kidsbg-hero.png);
    background-size: cover;
    background-position: bottom;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
  }


  .hero-info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 95%;
    color: white;
    gap: 4rem;
    justify-content: center;
    align-items: flex-start;
    width: 75%;
    margin-top: 6rem;

  }

  .brand-contain {
    
    width: 85%;
  }

  .project-contain, .summary-contain, .respond-contain {
    width:25%;
  }

  .brand-contain h2, .project-contain h2, .summary-contain h2, .respond-contain h2 {
    color: #EBEBEB;
    font-family: "DM Mono";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.44px;
    margin-bottom: 1rem;
  }

  .brand-contain span {
    color: #FFF;
    font-family: "Archivo Black";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .project-contain span {
    color: #FFF;
    font-family: "Bebas Neue";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .respond-contain ul {
    list-style-type: none;
  }

  .respond-contain li {
    margin-bottom: .5rem;
  }

  .begin {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    background: #F1F1F1;
    width: 100%;
  }

  .begin-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .begin-info {
    width: 50%;
  }

  .begin-info p, .scope-contain p, .solutions-info p, .refine-info p, .looks-info p, .conclusion-info p {
    color: #404040;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
  }

  .begin-info p {
    width: 75%;
  }

  .scope-contain p {
    width: 50%;
    color: #e2e2e2;
  }

  .begin-info h1, .scope-contain h1, .solutions-info h1, .uxoption h1, .define-info h1, .refine-info h1, .looks-info h1, .conclusion-info h1, .credits h1 {
    font-family: 'DM Sans';
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -0.32px;
    width: fit-content;
  }

  .scope-contain h1 {
    color: #ffffff;
    max-width: 600px;
  }

  .scope {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8rem 2rem;
    background: #313131;
  }

  .scope-info {
    display: flex;
    justify-content: center;
    gap: 2rem;
    width: 99%;
  }

  .scope-contain {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: fit-content;
  }

  .scope-info h2 {
    color: #ffffff;
    font-family: "DM Mono";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.44px;
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
    height: fit-content;
  }

  .scope-info svg, .solutions-contain svg {
    margin-right: 1rem;
  }

  .breaker {
    background-color: #ffffff;
  }

  .breaker {
    display: flex;
    align-items: center; /* Vertically centers content inside the section */
    justify-content: flex-end; /* Aligns image to the right */
    height: 100%; /* Make the section full height if needed */
    width: 100%;
}

.breaker img {
    width: 50%;
    height: auto; /* Maintain the aspect ratio */
}

.solutions {
    background-color: #fff;
    padding: 8rem 002rem;
    display: flex;
    gap: 4rem;
    justify-content: center;
}

.solutions-contain h2 {
    color: #B1B1B1;
    font-family: "DM Mono";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.44px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: fit-content;
  }

  .solutions-info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
    width: 50%;
  }

  .solutions-info p {
    max-width: 1000px;
  }

  .uxoption {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    background-color: #fff;
  }

  .img-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns */
    grid-template-rows: 300px auto; /* Fixed height for the first row, auto for the second */
    gap: 10px; /* Spacing between images */
}

.img-grid .img-1, .img-grid .img-2 {
    grid-row: 1; /* Both images occupy the first row */
}

.img-grid .img-3 {
    grid-column: 1 / 3; /* Span both columns */
    grid-row: 2; /* Occupy the second row */
}

.img-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image fits within its container */
    border-radius: 8px; /* Optional: rounded corners */
}

.low-fi-wireframe {
  background-color: #313131;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.low-fi-wireframe img 
{
  max-width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hi-fi-hope {
  display: flex;
  justify-content: center;
  align-items: center;
}


  .defining, .conclusion {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8rem 2rem;
    color: white;
    background-color: #000;
  }

  .define-info p, .conclusion p {
    color: #D3D3D3;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
    max-width: 700px;
  }

  .define-info, .conclusion-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 40%;
  }

  .user-persona {
    background: url(../images/user-persona.png);
    background-color: #fff;
    height: 150vh;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .refine {
    background-color: #fff;
    padding: 8rem 2rem 8rem 2rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
  }

  .refine-sub h2 {
    color: #B1B1B1;
    font-family: "DM Mono";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.44px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: fit-content;

  }

  .refine-sub svg {
    margin-right: 1rem;
  }

  .refine-info p {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
    width: 100%;
    color: #404040;
  }

  .refine-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 40%;
    
  }

  .refine-info h1 {
    text-transform: uppercase;
  }

  .info-arch-after {
    background-color: #313131;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    padding: 1rem;
  }

  .info-arch{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    padding: 1rem;
  }

  .userflow{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8rem 4rem;

  }

  .looks-section {
    padding: 8rem 2rem 8rem 2rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10rem;
    background-color: lightgray;
  }

  .solutions-info h1 {
    text-transform: uppercase;
  }

  .begin-info p {
    max-width: 700px;
  }

  .conclusion {
    width: 100%;
  }

  .looks-sub {
    display: flex;
  }

  .looks-info {
    display: flex;
    flex-direction: column;
    width: 25%;
  }

  .looks-sub h2 {
    color: #B1B1B1;
    font-family: "DM Mono";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.44px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: fit-content;
  }

  .looks-sub svg {
    margin-right: 1rem;
  }

  .neosquare {
    width: 15%;
    height: 300px;
    border-radius: 25px;
    background: #d3d3d3;
    box-shadow:  20px 20px 60px #b3b3b3,
                -20px -20px 60px #f3f3f3;
  }

  .final-mockup {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    
  }
 
  .credits {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8rem 2rem 8rem 2rem;
    background-color: #FFF;
  }

  .credits aside {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }

  .credit-info {
    display: flex;
    gap: 4rem;
  }

  .credit-info h2 {
    color: #7c7c7c;
    font-family: "DM Mono";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.44px;
  }

  .credit-info ul {
    list-style-type: none;
  }

  .credit-info li:nth-child(1) {
    margin-top: 1rem;
  }

  .credit-info li {
    margin-top: .5rem;
    font-weight: 500;
  }

  .next-project {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 1rem;
    margin: 0;
    background: url(../images/FITBUD-NEXT.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 35vh;
    color: white;
    gap: 2em;
    width: 88%;
  }

  .next-project h1 {
    width: 100%;
  }

  .project-info {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    position: relative;
    bottom: -70px;
    left: 16px;
  }

  .project-info h1 {
    font-size: 2rem;
    max-width: 400px;
  }

  #project-btn {
    border: solid 2px white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    background-color: transparent;
    color: #FFF;
    font-family: 'outfit';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  #project-btn:hover {
    background-color: #fff;
    color: #a41cff;
    cursor: pointer;
  }


  footer {
    background: #1E1E1E;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    justify-content: center;
    gap: 2rem;
  }

  footer ul {
    list-style-type: none;
  }

  footer a {
    text-decoration: none;
    color: #9D9D9D;
  } 

  footer h4 {
    font-size: 1.5rem;
    color: white;
  }

  .resume {
    text-decoration: underline;
    font-style: italic;
  }

  .link-container {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
  }

  .round-links {
  border-radius: 200px;
  border: 0.5px solid #606060;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  }

  .round-links:hover {
    transform: translateY(-5px);
    cursor: pointer;
  }

  .round-links a {
    height: 20px;

  }

  .copyright {
    display: inline-flex;
    padding: 0px 4px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #FFF;
    color: white;
  }

  .copycontainer {
    display: flex;
    gap: .5rem;
    color: white;
  }

  .container-two {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  footer li {
    margin-top: .5rem;
  }

  footer li:hover {
    font-weight: 600;
  }











  @media only screen and (min-width: 800px){
    #desktop-links{
      display: flex;
    }
  
    .desktopnav span{
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      display: flex;
      align-self: flex-end;
      margin-bottom: .8rem;
      margin-left: .2rem;
    }

    #menuButton-on {
      display: none;
    }

    .headernav button {
      margin: 0 1rem;
  }

  .user-persona, .userflow {
    background-size: contain;
  }

  .user-persona {
    height: 100vh;
    background-position: center;
    margin-top: 8rem;
  }

  .userflow {
    height:200vh;
    background-position: center;
    margin-top: 4rem;
  }

  .looks-section {
    gap: 5rem;
  }

  .looks-info {
    width: 45%;
  }




  footer {
    flex-direction: row;
    justify-content: space-around;
  }
}

@media only screen and (max-width: 600px){

  .hero-info {
    margin-top: 5rem;
    width: 100%;
    gap: 1.5rem;
    height: 100vh;
  }

  .project-contain, .summary-contain, .respond-contain {
    width: 85%;
}

  .hero-section{
    height: 100vh;
  }

  .begin {
    flex-direction: column;
    width: 92%;
  }

  .solutions-info {
    width: 100%;
    align-items: flex-start;
  }

  .begin-info, .define-info, .refine-info, .looks-info, .conclusion-info {
    width: 100%;
    align-items: flex-start;
  }

  .begin-image {
    margin-top: 3rem;
    transform: scale(.8);
  }

  .uxoption img{
    object-fit: contain;
    width: 100%;
  }

  .refine-sub img {
    object-fit: contain;
    width: 100%;
  }



  .img-grid img {
    object-position: right;
  }

  .hi-fi-hope img {
    object-fit: contain;
    width: 100%;
  }

  .begin-info p, .scope-info p, .refine-info p, .looks-info p, .conclusion-info p {
    width: 100%;
  }

  .scope-info {
    flex-direction: column;
  }

  .scope-info h2 {
    width: fit-content;
  }

  .breaker {
    flex-direction: column;
  }

  .breaker img {
    width: 100%;
  }

  .solutions {
    flex-direction: column
  }

  .solutions-contain h2 {
    width: fit-content;
  }

  .user-persona {
    display: none;
  }

  .refine {
    flex-direction: column;
  }

  .userflow {
    display: none;
  }

  .looks-section {
    flex-direction: column;
  }

  .neosquare {
    width: 100%;
  }

  .looks-info h1 {
    width: 300px;
  }

  .credit-info {
    flex-direction: column;
  }

  .next-project {
    height: 50vh;
    gap: 8rem;
  }

  footer {
    width: 98%;
}

}