body
{
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: white;
  font-family: "Times New Roman", Times, serif;
}

* {
  box-sizing: border-box;
}

.contents
{
  max-width: 1025px;
  margin: 20px auto;
  text-align: left;
  padding: 0 20px;
}

.topbanner {
  text-align: center;
  margin: 40px auto 60px auto;
}

.topbanner img {
  width: 100%;
  border: 0;
}

.signature {
  margin-top: 30px;
  margin-bottom: 30px;
}

.banner p {
  text-align: center;
}

.banner {
  width: 100%;
}

.logoColumn {
  width: 280px;
  text-align: center;
  padding-top: 8px;
  padding-left: 12px;
}

.titleColumn {
  width: 750px;
  text-align: center;
  padding-top: 8px;
  padding-left: 14px;
}

.title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.subtitle {
  color: #ba313b;
  font-weight: bold;
  font-size: large;
  margin-bottom: 14px;
}

p,
li {
  font-size: 18px;
  font-family: Times New Roman, Times, serif;
}

.bottomNav {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}

.bottomNav .menu-item {
  padding: 0 10px;
}

.bottomNav a {
  text-decoration: none;
  padding: 0 10px;
}

.tla {
  font-size: 18px;
}

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

.tla .welcome {
  margin: 20px 60px;
}

.address {
  font-style: italic;
  font-size: medium;
  font-weight: bold;
  text-align: center;
}

.disclaimer {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  margin-top: 32px;
}

.copyright {
  margin-top: 32px;
  text-align: center;
}

.disclaimer .copyright {
  margin-top: 0px;
  font-weight: normal;
}

.menu {
  float: left;
  width: 25%;
  padding: 0 20px 0 20px;
}

.description {
  font-size: 18px;
  width: 75%;
  float: left;
  padding: 0 20px 0 20px;
}

.description img {
  max-width: 100%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.forensic .description{
  width: 50%;
}

.forensic .description ul {
  margin-top: 0;
}

.litigation .row,
.profile .row {
  margin: 40px 0;
}

.litigation .description,
.profile .description {
  width: 50%;
  margin: 0;
}

.description-image {
  width: 50%;
  float: left;
  padding: 0 20px 0 20px;
}

.description-image img {
  max-width: 100%;
}

.blurb {
  margin-left: 20px;
  font-size: 18px;
  width: 50%;
}

.pageImage {
  text-align: center;
  margin-bottom: 30px;
}

.clear {
  clear: both;
}

.index .address {
  margin-top: 40px;
}

.practice .address,
.about .address {
  margin-top: 80px;
}

.practice .description,
.about .description {
  text-align: center;
}

.menu-item {
  display: inline-block;
  margin: 2px 0;
  border-top: 3px solid #bd3139;
  border-bottom: 3px solid #bd3139;
  text-align: center;
  font-size: 24px;
  line-height:30px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: black;
  font-weight: 500
}

.menu .menu-item {
  width: 100%;
}

.menu-item:hover {
  background-color: #cccccc;
}

.strong {
  font-weight: bold;
}

.elosoft {
  display: none;
}

.logos {
  margin-top: 30px;
  text-align: center;
}

#cpa {
  height: 52px;
  margin-right:80px;
}

#aicpa {
  height: 52px;
}

/* large screen */
@media all and (min-width: 1000px) {
}

/* medium screen */
@media all and (max-width: 999px) and (min-width: 500px) {
  .menu {
    padding: 0 0 0 0;
  }
}

/* small screen */
@media all and (max-width: 499px) and (min-width: 0px) {
  .menu {
    padding: 0 0 0 0;
  }
  .menu-item {
    font-size: 16px;
    line-height: 18px;
  }
  .bottomNav .menu-item {
    font-size: 24px;
    line-height:30px;
  }
  .image-table {
    margin-bottom: 20px;
  }
}




