:root
{
    --body_bg: rgba(152, 152, 140, 0.15);
    --header_bg: white;
    --header_ht: 75px;
    --header_width: 200px;
    --header_btn_size: 200px;
    --red: rgba(204, 51, 0, 1);
    --blue: rgba(58, 85, 135, 1);
    --black: rgba(0, 0, 0, 1);
    --margin: 3px;
}
body{
    font-family: arial;
    margin: 0;
    padding: 0;
}

header
{
    display: grid;
    grid-template-columns: var(--header_width) 1fr var(--header_btn_size) 10px;
    position: relative;
    box-sizing: border-box;
    background-color: var(--header_bg);
    height: var(--header_ht);
    box-shadow: 0px 5px 5px black;
}
    header a
    {
        text-decoration: none;
        text-underline: none;
    }
    header > div
    {
        box-sizing: border-box;
        height: 100%;
        padding: 5px;
        overflow: hidden;
    }
    header > div:nth-child(1)
    {
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.2rem;
    }
        header > div:nth-child(1) > p
        {
            text-align: center;
        }
    header > div:nth-child(2)
    {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        font-family: hhr_dauphinregular;

    }
        header > div:nth-child(2) > *
        {
            display: flex;
            justify-content: center;
            align-items: flex-end;
            font-size: 1.3rem;
            text-decoration: none;
            color: black;
        }
            header > div:nth-child(2) > *:hover
            {
                color: var(--blue)
            }
        header > div:nth-child(3)
        {
            display: flex;
            justify-content: center;
            align-items: flex-end;
        }
            header > div:nth-child(3) > button
            {
                display: block;
                width: 100%;
                background-color: var(--red);
                font-size: 1.5rem;
                color: white;
                border: none;
                padding-top: 10px;
                padding-bottom: 10px;
                padding-left: 20px;
                padding-right: 20px;
                font-family: hhr_clarendon_lt_btlight;
                border-radius: calc(2 * var(--margin));
            }
.center_buttons
{
    display: grid;
    position: relative;
    grid-template-columns: 0.1fr 1.2fr 1fr 0.1fr;
    height: 300px;
    color: white;
    background: rgb(135,132,118);
    background: linear-gradient(36deg, rgba(135,132,118,1) 0%, rgba(152,152,140,1) 35%, rgba(170,168,154,1) 100%);
}
    .center_buttons > div:first-child
    {
        background: rgb(0,0,0);
        background: linear-gradient(90deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
        box-sizing: border-box;
        padding-left: calc(2 * var(--margin));
        padding-right: calc(2 * var(--margin));
    }
    .center_buttons .make_your_next_house_feel_like_home
    {
        background-image: url(hhr/your_next_home_or_rental.png);
        background-position: top right;
        background-repeat: no-repeat;
        background-size: contain;
        height: 100%;
    }
    .center_buttons .saying
    {
        font-family: hhr_dauphinregular;
        text-shadow:3px 3px 3px black;
        font-size: 5rem;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .center_buttons .button_row
    {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 10px;
    }
        .center_buttons .button_row > div
        {
            display: flex;
            background-color: var(--blue);
            font-family: hhr_dauphinregular;
            font-size: 1.5rem;
            text-shadow: 3px 3px 3px black;
            height: 50px;
            border-radius: calc(3 * var(--margin));
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }
            .center_buttons .button_row > div:hover
            {
                box-shadow: 0px 0px 5px black;
                background-color: var(--red);
            }
    .center_buttons .current_address_row
    {
        display: block;
        margin-top: 70px;
        background-color: rgba(255,255,255, 0.3);
        padding: 20px;
    }
    .center_buttons .current_address_row > div
    {
        display: grid;
        background-color: white;
        border: 1px solid black;
        padding: 10px;
        grid-template-columns: 2fr 1fr;
        grid-column-gap: 10px;
    }
    .center_buttons .current_address_row > div > input
    {
        border: none;
        font-family: hhr_clarendon_lt_btlight;
    }
    .center_buttons .current_address_row > div > button
    {
        background-color: var(--red);
        color: white;
        border: none;
        padding: 5px;
        border-radius: calc(2 * var(--margin));
        font-family: hhr_clarendon_lt_btlight;
    }
.houston_homes_and_rentals_stories
{
    display: block;
    font-family: hhr_clarendon_lt_btlight;
}
    .houston_homes_and_rentals_stories .story
    {
        display: grid;
        grid-column-gap: 5px;
        grid-row-gap: 5px;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
        background-color: rgba(221,217,213,1);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
    }
        .houston_homes_and_rentals_stories .story h1
        {
            text-align: center;
            color: var(--red);
            font-size: 2.5rem;
            margin: 0;
            padding: 0;
        }
            .houston_homes_and_rentals_stories .story p
            {
                margin-top: 0;
                padding-left: calc(20 * var(--margin));
                padding-right: calc(20 * var(--margin));
                font-size: 1.3rem;
                text-align: justify;
                justify-content: left;
            }
        .houston_homes_and_rentals_stories .story > img
        {
            width: 100%;
        }
        .houston_homes_and_rentals_stories .story:nth-child(odd)
        {
            background-color: white;
            grid-template-columns: 0.25fr 1fr;
        }
        .houston_homes_and_rentals_stories .story:nth-child(even)
        {
            grid-template-columns: 1fr 0.25fr;
        }
    .houston_homes_and_rentals_stories .story:nth-of-type(odd) > *,
    .houston_homes_and_rentals_stories .story:nth-of-type(even) > *
    {
    }
    .houston_homes_and_rentals_stories .story:nth-of-type(odd) > *:nth-child(1),
    .houston_homes_and_rentals_stories .story:nth-of-type(even) > *:nth-child(1)
    {
        /*  H1 Tag style left 1,3,5 etc */
        grid-column: span 2;
    }


.center_buttons.contact_us:after
{
    content:"";
    display: block;
    position: absolute;
    background-image: url(/images/houstonhomesandrentals_contact_us.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    width: 100px;
    top: 0;
    right: 100px;

}
.contact_saying
{
    font-size: 2rem;
    width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
    .contact_saying::first-letter
    {
        float: left;
        font-size: 3em;
        margin: 0 .1em 0 0;
        line-height: 0.85;
    }

/* Util Classes */
.red { color: var(--red); }
.blue { color: var(--blue); }
.black { color: var(--black); }
.block { display: block; }
.text_center
{
    text-align: center;
    justify-content: center;
    align-items: center;
}
.font_daughin
{
    font-family: hhr_dauphinregular;
    font-weight: normal;
}
.font_clarendon
{
    font-family: hhr_clarendon_lt_btlight;
    font-weight: bold;
}
