@charset "utf-8";
/* ==========================================================================
   Digital Dexterity Media — Splash Stylesheet
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Base
   -------------------------------------------------------------------------- */
body {
	margin: 0;
	background-color: #000000;
}

/* --------------------------------------------------------------------------
   2. Header
   -------------------------------------------------------------------------- */
header {
	position: sticky;
	top: 0;
	z-index: 100;
	padding: 15px;
	background-color: #000000;
}

/* Parent container — collapses to the width of the base image */
.image-container {
	position: relative;
	display: inline-block;
	height: auto;
}

.base-img {
	display: block;
	width: 100%;
	height: auto;
}
.section-title {
	color: #01bfde;
	font-family: dinosaur, sans-serif;
	font-style: Book;
	font-weight: bold;
	font-size: 48px;
	text-align: Center;
	background: linear-gradient(90deg, #01bfde, #1bc64e);
	background-clip: text;
	color: transparent;
}
/* Transparent logo layered over the base image */
.overlay-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 22%;
	height: 95%;
	pointer-events: none;	/* clicks pass through to the link underneath */
	z-index: 1;
}

/* Title block, top-right corner */
.top-right-text {
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 2;
	padding: 10px 15px;
}

.title-text {
	color: #ffffff;
	font-family: dinosaur, sans-serif;
	font-weight: 350;
	font-size: 72px;
}

