*
	{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	}

.grid-front-container
	{
	display: grid;
	grid-template-areas:
		'title'
		'text'
		'email'
		'footer';
	gap:0.5rem;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0.5rem auto 0;
	}

.grid-bk-container
	{
	display: grid;
	grid-template-areas:
		'cover'
		'main'
		'retail'
		'footer';
	gap:0.5rem;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0.5rem auto 0;
	}

.grid-bkau-container
	{
	display: grid;
	grid-template-areas:
		'name'
		'portrait'
		'biography'
		'connect'
		'bibliography'
		'footer';
	gap:0.5rem;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0.5rem auto 0;
	}

.grid-titles-container
	{
	display: grid;
	grid-template-areas:
		'title'
		'fox'
		'tiles'
		'footer';
	gap:0.5rem;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0.5rem auto 0;
	}

.grid-news-container
	{
	display: grid;
	grid-template-areas:
		'graphic'
		'news'
		'footer';
	gap:0.5rem;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0.5rem auto 0;
	}

.cover, .portrait, .fox, .graphic
	{
	text-align:center;
	}

.booklist
	{
	display:flex;
	flex-wrap:wrap;
	align-items:top;
	justify-content: center;
	}

.books
	{
	text-align:center;
	padding:0.5rem;
	width: 10rem;
	}

.books img
	{
	width: 7rem;
	}

.tiles
	{
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	justify-content: center;
	}

.tiles div
	{
	background:#9ADCF0;
	min-width: 8rem;
	border-radius:0.5rem;
	min-height:5rem;
	padding:0.7rem;
	margin: 0.3rem;
	text-align: center;
	}

.series-heading
	{
	margin: 0 auto 1.5rem;
	max-width: 1200px;
	}

.footer
	{
	background-color:#ddd;
	margin-top:4rem;
	}


@media (max-width:576px)
	{
	.cover img
		{
		width:60%;
		max-width:200px;
		}
	.portrait img
		{
		width:60%;
		max-width:200px;
		}
	.fox img
		{
		width:60%;
		max-width:200px;
		}
	.graphic img
		{
		width:85%;
		max-width:200px;
		}
	.main, .biography, .retail, .bibliography, .title, .text
		{
		padding:0 0.5rem;
		}
	.ah-bkau
		{
		text-align:center;
		margin-bottom:1rem;
		}
	.bh-bkau
		{
		text-align:center;
		}
	}

@media (576px <= width <= 992px)
	{
		.cover
		{
		grid-area: 1 / 1 / span 1 / span 1;
		padding-left:0.5rem;
		}
		.retail, .connect
		{
		grid-area: 2 / 1 / span 1 / span 1;
		padding-left:0.5rem;
		}
		.main
		{
		grid-area: 1 / 2 / span 1 / span 4;
		grid-row: span 2;
		padding-right:0.5rem;
		}
		.footer
		{
		grid-area: 4 / 1 / span 1 / span 5;
		}
		.name, .title
		{
		grid-area: 1 / 1 / span 1 / span 5;
		padding-left:0.5rem;
		}
		.text
		{
		grid-area: 2 / 1 / span 1 / span 3;
		padding-left:0.5rem;
		}
		.email
		{
		grid-area: 2 / 4 / span 1 / span 2;
		padding-right:0.5rem;
		}
		.portrait
		{
		grid-area: 2 / 1 / span 1 / span 1;
		padding-left:0.5rem;
		}
		.biography
		{
		grid-area: 2 / 2 / span 1 / span 4;
		}
		.bibliography
		{
		grid-area: 3 / 2 / span 1 / span 4;
		}
		.connect
		{
		grid-area: 3 / 1 / span 2 / span 1;
		padding-right:0.5rem;
		}
		.fox
		{
		grid-area: 2 / 1 / span 1 / span 1;
		padding-left:0.5rem;
		}
		.graphic
		{
		grid-area: 1 / 1 / span 1 / span 1;
		padding-left:0.5rem;
		}
		.tiles
		{
		grid-area:  2 / 2 / span 1 / span 4;
		}
		.news
		{
		grid-area:  1 / 2 / span 1 / span 4;
		}
		.cover img
		{
		width:80%;
		}
		.portrait img
		{
		width:80%;
		max-width:200px;
		}
		.fox img
		{
		width:80%;
		min-width:150px;
		}
		.graphic img
		{
		width:80%;
		min-width:150px;
		}
	}

