@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto+Condensed:wght@300;400;500;700&display=swap");

:root {
	--font-heading: "Bebas Neue", "Oswald", "Arial Narrow", sans-serif;
	--font-body: "Roboto Condensed", "Arial Narrow", sans-serif;
}

html {
	font-size: 16px;
	overflow-x: hidden;
}

body {
	margin: 0;
	font-family: var(--font-body);
	font-size: 16px;
	color: white;
	text-align: left;
	background: #020817;
	position: relative;
	overflow-x: hidden;
}

/* Full-page background image via pseudo-element */
body::before {
	content: "";
	position: fixed;
	inset: 0;
	background-image: url('/images/bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -2;
}

body::after {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
}

/**
 * HOME PAGE
 */
body.home-page {
	margin-top: 1rem;
}

body.home-page::before {
	filter: brightness(75%);
}

body.home-page::after {
	background: rgb(0 0 0 / 0.05);
}

/**
 * INTERIOR PAGES
 */
body.interior-page {
	background: #ffffff;
	color: black;
}

body.interior-page::before,
body.interior-page::after {
	display: none;
}

.interior-hero {
	position: relative;
	background-image: url('/images/bg.jpg');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 0.75rem;
	padding-bottom: 1.5rem;
	margin-bottom: 0;
	color: white;
}

.interior-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgb(0 0 0 / 0.45);
	z-index: 0;
}

.interior-hero > * {
	position: relative;
	z-index: 1;
}

.interior-header-bar {
	padding: 1rem 1.5rem;
}

.faq-list {
	margin-bottom: 3rem;
}

.faq-item p.question {
	margin-bottom: 0;
	font-weight: 700;
}

/**
 * NAV BAR
 */
.site-nav {
	background: transparent !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.site-nav .container {
	justify-content: flex-end;
}

.site-nav .navbar-toggler {
	border-color: rgb(255 255 255 / 0.45);
	background: rgb(0 0 0 / 0.35);
	backdrop-filter: blur(6px);
	transform: scale(0.9);
	transform-origin: top right;
}

.site-nav .nav-link {
	color: rgb(255 255 255 / 0.82);
	font-weight: 600;
	text-shadow: 0 2px 6px rgb(0 0 0 / 0.75);
}

.site-nav .nav-link:hover,
.site-nav .nav-link:focus {
	color: #fff;
}

/* Interior page nav: overlay near the top of the logo area */
.interior-page .site-nav {
	position: absolute;
	top: 2.1rem;
	left: 0;
	right: 0;
	background: transparent !important;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: 0;
	z-index: 20;
}

.interior-page .site-nav .navbar-collapse {
	z-index: 30;
}

.interior-page .site-nav .nav-link {
	color: rgb(255 255 255 / 0.9);
	text-shadow: 0 2px 6px rgb(0 0 0 / 0.8);
}

.interior-page .site-nav .navbar-toggler {
	background: rgb(0 0 0 / 0.45);
	border-color: rgb(255 255 255 / 0.35);
}

/**
 * LINKS
 */
a {
	color: #2fb8ff;
	text-decoration-color: rgb(47 184 255 / 0.55);
	text-underline-offset: 0.18em;
}

a:visited {
	color: #8fcfff;
}

a:hover,
a:focus {
	color: #79d8ff;
	text-decoration-color: currentColor;
}

.logo-link {
	display: inline-block;
	text-decoration: none;
}

.logo-link .logo,
.logo {
	display: block;
}

.embed-label h2 {
	margin: 0 0 1rem 0;
	font-weight: normal;
	font-size: 22px;
}

.embed-label h3 {
	font-weight: normal;
}

/**
 * TYPOGRAPHY
 */
h1, h2, h3, h4 {
	font-family: var(--font-body);
}

h1 {
	font-size: 2.5rem;
	/*font-weight: 700;*/
}

h2 {
	font-size: 2.1rem;
	font-weight: 700;
	text-align: center;
	margin-top: 1.25rem;
	margin-bottom: 0.5rem;
}

h3 {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 1.2rem;
}

h4 {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
}

/**
 * SCHEDULE
 */
#schedule-container {
	margin-bottom: 0;
}

.day-section {
	margin-bottom: 3rem;
}

.day-label {
	font-size: 1.75rem;
	font-weight: 700;
	text-align: center;
	padding: 0.75rem 0;
	margin-top: 2rem;
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
	color: #111;
}

.slot-time-banner {
	background: #f7f7f7;
	padding: 0.5rem 1rem;
	margin: 1.25rem 0 0.75rem 0;
	font-weight: 600;
	font-size: 0.95rem;
	color: #555;
}

.slot-row {
	margin-bottom: 0.5rem;
}

/*.slot-row:last-child .event {
	border: 0;
}*/

