#home .Title{
  text-align: center;
}

#home .Title h1{
  margin: 0;
}

#home .Title h2{
  margin: 0;
}

#home .H_info{
  display: grid;
  grid-template-columns: auto;
}

#home .Nav{
  grid-column: 1/2;
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto auto;
  margin: 0;
  padding: 0;
}
#home .Nav a{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: thin solid var(--main-col);
  font-size: large;
}

#home .Credits{
  font-size: small;
}

#home .Socials{  
margin-top: 5.5em;
}

/* ///////////////////////////////////////////////// */

#projects main{
display: grid;
grid-template-areas:
  "navBar navScroll"
  "navBar projectContent"
  "navBar projectContent";
grid-template-columns: 15vw 100vw;
margin-left:-15vw;
}

#projects .Nav{
grid-area: navBar;
grid-template-columns: auto;
width: 15vw;
height:100vh;
position: fixed;
margin-left: 0vw;
z-index: 1;
}

#projects .Nav a{
padding: 0em 0em;
transform: 0em;
font-size: medium;
background: rgb(101, 78, 49);
border-right: thin solid var(--main-col);
color: var(--h1-col);
}

#projects .Nav #firstNav{
  border-right: thin solid var(--main-col);
}
#projects .Nav #Arrow{
display:block;
position: fixed;
margin: 50vh 15vw;

width: 10%;
z-index: 1;
}

#projects .Nav .menuArrow{
width: 100%;
background-color: none;
}
#projects h2{
border-radius: 0em;
padding: 0.5em 0.5em;
width: 100%;
}

#projects h1{
font-size: 3em;
}

#projects .Project ul{
width: 70%;
}

#projects .projectNav ul{
grid-template-columns: repeat(5,20%);
font-size: small;

}

#projects .projectNav ul li{
padding: 0em 0.5em;
border-left: thin solid var(--h2-col);
height: 4em;
display: flex;
justify-content: center;
align-items: center;
}

#projects .projectNav ul li:first-child{
border: none;
}

.projectContent{
grid-area: projectContent;
margin-top: 0em;
}

.projectNav{
grid-area: navScroll;
text-align: center;
width: 100%;
position: initial;
}


/* ///////////////////////////////////////// */

#about .Nav{
padding-top: 0.5em;;
}

#about .Nav a{
font-size: large;
}


/* /////////////////////////////////////////// */


#contact .Nav a{
font-size: large;
}

#contact .mistake{
font-size: x-small;
}


#contact #btnSubmit{
width: 30%;
}

#contact .Socials{
grid-template-columns:auto 10vw 10vw 10vw auto;
}

#contact .Socials a{
height: 10vw;
}

#contact .Socials h2{
margin: 0;
margin-top: 2em;
}

#contact .Credits{
font-size: small;
}

#contact legend{
font-size: large;

}

#contact label{
font-size: smaller;
}