@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;
}


.disclosure {
  text-decoration: none;
  display: flex;
  justify-content: space-evenly;
  margin-top: 10px;
  padding-top: 10px;
  outline: none;
  border: 0;
}

p > a:link, p > a:visited, p > a:active {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:link, a:visited, a:active{
  text-decoration: none;
  color: black;
}

p > a:hover {
  /* color: #ffcc00; */
  cursor: text;
}

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

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

.banner {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  justify-content: space-around;
  margin: 15px 10px;
  align-items:center !important;
}

.contact {
  color: #00205b;
  font-weight: bold;
  text-align: center;
}


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

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

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


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

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

.heading-main {
  font-size: 1.3em;
  font-weight:bold;
  color: white;
  background-color: #00205b;
  margin-top: 10px;
  text-align: center;
}

.top-phone {
  font-size: 2em;
  margin-bottom: 0px;
}

.logo-img {
  box-shadow: 0px 0px 5px gray;
}

.img-center {
  text-align: center;
}

.factoid {
  text-align: center;
}

.story-title {
  font-weight: bold;
}