body {
  background-color: #fffff7;
}
.btn-primary {
  background-color: #c2da95 !important;
  border-style: none;
  color: #255750;
}

.btn-primary-reverse {
  background-color: #255750 !important;
  border-style: none;
  color: #ffffff;
}

.nav-link {
  color: #fffff7 !important;
}

.hero {
  background: url("/images/hero.png") no-repeat center center;
  background-size: cover;
  height: 400px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero h1 {
  font-size: 3rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.callout {
  background-color: #c2da95 !important;
  color: #255750;
  border: 1px solid #dee2e6;
  padding: 1.5rem;
  margin: 1.5rem 0;
  border-radius: 0.375rem;
}

.form-group label {
  padding-top: 25px;
}

.input-group-addon {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.price {
  font-size: 1.2em;
  font-weight: bold;
}
.original-price {
  color: #888;
  text-decoration: line-through;
  margin-right: 0.5em;
}
.discounted-price {
  color: #d00;
}

.hero-article {
  background: url("/images/hero-article.jpg") no-repeat center center;
  background-size: cover;
  height: 200px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-article h1 {
  font-size: 3rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.nav-secondary {
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  margin-top: 95px;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px;
  border-radius: 0.25rem;
}

.nav-secondary a {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.badge-gita {
  background-color: #c2da95 !important;
  color: #255750;
}

main a,
#content a,
#shortcuts a {
  color: #255750;
  text-decoration: none;
}

main a:hover,
#content a:hover,
#shortcuts a:hover {
  text-decoration: underline;
}

#content img:not(h2 img) {
  max-width: 100%;
  height: auto;
}
.images img {
  max-width: 100%;
  height: auto;
}

#content h2 img {
  height: 35px;
  padding-right: 10px;
}

.search-container {
  position: relative;
  width: 40px; /* Initial width (only icon visible) */
  overflow: hidden;
  transition: width 0.4s ease-in-out;
}

.search-container.expanded {
  width: 200px; /* Expanded width */
}

.search-input {
  width: 100%;
  border: none;
  padding: 5px;
  outline: none;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.search-container.expanded .search-input {
  opacity: 1;
}

.access-section {
  padding: 30px 0;
  border-top: solid 1px #000;
  background-color: #255750;
  color: #fff;
}
.access-section h2 {
  color: #fff;
}

#footer-navigation ul li {
  padding-right: 30px;
}

#footer-navigation ul li {
  font-weight: 500;
  color: #c2da95;
}
#footer-navigation ul ul li {
  font-weight: 400;
  color: #fff;
}
#footer-navigation ul ul {
  padding: 10px 0 20px 0;
  margin: 0;
  list-style-type: none;
}
#footer-navigation ul ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#footer-navigation ul ul li a.nav-link {
  padding: 0.1rem 0;
}
footer .copyright {
  margin: 0 0 30px 0;
}

.summary-fade {
  mask-image: linear-gradient(180deg, #000 88px, transparent);
  -webkit-mask-image: linear-gradient(180deg, #000 88px, transparent);
  max-height: 124px;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin-bottom: 0;
}