.subtitle-text {
	color: #01bfde;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 24px;
	margin-top: 5px;
	text-align: right;
}
.intro-text {
	clear: both;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 20px 10px;
	background-color: #000000;
}
.intro-text p {
	max-width: 900px;
	margin: 0 auto;
	font-family: dinosaur, sans-serif;
	font-style: book;
	font-size: 28px;
	line-height: 36px;
	text-align: justify;
	text-align-last: center;
	hyphens: auto;
	margin-bottom: 2em;
		
	background: linear-gradient(90deg, #01bfde, #1bc64e);
	background-clip: text;
	color: transparent;
}
.Summary-title {
	color: #01bfde;
	font-family: dinosaur, sans-serif;
	font-style: Book;
	font-weight: Regular;
	font-size: 48px;
	text-align: Center;
	background: linear-gradient(90deg, #01bfde, #1bc64e);
	background-clip: text;
	color: transparent;
}
.summary-text p {
	max-width: 1200px;
	margin: 0 auto;
	font-family: dinosaur, sans-serif;
	font-style: book;
	font-size: 24px;
	line-height: 28px;
	text-align: justify;
	text-align-last: center;
	hyphens: auto;
	margin-bottom: 2em;
		
	background: linear-gradient(90deg, #01bfde, #1bc64e);
	background-clip: text;
	color: transparent;
}
/* --------------------------------------------------------------------------
   3. Card Gallery
   -------------------------------------------------------------------------- */
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #000000;
	padding-top: 0;
	padding-bottom: 35px;
	margin-top: -5px;
	margin-bottom: 0;
}

.thumbnail {
	width: 18%;
	float: left;
	margin: 35px 1% 0;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background-color: #272727;
	border-radius: 3px;
	border-bottom: 4px solid #1bc64e;
}

.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	color: #01bfde;
	text-align: left;
}

.gallery .thumbnail p {
	margin: 0;
	padding-left: 20px;
	color: #b3b3b3;
	text-align: left;
}

.cards {
	width: 100%;
	height: auto;
	max-width: 250px;
	max-height: 150px;
}

.text_column {
	width: 90%;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #a3a3a3;
	font-weight: lighter;
	line-height: 25px;
	text-align: left;
}

/* Glowing card titles */
.glow-title {
	display: inline-block;
	color: #01bfde;
	text-decoration: none;
	transition: all 0.3s ease;
}

.thumbnail:hover .glow-title,
.glow-title:hover {
	color: #ffffff;
	transform: scale(1.05);
	text-shadow:
		0 0 5px #01bfde,
		0 0 10px #01bfde,
		0 0 20px #01bfde,
		0 0 40px #0fc394,
		0 0 60px #1bc64e;
}
.book-promo-teacher {
               text-align: center;
               padding: 40px 20px;
               background-color: #000000;
}

.book-promo-teacher img {
               display: block;
               margin: 0 auto;
               max-width: 300px;
               width: 100%;
               height: auto;
}

.book-promo-teacher p {
               margin-top: 15px;
               color: #a3a3a3;
               font-family: dinosaur, sans-serif;
               font-size: 18px;
}

.book-promo-teacher p a {
               color: #1bc64e;
               text-decoration: none;
               font-weight: 400;
}

.book-promo-teacher p a:hover {
               color: #01bfde;
               text-shadow:
				              0 0 5px #01bfde,
                              0 0 10px #01bfde,
                              0 0 15px #01bfde;
}
.book-promo-tickle {
               text-align: center;
               padding: 40px 20px;
               background-color: #000000;
}

.book-promo-tickle img {
               display: block;
               margin: 0 auto;
               max-width: 500px;
               width: 100%;
               height: auto;
}

.book-promo-tickle p {
               margin-top: 15px;
               color: #a3a3a3;
               font-family: dinosaur, sans-serif;
               font-size: 18px;
}

.book-promo-tickle p a {
               color: #1bc64e;
               text-decoration: none;
               font-weight: 400;
}

.book-promo-tickle p a:hover {
               color: #01bfde;
               text-shadow:
				              0 0 5px #01bfde,
                              0 0 10px #01bfde,
                              0 0 15px #01bfde;
}
.centered-img {
	display: block;
	margin: 0 auto;
	width: 50%;
	height: auto;
}

/* --------------------------------------------------------------------------
   4. Footer
   -------------------------------------------------------------------------- */
.footer-banner {
	width: 100%;
	padding: 40px 20px;
	box-sizing: border-box;
	background-image: url("../Images/Footer-BG.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}
.dead-link {
	display: flex;
	justify-content: center;
	gap: 150px;
	margin-bottom: 20px;
}
.footer-nav a.current-page {
	cursor: default;
}
.footer-nav a.current-page:hover {
	color: #1bc64e;
	text-decoration: none;
	text-shadow: none;
}
.footer-nav {
	display: flex;
	justify-content: center;
	gap: 150px;
	margin-bottom: 20px;
}

.footer-nav a {
	color: #1bc64e;
	text-decoration: none;
	font-family: dinosaur, sans-serif;
	font-weight: 400;
	font-size: 24px;
	transition: all 0.3s ease;
}

.footer-nav a:hover {
	color: #ffffff;
	text-decoration: underline;
	text-shadow:
		0 0 5px #1bc64e,
		0 0 10px #1bc64e,
		0 0 20px #1bc64e,
		0 0 40px #1bc64e;
}
.back-group {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
}
.back-icons {
	display: flex;
	gap: 10px;
	margin-top: 5px;
}
.footer-icon {
	height: 1.5em;
	width: auto;
	vertical-align: middle;
}

.footer-copyright {
	color: #01bfde;
	font-family: dinosaur, sans-serif;
	font-style: book;
	font-size: 18px;
	
	background: linear-gradient(90deg, #01bfde, #1bc64e);
	background-clip: text;
	color: transparent;
}

/* --------------------------------------------------------------------------
   5. Responsive
   -------------------------------------------------------------------------- */

/* Phones and small tablets */
@media (max-width: 767px) {
	/* The banner image is very wide (1920x250), so scaling it purely by
	   width leaves almost no height on a phone screen and the overlaid
	   title/subtitle text spills out below it. Give the banner a fixed,
	   readable height and crop the image to fit instead. */
	.image-container {
		display: block;
		width: 100%;
		height: 90px;
	}

	.base-img {
		width: 100%;
		height: 90px;
		object-fit: cover;
		object-position: center;
	}

	.overlay-img {
		width: auto;
		height: 70px;
		max-width: 45%;
	}

	.top-right-text {
		top: 6px;
		right: 6px;
		padding: 4px 8px;
	}

	.title-text {
		font-size: 20px;
		line-height: 1.15;
	}

	.subtitle-text {
		font-size: 11px;
		margin-top: 2px;
	}

	.section-title,
	.Summary-title {
		font-size: 28px;
	}

	.intro-text p {
		font-size: 18px;
		line-height: 26px;
		text-align: center;
	}

	.summary-text p {
		font-size: 18px;
		line-height: 24px;
		text-align: center;
	}

	.thumbnail {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.text_column {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}

	.footer-nav {
		gap: 60px;
	}
}

/* Small desktops / large tablets */
@media (min-width: 768px) and (max-width: 1096px) {
	.image-container {
		display: block;
		width: 100%;
		height: 130px;
	}

	.base-img {
		width: 100%;
		height: 130px;
		object-fit: cover;
		object-position: center;
	}

	.overlay-img {
		width: auto;
		height: 100px;
		max-width: 30%;
	}

	.title-text {
		font-size: 40px;
	}

	.subtitle-text {
		font-size: 18px;
	}

	.thumbnail {
		width: 48%;
	}

	.text_column {
		width: 100%;
		margin: 0;
		padding: 20px;
		box-sizing: border-box;
	}

	.footer-nav {
		gap: 150px;
	}
}
