@charset "utf-8";
/* CSS Document */

.flex1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.portfolio-item { 
	display: none;	
	min-height: 250px;
	width: 100%;
	max-width: 800px;
	margin-inline: auto;
	padding: 0;
	margin-bottom: 50px;
	 justify-content: flex-end;
  align-items: flex-end;
}

#loadMore {
  width: 200px;
  color: #fff;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: blue;
  transition: .3s;
}
#loadMore:hover {
  color: blue;
  background-color: #fff;
  border: 1px solid blue;
  text-decoration: none;
}
.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}

.holder:hover > .text-left h2, .holder:hover > .text-right h2 {
	font-weight: 800;		
	margin: 0;
	padding: 0;
}
		
.holder:hover > .text-right	{
	transform: scale(1.1);
		padding-left: 60px;
}
		
.holder:hover > .text-left	{
	transform: scale(1.1);
	padding-right: 60px;
}

.holder:hover > .art-right a img {
	transform: scale(1.1);
	rotate:0deg;
	}
		
.holder:hover > .art-left a img {
	transform: scale(1.1);	 
	rotate:0deg;
}

.landscape-text {
	width: 50%!important;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
	text-align: left;
}

.landscape-img {
	width: 50%!important;
}

.text-left h2, .text-right h2 {
	font-family: "Courier Prime", monospace;
	font-weight: 800;
	padding: 0;
	font-size: 18px;
	margin: 20px 0 0 0!important;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}

.text-left p, .text-right p {
	padding: 0;
	font-family: "Courier Prime", monospace;
	font-size: 16px;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
	font-weight: 400;
}

.text-left p {
	padding: 0;
	font-family: "Courier Prime", monospace;
	font-size: 16px;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
	font-weight: 400;
}

a.more {
	font-size: 14px;
	text-decoration: none;
	background-color: #fcf56e;
	padding:3px 5px 1px 5px;
}

.highlight {
	font-size: 14px;
	text-decoration: underline;
	padding:3px 5px 1px 5px;
}

.print:hover {
	text-decoration: underline;
	background-color: #bbfcff;
}

.card:hover {
	text-decoration: underline;
	background-color: #fac2ef;
}



.header-text {
	font-family: 'Courier Prime', monospace; 
	font-style: italic; 
	background-color: #252525; 
	color: #FFFFFF; 
	display: flex; 
	justify-content: center; 
	padding: 22px 0 15px 0;
}

.shadow {
	box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.text-right { 
	text-align: left;
	padding-left: 50px;
	width: 70%;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}

.text-left { 
	text-align: right;
	padding-right: 50px;
	width: 70%;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}

.holder {  
	display: flex; 
	flex-wrap: wrap;
	align-items: flex-end;
}

.art-left, .art-right, .text-left, .text-right { 
	font-family: "Courier Prime", monospace;
	font-size: 16px;
	transition-duration: 0.3s;
	transition-timing-function: ease-out; 
}

.art-right a img {	
	rotate:2deg;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}

.art-left a img {
	rotate:-2deg;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}

.art-right {
	text-align: left;
	width: 30%;
}

.art-left {
	text-align: right;
	width: 30%;
}

@media only screen and (max-width: 576px) {
	
	    .art-left, .art-right, .text-left, .text-right { 
			width: 100%!important;
	}
	
	.img-first {
		order: 1; 
	}
	
	.txt-second { 
		order: 2; 
	}
	
	.text-right { 
		padding-left: 10px;
	}
	
	.text-left { 
		padding-right: 10px;
		text-align: left;
	}
	
	.container {
		padding: 0 20px; 
	}
	
}

.stretch {
	width:100%!important;
}