/* Response 768 */

body{
  font-size: 0.9rem;
}

.menu-btn{
  display: flex;

}

.menu-items{
  flex-direction: column;
  justify-content: space-around;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  transform: translateX(100vw);
  background-color: #63544e;
  transition: transform 0.3s ease-in-out;
}

.menu-items a:hover{
  background-color: #413935;
}

.menu-items a.current{
  background-color: #302c2a;
}

.menu-items.open{
  transform: translateX(0);
}

.menu-items li{
  width: 100vw;
  height: 100%;
}

.menu-items li a{
  font-size: 5vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.split55{
  max-width: 100%;
}

/* showcase */

#showcase .showcase-content,
#showcase .showcase-banner{
  height: 45vh;
}

#showcase h2{
  font-size: 2.5rem;
  margin-bottom: .5rem;
}

#showcase p{
  margin-bottom: 20px;
  font-size: 0.8rem;
}

/* tease projects */

#tease-projects{
  margin: 40px 0;
}

#tease-projects .tease-container{
  margin: 50px 120px;
  justify-content: center;
  align-items: center;
}

#tease-projects .tease-row{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4.5rem;
}

.tease-container .btn-more{
  margin: 50px 0px 20px 0px;
}

.btn{
  padding: 0.6rem 2.5rem;
}

/* about me */

#about-me .container{
  margin: 0px 40px;
}

.container-row{
  display: flex;
  flex-direction: column;
}

#about-me h2{
  font-size: 2rem;
  text-align: center;
}

#about-me .containerSkill-row{
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  width: 100%;
  padding: 20px 30px 0 30px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#about-me .containerSkill-row .col-1{
  flex: 1;
  display: flex;
}

.containerSkill-row .headshot{
  position: absolute;
  visibility:hidden;
  display:none;
}

.about-info .headshot{
  display: flex;
  position: relative;
  visibility:visible;
  display:visible;
  padding-bottom: 30px;

}

.about-info .headshot img{
  max-width: 180px;
}

#about-me .skill-column {
  text-align: center;
  align-items: center;
  /* justify-content: center; */
}

#about-me .column-right{
  justify-content: end;
}

#about-me .column-left{
  justify-content: start;
}

/* form */

#connect-form .container-content h2{
  font-size: 1.8rem;
}

#connect-form .container{

  padding: 60px 120px;
}

/* Portfolio */

#showcase .showcase-banner{
  height: 28vh;
}

#main-portfolio .portfolio-container{
  max-width: 100vw;
}

.portfolio-container .portfolio-selectors{
  margin-bottom: 30px;
}

.portfolio-content-row .imgGrid-container{
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, 1fr);
  padding: 0 0px;
}

.portfolio-content-row{
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 40px;
  max-width: 100%;
}


.portfolio-content-row.decoration-spacing{
  padding: 10px 40px 30px 40px;
}

.portfolio-content-row .column{
  align-items: center;
}

.portfolio-content-row .column-2 {
  max-width: 100%;
  padding: 20px 0 0 0;
}

.portfolio-content-row .column-2 p{
  margin-bottom: 20px;
}

.item.gridImg{
  padding: 0 0px;
}


@media screen and (max-width: 680px){


  
  #connect-form .container-form form{
    gap: 20px;
  }
  
  #connect-form .container-form input[type=text]{
    grid-column: 1/5;
  }
  
  #connect-form .container-form input[type=email]{
    grid-column: 1/5;
  }
  
  form{
    justify-content: center;
    width: auto;
    max-width: 700px;
  }
}

@media screen and (max-width: 510px){
  #main-nav .front-name h2{
    font-size: 1.2rem;
  }

  .about-info p{
    margin: 0px;
  }
  .secondary-text{
    display: none;
  }

  #about-me .container{
    margin: 0 60x;
  }

  #tease-projects .tease-container{
    margin: 40px 40px;
  }

  #tease-projects .tease-container h2{
    font-size: 1.5rem;
    margin-bottom: 30px;
  }

  #connect-form .container{
    padding: 60px 40px;
  }

  .btn{
    padding: 0.6rem 2rem;
  }

  .catagoryTitle {
    margin: 15px 40px;
  }


/* .portfolio-content-row .column-2{
  padding: 5px 80px;
} */

.portfolio-container .portfolio-selectors{
  margin: 0 10px;
}

.portfolio-container .portfolio-selectors .btnFilter{
  font-size: 0.9rem;
}

.vertical-seperator {
  height: 25px;
}

}

@media screen and (max-width: 368px){
  #tease-projects .tease-container,
  #about-me .container{
    margin: 0px 20px;
  }

  .portfolio-content-row{
    padding: 20px 20px;
  }
  .portfolio-content-row.decoration-spacing{
    padding: 10px 20px 30px 20px;
  }
}

