/********************************
	
	home-projects section
	
********************************/
section#home-projects {
	padding: 0%;
	margin-bottom: 0rem;
	color: var(--primary-color);
	/*! background-color: var(--secondary-color); */
	/*! background-color: var(--neutral-color); */
	/*! background-color: #ffffff; */
	z-index: 3;
}

/********************************
	
	home-projects section
	Container_content
	
********************************/
section#home-projects .container_content {
	max-width: 1440px;	
	margin: 0% auto;	
}


/********************************
	
	home-projects section
	grid_12 (Container_content)
	
********************************/
section#home-projects
> .container_content > .grid_12 {
	width: 100%;
	/*! height: 100%; */
	padding: var(--section-vert-padding) var(--section-horz-padding);
	column-gap: var(--column-margin);
	row-gap: var(--row-margin); 
	row-gap:  1.0rem;
	column-gap: 1.0rem;
	z-index: 2;
}

/********************************
	
	home-projects section
	Content
	
********************************/

/********************************
	home-projects section
	(Container_content)
Header
********************************/
section#home-projects > .container_content
> .grid_12 > header{
	grid-column-end: span 12;
	text-align: center;
	margin-bottom: 2rem;
	/*! background-color: red; */
}

section#home-projects > .container_content
> .grid_12 > header h2{
margin-bottom: 0rem;	
}

/********************************
	home-projects section
	(Container_content)  columns
********************************/
section#home-projects
> .container_content > .grid_12 .col { 
	display: flex;
	flex-direction: column;
	color: var(--primary-text-color);
}

/********************************
	home-projects section
	text (default)
********************************/
section#home-projects
> .container_content h2 {
	
}

section#home-projects
> .container_content h3 {
	
}

section#home-projects
> .container_content header h3 {
	
	text-align: center;
	color: var(--accent-color);
}


section#home-projects
> .container_content p {
	
}

section#home-projects
> .container_content ul {
	
}

/********************************
	home-projects section
	Container_content column(default)
********************************/
section#home-projects
> .container_content > .grid_12 > .col  {
	/*! display: flex; */
	flex-direction: column;
	/*! justify-content: center; */
	align-items: center;	
	background-color: var(--neutral-color);
	background-color: var(--primary-text-color);
} 




/********************************
	home-projects section
	column images (default)
********************************/
section#home-projects
> .container_content
> .grid_12 .col figure {
	/*! aspect-ratio: 7/8; */
	height: 100%;
} 	

section#home-projects 
> .container_content
> .grid_12 .col figure img {
	object-fit: cover;
	object-position: center;
	border-radius: inherit;
}

section#home-projects 
> .container_content
> .grid_12 .col figure .overlay {
display: flex;
flex-direction: column;	
background-color: rgba(125,125,125,0.5)	
}


section#home-projects 
> .container_content
> .grid_12 .col figure .overlay footer {
margin-top: auto;
margin-bottom: 2rem;
padding: 2rem;
}

section#home-projects 
> .container_content
> .grid_12 .col figure .overlay footer .bar {
width: 100%;
height: 5px;
margin-bottom: 1rem;	
background-color: var(--accent-color);	
}


/********************************
	home-projects section
	Column Header
********************************/
section#home-projects
> .container_content
> .grid_12 .col > header {
	width: 100%;
	height: 9.0rem;	
	margin-top: -3rem;	
	margin-bottom: 1rem;	
	padding: 1rem;	
	box-shadow: 10px 5px 15px 0px rgba(0, 0, 0, 0.2);	
}

section#home-projects
> .container_content
> .grid_12 .col > header h3 {
	
	margin-bottom: 0rem;	
}

section#home-projects
> .container_content
> .grid_12 .col > header h3 em {
	display: block;	
	width: 100%;	
	
}

/********************************
	home-projects section
	Column Content
********************************/

section#home-projects
> .container_content
> .grid_12 > .col ul {
	color: var(--primary-color);
	margin-bottom: 2rem;	
} 

section#home-projects
> .container_content
> .grid_12 > .col ul li {
	margin-bottom: 1.2rem;
	/*! text-indent: -1.5rem; */
} 

section#home-projects
> .container_content
> .grid_12 > .col ul li:before {
	display: inline-block;
	margin-right: 1.5rem;
	content: "\2713";
}

/********************************
	home-projects section
	Column Footer
********************************/
section#home-projects
> .container_content
> .grid_12 .col > footer {
	display: flex;
	justify-content: center;	
	width: 100%;	
	margin-top: auto;	
	/*! background-color: yellow; */	
}

section#home-projects > footer figure {
	
}

section#home-projects
> .container_content
> .grid_12 .col > footer a{
	display: block;	
	width: 90%;
}

section#home-projects
> .container_content
> .grid_12 .col > footer button {
	width: 100%;
	padding: 0.75rem;
	text-align: center;	
	
	background-color: var(--accent-color); 	
}


/********************************
	home-projects section
	Container_content 
	Overlay
********************************/
section#home-projects
> .container_content > .overlay { 
	
}	



/********************************
	home-projects section
	First column
********************************/
section#home-projects 
> .container_content > .grid_12 >.col:nth-of-type(1) { 
	
}

section#home-projects 
> .container_content
> .grid_12 >.col:nth-of-type(1) header { 
	background-color: var(--primary-color); 
}





/********************************
	home-projects section
	Second column
********************************/
section#home-projects 
> .container_content > .grid_12 >.col:nth-of-type(2) { 
	
}

