body {
	margin: 0px;
	background-color: #f2f7f3;
	height: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

main {
	flex: 1;
}

nav {
	display: flex;
	background-color: #2760c4;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	align-items: stretch;
	text-align: center;
	z-index: 1000;
	justify-content: center;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

nav li {
	display: flex;
	height: 100%;
}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

nav li {
	display: flex;
	align-items: center;
	list-style-type: none;
}

nav li a {
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	white-space: nowrap;
}

a.contact {
	color: #101512;
	font-family: Inter, sans-serif;
	font-size: 1rem;
	align-items: center;
	text-decoration: none;
	justify-content: center;
	display: block;
	margin-left: 50px;
}

a.kb {
	color: #101512;
	font-family: Inter, sans-serif;
	font-size: 1rem;
	align-items: center;
	text-decoration: underline;
	justify-content: center;
	display: block;
	margin-left: 50px;
}

a.kb:hover {
	color: 2760c4;
}

h2 {
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: .68em;
	margin-top: 0;
	font-size: 1.5rem;
	font-family: Inter, sans-serif;
	font-weight: 800;
	line-height: 1;
	color: #2760c4;
}

h3 {
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: .68em;
	margin-top: 0;
	font-size: 1.35rem;
	font-family: Inter, sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #101512;
}

p {
	margin-left: 50px;
	margin-right: 50px;
	font-size: 1.2rem;
	font-family: Inter, sans-serif;
	font-weight: 300;
	color: #101512;
	max-width: 50%;
}

hr {
	margin-left: 50px;
	margin-right: 50px;
	height: 2px;
	color: #d5d5d5;
	background-color: #d5d5d5;
	border: 0;
}

table {
	border-collapse: collapse;
	margin-left: 50px;
	table-layout: fixed;
	max-width: 100%;
	display: block;
	overflow-x: auto;
	font-family: Inter, sans-serif;
	font-weight: 300;
	line-height: 1.22;
	color: #101512;
}

th,
td {
	border: 1px solid black;
	padding: 8px;
	text-align: left;
}

th {
	background-color: #2a3076;
	color: white;
}

tr:nth-child(even) {
	background-color: #eee;
}

.HestnetLogo {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 50px;
	padding-right: 50px;
	height: 1em;
}

.hero {
	height: 100vh;
	width: 100%;
	background-image: url("images/hero.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.hero h1 {
	font-family: Inter, sans-serif;
	font-size: 3.5rem;
	position: sticky;
	z-index: 10;
	max-width: 750px;
	text-align: center;
	color: #f2f7f3;
	top: 100px;
	display: flex;
	align-items: center;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.content {
	height: auto;
	position: relative;
	z-index: 2;
	background: #f2f7f3;
}

footer {
	bottom: 0;
	background-color: #101512;
	padding-top: 2.3rem;
	padding-bottom: 1.5rem;
	padding-left: 1.8rem;
	padding-right: 1.8rem;
	text-align: center;
	justify-content: center;
}

footer a {
	color: #f2f7f3;
	font-family: Inter, sans-serif;
	font-size: 0.75rem;
	line-height: 1;
	font-weight: 300;
	text-decoration: none;
}

footer p {
	color: #f2f7f3;
	font-family: Inter, sans-serif;
	font-size: 0.75rem;
	line-height: 1;
	font-weight: 300;
	justify-content: center;
	max-width: 100%;
}

footer p span {
	color: #f2f7f3;
	font-family: Inter, sans-serif;
	font-size: 0.75rem;
	line-height: 1;
	font-weight: 300;
	justify-content: center;
	max-width: 100%;
}

a.navbar-text {
	padding-left: 2em;
	padding-right: 2em;
	height: 100%;
	display: flex;
	color: #f2f7f3;
	font-family: Inter, sans-serif;
	font-size: 1rem;
	font-weight: 500;
	align-items: center;
	text-align: center;
	text-decoration: none;
	justify-content: center;
}

span {
	color: #FFFFFF;
	font-family: Inter, sans-serif;
	font-size: 0.9rem;
	line-height: 1.2;
	font-weight: 300;
}

nav li:hover {
	background-color: #2356af;
}

li {
	margin-left: 50px;
	margin-right: 50px;
	font-size: 1.2rem;
	font-family: Inter, sans-serif;
	font-weight: 300;
	color: #101512;
	max-width: 50%;
}

code {
	font-family: Source Code Pro, monospace;
	font-size: 1rem;
	margin-left: 50px;
	font-weight: 400;
	line-height: 1.22;
	color: #101512;
	background-color: #f2f7f3;
	padding: 0.2em 0.4em;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
}

.code-block {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.copy-btn {
	padding: 4px 10px;
	font-size: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #f7f7f7;
	cursor: pointer;
	margin-left: 8px;
}

.copy-btn:hover {
	background: #e9e9e9;
}

.copy-btn:active {
	background: #dcdcdc;
}

.expertise {
	padding: 60px 20px;
	max-width: 1100px;
	margin: auto;
}

.expertise h2 {
	text-align: center;
	margin-bottom: 40px;
}

.card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 25px;
}

.card {
	background: #ffffff;
	border-radius: 10px;
	padding: 25px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
	transform: translateY(-4px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.card h3 {
	margin-top: 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

.card p {
	margin-right: 0px;
	margin-left: 0px;
	max-width: 100%;
}