* {
	font-family: Helvetica, sans-serif;
}

body {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin: 0;
}

body header,
body main,
body footer {
	width: 100%;
	max-width: 1240px;
}

nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 20px;
}

nav ul {
	list-style-type: none;
	display: flex;
	gap: 20px;
}

.logo {
	color: rgb(107, 98, 98);
	text-decoration: none;
	font-weight: bold;
	font-size: 1.5rem;
}

section {
	padding: 20px;
}

footer p {
	padding: 20px;
}

/* HERO SECTION */

#hero {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 6rem 0;
}

#hero h6 {
	font-size: 1rem;
	margin: 0;
	margin-bottom: 0.5rem;
	color: #44444489;
}

#hero h1 {
	font-size: 5rem;
	font-weight: bold;
	letter-spacing: -7px;
	margin: 0;
}

#hero h3 {
	font-size: 1.7rem;
	font-weight: bold;
	margin: 0;
	letter-spacing: -1px;
}

.grey-divider {
	max-width: 400px;
	width: 100%;
	height: 4px;
	background-color: rgba(189, 189, 189, 0.566);
	margin: 20px 0;
}

/* SECTION CARD */

.section-card h2 {
	font-size: 1.75rem;
	margin: 0;
}

.section-card .item-title {
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 0;
	font-weight: bold;
	color: #444444c1;
}

.item-list {
	margin-top: 0px;
}

.item-list a {
	text-decoration: none;
}
.section-card .item-list li {
	color: #120dd9;
	font-weight: 500;
	margin: 15px 0px;
}

.section-card .item-list p {
	margin: 0;
}

.section-card .item-list .subtitle {
	font-size: 0.9rem;
	color: grey;
	margin-top: 2.5px;
	margin-left: 10px;
}

.section-card .item-list .description {
	font-size: 0.9rem;
	color: grey;
	margin-top: 2px;
	margin-left: 10px;
	max-width: 600px;
}
.section-card .item-list li:hover {
	text-decoration: underline;
	cursor: pointer;
}

/* Link  */

.link-styling {
	color: #120dd9;
	font-weight: 600;
	text-decoration: none;
}

@view-transition {
	navigation: auto;
}
