








/* About */

#about-section .about-content {
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 1.5rem;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.about-content-item:nth-child(1)  {
	grid-column: 1 / span 2;
	grid-row: 1 / span 3;
	margin-top: -35rem;
	text-align: left;
}

.about-content-item:nth-child(2) h6,
.about-content-item:nth-child(3)
{
	grid-column: 3 / span 2;
	text-align: left;
}

.about-content-item:nth-child(4)
{
	grid-column: 3 / span 4;
}

#about-section .about-content img{
	width: 90%;
}



/* Publications */
#shinobi-gallery .shinobi-gallery-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1rem;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#healthehood-gallery .healthehood-gallery-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1rem;
	justify-content: center;
	align-items: center;
	text-align: center;
}



/* Footer */
#main-footer .footer-content .footer-content-item img {
	width: 100%;
}


#main-footer .footer-content .footer-social ul {
	margin-top: 1rem;
}


#main-footer .footer-content .footer-credits ul {
	margin-top: 1rem;
	margin-bottom: 2rem;
}




/* Media Queries */

@media (min-width: 769px) {

	#navbar2 .nav-options {
		visibility: visible;
	}
}