@media (max-width: 768px) {
  .banner {
    flex-direction: column;
    align-items: center !important;
  }
  .main-body {
  width: 100% !important;
  }
  .banner > div {
    margin-top: 15px;
  }
  .disclosure {
    flex-direction: column !important;
    align-items: center !important;
  }
  .footer {
    flex-direction: column-reverse !important;
  }
  .footer > p {
    font-size: smaller !important;
  }
  .contact {
    text-align: center;
  }
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: large;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.header-bar {
  background-color: #ffffff;
  margin-top: 20px;
}

.wwyd {
  background-color: black;
  color: white;
  font-family: "Cooper Black", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight:bolder;
  /* text-shadow: 4px 4px 5px #292929; */
  text-align: center;
  padding: 0px 25px;
}

.buy-button {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

#buybutton {
  display: inline-block;
  background-color:#cc5915;
  font-size: 28px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  box-shadow: 2px 2px 5px black;
  border-radius: 10px;
}

.chap-head, .accolade {
  background-color: #cc5915;
  width: 50%;
  color: white;
  text-align: center;
  padding: 5px;
}

.accolade {
  width: 100%;
  padding: 5px 35px 5px 35px;
  font-size: larger;
  font-weight: bold;
}

.fortress-font {
  font-family: 'Arial Bold', sans-serif;
  font-size: large;
  font-weight: bold;
}

.disclosure {
  /* background-color: #cc5915;
  color: white; */
  text-decoration: none;
  display: flex;
  justify-content: space-evenly;
  margin-top: 10px;
  padding-top: 10px;
  outline: none;
  border: 0;
}

a:link, a:visited, a:active {
  color: black;
  background-color: transparent;
  text-decoration: none;
  /* font-size: small; */
}

a:hover {
  color: #ffcc00;
}

.modal-body {
  font-size: small;
}

.footer {
  /* background-color: #cc5915;
  color: white; */
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 8px;
}

hr {
  margin-top: 0px;
  height: 2px;
  background: lightgray;
  margin: 0px 10px 10px 10px;
}

.not-pretty {
  font-size: larger;
  margin-bottom: 0;
}

.main-body {
  display: flex;
  width: 85%;
  flex-direction: column;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #a0a0a0;
  margin: 0 auto;
}

.processing {
  display: flex;
  justify-content: center;
  margin: 20px;
}

.spinner-border {
  width: 4rem;
  height: 4rem;
  font-size:x-large;
}

.banner {
  display: flex;
  /* justify-content: space-between; */
  justify-content: space-around;
  margin: 15px 10px;
  align-items:flex-end;
}

.contact {
  color: #1e1440;
  font-weight: bold;
  text-align: center;
}

.tbg-name {
  font-weight: bold;
  color:#cc5915
}

.intro {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 10px 10px 0px 10px;
}

.paragraph {
  margin: 10px;
}

.me {
  width: 5%;
}
.excl-row {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.row img {
  max-width: 100px;
  height: auto;
}

.row p {
  margin: 0;
}

.container--narrow {
  max-width: 732px;
}

.body-content {
  font-size: 1.2rem;
  line-height: 1.75;
  color: #292929;
}

.body-content p,
.body-content ul,
.body-content ol {
  margin-bottom: 1.75rem;
}

header .flex-row > div {
    display: inline;
}

header .flex-row > div > div {
    display: inline;
}

.access {
  border: 1px solid green;
  border-radius: 10px;
  min-width: 350px;
  max-width: 400px;
  max-height: 410px;
  margin: 15px;
  padding: 10px;
  box-shadow: 1px 1px 2px black;
}

.access-row {
  display: flex;
  justify-content: space-between;
}
.credentials {
  display:flex;
  justify-content: center;
}
.access .form-group {
  margin-bottom: 2px;
}

.downloads {
  color: blue !important;
  background-color: white !important;
  text-decoration:none !important;
  font-size: 16px !important;
}
.access > p {
  text-align: center;
  margin-bottom: .2rem;
}

.sub-size {
  font-size: small;
}

.emphasize {
  background-color:rgba(255, 255, 0, 0.664);
  border-radius: 20px;
  padding-top: 20px;
  border-style: solid;
  border-width: 1px;
}

.yellow {
  color: #ffcc00;
}

p {
  margin-left: 15px;
  margin-right: 15px;
}

.heading {
  text-align: center;
  color: white;
  background-color: #292929;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 10px;
}

.heading-main {
  font-size: 1.2em;
  font-weight:900;
  background-color: yellow;
  margin-top: 10px;
  text-align: center;
}

.heading-danger {
  color: red
}

.heading-focus {
  font-weight: bold;
  color:rgb(248, 182, 60)
  /* background-color: rgba(255, 255, 0, 0.555); */
}

.text-bold {
  font-weight: bold;
}

.text-bold-italic {
  font-weight: bold;
  font-style: italic;
}

.checkmark {
  color: green;
  font-size: 1.3em;
}

.pulse-button {
    display: inline-block;
    padding: 14px 28px;
    font-size: 24px !important;
    font-weight: bold;
    color: black !important;
    background-color: #2b2b2b; /* Charcoal from your header bar */
    border: 2px solid #ff9900; /* Orange accent */
    border-radius: 8px;
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 80%;
    text-align: center;
    margin-top: 5px;
}

/* Pulse animation */
.pulse-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff9900; /* Orange pulse */
    opacity: 0;
    animation: pulse 1.5s infinite;
    z-index: -1;
}

@keyframes pulse {
    0%   { opacity: 0; }
    50%  { opacity: 0.28; }
    100% { opacity: 0; }
}

.pulse-button:hover {
    color: white !important;
    transform: scale(1.05);
    background-color: #3a3a3a;
}

.freetrial {
  width: 80%;
  margin: auto;
  text-align: center;
}

.testimonial {
    border-left-style: solid;
    border-left-color: burlywood;
    padding-left: 15px;
}

.meet-fortress {
  margin: auto;
  margin-top: -5px;
  text-align: center;
}

.top-phone {
  font-size: 2em;
  margin-bottom: 0px;
  text-shadow: 1px 1px 2px #fcc066;
}