* {
	font-family: 'Playfair Display';
	line-height: 1.3;
	padding: 0;
	margin: 0;
}
header{
	background: #0e3850;
	color: #ECF7FF;
	text-align: center;
	padding-bottom: 1rem;
	padding-top: 1rem;
}
footer {
	background: #ffff;
	padding-bottom: 1rem;
	padding-top: 1rem;
	text-align: center;
}
footer div div p a {
	color: #376783;
	text-decoration: none;
	font-weight: bold;
}
nav a{
	color: #c2ebf2;
	text-decoration: none;
	font-weight: bold;
}
body header nav ul{
	display: flex; /* horizontal layout */
	list-style: none;
	justify-content: center;
    gap: 30px;
}
.fgrid {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
}
.fgrid .bordered {
	min-width: 45%;
	color: #376783;
}
.footer-icon {
	text-decoration: none;
	gap: 0.5rem;
	align-items: center;
	padding-top: 3px;
}
#sub-intro {
	background: #214a63;
	color: #fff;
	padding-top: 2.5rem;
}
.inner {
	max-width: 75%;
	margin: auto;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.bordered {
	border: 2px solid #008074;
	border-radius: 8px;
	padding: 0.6rem;
	align-items: center;
}
.blank-logo {
	float: right;
	margin-top: -60px;
}
.bordered-title {
	border: 2px solid #fff;
	border-radius: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0.6rem;
	padding-right: 0.6rem;
	align-items: center;
	background-color: #376783;
	max-width: 70%;
}
.hgrid {
	display: flex;
	flex-direction: row;
	gap: 2.5rem;
	flex-wrap: wrap;
}
.three-card {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin: 3rem 0;
}
.card-dark {
	border: 2px solid #fff;
	border-radius: 7px;
	text-align: center;
	gap: 1rem;
	padding: 1rem;
	max-height: 250px;
	flex: 200px;
}
.card-dark p{
	max-width: 80%;
	margin: 1rem auto;
	max-height: 150px;
	overflow-y: scroll;
	scrollbar-width: none;
}
.card-dark h3 {
	border-radius: 16px;
	background-color: #5adfbc;
	max-width: fit-content;
	margin: 0.3rem auto;
	margin-bottom: 1rem;
	padding: 0.5rem;
}
.left-right {
	display: flex;
	flex-direction: row;
	padding: 2rem;
	margin: 1.5rem auto;
	width: fit-content;
	border: 2px solid transparent;
	padding: 35px;
	border-radius: 20px;
	background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #006b8a, #88c8d9, #fff);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	flex-wrap: wrap;
}	
#intro-intro{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #005e79;
	gap: 1.5rem;
	justify-content: center;
	margin-bottom: 2rem;
	flex: 500px;
}
#intro-intro p{
	padding: 0.5rem 3.5rem;
}
.bordered-img{
	display: flex;
	flex-direction: column;
	border: 2px solid #006b8a;
	padding: 2rem;
	border-radius: 16px;
	align-items: center;
}
.bordered-img img{
	border-radius: 16px;
}
.action{
	margin-top: -72px;
	margin-bottom: 3.2rem;
}
.action a{
	color: #006a8a;
	text-decoration: none;
	background: #bce3ea;
	padding: 1rem 2.5rem;
	text-align: center;
	min-width: 300px;
}
.action a:hover{
	color: #214a63;
	background: #9dd2db;
}