.ski-bg {
  background-color: #f8f9fa;
}

.ski-navbar,
.ski-hero,
.ski-logo-box {
  background-color: #246732;
}

.ski-logo-main {
  width: 32px;
  height: 32px;
}

.ski-logo-foot {
  width: 28px;
  height: 28px;
}

.ski-icon-box {
  width: 48px;
  height: 48px;
}

.ski-navbar .nav-link {
  color: rgba(255, 255, 255, 0.9);
}

.ski-navbar .nav-link:hover {
  color: rgba(255, 255, 255, 1);
}

.ski-nav-active {
  border-bottom: 2px solid #fff;
}

.ski-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.ski-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.1;
}

.ski-hero .container {
  position: relative;
}

.ski-pill {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.ski-title {
  font-family: Georgia, serif;
}

.ski-search-wrap {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.ski-green {
  color: #246732;
}

.ski-btn-green {
  background: #246732;
  color: #fff;
}

.ski-btn-green:hover {
  background: #1d5429;
  color: #fff;
}
