#index_hero {
    /*border: solid 1px red;*/
}
#index_hero_container {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
#index_hero_content {
    display: flex;
    flex-direction: column;
}
#index_hero_content_top {
    text-align: center;
}
#index_hero_image {
    width: 100%;
}
#index_hero_content_title {
    display: flex;
    flex-direction: column;
}
#index_hero_content_name {
    z-index: 100;
    color: black;
    font-family: "Albert Sans", sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: 5px;
    /*border: solid 1px blue;*/
}
#index_hero_content_label {
    z-index: 100;
    color: #606060;
    font-family: "Albert Sans", sans-serif;
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
}

@media (min-width: 576px) {
    #index_hero_content_name {
        font-size: 3.0rem;
    }
}
@media (min-width: 831px) {
}
@media (min-width: 900px) {
    #index_hero_content {
        flex-direction: row;
    }
    #index_hero_content_title {
    }
    #index_hero_content_name {
        display: block;
        position: absolute;
        top: 300px;
        left: 40px;
        color: white;
        font-size: 5.0rem;
    }
    #index_hero_content_label {
        display: block;
        position: absolute;
        top: 400px;
        left: 55px;
        color: white;
    }
}
@media (min-width: 1200px) {
}
