:root {
	--bs-primary: #82a6b3;
	--bs-link-color-rgb: 130,166,179;
	--bs-link-hover-color-rgb: 130,166,179;
}

body {
	font-family: "Gowun Batang", serif;
	font-weight: 400;
	font-style: normal;
}

.navbar-brand a.logo img {
	height: 1.7em;
}

#navbar-main > ul > li.nav-item {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	min-width: 225px;
	min-width: 10vw;
	border-top: 2px solid rgba(0, 0, 0, 0.5);
	border-bottom: 2px solid rgba(0, 0, 0, 0.5);
	text-align: center;
	vertical-align: middle;
	margin: 0 10px;
	opacity: 0.5;
	transition: opacity 0.5s ease-in-out;
	white-space: nowrap;
}

#navbar-main > ul > li.nav-item.current, #navbar-main > ul > li.nav-item:hover {
	opacity: 1;
	border-top: 2px solid rgba(0, 0, 0, 1);
	border-bottom: 2px solid rgba(0, 0, 0, 1);
}

.home-splash {
	font-family: "Poiret One", sans-serif;
	font-size: 1.6em;
	background: no-repeat 50% 50% #333;
	background-size: cover;
	min-height: 750px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
}

.home-splash h1 {
	font-family: "Tangerine", serif;
	font-size: 7em;
	font-size: 13vw;
	filter: drop-shadow(0 0 15px #000);
}

.home-splash p {
	filter: drop-shadow(0 0 5px #000);
}

.home-splash img.logo {
	height: 200px;
	filter: invert(1) drop-shadow(0 0 15px #000);
}

.btn {
	font-family: "Poiret One", sans-serif;
	font-weight: bold;
}

.btn-primary {
	--bs-btn-bg: #82a6b3;
	--bs-btn-border-color: #82a6b3;
	--bs-btn-hover-bg: #71b0c7;
	--bs-btn-hover-border-color: #71b0c7;
}

.list-group {
	--bs-list-group-active-bg: #82a6b3;
	--bs-list-group-active-border-color: #82a6b3;
}

.pagination {
	--bs-link-color: #71b0c7;
	--bs-link-hover-color: #71b0c7;
	--bs-pagination-active-bg: #82a6b3;
	--bs-pagination-active-border-color: #82a6b3;
}

footer {
	font-size: 0.75em;
}

footer a i.bi {
	color: #000;
	font-size: 2em;
}

footer a i.bi.bi-instagram {
	color: #e1306c;
}

footer a i.bi.bi-pinterest {
	color: #e60023;
}

footer a i.bi.bi-bluesky {
	color: #0085ff;
}

img.socialIcon {
	height: 60px;
	margin: 0 10px;
}

.adminDetails-uploadArea {
	padding: 50px 0;
}