footer {
	text-align: center;
	padding: 2rem;
	background-color: #f5f5f5;
	font-size: 0.9rem;
	color: #777;
	width: 100%
	box-sizing: border-box;
}

footer p {
	margin: 0;
}

#image2 {
	border-radius: 0;
}

.container iframe {
	width: 100% !important;
	max-width: 100%;
	height: 950px; 
	border: none;
}

#image1 {
  border-radius: 50%;
  margin-top: 40px;
  width: 200px;
  height: 200px;
  object-fit: cover;
  display: block;
  margin: 40px auto 20px auto;
  position: relative;
  left: -50px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#codebox {
  background-color: #000;
  /*padding: 10px;*/
  /*padding: 10px 20px;*/
  padding-left: 50px;
  border: 3px solid green;
  color: white;
  font-family: monospace;
  font-size: 20px;
}

#codebox button {
  font-family: "Avenir Light";
  color: white;
  background-color: black;
  border: 3px solid #7d9174;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 18px;
  display: block;
  margin: 20px auto 0 auto;
}

#codebox button:hover {
  background-color: black;
  color: yellow;
}

body {
  padding-top: 65px;
  background-color: #f5f5dc;
  font-family: helvetica;
}

#websiteHeader {
	background-color: #e7ded9; 
	color: white; 
	font-size: 50px; 
    text-align: center; /* centers title */
	
	margin: 0 auto; 
	padding: 0.5em 0; 
	max-width: 1200px;	/* match the banner's width */
	-webkit-text-stroke-width: 1px; 
	-webkit-text-stroke-color: black; 
}


#Subheading {
  color: black;
}

#image2 {
  width: 100%;
}

/*.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr; 

/* Medium-sized screens: 2 products per row */
gap: 10px; /* Adjustable gap size */

.column {
  text-align: center; /* Center the content within each column */
}

.column img {
  max-width: 100%;
  height: 300px; /* Setting a fixed height for all images */
}

/*Base (mobile):stacked */
.content-wrapper {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px;
}

/* Larger screens: side by side */
@media screen and (min-width: 768px) {
	.content-wrapper {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: 40px;
	}
}

@media screen and (min-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr 1fr 1fr 1fr; /* Large Screens: 4 products per row */
    div.websiteHeader {
      display: none;
    }
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: Canva Sans;
}

/* Make each section full width with color */
.section {
  width: 100%;
  padding: 40px 20px;
  /*padding: 0; /* No side padding here */ */
}



/* Text styling */
.text-content {
  flex: 1;
}

img {
  width: 200px;
  height: auto;
  border-radius: 10px;
  flex-shrink: 0;
}

/* Fonts + Backgrounds per project */
.project1 {
  background-color: #dbdbc1;
  font-family: "Montserrat", sans-serif;
}

.project2 {
  background-color: #c2c2ab;
  font-family: "Montserrat", sans-serif;
}

.project3 {
  background-color: #dbdbc1;
  font-family: "Montserrat", sans-serif;
}

.project4 {
  background-color: #c2c2ab;
  font-family: "Montserrat", sans-serif;
}

.section {
		width: 100%;
		padding: 40px 20px;
		box-sizing: border-box;
	} /* makes padding behave consistently */

h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

.resume-button {
  /*position: relative;*/
	position: static;
  /*left: -50px;*/
}

/* Swiper container size */
.swiper {
		width: 100%;		 /* take full width of container */
		max-width: 900px;	 /* but don't get too wide on big screens */
		height: auto; 		 /* allow height to adjust */
		aspect-ratio: 16/9;	  /* maintain 16:9 ratio */
		margin: 40px auto;
	}

.swiper-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover; /* fill slide, crop if necessary */
		border-radius: 8px; /* optional rounded corners */
	}

/* Make Swiper navigation buttons smaller */
.swiper-button-next,.swiper-button-prev {
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	color: #333;
	top: 50%;
	transform: translateY(-50%);
}

.swiper-button-next::after,.swiper-button-prev::after{
	font-size: 20px;
}