section#home-projects 
> .container_content
> .grid_12 >.col:nth-of-type(2) header { 
	background-color: var(--secondary-color); 
}

/********************************
	home-projects section
	Third column
********************************/
section#home-projects 
> .container_content > .grid_12 >.col:nth-of-type(3) { 
	
}

section#home-projects 
> .container_content
> .grid_12 >.col:nth-of-type(3) header { 
	background-color: var(--additional-secondary-color); 
}









/********************************
	
	home-projects section
	Responsiveness 
	
********************************/
/*---------------------------------------------------------------------------
	>>> Begin Mobile Screen (max-width: 425px)
-----------------------------------------------------------------------------*/
@media (max-width: 425px)  {
	
	/********************************
		home-projects section
		Grid_12
	********************************/
	section#home-projects
	> .container_content > .grid_12 {
		padding-top: 30%; 
		
	}
	
	/********************************
		home-projects section
		Columns
	********************************/
	
	section#home-projects
	> .grid_12:nth-of-type(1).col { 
		
	}	
	
	
	section#home-projects >  .container_content
	> .grid_12 .col:not(:last-of-type) {
		margin-bottom: 2rem;
	}	
	
	
	section#home-projects 
	> .grid_12 >.col:nth-of-type(1) { 
		padding-right: 0rem;
	}	
	
	section#home-projects >  .container_content
	> .grid_12 > .col:nth-of-type(1) form {
		/*! grid-auto-rows: 25vw; */
		margin-top: auto;
		margin-bottom: auto;	
		/*! padding: 0rem var(--section-horz-padding); */
		column-gap: 2rem;	
		row-gap: 0rem;   
	}	
	
	
	section#home-projects
	.grid_12 .col figure,
	section#home-projects .grid_12 .col figure img	{
		
	}
	
	/********************************
		home-projects section
		Shapes
	********************************/
	section#home-projects 
	.col:nth-of-type(1) .circle {
		top: 0%;
		left: 0%;
		translate: -40% -50%;
		width: 30%;
	}
	
} 
/*---------------------------------------------------------------------------
	<<< End Mobile Screen (max-width: 425px)
-----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------
	>>> Begin Mobile Large Screen (min-width: 426px) and (max-width: 768px)
-----------------------------------------------------------------------------*/

@media (min-width: 426px) and (max-width: 768px) {
	
	/********************************
		home-projects section
	********************************/
	section#home-projects  {
		
	}	
	
	/********************************
		home-projects section
		grid_12
	********************************/
	section#home-projects
	> .container_content > .grid_12 {
		/*! padding-top: 15%; */ 
		/*! padding-bottom: 15%; */
	}
	
	section#home-projects
	.grid_12 .col { 
		grid-column-end: span 12;	
	}	
	
	section#home-projects  > .container_content
	> .grid_12 .col:not(:last-of-type) { 
		margin-bottom: var(--section-vert-padding);
	}			
	
	section#home-projects 
	> .grid_12 >.col:nth-of-type(1) { 
		
	}	
	
	
	
	
	
	section#home-projects 
	> .grid_12 .col figure {
		
	} 	
	
	
	
}
/*---------------------------------------------------------------------------
	<<< End Mobile Large Screen (min-width: 426px) and (max-width: 768px)
-----------------------------------------------------------------------------*/



/*---------------------------------------------------------------------------
	>>> Begin Small Screen
	(min-width: 769px) and (max-width: 1024px)
	
-----------------------------------------------------------------------------*/
@media (min-width: 769px) and (max-width: 1024px) {
	
	/********************************
		home-projects section
	********************************/
	section#home-projects { 
		
	}	
	
		
	
	/********************************
		home-projects section
		Column (default)
	********************************/
	section#home-projects
	> .container_content > 
	.grid_12 > .col { 
		grid-column-end: span 6;
	}	
	
}
/*---------------------------------------------------------------------------
	<<< End Small Screen
	(min-width: 769px) and (max-width: 1024px)
	
-----------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------
	>>> Begin mid Screen and large Screen 
	(min-width: 1025px) and (max-width: 1440px)
	
-----------------------------------------------------------------------------*/
@media (min-width: 1025px)  and (max-width: 1440px)  { 
	
	/********************************
		home-projects section
	********************************/
	section#home-projects { 
		
	}	
	
	
	
	/********************************
		home-projects section
	Column (default)
	********************************/
	section#home-projects
	> .container_content > 
	.grid_12 > .col { 
	grid-column-end: span 6;
	}	
	
	
	}
	/*---------------------------------------------------------------------------
	<<< End mid Screen
	(min-width: 1025px) and (max-width: 1440px)
	
	-----------------------------------------------------------------------------*/
	
	
	/*---------------------------------------------------------------------------
	>>> Begin mid Screen and large Screen 
	(min-width: 1441px)
	
	-----------------------------------------------------------------------------*/
	@media (min-width: 1441px) { 
	
	/********************************
	home-projects section
	********************************/
	section#home-projects { 
	
	}	
	
		
	/********************************
	home-projects section
	Column (default)
	********************************/
	section#home-projects
	> .container_content > 
	.grid_12 > .col { 
	grid-column-end: span 6;
	}	
	
	
	}
	/*---------------------------------------------------------------------------
	<<< End mid Screen
	(min-width: 1441px)
	
	-----------------------------------------------------------------------------*/
	