@media (min-width: 992px)
	{
		.cover
		{
		grid-area: 1 / span 1;
		padding-left:0.5rem;
		}
		.main
		{
		grid-area: 1 / span 3;
		}
		.retail
		{
		grid-area: 1 / span 1;
		padding-right:0.5rem;
		}
		.footer
		{
		grid-area: 4 / span 5;
		}
		.name
		{
		grid-area: 1 / 1 / span 1 /span 5;
		}
		.portrait
		{
		grid-area: 2 / 1 / span 2 / span 1;
		padding-left:0.5rem;
		}
		.biography
		{
		grid-area: 2 / 2 / span 1 / span 3;
		grid-column-start: 2;
		}
		.bibliography
		{
		grid-area: 3 / 2 / span 1 / span 3;
		grid-column-start: 2;
		}
		.connect
		{
		grid-area: 2 / 5 / span 2 / span 1;
		padding-right:0.5rem;
		}
		.title
		{
		grid-area: 1 / 1 / span 1 / span 5;
		padding-left:0.5rem;
		}
		.text
		{
		grid-area: 2 / 1 / span 1 / span 3;
		padding-left:0.5rem;
		}
		.email
		{
		grid-area: 2 / 4 / span 1 / span 2;
		padding-right:0.5rem;
		}
		.fox
		{
		grid-area: 2 / 1 / span 1 / span 1;
		padding-left:0.5rem;
		}
		graphic
		{
		grid-area: 1 / 1 / span 1 / span 1;
		padding-left:0.5rem;
		}
		.tiles
		{
		grid-area:  2 / 2 / span 1 / span 4;
		}
		.news
		{
		grid-area:  1 / 2 / span 1 / span 4;
		}
		.cover img
		{
		width:100%;
		max-width:250px;
		}
		.portrait img
		{
		width:100%;
		max-width:200px;
		}
		.fox img
		{
		width:100%;
		max-width:250px;
		min-width:150px;
		}
		.graphic img
		{
		width:100%;
		max-width:250px;
		}
	}

a:link
	{
	color:black;
	text-decoration:underline 0.06rem;
	}
a:visited
	{
	color:black;
	text-decoration:underline 0.06rem;
	}
a:hover
	{
	color:#ff4d4d;
	}
a:active
	{
	color:#3399ff;
	}

.button
	{
	background: #c3e307;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-variation-settings:"wdth" 100;
	font-size: 1.1rem;
	text-align:center;
	border-radius: 0.3rem;
	cursor: pointer;
	text-decoration: none;
	margin: 1rem 0.5rem 0.5rem 0.5rem;
	padding: 0.4rem 0.8rem;
	display: flex;
	justify-content:center;
	}

.button-connect
	{
	background: #9ADCF0;
	}

.logo
	{
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top: 1.5rem;
	margin-left:auto;
	margin-right:auto;
	width:67%;
	max-width:700px;
	}

.logo-img
	{
	width: 25%;
	}

.logo-img img
	{
	width: 100%;
	}

.logo-text
	{
	width:75%;
	}

.logo-text img
	{
	width: 100%;
	}

.banner
	{
	font-family: "Gelasio", serif;
	font-weight: 600;
	font-style: normal;
	font-size:1.6rem;
	text-align:center;
	hyphens:none;
	margin-top:2rem;
	margin-left:2rem;
	margin-right:2rem;
	}

.ah, .bk, .bh, .bkau, .ct
	{
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-variation-settings:"wdth" 100;
	}

