header#main-header {
  background: linear-gradient(180deg, #99DDE5 0%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 1) 0%);
  padding-top: 100px;
  background-image: url(https://olgoffice.com/wp-content/uploads/2026/08/Bibb-Web-Banner.png);
  align-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.header-content-hero-section {
  width: 100%;
  height: auto;
  max-width: 1400px;
  display: flex;
  margin: auto;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
h1.header-title,
p.header-subtitle-hero {
  letter-spacing: normal;
  max-width: 1000px !important;
  width: auto !important;
  color: #fff !important;

}
a#browse-collection-btn {
  display: inline-block;
  color: #fff;
  padding: 7px 16px;
  font-size: 14px;
  border-radius: 30px;
  letter-spacing: normal;
  font-weight: 600;
  background: linear-gradient(to bottom, #CB6015 0%, #CB6015 50%, #3D441E 50%, #3D441E 100%);
  background-size: 100% 200%;
  background-position: 0 0;
  transition: all 0.3s ease;
}
a#browse-collection-btn:hover {
  background-position: 0 100%;
  color: #ffffff;
}
@media screen and (min-width: 1px) and (max-width: 320px) {
  header#main-header {
    padding-top: 80px;
  }
  h1.header-title {
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin: 0;
  }
  p.header-subtitle-hero {
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 10px;
  }
  a#browse-collection-btn {
    margin-top: 0px;
    font-size: 12px;
  }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
  header#main-header {
    padding-top: 80px;
  }
  h1.header-title {
    font-size: 28px;
    font-weight: 600;
    padding: 0 5px;
    margin: 0;
  }
  p.header-subtitle-hero {
    font-size: 15px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 10px;
  }
  a#browse-collection-btn {
    margin-top: 0px;
    font-size: 12px;
  }
}
@media screen and (min-width: 376px) and (max-width: 425px) {
  header#main-header {
    padding-top: 80px;
  }
  h1.header-title {
    font-size: 32px;
    font-weight: 600;
    padding: 0 5px;
    margin: 0;
  }
  p.header-subtitle-hero {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 10px;
  }
  a#browse-collection-btn {
    margin-top: 0px;
    font-size: 13px;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  header#main-header {
    padding-top: 80px;
  }
  h1.header-title {
    font-size: 40px;
    font-weight: 700;
    padding: 0 5px;
    margin: 0;
  }
  p.header-subtitle-hero {
    font-size: 17px;
    font-weight: 500;
    padding: 0;
    margin: 5px 0 10px;
  }
  a#browse-collection-btn {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  h1.header-title {
    font-size: 48px;
    font-weight: 700;
    padding: 0 5px;
    margin: 0;
  }
  p.header-subtitle-hero {
    font-size: 18px;
    font-weight: 500;
    padding: 0;
    margin: 5px 0 10px;
  }
  a#browse-collection-btn {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  h1.header-title {
    font-size: 56px;
    font-weight: 700;
    padding: 0;
    margin: 0;
  }
  p.header-subtitle-hero {
    font-size: 20px;
    font-weight: 500;
    padding: 0;
    margin: 5px 0 10px;
  }
  a#browse-collection-btn {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 2560px) {
  h1.header-title {
    font-size: 60px;
    font-weight: 700;
    padding: 0;
    margin: 0;
  }
  p.header-subtitle-hero {
    font-size: 22px;
    font-weight: 500;
    padding: 0;
    margin: 5px 0 10px;
  }
  a#browse-collection-btn {
    margin-top: 20px;
  }
}
@media screen and (min-width: 2561px) {
  h1.header-title {
    font-size: 64px;
    font-weight: 700;
    padding: 0;
    margin: 0;
  }
  p.header-subtitle-hero {
    font-size: 24px;
    font-weight: 500;
    padding: 0;
    margin: 5px 0 10px;
  }
  a#browse-collection-btn {
    margin-top: 20px;
  }
}