/* Digital Bunker core stylesheet (trimmed to active selectors) */

*, *::before, *::after {
	box-sizing: border-box;
}

body {
	margin: 0;
}

img {
	margin: 0;
	border: none;
}

hr {
	border: none;
	border-top: 1px solid #660101;
}

.sectionfont,
.subsectionfont,
.textmain,
.textbanner,
.profile_title,
.profile_name,
.profile_bio,
a.navlink_large {
	font-family: Constantia, Georgia, serif;
}

.sectionfont {
	font-size: 18pt;
	text-align: center;
	text-decoration: none;
	color: #ceb7b7;
}

.subsectionfont {
	font-size: 14pt;
	font-style: italic;
	text-align: center;
	text-decoration: none;
	color: #bfa8a8;
}

.textmain {
	font-size: 12pt;
	text-decoration: none;
	line-height: 1.62;
	color: #cdb9b9;
}

.textbanner {
	font-size: 26pt;
	letter-spacing: 0.02em;
	text-decoration: none;
	color: #f2e3e3;
	margin: 0 0 0.25rem;
}

#parent_div_floating {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	overflow: hidden;
	padding: 1.25rem 1rem 2.4rem;
}

#leftbanner_div {
	width: auto;
	float: none;
	padding-left: 0;
}

#rightbanner_div {
	width: auto;
	float: none;
	text-align: right;
}

.site_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.1rem;
	width: 100%;
	max-width: 860px;
	margin: 0 auto 0.9rem;
	padding: 0.25rem 0.1rem;
}

.topnav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1.35rem;
	flex-wrap: wrap;
}

a.navlink_large {
	transition: color .2s ease-in, font-size .2s ease-in;
}

a.navlink_large:link,
a.navlink_large:visited,
a.navlink_large:active {
	font-size: 13pt;
	font-weight: 500;
	text-decoration: none;
	color: #dfc9c9;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

a.navlink_large:hover {
	font-size: 13pt;
	color: #fff2f2;
	text-decoration: none;
	text-shadow: 0 0 10px rgba(255, 224, 224, 0.28);
}

a.navlink {
	transition: color .2s ease-in;
}

a.navlink:link,
a.navlink:visited,
a.navlink:active {
	color: #dfc9c9;
	text-decoration: none;
}

a.navlink:hover {
	color: #fff2f2;
	text-decoration: none;
	text-shadow: 0 0 10px rgba(255, 224, 224, 0.28);
}

img.linked:hover {
	box-shadow: 0 0 10px 10px white;
	opacity: 1;
}

#bottomcontainer_div {
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
	padding: 0;
	text-align: justify;
	text-justify: inter-word;
}

#namecard_div {
	text-align: center;
	background: linear-gradient(180deg, rgba(25, 29, 36, 0.92) 0%, rgba(20, 24, 31, 0.9) 100%);
	border: 1px solid rgba(180, 190, 210, 0.18);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(2px);
	border-radius: 10px;
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
	padding: 28px 26px 34px;
	color: #d6c8c8;
}

#section_div {
	background: transparent;
	border-bottom: 1px solid rgba(180, 190, 210, 0.2);
	padding: 0 0 12px;
	margin: 0 auto 18px;
	width: 100%;
	max-width: 740px;
	color: #e8d9d9;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.product_tier {
	padding: 30px 20px;
}

.tier_heading {
	text-align: left;
	margin: 0 0 10px;
}

.product_row {
	display: flex;
	align-items: flex-start;
	gap: 3%;
}

.product_image {
	width: 25%;
	border-radius: 6px;
	flex: 0 0 25%;
}

.product_copy {
	width: 72%;
	text-align: left;
}

.tier_subheading {
	text-align: left;
	margin: 0 0 8px;
}

#footer_div {
	text-align: center;
	font-family: Constantia, Georgia, serif;
	font-size: 11pt;
	font-weight: lighter;
	font-style: italic;
	color: #9f8787;
	padding-top: 16px;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

#servertime {
	float: left;
	text-align: center;
	color: #b09a9a;
	font-size: 12pt;
	font-family: Constantia, Verdana, serif;
	width: 200px;
}

.team_section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 760px;
	margin: 0 auto;
	gap: 30px;
	padding: 8px 6px 0;
}

.profile_card {
	text-align: center;
	width: 280px;
	padding: 6px 2px;
}

.profile_circle {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid rgba(194, 62, 62, 0.85);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.46);
	display: block;
	margin: 0 auto 16px;
	transition: box-shadow .2s ease-in, border-color .2s ease-in;
}

a:hover .profile_circle {
	border-color: #df6868;
	box-shadow: 0 12px 28px rgba(143, 33, 33, 0.45);
}

.profile_title {
	font-size: 11pt;
	color: #c86363;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.profile_name {
	font-size: 16pt;
	color: #f3e4e4;
	margin-bottom: 8px;
}

.profile_bio {
	font-size: 11pt;
	color: #b49b9b;
	margin: 0;
	line-height: 1.58;
}

body.site-page {
	background-color: #121418;
	background-image:
		radial-gradient(ellipse at center, rgba(28, 33, 42, 0.34) 0%, rgba(22, 25, 32, 0.94) 58%, rgba(10, 12, 16, 0.98) 100%),
		linear-gradient(180deg, #161920 0%, #121418 100%);
	background-attachment: fixed;
	color: #d8caca;
	min-height: 100vh;
}

body.site-page hr {
	border-top: 1px solid rgba(192, 92, 92, 0.5);
}

@media (max-width: 720px) {
	#parent_div_floating {
		padding: 1rem 0.7rem 1.8rem;
	}

	#namecard_div {
		padding: 20px 16px 24px;
	}

	.site_header {
		flex-direction: column;
		align-items: center;
		gap: 0.7rem;
		margin-bottom: 0.6rem;
	}

	#rightbanner_div {
		text-align: center;
	}

	.topnav {
		justify-content: center;
		gap: 0.9rem 1rem;
	}

	a.navlink_large:link,
	a.navlink_large:visited,
	a.navlink_large:active,
	a.navlink_large:hover {
		font-size: 12pt;
	}

	.team_section {
		gap: 24px;
		padding-top: 4px;
	}

	.product_tier {
		padding: 22px 8px;
	}

	.product_row {
		flex-direction: column;
		gap: 14px;
	}

	.product_image,
	.product_copy {
		width: 100%;
		flex: none;
	}

	.profile_card {
		width: min(100%, 320px);
	}
}
