/*
 Theme Name: Hello Elementor Child
 Theme URI: https://elementor.com/
 Description: Child theme for Hello Elementor
 Author: Donald Cabrera
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: hello-elementor-child
*/

/* Add your custom CSS below */

.text-page-hero {
    height: 40vh;
    min-height: 400px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 2.5rem;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    justify-content: flex;
}

.text-page-hero-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.35);

    display: flex;
    align-items: flex-end;
    justify-content: center;

    padding: 2rem;
    color: #fff;
}

.text-page-content {
    margin-bottom: 2rem;
    max-width: 75ch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}