/*
* {
  outline: 1px solid red;
}
*/
.img1, .img3, .img5 {
/*  min-height: 200px; don't turn this on */
  display: flex;
  justify-content: center;
  align-items: center;
/*  background-image: url('../portfolio/TK-loading.svg');*/
	background-repeat: repeat;
	background-size: 50px 50px;
	background-position: 0 0;
  transition: background-image 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

	
	
/*
  background-repeat: repeat;
  background-position: center;
  background-size: 30% auto;
*/


/* background image */
/*
.img1, .img3, .img5 {
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../portfolio/TK-loading.svg');
  background-repeat: no-repeat;
  background-position: center;
*/
/*  background-size: contain;*/
/*
	background-size: 30%;
  background-color: rgba(245,245,245,0.58);
  transition: background-image 0.3s ease-in-out, background-color 0.3s ease-in-out;
*/
/*}*/

/*
  animation: pulse 1.5s infinite ease-in-out; /* Example: subtle pulse
}
@keyframes pulse {
  0% { opacity: 0.8; }
  50% { opacity: 1; }
  100% { opacity: 0.8; }
}
 */

/* START Preloading Images */

.portfolio-img {
  opacity: 0;
  transition: opacity 0.3s;
  width: 100%;
  height: auto;
}
.portfolio-img.loaded {
  opacity: 1;
}

/* END Preloading Images */

.portfolio-art-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(5, auto);
	grid-row-gap: 0px;
	max-width: 1400px;
	margin: 0 auto;
	padding: 27px 20px 60px 20px;
	grid-template-areas:
	"img1"
	"img2"
	"img3"
	"img4" 
	"img5";
}

.img1 { grid-area: img1; }
.img2 { grid-area: img2; }
.img3 { grid-area: img3; }
.img4 { grid-area: img4; }
.img5 { grid-area: img5; }
			
.artwork-disc-one {
	padding: 20px 0px 20px 20px;
	width: 80%;
}
.artwork-disc-60 {
	padding: 20px 0px 20px 20px;
	width: 60%;
}

.artwork-disc-two {
	padding: 20px 0px 20px 20px;
	width: 80%;
}

.associate-name {
	font-size: 19px;
	font-family: 'calibriitalic';
	color: #555555;
}

/* ======= footer-two-portfolio ======= */

.footer-two-portfolio {
	padding: 0px 20px;
	background-color: #01141a;
	width: 100%;
}

.footer-two-container-portfolio {
	font-size: 19px;
	line-height: 30px;
	max-width: 1024px;
	padding: 25px 0px 150px 0px;
	margin: 0 auto;
	color: #8c8c8f;
}

/* BBB =================== */

@media (min-width: 760px) and (max-width: 979px) {
	
	

	
	
	
	
	
}/* ====== 
=========*/

/* CCC =================== */

@media (max-width: 759px) {
	
.portfolio-art-grid {
  padding: 10px 0px 40px 0px;
}
	
.artwork-disc-one, .artwork-disc-two, .artwork-disc-60 {
	padding: 20px 20px 20px 20px;
	width: 100%;
}
	
.footer-two-container-portfolio {
	font-size: 19px;
	line-height: 30px;
	max-width: 1024px;
	padding: 25px 0px 110px 0px;
	margin: 0 auto;
	color: #8c8c8f;
}
	
}/* ====== 
=========*/

