/*****************************
** Custom site styles can be added to this file - EDIT AT YOUR OWN RISK!!!
*****************************/

#blog #main article.type-post {
  border-top: 1px solid #151616;
  min-height: 33rem;  
  display: flow-root; 
}

#navPlaceholder { display: none; }

.menu-box:hover { color: #FFF; text-decoration: none; }

.typeahead__field
 {
    color: #555;
}

.typeahead__search-icon {
  display: none;
}

.typeahead__button button {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.typeahead__button button::before {
  content: "GO";
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.typeahead__container .typeahead__field input { 
 height: 50px;
}

.typeahead__button button { height: 100%; background: #1D5C3A !important; }

.hero-section {
  background-image: url('https://assets-cdn.interactcp.com/rvsnorthwest/images/d8b730f939d9903e9b287c12fc19beef7d9c25c5.jpg'); 
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding: 40px 20px;
  text-align: center;
}

.hero-overlay {
  background-color: rgba(0, 24, 54, 0.6);
  color: white;
  padding: 40px;
  max-width: 1200px;
  border-radius: 6px;
}

.hero-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0;
  margin-bottom: 24px;
  color: #FFFFFF;
}

.hero-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}

.hero-button {
  display: inline-block;
  width: 150px;
  height: 50px;
  background-color: #2f6843; 
  color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s ease;
  margin-top: 6rem;
}

.hero-button:hover {
  color: #fff;
  text-decoration: #fff;
  background-color: var(--primary-bg-color);
}

.button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.view-inventory-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 50px;
  background-color: #1D5C3A; 
  color: white;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
  text-decoration: none;
  border: none;
  transition: background 0.3s ease;
}

.view-inventory-btn:hover {
  background-color: #0e3f26; 
  text-decoration: none;
  color: #fff;
}

.search-input-container {
  width: 250px;
  margin-inline: auto;
}

@media(max-width: 426px) {
.home-rvs-buttons-container {
 display: flex;
  flex-direction: column-reverse;
} 
}