html {
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	margin: 0;
	font-family: Arial, sans-serif;
	color: #1f2933;
	background: #ffffff;
}

a {
	color: #005f73;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.15em;
}

a:hover,
a:focus-visible {
	color: #0a7d8c;
}

a:focus-visible {
	outline: 3px solid #94d2bd;
	outline-offset: 3px;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

#main_content {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#home {
	padding: 3rem 0;
	width: 100%;
	margin: 0 auto;
}

.container {
	width: min(100% - 2rem, 72rem);
	margin: 0 auto;
}

.py-4 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.py-5 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.d-flex {
	display: flex;
}

.flex-column {
	flex-direction: column;
}

.gap-3 {
	gap: 1rem;
}

.justify-content-between {
	justify-content: space-between;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.h2 {
	margin: 0;
	font-size: clamp(2rem, 3vw, 3rem);
	font-weight: 700;
	letter-spacing: 0.01em;
	color: #102a43;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-1 {
	margin-bottom: 0.25rem;
}

.contact-us {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.5rem;
	margin-top: 1rem;
	font-size: 1rem;
	font-weight: 600;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.contact-us a {
	display: inline-flex;
	align-items: center;
	min-height: 2.75rem;
}

footer {
	margin-top: auto;
	background-color: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(8px);
}

.border-top {
	border-top: 1px solid #d9e2ec;
}

.text-body-secondary 
{
	color: #52606d;
}

@media (min-width: 768px) 
{
	.flex-md-row 
	{
		flex-direction: row;
	}

	.align-items-md-center 
	{
		
        align-items: center;
        justify-content: center;    
	}
}
