/*
 * Custom CSS
 */

:root {
  --bs-body-bg: var(--bs-gray-100);
  --bs-card-cap-color: #990000;
}

h1
{
	font-family: "adobe-caslon-pro", serif;
	font-weight: 400;
	font-style: normal;
}

h1 img{
	width:65px;
	padding-right: 8px;
}

.navbar{
	background-color: #231f20;
    padding: 2.5rem 0;
}

.header-logo{
	width: 250px;
}
p{
	font-family: "work-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}

img.team-icon{
	width: 100px;
	margin: 0 auto;
}

.it-header-row span{
	height: 75px;
}

.card-text a,
.card-footer a{
	color: #990000;
}

.card-footer{
	background-color: var(--bs-card-bg);
	border-top: 0;
	font-family: "work-sans", sans-serif;
}
