  #portal-list{
	display: flex;
	justify-content:center;
	width:100%;
	flex-wrap:wrap;
	flex-direction:row;
	gap:2.25em 1.5em;
}

.portal-item{
	min-width:250px;
	width:30%;
	background: #0054A4;
	border: thin solid #97999B;
	box-shadow: 10px 5px 5px #97999B;
}
.portal-item:hover{
	/* box-shadow: 10px 5px 5px rgba(0,123,191,1); */
	/* box-shadow: 10px 5px 5px #000000; */
	box-shadow: 15px 10px 10px #97999B;
}

.portal-item h3{
	font-size: 1.9em;
	color: #FFFFFF;
	padding: 10px;
	display:block;
	text-align:center;
	font-weight:300;
}

.portal-item div{
	padding:10px;
	color: #FFFFFF;
	text-align:center;
}

.portal-link div{
	width:100%;
	font-size:1.1em;
}

.portal-link .advising::before{
	content: "\f19d";
	font-size:4em;
}

.portal-link .bookstore::before{
	content: "\f02d";
	font-size:4em;
}

.portal-link .counseling::before{
	content: "\f0c0";
	font-size:4em;
}

.portal-link .dserve::before{
	content: "\f29a";
	font-size:4em;
}
.portal-link .library::before{
	content: "\f19c";
	font-size:4em;
}
.portal-link .myhgtc::before{
	content: "\f0c2";
	font-size:4em;
}
.portal-link .career::before{
	content: "\f0b1";
	font-size:4em;
}
.portal-link .sstc::before{
	content: "\f1cd";
	font-size:4em;
}
.portal-link .techcentral::before{
	content: "\f109";
	font-size:4em;
}
.portal-link .testing::before{
	content: "\f15c";
	font-size:4em;
}