/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Baskervville", sans-serif;
  color: #666666;
  position: relative;
  min-height: 100vh;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: #c27e63;
  text-decoration: none;
}

#main {
  padding-bottom: 165px;
}

h1,
h3 {
  font-family: "Baskervville", sans-serif;
  text-align: center;
  font-size: 50px;
  color: black;
}

.book-title {
  font-style: italic;
}
.cover-mockup {
  font-style: italic;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 0px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(40, 40, 40, 0.9);
}
#header .logo {
  font-size: 28px;
  font-family: "Cedarville Cursive", cursive;
  transform: skew(-21deg);
  margin: 0;
  padding: 0;
  line-height: 65px;
  letter-spacing: 0.5px;
}
#header .logo {
  color: rgba(255, 255, 255, 0.7);
}
#header .logo:hover {
  color: white;
}
#header .non-index .logo {
  color: #454545;
}
#header .non-index .logo:hover {
  color: black;
}
#header.header-scrolled .non-index .logo {
  color: rgba(255, 255, 255, 0.7);
}
#header.header-scrolled .non-index .logo:hover {
  color: white;
}

@media (max-width: 992px) {
  #header {
    border: 0;
    padding: 0px;
  }
}

/*--------------------------------------------------------------
# Top Presale Banner
--------------------------------------------------------------*/
.banner a {
  width: 100%;
  top: 0;
  left: 0;
}
#banner div {
  display: flex;
  position: initial;
  background-color: #8f3f1f;
  width: 100%;
  justify-content: center;
  margin: 0px;
  padding: 0px 5px;
}
#banner div:hover {
  background-color: #c27e63;
}
#banner-content {
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
  padding: 0px;
  border: 0px;
  line-height: 32px;
  font-size: 17px;
  font-weight: 600;
}
.banner #banner-content,
.banner #banner-content a:hover {
  color: white;
}

#banner .mobile-new-line {
  display: inline-block;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  position: relative;
  white-space: nowrap;
  margin: 0 12px;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 3px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #8f3f1f;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #fff;
}
.non-index .navbar a {
  color: #454545;
}
.non-index .navbar li:hover > a {
  color: #000000;
}
.header-scrolled .non-index .navbar a {
  color: rgba(255, 255, 255, 0.7);
}
.header-scrolled .non-index .navbar li:hover > a {
  color: white;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.non-index .mobile-nav-toggle {
  color: #454545;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(15, 15, 15, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #282828;
}
.header-scrolled .non-index .bi-list {
  color: rgba(255, 255, 255, 0.7);
}
.non-index .bi-x {
  color: rgba(255, 255, 255, 0.7);
}
.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a,
.header-scrolled .navbar-mobile a,
.non-index .navbar-mobile a,
.header-scrolled .non-index .navbar-mobile a {
  color: #454545;
}
.navbar-mobile li:hover > a,
.header-scrolled .navbar-mobile li:hover > a,
.non-index .navbar-mobile li:hover > a,
.header-scrolled .non-index .navbar-mobile li:hover > a {
  color: #000000;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
}
#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .container {
  padding-top: 72px;
  position: relative;
  text-align: center;
}
#hero h1 {
  margin: 0 0 50px 0;
  font-size: 72px;
  font-weight: 800;
  line-height: 57px;
  color: #fff;
  font-family: "Cedarville Cursive", cursive;
}
#hero h2 {
  color: #eee;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
}
#hero p {
  color: #eee;
  font-size: 18px;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 50px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
