/* figures CSS */


figure.hero-image-background {
    height: 275px; /* change as needed */
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative; /* so we can use absolute in figcaption.hero-caption */
}

figure.home-page {
    height: 150px;
}

div.hero-image-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.62)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.62) 100%);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.62) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.62) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.62) 100%);
}
figcaption.hero-caption {
    width: 100%;
    max-height: 100px !important;
    color: white;
    font-weight: 800;
    font-size: 2.4em;
    /* margin: 10px auto; */
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
}

@media (max-width: 700px) {
    figcaption.hero-caption {
        font-size: 1em;
    }
}

/** front page columns **/
.first-columns {
    padding-top: 10px;
}

figure.column-one,
figure.column-two,
figure.column-three,
figure.column-four,
figure.column-five,
figure.column-six {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    display: table;
    width: 100%;
}
figcaption.column-caption {
    color: white;
    font-weight: 800;
    font-size: 2.4em;
    margin: 10px auto;
    display: table-cell;
    text-transform: uppercase;
}

/* pre-footer */
div#prefooter figure {
    height: 360px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid black;
    text-align: center;
    display: table;
    width: 100%;   
}
figcaption.prefooter-caption {
    color: white;
    font-weight: 800;
    font-size: 2.4em;
    margin: 10px auto;
    display: table-cell;
    vertical-align: middle; 
}
div#prefooter {
    background-color: #adb3b8;
    padding-top: 15px;
    padding-bottom: 15px;
}




/*
#testing
*/



div.hero-image-background {
    height: 275px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative; /* so we can use absolute in figcaption.hero-caption */
    overflow-y: hidden;
}

div.featured.hero-image-background.col-xs-12.home-page{
/*    height: 150px; */
}

div.hero-image-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.62)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.62) 100%);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.62) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.62) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.62) 100%);
}
h1.hero-caption {
    width: 100%;
    color: white;
    font-weight: 800;
    font-size: 2.4em;
    display: block;
/*    text-transform: uppercase; */
    margin: 0 auto;
    text-align: center;
    line-height: 1.6;
}

h1.hero-caption.home-page {
    font-size: 120px;
    line-height: 1.4;
}

@media (max-width: 1200px) {
    h1.hero-caption.home-page {
        font-size: 98px;
    }
}

@media (max-width: 710px) {
    h1.hero-caption.home-page {
        font-size: 50px;
    }
}







/* testing May 13 */
figcaption.column-caption {
    color: #000;
    font-weight: 800;
    font-size: 2.4em;
    margin: 10px auto;
    display: table-cell;
    text-transform: uppercase;
    background: rgba(232,234,235, 0.65);
}