.ah, .bk
	{
	font-size:1.8rem;
	margin-left:0.5rem;
	margin-right:0.5rem;
	margin-top:1rem;
	}

.bh, .bkau
	{
	font-size:1.3rem;
	margin-left:0.5rem;
	margin-right:0.5rem;
	margin-top:0.3rem;
	}

.ct
	{
	font-size:2rem;
	margin-left:0.5rem;
	margin-right:0.5rem;
	margin-top:1rem;
	}

.p, .paft, .pcon, .psec, .p-c, .p-copy, .rv, .rvt
	{
	font-family: "Gelasio", serif;
	font-weight: 400;
	font-style: normal;
	text-align:justify;
	hyphens:auto;
	margin-left:0.5rem;
	margin-right:0.5rem;
	}

.p
	{
	text-indent:1.5rem;
	}

.paft
	{
	margin-top:0.5rem;
	}

.psec
	{
	margin-top:1rem;
	}

.p-c
	{
	text-align:center;
	}

.p-copy
	{
	padding-top:1rem;
	padding-bottom:1rem;
	font-size:80%;
	text-align:center;
	hyphens:none;
	}

.rv
	{
	margin:0.5rem 3rem 0;
	}

.rvt
	{
	margin:0 3rem 0.5rem 5rem;
	text-align:right;
	}

.p-series, .p-label
	{
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:"wdth" 100;
	}

.p-series
	{
	font-weight: 500;
	text-align:left;
	hyphens:none;
	margin:0.5rem;
	}

.p-label
	{
	font-weight: 600;
	font-size:110%;
	text-align:center;
	hyphens:none;
	padding-top:1rem;
	padding-bottom:1rem;
	}

.p-label a:link
	{
	text-decoration:none;
	}
.p-label a:visited
	{
	text-decoration:none;
	}

.b
	{
	font-weight:600;
	}

.i
	{
	font-style:italic;
	}

.break
	{
	display:flex;
	justify-content:center;
	align-items:center;
	margin: 1.5rem auto;
	width:100%;
	}

.break img
	{
	width:30%;
	max-width:180px;
	}

.navbar
	{
	background-color: #666;
	color: white;
	padding: 1rem;
	position: sticky;
	top: 0;
	z-index: 1000;
	}

.nav-container
	{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	}

.nav-logo
	{
	display:flex;
	align-items:center;
	}

.nav-logo-img img
	{
	width:2rem;
	}

.nav-logo-text img
	{
	width:6rem;
	}

.nav-links
	{
	display: flex;
	list-style: none;
	gap: 20px;
	align-items: center;
	}

.nav-links a
	{
		font-family: "Roboto", sans-serif;
		font-optical-sizing: auto;
		font-weight: 500;
		font-style: normal;
		font-variation-settings:"wdth" 100;
	text-decoration: none;
	color: white;
	transition: 0.3s;
	}

.nav-links a:hover
	{
	color: #ff4d4d;
	}

/* Mobile Menu Toggle (Hidden on Desktop) */
#nav-check, .nav-btn
	{
	display: none;
	}

/* Responsive Media Query */
@media (max-width:768px)
	{
		.nav-btn
		{
		display: inline-block;
		cursor: pointer;
		}
		
		.nav-btn span
		{
		display: block;
		width: 25px;
		height: 3px;
		background-color: white;
		margin: 5px;
		}

		.nav-links
		{
		position: absolute;
		display: block;
		width: 100%;
		background-color: #444;
		height: 0px;
		transition: all 0.3s ease-in;
		overflow-y: hidden;
		top: 60px;
		left: 0;
		}

		.nav-links li
		{
		padding: 15px;
		text-align: center;
		border-bottom: 1px solid #555;
		}

		/* Toggle functionality using checkbox */
		#nav-check:checked ~ .nav-links
		{
		height: calc(100vh - 60px);
		overflow-y: auto;
		}
	}




