.hero-content-container {
  display: flex;
  align-items: center;
  justify-content: left;
  height: 100vh;
}


.hero-content {
  width: 90%;
  margin-bottom: 10px;
}

.hero-content .h100 { 
  font-size: 44px;
  margin-top: 0;
}

.hero-content.text-white h1, .hero-content.text-white p {
  color: #FFF!important;
}

.hero-content.black-text h1, .hero-content.black-text p {
  color: #000!important;
}

.btn-combo {
  margin-top: 20px;
}

.hero-content h1::after {
  display: none;
}

.px-0 {
  padding: 0!important;
}

.align-right { float: right!important; }

.blue2 { background-color: #D1EFFF; } 
.blue4 { background-color: #89D1FF; } 
.blue6 { background-color: #1B90FF; } 
.blue7 { background-color: #0070F2; } 
.green6 { background-color: #36A41D; }
.green7 { background-color: #188918; }
.green10 { background-color: #164323; }
.grey4 { background-color: #A9B4BE; }
.grey7 { background-color: #475E75; }
.grey10 { background-color: #1A2733; }
.indigo2 { background-color: #E2D8FF; }
.indigo7 { background-color: #5D36FF; }
.indigo10 { background-color: #1C0C6E; }
.mango2 { background-color: #FFF3B8; }
.mango4 { background-color: #FFC933; }
.mango7 { background-color: #C35500; }
.mango10 { background-color: #6D1900; }
.pink7 { background-color: #CC00DC; }
.pink10 { background-color: #510080; }
.raspberry2 { background-color: #FFDCE8; }
.raspberry4 { background-color: #DF1278; }
.raspberry7 { background-color: #DF1278; }
.raspberry10 { background-color: #71014B; }
.red2 { background-color: #FFD5EA; }
.red4 { background-color: #FF8CB2; }
.red6 { background-color: #EE3939; }
.teal4 { background-color: #2CE0BF; }
.teal7 { background-color: #07838F; }
.teal10 { background-color: #02414C; }

.featured-person {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.btn-secondary-ba {
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
  align-items: center;
  border-radius: 0.25em;
  line-height: 1.25rem;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  white-space:nowrap;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.btn-secondary-ba:hover {
  box-shadow: none;
  color: #fff;
  outline: none;
  background: #000;
  text-decoration: none;
}

.anvil { 
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 659 330" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 0V330H329.5L659 0H0Z" fill="white"/></svg>'); 
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75%;
}

/* font size fix at hamburger menu */
@media (max-width: 1199px) {
  .hero-content .h100 { font-size: calc(22px + 1.9vw); }
}


/* stacked */
@media (max-width: 990px) {

  section.hero_brand_update > div.container-fluid > div.row > div > div, .featured-person {
    min-height: 300px;
  }
  .hero-content-container {
    height: auto;
    max-height: none;
    padding-bottom: 20px;
  }

  .anvil-container {
    max-height: 300px;
  }

  .hero-content-container {
    justify-content: center;
  }
  .hero-content {
    width: 80%;
  }


}

@media (min-width: 768px) {
  .container {
    width: 100%!important;
    margin: auto!important;
  }
  .hero-content-container.align-right .hero-content {
    padding: 0;
  }

}

@media (max-width: 576px) { 
  .btn-combo a {
    width: 100%;
    text-align: center;
  }
}

/* side-by-side */
@media (min-width: 991px) {
  section.hero_brand_update > div.container-fluid > div.row > div > div, .featured-person {
    min-height: 530px;
  }
  .hero-content-container, .anvil-container {
    max-height: 530px;
  }

  .hero-content-container.align-right .hero-content {
    padding-left: 40px;
  }
  


}

@media (min-width: 570px) and (max-width: 990px) {
  .anvil { 
    background-size: auto 75%;
  }
}

@media (min-width: 520px) and (max-width: 569px) {
  .anvil { 
    background-size: auto 65%;
  }
}

@media (min-width: 460px) and (max-width: 519px) {
  .anvil { 
    background-size: auto 55%;
  }
}

@media (min-width: 420px) and (max-width: 459px) {
  .anvil { 
    background-size: auto 60%;
  }
}

@media (min-width: 370px) and (max-width: 419px) {
  .anvil { 
    background-size: auto 55%;
  }
}

@media (min-width: 330px) and (max-width: 369px) {
  .anvil { 
    background-size: auto 50%;
  }
}

@media (min-width: 300px) and (max-width: 329px) {
  .anvil { 
    background-size: auto 45%;
  }
}
