/* fa.1.css */
/* Hand-Written by Deverell Manning */
/* DO NOT COPY WITHOUT PERMISION */
/* Made for my website, deverellmanning.github.io */
/* Last Updated 8/5/2025 */


Page Section {
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3), inset 0px 2px 1px rgba(255, 255, 255, 0.3), inset 0px -2px 1px rgba(0, 0, 0, 0.4);
	color: var(--chromaT-L2);
	margin-bottom: 30px;
	width: 70%;
	position: relative;
	left: 10%;
	padding: 10px;
	padding-left:var(--Section-Padding);
	padding-right:var(--Section-Padding);
	line-height:1.2em;
	font-size:18px;
	border-radius:5px;
}

div.icon-list img {
    height: 32px;
    width: fit-content;
    border: none;
    box-shadow: 0px 0px 6px 2px #8c8c8c;
    background: #8c8c8c;
    margin-right: 10px;
}

div.icon-list img:hover {
    box-shadow: 0px 0px 8px 4px #AAA;
    background: #AAA;
}

div.icon-list {
    width: 100%;
    border-bottom: solid rosybrown;
    text-align: center;
    padding-top: 8px;
}