.event {
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	/*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
}

.event h4 {
	font-size: 1.25rem;
}

.event-room-label {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #888;
	margin-bottom: 0.25rem;
}

.event-demonstrator {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}

.demonstrator-label {
	font-weight: 400;
	color: #888;
	font-size: 0.85em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-right: 0.15rem;
}

.event-desc {
	font-size: 16px;
	line-height: 1.5;
}

.recording-note-container {
	display: inline;
}

.recording-inline-note {
	display: inline-flex;
	align-items: center;
	gap: 0.28rem;
	margin-left: 0.55rem;
	padding: 0.18rem 0.42rem;
	border: 1px solid #cfe8f8;
	border-radius: 999px;
	background: #f4faff;
	color: #31576b;
	font-size: 0.42em;
	font-weight: 700;
	letter-spacing: 0.02em;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
}

.recording-inline-note i {
	color: #4f9ec8;
	font-size: 0.9em;
}

.session-handouts {
	margin-top: 0rem;
	margin-bottom: 0.4rem;
	text-align: center;
}

/**
 * HERO SECTION (home page)
 */
.hero {
	margin-top: 3rem;
}

.hero h1 {
	font-family: var(--font-heading);
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin: 0;
	font-size: 9rem;
	line-height: 8.2rem;
	font-weight: normal;
	text-shadow:
		0 2px 4px rgb(0 0 0 / 0.9),
		0 8px 24px rgb(0 0 0 / 0.7);
}

.hero h1 span:first-child {
	color: #1DACEE;
}

.hero h2 {
	font-family: var(--font-heading);
	font-size: 2.4rem;
	margin-top: 0;
	font-weight: normal;
	color: #C08458;
	text-align: left;
}

.hero .feature-list-container {
	display: flex;
}

.hero .feature-list-container .feature-list {
	margin-left: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 12px;
}

.hero .feature-list-container .feature-list h3 {
	font-size: 1.1rem;
	margin: 0;
}

.hero .feature-list-container .feature-list p {
	font-size: 0.8rem;
	margin: 0;
}

.hero .feature-list-container .feature-row {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.8rem 1.5rem 0.8rem 0.8rem;
	color: white;
	background-color: #010A1A;
	border-radius: 0.7rem;
	border: 1px solid #757E8A;
}

.hero .feature-list-container .feature-row .icon {
	color: #1DACEE;
	font-size: 2rem;
}

.cta {
	text-align: center;
}

.cta .view-schedule {
	display: inline-block;
	margin-top: 7rem;
	padding: 1.1rem 2.75rem;
	font-size: clamp(1.75rem, 4vw, 3.25rem);
	font-weight: 700;
	letter-spacing: 0.03em;
	color: #07111f;
	text-decoration: none;
	background: #f6a23a;
	border: 2px solid #ffd18a;
	border-radius: 10px;
	box-shadow:
		0 12px 30px rgba(0, 0, 0, 0.5),
		0 0 30px rgba(246, 162, 58, 0.4);
}

.cta .view-schedule:hover,
.cta .view-schedule:focus {
	background: linear-gradient(180deg, #ffc45f 0%, #e98623 100%);
}

/**
 * FOOTERS
 */
.thirds-container {
	display: flex;
	margin: 1.4rem 0;
}

.thirds-container div {
	flex: 1;
	padding: 0 3rem;
}

.thirds-container div:nth-child(2) {
	border-left: 1px solid #757E8A;
	border-right: 1px solid #757E8A;
}

.landing-page-footer {
	margin-top: 7rem;
	font-size: 0.95rem;
	color: white;
	text-align: center;
}

.landing-page-footer h2 {
	color: #1DACEE;
	font-size: 1.3rem;
	margin-bottom: 0;
}

.landing-page-footer i {
	color: #1DACEE;
	font-size: 2.6rem;
	float: left;
	padding: 0.3rem 4rem 0.3rem 1rem;
}

.global-footer {
	background-color: #010A1A;
	padding: 0.5rem 0;
	font-size: 0.95rem;
	text-align: center;
	color: white;
}

.global-footer p {
	margin: 0.25rem 0;
}

.global-footer h3 {
	color: #159FD6;
}

/**
 * NAV
 */
.temp-nav-bar {
	margin-top: 1rem;
}

.temp-nav-bar span {
	margin: 0 1rem;
	font-weight: bold;
}

.temp-nav-bar a {
	margin: 0 1rem;
}

/**
 * UTILITIES
 */
.no-padding { padding: 0; }
.no-margin { margin: 0; }

.content-card {
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 0.75rem;
	padding: 1.5rem;
	min-height: 70px;
}

.image-text {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
	max-width: 900px;
	margin: 2rem auto;
}

.image-text img {
	width: 150px;
	max-width: 100%;
	height: auto;
	border-radius: 0.75rem;
}

.mb-4  { margin-bottom: 1.5rem !important; }
.mb-5  { margin-bottom: 2rem !important; }
.mb-6  { margin-bottom: 2.5rem !important; }
.mb-7  { margin-bottom: 3rem !important; }
.mb-8  { margin-bottom: 3.5rem !important; }
.mb-9  { margin-bottom: 4rem !important; }
.mb-10 { margin-bottom: 4.5rem !important; }

/**
 * RESPONSIVE
 */
@media (max-width: 1180px) {
	.hero h1 {
		font-size: 7.6rem;
		line-height: 7rem;
		margin: auto;
	}
}

@media (max-width: 1024px) {
	.interior-hero {
		margin-bottom: 1rem;
	}
}

/* Keep hamburger active for iPad Mini portrait and other tablet widths. */
@media (max-width: 992px) {
	.temp-nav-bar a {
		margin: 0.4rem;
	}

	.site-nav .navbar-collapse {
		position: absolute;
		top: calc(100% + 0.5rem);
		right: 0.75rem;
		width: min(220px, calc(100vw - 1.5rem));
		padding: 0.75rem;
		background: rgb(0 0 0 / 0.82);
		border: 1px solid rgb(255 255 255 / 0.18);
		border-radius: 0.75rem;
		box-shadow: 0 12px 32px rgb(0 0 0 / 0.4);
		backdrop-filter: blur(10px);
	}

	.site-nav .navbar-nav {
		text-align: right;
	}

	.site-nav .nav-link {
		padding: 0.65rem 0.75rem;
		text-shadow: none;
	}

	.interior-page .site-nav {
		top: 0.5rem;
	}

	.interior-page .site-nav .navbar-toggler {
		background: rgb(0 0 0 / 0.45);
		border-color: rgb(255 255 255 / 0.35);
	}

	.interior-page .interior-hero {
		padding-top: 2.25rem;
	}
}

@media (max-width: 886px) {
	.logo {
		width: 100%;
	}

	.interior-hero {
		margin-bottom: 0;
		padding-bottom: 1rem;
	}
}

@media (max-width: 844px) {
	.interior-hero {
		margin-bottom: 1rem;
	}

	h2 {
		margin-top: 0;
	}
}

@media (max-width: 768px) {
	body.home-page {
		margin-top: 0;
	}

	.home-page main.container {
		padding-top: 3rem;
	}

	.home-page .logo {
		width: 92%;
		max-width: 92%;
	}

	h1 {
		/*font-size: clamp(1.6rem, 6vw, 3.6rem);*/
		font-size: 2.7em;
	}
	
	.hero {
		margin-top: 2rem;
	}

	.hero h1 {
		/*font-size: 7.2rem;*/
		line-height: 7rem;
		margin: auto;
	}

	.hero h2 {
		margin-top: 0rem;
	}

	.hero .feature-list-container {
		display: none;
	}

	.hero > div {
		width: 100% !important;
	}

	.image-text {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.image-text img {
		display: block;
		margin-inline: auto;
	}

	.temp-nav-bar {
		margin-left: 0;
		margin-right: 0;
	}

	.temp-nav-bar a {
		margin: 0.3rem;
	}

	.interior-hero {
		margin-bottom: 1rem;
	}
}

@media (max-width: 640px) {
	.interior-hero {
		margin-bottom: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.interior-header-bar {
		padding-bottom: 0;
	}

	h1 {
		font-size: 1.8em;
	}

	h2 {
		font-size: 1.5em;
	}
}

@media (max-width: 430px) {
	.home-page main.container {
		padding-top: 3rem;
	}

	.home-page .logo {
		width: 90%;
		max-width: 90%;
	}

	.hero {
		margin-top: 1.5rem;
	}

	.cta .view-schedule {
		margin-top: 4.5rem;
	}

	.site-nav {
		padding-top: 0.55rem;
	}

	.site-nav .navbar-toggler {
		transform: scale(0.85);
	}

	.interior-page .site-nav {
		top: 0.35rem;
		padding-top: 0;
		padding-bottom: 0;
	}

	.interior-page .site-nav .navbar-toggler {
		transform: scale(0.72);
	}

	.interior-page .interior-hero {
		padding-top: 2.75rem;
	}

	.interior-header-bar {
		padding: 0;
	}

	.interior-hero {
		margin-bottom: 1rem;
	}

	.embed-label h2 {
		font-size: 20px;
	}

	h2 {
		font-size: 20px;
		margin-top: 0;
		margin-bottom: 1rem;
	}

	#schedule-container {
		margin-bottom: 0;
	}

	.day-label {
		font-size: 20px;
		font-weight: 700;
		margin-top: 0.5rem;
		margin-bottom: 0;
	}

	.event {
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

@media (max-width: 375px) {
	.home-page main.container {
		padding-top: 2.5rem;
	}

	.home-page .logo {
		width: 88%;
		max-width: 88%;
	}

	.hero {
		margin-top: 1.5rem;
	}

	.hero h1 {
		font-size: 5.2rem;
		line-height: 5.2rem;
	}

	.hero div {
		width: 100% !important;
	}

	.cta .view-schedule {
		margin-top: 5rem;
	}
}