#hero p {
  padding: 0px;
  margin: 0px;
}
#hero .mobile-new-line {
  display: inline-block;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0px 0px 20px 0px;
  overflow: hidden;
}
.section-bg {
  background-color: #8fffd6;
}
.section-title {
  padding: 50px 0px 50px 0px;
  text-align: center;
}
.section-title h1 {
  font-size: 50px;
  font-weight: bold;
  position: relative;
}
.section-title p {
  margin-bottom: 0;
  color: #666666;
  font-size: 15px;
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
#page-title {
  padding: 80px 0px 20px 0px;
  overflow: hidden;
}
.page-title {
  padding: 100px 0px 0px 0px;
  text-align: center;
}
.page-title h1 {
  font-size: 50px;
  font-weight: bold;
  position: relative;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.button {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  background: black;
  color: #fff;
  border-radius: 50px;
}
.button:hover {
  background: gray;
}
@media (min-width: 769px) {
  .button-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# cards
--------------------------------------------------------------*/
.card {
  box-sizing: border-box;
  width: 150px;
  display: inline-block;
  margin: 1rem;
  /* border-radius: 4px; */
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.card:hover,
.card.hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.25);
}

.card:hover .card-img .overlay,
.card.hover .card-img .overlay {
  background-color: rgba(25, 29, 38, 0.85);
  transition: opacity 0.2s ease;
  opacity: 1;
}

.card-img {
  position: relative;
  height: 220px;
  width: 148px;
  background-color: #fff;
  transition: opacity 0.2s ease;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-img .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
}
.card-img .overlay .overlay-content {
  line-height: 224px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.card-img .overlay .overlay-content a {
  color: #fff;
  padding: 0 2rem;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.4);
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  cursor: pointer;
  text-decoration: none;
  font-size: 13px;
}
.card-img .overlay .overlay-content a:hover,
.card-img .overlay .overlay-content a.hover {
  background: #8f3f1f;
  border-color: #8f3f1f;
}
.card-content {
  width: 100%;
  min-height: 65px;
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 5px 5px;
  transition: all 0.2s ease;
}
.card-content a {
  text-decoration: none;
  color: #202927;
}
.card-content h2,
a h2 {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

/*--------------------------------------------------------------
# Index
--------------------------------------------------------------*/
.index .index-page-content {
  font-size: 15px;
  color: #666666;
  padding: 55px 0px 50px 0px;
}
.index .info-text {
  padding: 0px 20px 0px 20px;
  margin: 10px 0px 10px 0px;
}
.index .info-text {
  font-size: 18px;
  color: #666666;
  padding: 0px;
  margin: 0px;
}
.index .image-wrapper {
  margin: 0px 0px 20px 0px;
}
.index .image {
  display: flex;
  margin-bottom: 5px;
  justify-content: center;
}
.index .image img {
  display: flex;
  height: 100%;
  object-fit: contain;
  overflow: hidden;
}
.index .index-page-content h3 {
  text-align: center;
}
.index a {
  text-decoration: underline;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .info-text p {
  font-size: 18px;
  color: #666666;
  padding: 0px;
  margin: 0px;
}
.about .image {
  display: flex;
  margin: 20px 0px 20px 0px;
  justify-content: center;
}
.about .image img {
  object-fit: contain;
  overflow: hidden;
}
.about .author-image img {
  display: flex;
  width: 100%;
  margin: 0px 0px 20px 0px;
  justify-content: center;
}
.about .about-page-content {
  margin: 0px;
  padding: 50px 0px 0px 0px;
}
.about-books-i-love .card {
  padding: 0px;
}
.about-books-i-love .row {
  justify-content: space-evenly;
}
.about-podcasts-i-love .card {
  padding: 0px;
}
.about-podcasts-i-love .row {
  justify-content: space-evenly;
}
.about a {
  text-decoration: underline;
}
.about-podcasts-i-love {
  margin: 0px;
  padding-bottom: 50px;
}
.about-podcasts-i-love .podcast-card {
  width: 220px;
}
.about-podcasts-i-love .podcast-card .card-img {
  width: 220px;
}
.about #cv-button {
  background: black;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.about #cv-button:hover {
  background: #c27e63;
}

@media (min-width: 1250px) {
  .about-books-i-love .container {
    width: 1250px;
  }
}
@media (min-width: 1250px) {
  .about-podcasts-i-love .container {
    width: 1250px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact p {
  text-align: center;
}
.contact .row {
  justify-content: center;
}
.contact a {
  text-decoration: underline;
}
.contact .contact-page-content {
  margin: 0px;
  padding: 50px 0px 0px 0px;
}

/*--------------------------------------------------------------
# question
--------------------------------------------------------------*/
.question .email-form {
  width: 100%;
  background: #fff;
}
.question .email-form .form-group {
  padding-bottom: 8px;
}
.question .email-formm .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #8f3f1f;
  border-top-color: #eee;
}
.question .email-form input,
.question .email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}
.question .email-form input:focus,
.question .email-form textarea:focus {
  border-color: #8f3f1f;
}
.question .email-form input {
  height: 44px;
}
.question .email-form textarea {
  padding: 10px 12px;
}
.contact .email-form button[type="submit"] {
  background: #8f3f1f;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.question .email-form button[type="submit"]:hover {
  background: #c27e63;
}
.question p {
  text-align: center;
}
.question .row {
  justify-content: center;
}
.question .button {
  font-family: "Cedarville Cursive", sans-serif;
}
.question a {
  text-decoration: underline;
}
.question .question-page-content {
  margin: 0px;
  padding: 0px 0px 50px 0px;
}
/*--------------------------------------------------------------
# Press
--------------------------------------------------------------*/
.press .card {
  width: 100%;
  margin: 0px;
}
.press .card .card-img {
  width: 100%;
  background-size: contain;
}
.press .card-content h2 {
  text-align: left;
  font-weight: bold;
  font-size: 18px;
}
.press .card-content p {
  text-align: left;
}
.card-img-book-cover {
  background-size: contain;
}
.press .press-page-content {
  margin: 0px;
  padding: 50px 0px 0px 0px;
}
.press .row {
  justify-content: space-evenly;
}
.press .image {
  padding-bottom: 40px;
}
@media (min-width: 1250px) {
  .press .container {
    width: 1250px;
  }
}
/*--------------------------------------------------------------
# lets-become-strangers
--------------------------------------------------------------*/
.lets-become-strangers .row {
  justify-content: center;
}
.lets-become-strangers .card {
  width: 100%;
  margin: 0px;
}
.lets-become-strangers .card .card-img {
  width: 100%;
}
.lets-become-strangers .card-content h2 {
  text-align: left;
  font-weight: bold;
  font-size: 18px;
}
.lets-become-strangers .card-content p {
  text-align: left;
}
.card-img-book-cover {
  background-size: contain;
}
.lets-become-strangers .image-wrapper {
  margin: 0px 0px 20px 0px;
}
.lets-become-strangers .image {
  display: flex;
  margin-bottom: 5px;
  justify-content: center;
}
.lets-become-strangers .image img {
  display: flex;
  /* width: 100%; */
  height: 100%;
  object-fit: contain;
  overflow: hidden;
}
.lets-become-strangers .lets-become-strangers-page-content {
  margin: 0px;
  padding: 50px 0px 50px 0px;
}
.lets-become-strangers .container .row {
  margin-bottom: 20px;
}
.lets-become-strangers a {
  text-decoration: underline;
}
.lets-become-strangers .iframe-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.lets-become-strangers .iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*--------------------------------------------------------------
# books-and-publications
--------------------------------------------------------------*/
.books-and-publications .info-text p {
  font-size: 18px;
  color: #666666;
  padding: 0px;
  margin: 0px;
}
.books-and-publications .image {
  display: flex;
  margin: 20px 0px 20px 0px;
  justify-content: center;
}
.books-and-publications .image img {
  object-fit: contain;
  overflow: hidden;
}
.books-and-publications .author-image img {
  width: 100%;
}
.books-and-publications .books-and-publications-page-content {
  font-size: 18px;
  color: black;
  margin: 0px;
  padding: 50px 0px 50px 0px;
}
.books-and-publications .card {
  padding: 0px;
}
.books-and-publications .row {
  justify-content: space-evenly;
}
@media (min-width: 1000px) {
  .books-and-publications .container {
    width: 1000px;
  }
}

/*--------------------------------------------------------------
# curriculum-vitae
--------------------------------------------------------------*/
.curriculum-vitae  .curriculum-vitae-page-content {
  font-size: 18px;
  color: black;
  margin: 0px;
  padding: 50px 0px 50px 0px;
}

.curriculum-vitae .divider {
  box-sizing: border-box;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 17px;
}

.curriculum-vitae hr {
  border: none;
  height: 1px;
}

.curriculum-vitae .topic {
  font-weight: 400;
  font-style: normal;
  font-size: 39px;
  letter-spacing: -.02em;
  line-height: 1em;
  text-transform: none;
  text-align: left;
  padding-bottom: 25px;
  font-family: "Cedarville Cursive", cursive;
}

.curriculum-vitae .title {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .1em;
  line-height: 1em;
  text-transform: uppercase;
  text-align: left;
  margin-top: 0;
}

.curriculum-vitae .description,
.curriculum-vitae .date,
.curriculum-vitae .subtitle {
  font-weight: 400;
  font-style: normal;
  letter-spacing: .01em;
  line-height: 1.4em;
  font-size: 18px;
  text-transform: none;
  color: rgba(40,26,23,.6);
  text-align: left;
  padding: 0;
  margin: 0;
}

.curriculum-vitae .date {
  font-style: italic;
}

.curriculum-vitae .section {
  margin-bottom: 30px;
  padding: 0;
}

.curriculum-vitae br {
  display: block;
  margin: 5px 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #0f0f0f;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 165px;
}
#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}
#footer .social-links {
  margin: 0 0 40px 0;
  display: flex;
  justify-content: center;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #8f3f1f;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #c27e63;
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  margin: 0 0 5px 0;
}
