@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: #cc5915;
    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 15px;
  }
  
  .chap-head, .chap-head-rev, .accolade, .testintro {
    background-color: white;
    width: 50%;
    color: #cc5915;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    border-color: #cc5915;
    border-width: 2px;
    border-style: solid;
    margin-left: 8px;
    font-weight: bold;
  }

  .chap-head-rev {
    background-color: #cc5915;
    color: white;
    font-size: 1.2em;
    font-weight: bold;
  }

  .ph-num {
    background-color: yellow;
  }

  .testintro {
    width: 100%;
  }
  
  .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: blue;
    background-color: transparent;
    text-decoration: none;
  }
  
  a:hover {
    color:#cc5915;
  }
  
  .disclosure a:link, .disclosure a:visited, .disclosure a:active {
    color: yellow;
  }

  .disclosure a:hover {
    color: white;
  }

  .footer {
    background-color: #cc5915;
    color: white;
    text-align: center;
    padding: 8px;
  }
  
  .yellow {
    color: #ffcc00;
  }
  
  .not-pretty {
    font-size: larger;
    margin-bottom: 0;
  }
  
  .main-body {
    display: flex;
    width: 75%;
    flex-direction: column;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #a0a0a0;
    margin: 0 auto;
  }
  
  .banner {
    display: flex;
    justify-content: space-between;
    margin: 15px 10px;
    align-items:center;
    justify-content: space-around;
  }
  
  .contact {
    display: flex;
    flex-direction: column;
    color: #1e1440;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    padding: 8px;
    text-align: center;
    border-color: #cc5915;
  }

  .phone{
    font-size: 2.5em;
    color:#cc5915;
  }

  .email{
    font-size: 1.2em;
    color:#1e1440;
  }
  
  .tbg-name {
    font-weight: bold;
    color:#cc5915
  }
  
  .intro {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    margin: 10px 10px 0px 10px;
  }

  #me {
    border-style:solid;
    border-width: 1px;
  }
  
  .paragraph, .testpara {
    margin: 10px;
  }

  .testpara > p::before {
    content: ">";
    font-weight: bold;
    color: red;
    display: inline-block;
    margin-right: 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;
  }