body {
  font-family: 'DM Sans', sans-serif;
  background-color: #f5e6da ; /* Light tan color code */
}


.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;

}

.expanded-row {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-left: 50vw;
  padding-right: 50vw;
}

.main-container { 
  margin: 1em;
  font-family: "DM Sans";

}
.navbar .navbar-nav {
  display: flex;
  flex-direction: row;
}

.title-component {
  text-align: center; 
  margin-bottom: 20px; 
}

.title-component h2 {
  color: #333; 
  font-size: 24px;
}

.custom-list {
  padding: 0;
 
}

.custom-list li {
  margin-bottom: 10px; 
}

.custom-list li a {
  text-decoration: none;
  color: #333; 
}

.custom-list li a:hover {
  color: #007bff; 
}

.copyright {

  color: black;
  text-align: center;
  padding: 10px 0;
  bottom: 0;
  width: 100%;
}

.navbar {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.navbar-brand {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.nav-item {
  padding-right: 2rem;
  color: black;
}

#navbarNav {
  color: black;
}

.row {
  margin: 1rem;
}

.title {
  font-size: 40px;
  word-wrap: break-word;
 
}

.presented-text {
  font-size: 25px;
  color: grey;
  display: flex;
  align-items: center;
}
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  }
.home-content-title {
  margin-bottom: 1em;
  font-weight: bold;
}

.home-content-link {
  text-decoration: underline;
  margin-top: 2em;
  bottom: 0;
  margin-top: 50px;
}

.centered-text {
  text-align: center;
}


#bookimg {
  float: left;
  width:  800px;
  height: 800px;
  object-fit: contain;
}

strong {
  font-weight: bolder; /* You can increase the font-weight value for more boldness */
}


.footer {
  position: inherit;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  bottom: 0;
  width: 100%;
}

.demo-row {
  background-color: #333;
  padding: 50px 0;
  width: 100%;
}


/*Implement*/
.sponsor-feature {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
}

#id-sponsors .carousel {
    margin-bottom: 20px;
}
#id-sponsors .item {
    padding-bottom: 20px;
}
#id-sponsors .carousel-indicators {
    bottom: -25px;
}