#footer {
	background-color: #293629;
	color: white;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

#trademark-tagline img {
	max-width: 2em;
}

#trademark-tagline h3 {
    font-family: "Taviraj", serif;
    font-weight: bold;
    font-size: 1em;
}

#footer .company-info, #footer .company-contact {
    font-family: "Taviraj", serif;
}

#footer .company-info > h3, #footer .company-contact > h3 {
	font-size: 1.1em;
	font-family: "Taviraj", serif;
	margin-bottom: 1.5em;
}

#footer .company-contact h3 span, #footer .company-info h3 span {
	border-bottom: 1px solid #888;
}

#footer .company-contact ul, #footer .company-info ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#footer .company-contact ul li {
	display: flex;
	justify-content: flex-start;
	margin-bottom: .5em;
}

#footer .company-contact ul li span:first-child {
	width: 2em;
}
#footer .company-contact ul li span:last-child {
	font-size: .9em;
}

.company-info a {
	color: white;
}

.company-info a:hover {
	text-decoration: none;
}