body {
    font-size: 16px !important;
}

.hero-dark .hero-left h2, h2 {
  color: #A67B3A !important;
  font-family: Cinzel ,sans-serif !important;
 }

 .hero-dark .hero-left h3, .aboutfull-content h3 {
  font-family: League Spartan,sans-serif !important;
  margin-top: .5em !important;
  margin-bottom: .5em !important;
 }

 .hero-left  ul li, .aboutfull-content  ul li, .faq-area  ul li {
    list-style: square !important;
    margin-left: 2em !important;
    font-size: 16px !important;
 }

.aboutfull-light .aboutfull-area .aboutfull-content li:last-child {
    margin-bottom: 1em !important;
 }

 div.faq-content {
    text-align: left !important;
 }

 @media screen and (max-width: 790px) {
  #header.fixed-nav .menu {
    display: none;
  }
}