/* Use this stylesheet to add your UI details, and to overwrite layout details for specific instances. */

.background-section-1 {
  background-image: url('images/bookman_cover.jpg'); /* Path to your background image */
  background-size: cover; /* Make sure the image covers the entire section */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Prevent the image from repeating */
  height: 100vh; /* Set the height of the section */
  display: flex; /* Allows centering of content */
  justify-content: center; /* Horizontally center the content */
  align-items: center; /* Vertically center the content */

}


@media (min-width: 390px) {

  

/* -------------------- PROJECTS ------------------ */


  .portfolio-section img:hover {
  filter: (0%);
      }
      
  .portfolio-section img{
    filter: (0%);

    cursor: pointer;
  }

  .portfolio-section img:hover {
    filter: grayscale(0%);
        }
        
    .portfolio-section img{
      filter: grayscale(0%);

      cursor: pointer;
    }
  
/* -------------------- PROJECTS ------------------ */

.image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}


.image img {
  width: 100%;
  height: auto;

}

}


@media screen and (min-width: 500px) {

  .portfolio-section {
    text-align: center;

  }
  
  .image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .image {
    flex-basis: calc(100% - 25px);
  }
  
  .image img {
    width: 100%;
    height: auto;
  }



    }

@media screen and (min-width: 768px) {

  .portfolio-section {
    text-align: center;

  }
  
  .image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .image {
    flex-basis: calc(50% - 25px);
  }
  
  .image img {
    width: 100%;
    height: auto;
  }



    }
  




    @media (min-width: 1440px) {

/* -------------------- PROJECTS ------------------ */






.project img {
	width: 100%;
}


  .container {
  max-width: 1500px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
}


.portfolio-section {
  text-align: center;

}




.image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  row-gap: 20px;
}

.image {
  flex-basis: calc(30% - -30px);

}

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








}

  