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

.headersection-1 {
  background-image: url("https://us.evocdn.io/dealer/1455/content/media/LumberGrain.png");
}

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

.header-links .theme-icon {
    background-color: #fff;
    display: inline-block;
    height: 2em;
}

.header-links a {
    color: white;
    display: inline-flex;
    margin-right: 10px;
    position: relative;
    transition: color .35s ease;
}

/*Button Rollover*/

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

/*Button Rollover*/

#cdash_address .with-padding-trl {
    background-color: #ffffff;
    padding: 15px;
}

.pagesbutton {
    font-family: inherit !important;
    line-height: inherit !important;
    padding: 10px 40px !important;
    color: #fff !important;
    background: #ea100f !important;
   border: #ea100f 3px solid !important;
  border-radius: 5px !important;
  width: 80% !important;
}

.pagesbutton:hover {
      color: #ea100f !important;
    background: #fff !important;
 border: #ea100f 3px solid !important;
    border-radius: 5px !important;
}