.hero-section {
    min-height: 70vh;
    color: #FFFFFF;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*Header Hero Banner Backgrounds*/

.hero-banner {
    background: url("/images/test_layout/options/shallow-focus-on-blond-haired-woman-in-white-long-sleeve-701016-op1.jpg") no-repeat;
    background-size: cover;
}

/*Header Hero Banner Style*/

.header-blur {
    backdrop-filter: blur(5px);
    width: 100%;
}

.header-light-bar {
    background-color: rgba(56, 56, 56, 0.4);
    width: 100%;
    border-radius: 0;
    padding: 30px;
}

.header-dark-bar {
    background-color: rgba(56, 56, 56, 0.6);
    width: 100%;
    border-radius: 0;
    padding: 30px;
}

.header-darker-bar {
    background-color: rgba(56, 56, 56, 0.8);
    width: 100%;
    border-radius: 0;
    padding: 30px;
}

.content-background-wide-light {
    background-color: rgba(56, 56, 56, 0.3);
    width: 100%;
    border-radius: 0;
    padding: 3rem;
}

.blur-5 {
    backdrop-filter: blur(5px);
}

.blur-10 {
    backdrop-filter: blur(10px);
}

/*Header Hero Button Style*/

.hero-button {
    border: 1px solid black;
    padding: 10px 30px;
    margin: 0 15px;
    border-radius: 50px;
    background-color: #ffffffd9;
    white-space: nowrap;
    display: inline-block;
}

/*Header Hero Text Style*/

.hero-section h2, .hero-section h1 {
    font-weight: 800;
    line-height: 1.1;
}

.hero-section h3 {
    font-weight: 500;
}