:root {
	--perms-mantis: #71B54A;
	--perms-prusian-blue: #0D3755;
	--perms-dark-slate-gray: #045656;
	--perms-indigo-dye: #004F80;
	--perms-onyx: rgba(69, 68, 68, 0.22);
}

body {
	font-family: "Source Sans Pro", sans-serif;
	background: var(--perms-prusian-blue);
	display: flex;
	flex-direction: column;
}

.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

/* Main Content Area */
main {
	flex: 1;
}

a {
	color: var(--perms-mantis)
}

a:hover {
	color: var(--perms-mantis)
}

.header .title {
	display: flex;
	justify-content: center;
}

.header .title img {
	max-width: 100%;
	max-height: 17rem;
}

.main {
	background: white;
	box-shadow: 0 6px 18px 0 rgba(0,0,0,0.5);
	overflow: hidden;
	padding: 2rem;
}

.fw-bold {
	font-weight: bold;
}

.main :is(h1, h2, h3, h4, h5).title-underlined {
	border-bottom: 1px solid lightgrey;
	padding-bottom: 2px;
}

.width-fit {
	width: fit-content;
}

.main :is(h1, h2, h3, h4, h5).title {
	color: var(--perms-prusian-blue);
	margin-top: 2.5rem;
}

.main .heading {
	margin-top: 0;
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 38px;
}

.main > :is(h1, h2, h3, h4, h5):first-child, #aphia-taxdetails h3 {
	margin-top: 0;
	font-weight: bold;
	letter-spacing: -1px;
	color: var(--perms-prusian-blue);
}

.btn-primary {
	background-color: var(--perms-dark-slate-gray);
	color: whitesmoke !important;
}

.btn-primary:hover {
	background-color: #196872;
}

.footer-logos {
	display: flex;
	justify-content: space-between;
	padding: 5rem;
	gap: 1rem;
}
.footer-text {
	background-color: var(--perms-indigo-dye);
	padding: 1.5rem;
	color: whitesmoke;
}

.main .panel {
	-webkit-box-shadow: unset !important;
	box-shadow: unset !important;
}