/* Desktop content: show by default */

/* Mobile screenshot: hide by default */

#mobile-screenshot {
  display: none;
}

/* Mobile view adjustments */

/* Hide desktop content */

@media (max-width: 767px) {
  #full-content-wrapper {
    display: none;
  }
}

/* Show screenshot */

@media (max-width: 767px) {
  #mobile-screenshot {
    display: block;
  }
}

/* Make the screenshot fill the viewport */

@media (max-width: 767px) {
  #mobile-screenshot img {
    width: 100%;
    /*height: 100vh;*/
    object-fit: cover;
    object-position: center top;
    display: block;
  }
}

#toc-col {
  min-width: 200px;
}

#download-icon {
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
  /*align-items: center;*/
}

#download-icon-button {
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
}

#accordion {
  padding-top: 1em;
}

.download-button {
  background: #e3c945 !important;
  color: #000 !important;
  font-weight: bold;
  font-size: 1.3em;
  padding: 7px 100px;
  border-radius: 15px !important;
  border-style: none;
  box-shadow: 4px 5px 12px;
  transition: all 0.1s ease-in-out;
  width: 96%;
  margin: auto;
}

.download-button:hover {
  background: #c2761c !important;
  border-radius: 15px;
}

.download-button:active {
  background: #c2761c !important;
  border-radius: 15px;
  transform: translateY(2px);
  box-shadow: 2px 3px 6px rgba(0,0,0,0.3);
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.18rem rgba(85,64,34,0.5);
}

#logo-text {
  display: flex;
}

#logo-link {
  display: flex;
  text-decoration: none;
  font-size: 1.6em;
  color: #ffd646;
  font-weight: 600;
  margin-top: 5px;
}

.accordion-link-dec {
  text-decoration: none;
  font-weight: bold;
}

.download-col {
  overflow-wrap: break-word;
  margin-bottom: 1em;
}

#prep-prompt {
  display: flex;
  align-content: center;
  gap: 1em;
  justify-content: center;
  margin-bottom: 1em;
}

.tracker-cont {
  margin-top: 2em;
  /*padding: 1em;*/
}

#captcha-container {
  background-color: rgb(174,123,101);
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 5em;
  font-weight: bold;
  font-size: 1.5em;
  color: #ebd8bb;
  text-align: center;
}

#book-cover-col {
  text-align: center;
}

.cover-desc {
  margin-top: 2em;
  /*margin: auto;*/
}

