#header #foo h1 {
    height: 100px;
    bottom:0px;
    min-width:200px;
    max-width: 400px;
    background-image: url("images/BCDLogoSquare.png");
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
}

#header #foo h1 a {
    display: block;
    height: 100%;
    width:100%;
}

span.bcd-row {
    width:100%;
    display:block;
    text-align:center;
}

span.bcd-row-split {
    height: 0.6em;
}

span.bcd-tagline {
    font-size: 1.2em;
}

#footer {
    text-align: center;
}

span.bcd-body-emphatic {
    font-weight: bold;
}

span.bcd-body-italic {
    font-style: italic;
}

.bordered-feature-image{
    padding:2px;
    background: #282828 url("images/bg02.png");
}

#content {
    color: #000;
}

#content h2 {
font-weight: bold;
}

#content h3 {
font-style: italic;
color:#000;
}

#footer{
    text-shadow: none;
    color: #98a9b5;
}

#footer a {
    color: #98a9b5;
}

#footer h2{
    color: #fff
}

#copyright{
    text-shadow: none;
}