.logo img {
  max-height: 180px !important;
}

.headersection-1 {
  background-image: url("https://us.evocdn.io/dealer/1458/content/media/lumberimage.webp");
}

.text-cta {
    background-color: #e5e5e5 !important;
    color: #000;
    padding: 15px;
    text-align: center;
}

.copyright_container {
    font-size: 1em;
    text-align: center;
}

.testihome hr {
    border: 0;
    border-top: 5px solid #59705b;
    margin-bottom: 1em;
    margin-top: 1em;
    width: 15%;
    float: left;
      margin-bottom: -60px;
}

  
  .tabbed-boxes .nav-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    min-height: 40px;
    display: none;
}



.aboutushome p {
      font-family: georgia, palatino, book antiqua, palatino linotype, serif;
}

.footersocial {
  color: #006532 !important; 
}

.pagesbutton {
    font-family: inherit !important;
    line-height: inherit !important;
    padding: 5px 20px !important;
    color: #fff !important;
    background: #ff0000 !important;
   border: #ff0000 2px solid !important;
  border-radius: 20px;
}

.pagesbutton:hover {
      color: #ff0000 !important;
    background: #fff !important;
 border: #ff0000 2px solid !important;
}

/*Button Rollover*/

.btn:hover {
      color: #000 !important;
    background: #e5e5e5 !important;
}