@charset "UTF-8";

header.author {
	align-content: center;
	text-align: center;
	padding-top: 2vmax;
	padding-bottom: 1vmax;
	border-bottom: thick;
	background-color: var(--bs-body-color);
}

.name {
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 4rem;
	color: var(--bs-body-bg);
}

.byline {
	font-family: "Allura", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
	color: var(--bs-body-bg);
}

nav {
	font-family: "Afacad", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.2rem;
	font-weight: 400;
	font-style: normal;
}

.nav-item {
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
}

/* Hamburger icon customisation and animation */
.navbar-toggler {
	width: 20px;
	height: 20px;
	position: relative;
	transition: 0.5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
	outline: none;
	box-shadow: none;
	border: 0;
}

.navbar-toggler span {
	margin: 0;
	padding: 0;
}

.toggler-icon {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #F8FCDACC;
	border-radius: 1px;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: 0.25s ease-in-out;
}

.middle-bar {
	margin-top: 0;
}

/* when navigation is clicked */
.navbar-toggler .top-bar {
	margin-top: 0;
	transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
	opacity: 0;
	filter: opacity(0);
}

.navbar-toggler .bottom-bar {
	margin-top: 0;
	transform: rotate(-135deg);
}

/* State when the navbar is collapsed */

.navbar-toggler.collapsed .top-bar {
	margin-top: -20px;
	transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
	filter: opacity(100);
}

.navbar-toggler.collapsed .bottom-bar {
	margin-top: 20px;
	transform: rotate(0deg);
}

/*Hamburger icon customisation and animation --- ENDS HERE*/

@media (max-width: 992px) {
	.name {
		font-size: 3.4rem;
	}
	.byline {
		font-size: 1.4rem;
	}
}

@media (max-width: 768px) {
	.name {
		font-size: 2.5rem;
	}
	.byline {
		font-size: 1rem;
	}
}


.navbar {
	background-color: black;

}

.navbar-text,
.nav-link {
	--bs-nav-link-color: #f8fcdab2;
	--bs-nav-link-hover-color: #f8fcda;
	--bs-nav-link-disabled-color: var(--bs-gray-500);
}

.nav-link.active {
	--bs-navbar-active-color: #f8fcda;
}



a {
	text-decoration: none;
	font-family: "Afacad", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.2rem;
	font-weight: 300;
	font-style: normal;
	color: darkcyan;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Afacad", sans-serif;
	font-optical-sizing: auto;
	font-weight:500;
	font-style: normal;
	line-height: 1.6;
}


.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: var(--bs-tertiary-bg);
}


.er-btn {
	padding: 0.375rem 0.75rem;
	transition: all 0.3s ease-in-out;
}

/* TOP button */
#top-Btn {
  display: none;
  position: fixed;
  bottom: 4rem;
  right: 2rem;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgba(0, 139, 139, 0.9);
  color: var(--bs-body-bg);
  cursor: pointer;
  padding: 1rem;
  border-radius: 2rem;
}

#top-Btn:hover {
  background-color: var(--bs-body-color);
	opacity: .9;
}

p.copy {
	color: var(--bs-gray-900);
}

/* hero container */

#new-release {
	background-color: #b6efef8a;
	/* align-items: center; */
	object-fit: contain;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 0.6rem;
	/* max-height:10rem; */
}

/* img.er-book {
	box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.5);
	object-fit: contain;
	border-radius: 0.2rem;
} */

img.book-hero {
	box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.5);
}
.er-book-hero {
	box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.5);
}

.er-book-footer {
	box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.5);
	object-fit: contain;
	border-radius: .3rem 0.3rem 0 0;
}

.er-book-container {
	padding: 2rem;
	margin:0;
}

.er-book-container-home{
	padding: 2rem;
}

.er-book-container-footer{
	padding: 1rem;
}

.hero-title {
	font-family: Afacad, sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
}

.hero-text {
 font-size:large;
 font-weight: 400;
 font-style: oblique;
}

.author-bio {
	background-color: var(--bs-body-color);
}

/* .bio-img {
	max-width: 50%;
} */

.er-figcaption {
	color: var(--bs-gray-800);
}

.er-btn {
	margin: .4rem;
}

.er-card-box {
	padding: 2rem;
}

.er-card {
	border-radius: .8rem;
	/* padding: 2rem 3rem 0 3rem; */
	/* margin: 1rem; */
	border: 0;
	background-color: #fef7fe24;
	padding: 1rem;
	/* box-shadow: 0 .3rem .6rem rgba(0, 0, 0, 0.3); */
	/* margin: 2rem; */
}

.er-card-body {
 text-align: center;
 padding-top: 1rem;
}

/* a.er-card-link {
	text-align: right;
	line-height: 2rem;} */
	
	.er-card-link {
	padding: 1rem;
 }



.er-card-img {
	border-radius: .8rem .8rem 0 0 ;
	box-shadow: 0 .3rem .6rem rgba(0, 0, 0, 0.3);
}

.er-card-title {
	text-align: center;
}

.myshadow-inset {
	box-shadow:
    inset 0 1em 1em rgba(36, 36, 36, 0.1)
}

.section-contact {
	display: flex;
	background-image: linear-gradient(175deg,rgb(255, 255, 255), rgba(99, 74, 101, 0.159), rgb(99, 74, 101));
	}

.contact-container {
	height: 66vh;
}
	

	audio {
   width: 100%;
	}
		
 .footer-text {
	font-size: small;
	text-align: center;
	color: #fff;
	opacity: 0.6;
 }
 .footer-link {
	font-size: small;
	color:#fff;
 }
  
