.project-wrapper {
  display: flex;
  align-items: center;
  max-width: 950px;
  min-width: 70%;
  margin: 0px auto;  
  gap: 15px;
  font-family: Arial, sans-serif;
  position: relative;
}

.project-card {
  flex: 1;
  padding: 25px;
  border-left: 5px solid #153816;
  border-radius: 6px;
  min-width: 100%;
  background-color: #f9f9f9;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Pull the thumbnail container outside the right margin */
.thumbnail-container {
  flex-shrink: 0; /* prevent shrinking */
  margin-left: 40px;  /* some gap from the card */
  margin-right: -300px; /* negative margin to push it outside */
}

.thumbnail-container img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}


















header {
    background-color: #333;
    color: #cdcbcb;
    padding: 10px 0;
    }
nav ul {
     list-style: none;
    display: flex;
    justify-content: center;
    }
nav li {
    margin: 0 20px;
    }
nav a {
    text-decoration: none;
    color: #ffffff;
    }
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    }
img {
    max-width: 100%;
    }
footer {
    text-align: center;
    padding: 10px;
    background-color: #333;
    color: #333;
    }

.container {
    /* position: relative; */
    max-width: 960px;
    /* padding: 40px; */
    margin: auto;
    width: 50%;
    /* padding: 10px; */
    height: 120%;
    background-color: rgb(61.57% 61.96% 52.55%);
    }

.background {
    background-color: black;
    background-image: url('./images/StarBackground.png'); /* subtle texture */
    background-repeat: repeat;
    background-size: contain;
    padding: 40px 20px;
    }

.bigger_container {
    background-color: rgb(176, 193, 171);
    /* max-width: 1024px; */
    /* padding: 40px; */
    margin: auto;
    width: 65%;
    padding: 10px;
}

.project {
    margin-bottom: 20px;
    border: 1px solid #9f9b9b;
    padding: 20px;
    }

#side_photo {
    background-image: url(./images/profile.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 300px,100px;
    /* width: fit-content; */
}


.quote-wrapper {
    height: 300px;
    text-align: center;
    width: 300px;
    justify-content: center;
    vertical-align: left;
  }

  .quote-wrapper-large {
    height: 400px;
    text-align: center;
    width: 400px;
    justify-content: center;
    vertical-align: left;
  }

  .text {
    background: radial-gradient(
      ellipse at center,
      rgb(45.1% 34.51% 43.92%) 0%,
      rgb(104 88 115) 70%,
      rgba(0, 128, 172, 0) 70.3%
    );
    height: 100%;
    width: 100%;
    color: rgb(106, 98, 98);
    position: relative;
    margin: 0;
  }

  .text p {
    font-size: 21px;
    font-style: italic;
    height: 100%;
    line-height: 1.25;
    padding: 0;
    text-align: center;
    text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.3);
  }


  .text::before {
    content: "";
    float: left;
    height: 100%;
    width: 50%;
    shape-outside: polygon(
      0 0,
      98% 0,
      50% 6%,
      23.4% 17.3%,
      6% 32.6%,
      0 50%,
      6% 65.6%,
      23.4% 82.7%,
      50% 94%,
      98% 100%,
      0 100%
    );
    shape-margin: 7%;
  }


  .text p::before {
    content: "";
    float: right;
    height: 100%;
    width: 50%;
    shape-outside: polygon(
      2% 0%,
      100% 0%,
      100% 100%,
      2% 100%,
      50% 94%,
      76.6% 82.7%,
      94% 65.6%,
      100% 50%,
      94% 32.6%,
      76.6% 17.3%,
      50% 6%
      );
    shape-margin: 7%;
  }

  .arcgisimg {
    align-items: center;
    position: relative;
    top: 30%;
    left: -40%;
  }

  .arcgisimg:hover {
    background-image: url('\\images\\arcgis_ex.png');    
  }

  .tableauimg{
    align-items: center;
    position: relative;
    top: 50%;
    left: 80%;
  }

  .githubimg{
    align-items: center;
    position: relative;
    top: 70%;
    left: -20%;
  }


  .overlay {
    position: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: rgba(54, 89, 32, 0);
    background-image: url('\\images\\arcgis_ex.png');  
  }
  
  /* When you mouse over the container, fade in the overlay icon*/
  .quote-wrapper-large:hover .overlay {
    opacity: 1;
  }

  .troial {
    height: 25px;
    width: 100%;
    color: rgba(62, 85, 62, 0.293);
    position: relative;
    margin: 0;
    background-color: whitesmoke;
    padding: 25px;
    border-radius: 6px; 
    align-items: center; justify-content: center;
    /* //padding: 25px; align-items: center; justify-content: center */
  }


  /* .projectCard:hover{
    background-color: #2e4835;
  } */

  /* .background {
    
} */