.container {
  max-width: 960px;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.playfair-display{
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.pacifico-regular {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}


/*
 * Custom translucent site header
 */

.site-header {
  background-color: #FFEDDE;
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

.feature-header {
  background-color: #FFEDDE;
  height: 650px;
}

@media (max-width: 768px) {
  .feature-header   {
    height: 700px;
  }
}

.sharna-span {
  font-size: 96px;
  line-height: 100%;
  font-family: playfair-display;
}

@media (max-width: 768px) {
  .sharna-span  {
    font-size: 66px;
    line-height: 100%;
    font-family: playfair-display;
  }
}

.text-gen {
  font-size: 26px;
  font-family: "Poppins";
  padding-bottom: 20px;
  padding-top: 50px;
  color: #4A4A4A;
  padding-left: 70px;
  padding-right: 70px;
}

@media (max-width: 576px) {
  .text-gen  {
    font-size: 16px; /* Even smaller font size for mobile */
    padding-left: 10px;
   padding-right: 10px;
   text-align: center;
  }
}

.book-text {
  font-size: 26px;
  font-family: "Poppins";
  padding-bottom: 20px;

  color: #4A4A4A;
  padding-left: 70px;
  padding-right: 70px;
}

@media (max-width: 576px) {
  .book-text  {
    font-size: 16px; /* Even smaller font size for mobile */
    padding-left: 10px;
   padding-right: 10px;
   text-align: center;
  }
}

.h1-span {
  font-size: 65px;
  line-height: 100%;
  font-family: playfair-display;
  padding-bottom: 20px;
  padding-top: 30px;
}

@media (max-width: 768px) {
  .h1-span   {
    font-size: 45px;
    line-height: 100%;
    font-family: playfair-display;
    padding-bottom: 20px;
    padding-top: 30px;
  }
}

.bio-span {
  font-size: 24px;
  color: #9A9393;
}



.bio-button {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 35px;
  background-color: #EFAAE4;
  border-color: #EFAAE4;
}

@media (max-width: 768px) {
  .bio-span , .bio-button   {
    font-size: 16px;
  }
}

.header-text {
  margin-top: 50px;
  margin-left: 70px;
  padding-bottom: 10px;
}

/* Override for smaller screens */
@media (max-width: 992px) {
  .header-text {
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 0;
  }
}

.author-text {
  font-size: 64px;
  color: #EFAAE4;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .author-text   {
    font-size: 45px;
    color: #EFAAE4;
    padding-bottom: 20px;
  }
}

.header-text-col {
  overflow-y: hidden;
}

.header-image-col {
  max-height: 650px;
}

.footer {
  margin-top: 70px;
  background-color: #FFE1D0;
}

/*
 * Extra utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.flex-equal > * {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }
