body {
	margin: 0;
}

* {
	font-family: "Gilda Display", serif;
	color: #4E78A2;
	text-transform: uppercase;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.lowercase-font {
	font-family: "Nanum Myeongjo", serif;
	font-weight: 200;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	color: #4E78A2;
	letter-spacing: 1px;
}

h1 {
	font-size: 32px;
	letter-spacing: 1px;
	text-transform: none;

}

h2 {
	font-size: 25px;
	letter-spacing: 0px;
	text-transform: none;
	margin: 32px 0 8px;
}

p {
	margin: 8px 0px;
	font-family: "Nanum Myeongjo", serif;
	font-weight: 200;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	color: #4E78A2;
	letter-spacing: 0px;
	font-size: 20px;
}

.text-body {
	display: flex;
	justify-content: center;
}

.text-body-section {
	width: 800px;
}

.title-and-nav {
	margin: 60px 16px;
}

.general-info-header {
	display: grid;
	justify-items: center;
	margin: 80px 0;
}

.names-header {
	font-size: 58px;
	letter-spacing: 6px;
}

.date-location {
	font-size: 20px;
	letter-spacing: 2px;
}

.desktop-nav {
	display: flex;
	justify-content: center;
	padding: 8px 16px;
}

.desktop-nav-item-container {
	padding: 0px 8px;
}

.desktop-nav-item {
	padding: 8px 8px 6px;

	font-size: 16px;
	letter-spacing: 2px;
}

.desktop-nav-item.selected {
	border-bottom-color: #4E78A2;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.cover-image-container {
	display: flex;
	justify-content: center;
	margin: 60px 0;
}

.cover-image {
	width: 100%;
	box-sizing: border-box;
	max-width: 1500px;
}

.hsplit-section-container {
	display: flex;
	justify-content: center;
	margin: 60px 0;
}

.hsplit-section {
	display: flex;

	font-size: 42px;
	text-align: center;
	letter-spacing: 3px;
	line-height: 1.3;
}

.hsplit-subsection {
	display: flex;
	align-items: center;
	flex-direction: row;

	width: 315px;
	height: 200px;
	padding: 20px 40px;

	border-right-color: #4E78A2;
	border-right-width: 1px;
	border-right-style: solid;
}

.hsplit-subsection.last {
	border-right-width: 0px;
}

.events-container {
	display: grid;
	justify-items: center;
	text-align: center;

	margin: 60px 0;
}

.event {
	margin: 30px 0;
}

.event-title {
	font-size: 30px;
	letter-spacing: 3px;
	line-height: 1.3;
}

.event-subtitle {
	font-size: 20px;
	letter-spacing: 3px;
}

.event-venue {
	margin-top: 20px;
	line-height: 1.6;
}

.footer-container {
	display: flex;
	justify-content: center;
	text-align: center;

	margin: 60px 0 80px;
}

.footer {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.footer-title {
	font-size: 58px;
	letter-spacing: 6px;

	padding: 0px 18px 16px;

	border-bottom-color: #4E78A2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.footer-date {
	font-size: 20px;
	letter-spacing: 2px;

	padding: 16px 18px 0px;
}

@media (max-width: 900px) {

	.text-body-section {
		margin: 0 50px;
		width: auto;
	}

	.cover-image {
		padding: 80px 40px;
	}

	.hsplit-section {
		font-size: 30px;
	}

	.hsplit-subsection {
		width: 200px;
		height: 150px;
		padding: 10px 20px;
	}

}

@media (max-width: 600px) {

	h1 {
		font-size: 25px;
		letter-spacing: 1px;
		text-transform: none;

	}

	h2 {
		font-size: 20px;
		letter-spacing: 0px;
		text-transform: none;
		margin: 32px 0 8px;
	}

	p {
		font-size: 15px;
		margin: 8px 0px;
	}

	.text-body {
		display: flex;
		justify-content: center;
	}
	.text-body-section {
		margin: 0 25px;
		width: auto;
	}

	.title-and-nav {
		margin: 40px 16px;
	}

	.general-info-header {
		margin: 80px 0 40px;
	}

	.cover-image-container {
		margin: 30px 0px;
	}

	.names-header {
		font-style: normal;
		font-size: 32px;
		letter-spacing: 6px;
		font-weight: 400;
	}

	.date-location {
		font-style: normal;
		font-size: 13px;
		letter-spacing: 2px;
	}

	.desktop-nav {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}

	.cover-image {
		padding: 30px 0px;
	}

	.hsplit-section-container {
		margin: 30px 0px;
	}

	.hsplit-section {
		font-size: 20px;
	}

	.hsplit-subsection {
		width: 100px;
		height: 100px;
		padding: 5px 15px;
	}

	.events-container {
		margin: 30px 0;
	}

	.event {
		margin: 15px 0;
	}

	.event-title {
		font-size: 20px;
		letter-spacing: 3px;
		line-height: 1.3;
	}

	.event-subtitle {
		font-size: 13px;
		letter-spacing: 3px;
	}

	.event-venue {
		margin-top: 20px;
		font-size: 13px;
	}

	.event-address {
		font-size: 13px;
	}

	.footer-title {
		font-size: 32px;
		letter-spacing: 6px;

		padding: 0px 18px 12px;
	}

	.footer-date {
		font-size: 13px;
		letter-spacing: 2px;

		padding: 12px 18px 0px;
	}
}
