/* Created by J. Blackburn - Mar 27 2025 */


body {
  color: #333;
}

	/* Background Section */
#bg-about {
  opacity: 0.5;
  background-image: url('images/Dcode1.png');
}
#bg-projects {
  opacity: 0.4;
  background-image: url('images/Dcode2.png');
}
#bg-education {
  opacity: 0.4;
  background-image: url('images/Dcode3.png');
}

/* Section Images */

#about-image {
  content: url('images/matts-creek-fire.png'); /* TODO: Replace with relevant image */
}


#education-image {
  content: url('images/raytracing.png'); /* TODO: Replace with relevant image */
}

/* Projects Page Images */

#ml-image {
  content: url('images/kanagawa.jpg');
}

#tools-image {
  content: url('images/battlesim2.gif');
}

#other-image {
  content: url('images/matts3.png')
}


/* CONTENT SECTION DESIGN */
.content-section {
  background-color: white;
}

figcaption {
  color: grey;
}

.content-container {
	a {
	  color: rgba(150, 100, 255, 1);
	}
	a:hover {
	  color: blue;
	}
}
	





.projects {

  li {
	p {
	  color: grey;
	}
	b {
	  color: black;
	}
  }

  .pinned {
	  p {
	    color: black;
	  }
  }
}
