body {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  padding: 20px;
  background-color: #f3f2ed;
}

.title-bar {
  color: white;
  padding: 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 5px;
  font-family: "Montserrat", sans-serif;
  background-image: url("leather-texture.jpg");
  background-repeat: repeat-x;
  background-size: cover;
}

.title-bar .left-justified {
  display: flex;
  align-items: center;
  gap: 10px;
}

.big-button {
  display: block;
  width: 400px;
  height: 60px;
  line-height: 60px;
  margin: 20px auto;
  background-image: url("leather-texture.jpg");
  background-repeat: repeat-x;
  background-size: cover;
  color: whitesmoke;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-family: "Font Awesome 5 Free";
  border-radius: 4px;
}

.prayers-section {
  margin-top: 80px;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 8px;
  border-style: double;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  text-align: center;
}

.prayers-section p {
  padding-left: 20px;
  /* Adjusted margin */
  padding-right: 20px;
}

.prayers-section h3 {
  padding-left: 20px;
  /* Adjusted margin */
  padding-right: 20px;
  color: darkred;
  font-family: "Font Awesome 5 Free";
  /* Replace with the appropriate Font Awesome font */
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.prayers-section h2 {
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Font Awesome 5 Free";
  /* Replace with the appropriate Font Awesome font */
  color: #333333;
  font-size: 32px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.bible-title h1 {
  font-family: "Font Awesome 5 Free";
  /* Replace with the appropriate Font Awesome font */
  color: black;
  text-decoration: underline;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.store-section {
  margin-top: 80px;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 8px;
  border-style: double;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  text-align: center;
}

.store-section p {
  padding-left: 20px;
  /* Adjusted margin */
  padding-right: 20px;
}

.store-section h3 {
  padding-left: 20px;
  /* Adjusted margin */
  padding-right: 20px;
  color: darkred;
  font-family: "Font Awesome 5 Free";
  /* Replace with the appropriate Font Awesome font */
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.store-section h2 {
  padding-left: 80px;
  padding-right: 80px;
  font-family: "Font Awesome 5 Free";
  /* Replace with the appropriate Font Awesome font */
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}


.big-button:hover {
  color: goldenrod;
}


.title-bar .left-justified a {
  text-decoration: none;
  color: goldenrod;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.title-bar .left-justified a:hover {
  color: #ffcc00;
}

.title-bar .left-justified img {
  height: 24px;
  width: 24px;
}

.title-bar .right-justified {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  position: relative;
}

.title-bar .right-justified .dropdown {
  position: relative;
  display: inline-block;
  right: 0;
  color: goldenrod;
}

.title-bar .right-justified .dropbtn {
  background-color: inherit;
  color: #ffffff;
  font-size: 16px;
  border: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}



.title-bar .right-justified .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 0;
}

.title-bar .right-justified .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.title-bar .right-justified .dropdown-content a:hover {
  background-color: goldenrod;
}

.title-bar .right-justified .dropdown:hover .dropdown-content {
  display: block;
}

.container {
  margin-top: 60px;
}

.widget {
  margin-top: 50px;
}

.book {
  margin-bottom: 40px;
}

.search-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.search-bar input {
  font-size: 16px;
  padding: 6px;
  width: 300px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}

.book-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  text-decoration: underline;
  font-family: "Font Awesome 5 Free";
  letter-spacing: 1px;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.chapter {
  margin-bottom: 20px;
}

.bible-info-section {
  margin-top: auto;
  background-color: white;
  padding: 10px;
  border-radius: 8px;
  border-style: double;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.bible-info-section p {
  padding-left: 90px;
  /* Adjusted margin */
  padding-right: 90px;
}

.bible-info-section h2 {
  padding-left: 90px;
  /* Adjusted margin */
  padding-right: 90px;
  font-family: Montserrat, sans-serif;
  /* Replace with the appropriate Font Awesome font */
  letter-spacing: 2px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.bible-info-section h3 {
  padding-left: 20px;
  /* Adjusted margin */
  padding-right: 20px;
  font-family: "Font Awesome 5 Free";
  /* Replace with the appropriate Font Awesome font */
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.verseOfDay h4 {
  display: block;
  text-align: center;
  color: darkgoldenrod;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.chapter-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}

.verse {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}

.navigation {
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  font-family: "Font Awesome 5 Free";
  /* Replace with the appropriate Font Awesome font */
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: darkred;
  color: #ffffff;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  transition: background-color 0.3s ease;
}

.button:not(:last-child) {
  margin-right: 10px;
}

.button:hover {
  background-color: #ff1a1a;
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.chapter-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
}

.chapter-button {
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 4px;
  background-color: darkred;
  color: #ffffff;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  transition: background-color 0.3s ease;
}

.chapter-button:hover {
  background-color: goldenrod;
}

.chapter-button.active {
  background-color: goldenrod;
  color: #333333;
}

.book-selector {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.book-selector select {
  font-size: 16px;
  padding: 6px;
  width: 200px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}

.prev-next-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  justify-content: center;
  margin-bottom: 20px;
}

.verse {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.verse:not(:last-child) {
  margin-bottom: 20px;
}

.container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.title-bar h2 {
  font-size: 32px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}

.title-bar h1 {
  font-size: 32px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}

.book-title {
  font-size: 24px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  letter-spacing: 1px;
}

.chapter-title {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}

.verse {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

.footer {
  color: black;
  padding: 10px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  width: 100%;
  letter-spacing: 1px;
  margin-top: 10px;
}

.footer-content {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.footer-link {
  color: #ffffff;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}

.title-bar .left-justified .desktop-link {
  display: none;
}

@media only screen and (min-width: 600px) {
  .title-bar .left-justified .desktop-link {
    display: inline;
    color: white;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
  }
}

.title-bar .right-justified {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  position: relative;
  margin-right: 15px;
  /* Adjusted value */
  font-size: 18px;
}

.title-bar .right-justified .dropdown {
  position: relative;
  display: inline-block;
  right: 15px;
  /* Adjusted value */
}

.title-bar .right-justified .dropbtn {
  font-size: 14px;
}

.dropdown-content {
  min-width: 140px;
}

.container {
  margin-top: 90px;
}

.widget {
  width: 100%;
  /* Set the width to fill the available space */
  height: auto;
  /* Allow the height to adjust based on content */
}

.bible-info-section {
  margin-top: 85px;
  padding: 10px;
}

.bible-info-section p {
  font-size: 14px;
}

.navigation {
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .big-button {
    width: 300px;
    font-size: 18px;
  }
}

.title-bar .right-justified .twitter-follow-button {
  display: none;
}

@media only screen and (min-width: 600px) {
  .title-bar .right-justified .twitter-follow-button {
    display: inline;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .title-bar .right-justified .dropdown .dropdown-content .twitter-follow-button {
    display: inline;
  }
}

@media only screen and (min-width: 600px) {
  .title-bar .right-justified .dropdown .dropdown-content .twitter-follow-button {
    display: none;
  }
}

.special-option {
  font-weight: bold;
  color: darkgoldenrod;
}

/* Apply the .special-option styles on smaller screens (mobile) */
@media (max-width: 600px) {
  .special-option {
    font-weight: bold;
    color: darkgoldenrod;
  }
}