

#above-fold {
    display: table;
    width: 100%;
    height:90%;
    background-color: white;
}

#text-container {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.midpage-image {
    display: table;
    width: 100%;
    height:25%;
}

.badge-block {
    display:table;
    border-top: black;
    border-top-width: 1px;
    border-top-style: solid;
    margin:auto;
    margin-top:20px;
}

.bark-badge {
    display:inline-block;
    margin: 10px auto;
    vertical-align: top;
    padding:5px;
}

.centered-image {
    padding:10px;
    height:100%;
    min-height: 200px;
}
