:root {
	--blue: #177e89;
	--dark-blue: #084c61;
	--redish: #db3a34;
	--yellow: #ffc857;
	--darkish: #323031;
	--light-gray: #e5e5e5;
}

@keyframes h-item-anim {
	from {
		top: 50px;
		opacity: 0;
	}
	to {
		top: 0px;
		opacity: 1;
	}
}
@media only screen and (max-width: 991px) {
		.jumbo-d {
				display: none;
		}
}
/*---------------
--Section Alert
----------------*/

.section-alert {
	padding: 3rem 0;
	border-top: var(--blue) thin solid;
	text-align: center;
	background-color: var(--light-gray);
}
	.section-alert a {
		color: #C0392B;
	}
/*------------
--Footer
-------------*/

.foot {
	background-color: var(--dark-blue);
	color: var(--light);
}
	.foot a {
		color: var(--light);
	}
		.foot a:hover {
			color: var(--light);
			opacity: 0.7;
		}
	.foot li {
		list-style: none;
		padding: 8px 0;
		border-bottom: var(--light) thin solid;
	}
		.foot li a {
			display: block;
		}

.foot-bottom {
	padding: 15px 0;
	text-align: center;
	background-color: black;
}
.foot .fab {
	  font-size: 30px;
}
.foot .library-image {
	margin: 0;
}
