body {
  background-color: #222;
}
#logo {
  margin: 0;
  max-width: 80%;
  display: flex;
  align-self: center;
  justify-self: center;
}
#logo img {
  height: auto;
  max-height: 80px;
  max-width: 80%;
}
.topInner {
  padding: 0px 30px;
  margin-left: 1px;
  height: 90px;
  display: flex;
}
#flxWallContainer {
  max-width: 1140px;
  margin: auto;
}
#flxWallContainer .flxWallItemsContainer .flxWallElement h1,
#flxWallContainer .flxWallItemsContainer .flxWallElement h2,
#flxWallContainer .flxWallItemsContainer .flxWallElement h3,
#flxWallContainer .flxWallItemsContainer .flxWallElement h4,
#flxWallContainer .flxWallItemsContainer .flxWallElement h5 {
  font-weight: normal;
  font-family: 'Lora', serif !important;
  line-height: 1.1em;
  font-weight: bold;
}
/*# sourceMappingURL=styles.local.css.map */