/* CSS Resource Document for: Army Sustainment Command -> ABOUT PAGE  		*
!  Global classes should be defined in portal.css  							*
*  The proponent agency for this source is AMAS-PC							*/

/* About */
.about {
	width: 100%;
	margin-top: 8px;
}
	.about td {
		vertical-align: top;
		padding: 4px;
	}
	.about h1 {
		font-family: GI7;
		font-size: 16px;
	}

/* Stats */
.icon-glass {
	font-size: 32px; 
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.w-full {
  width: 100%;
}
.max-w-5xl {
  max-width: 1280px;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.grid {
  display: grid;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.gap-6 {
  gap: 1.5rem;
}
.sm\:grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.lg\:grid-cols-4 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.justify-items-center {
  justify-items: center;
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.w-full {
  width: 100%;
}
.gap-2 {
  gap: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.text-center {
  text-align: center;
}
.bg-white {
  background-color: #ffffff;
}
.border-2 {
  border-width: 2px;
}
.border-gray-600 {
  border-color: #4b5563;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-family: GI7;
}
.font-medium {
  font-weight: 500;
}
.text-gray-900 {
  color: #1f2937;
}
.leading-relaxed {
	line-height: 1.625;
	font-family: GI5;
}