﻿body {
	color: #404040;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
	margin-bottom: 0.2em;
}

h1, h2, h3 {
	font-weight: 700;
}

h1 {
	color: #009ADE;
	font-size: 2.25rem;
	margin-bottom: 0px;
}

h2 {
	color: #274F63;
	font-size: 1.75rem;
	margin-bottom: -5px;
	margin-top: 10px;
}

h3 {
	font-size: 1.35rem;
	color: #404040;
}

h4 {
	font-size: 1.2rem;
	border-bottom: none;
	color: #404040;
	font-weight: normal;
}

.icon {
	width: 70px;
	height: auto;
	box-sizing: border-box; /* keeps total size at 300x300 */
	flex-shrink: 0;
	margin-top: 10px;
}

	.icon img {
		width: 100%;
		height: auto; /* keep aspect ratio */
		object-fit: cover; /* scale to fill width, may crop */
		object-position: top; /* pin to the top */
		display: block; /* removes extra whitespace below img */
	}

a.btn {
	font-weight: bold;
	margin-bottom: 20px;
	border: solid 2px #00000022;
}

	a.btn:focus {
		border-color: #00000099;
	}

	a.btn.tech-guidance-link {
		background-color: #f2fff2;
		color: #20733F;
		border-color: #20733F;
	}

		a.btn.tech-guidance-link:focus {
			background-color: #caf1ca;
			color: #0f5529;
			border-color: #0f5529;
		}

	a.btn.consultant-access-link {
		background-color: #D0EEEF;
		color: #04699C;
		border-color: #04699C;
	}

		a.btn.consultant-access-link:focus {
			background-color: #aad2d3;
			color: #024a6f;
			border-color: #024a6f;
		}

.contact-section {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
}

@media screen and (0 <= width < 1000px) {
	.contact-section {
		flex-direction: column;
	}

	.contact-section .icon {
		align-self: center;
	}
}
