body, html {
        height: 100%;
}

footer {
    padding-top: 10px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #BBBBBB;
}

/*.site-header {
    margin-bottom: 10px;
    padding: 10px 10px 1px;
    background: url("../img/underwater_banner.jpg") no-repeat top center;
    
    height: 390px;
    background: url("../img/syd-underwater.jpg") no-repeat top center;
    
    display: block;
    border-bottom: solid 2px #BBBBBB;
}

.site-header h1 {
    color: white;
}*/

.site-header small {
    color: #CFCFCF;
}

.page-header {
    margin-bottom=-5px;
    border-bottom: #BBBBBB 1px solid;
}

.section, #home {
        /*Fix for fixed nav bar to offset headings*/
        padding-top:50px;
        margin-top: -50px;
}
.section {
    min-height: 200px;
}

.section p {
    text-align: justify;
}

.thumbnail p {
    margin-top: 10px;
    text-align: left;
    font-style: italic;
}

@media all and (max-width: 650px) {
    .lead {
        font-size: 14px;
        line-height: 20px;
        font-weight: normal;
    }

    .section, #home {
        /*Fix for fixed nav bar to offset headings*/
        padding-top:0;
        margin-top: 0;
    }
}
