/*
primary: #005ca9,
secondary: #FF8300,
*/

section.hero {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 100%;
    text-shadow: 0 0 10px #666; color: #fefefe;
    min-height:20rem;    
    color: #fefefe;
}
section.hero h1 
{
    margin-top: 4rem;
    color: #fefefe;
}
section.hero h2 
{
    color: #fefefe;
}
section.hero img {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

/* on page navigation */
.pagenavigation
{
    background-color: #e6e6e6;
}
/* payoff */
span.payoff {
    color: #005ca9; 
    font-style: italic;
}

#pageFooter {
    padding-top:1rem;
    background-color: #005ca9; 
    color: white;
}
#pageFooter h4 ,#pageFooter a 
{
    color:white;
}


#pageFooter2
{
    padding-top:.5rem;
    padding-bottom:.5rem;
    color: #666;
}
#pageFooter2 a
{
    color: #666;
}

div.card img.lazy
{
    min-height:200px
}