#home .h-content {
    position: static;
    margin-top: 40px;
}

.body {
    text-align: left;
    color: white;
    padding-top: 30px;
}

.body img {
    max-height: 150px;
    max-width: 200px;
}

img.bg-white {
    background: white;
}

.body div {
    font-size: 14px;
}

.body div.subtitle {
    font-style: italic;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    display: none;
}

.body .entry {
    padding-bottom: 30px;
}

.body .entry b {
    font-weight: bold;
}

.body .entry a {
    text-decoration: underline;
}

img.border-radius {
    border-radius: 3px;
}

.floating {
    float: left;
    margin: 0 10px 5px 0 !important;
}

h4 {
    font-weight: bold;
    clear: both;
}

#home {
    overflow: scroll;
    height: 100%;
    width: 84%;
    padding-right: 16%;
}

.clear {
    clear:both;
}

.contact div {
    display: inline-block;
}

.contact img {
    width: 40px;
    margin: 10px;
}

.testimony {
    font-style: italic;
    padding-bottom:5px;
}

.author {
    font-weight: bold;
    text-align: right;
    margin-bottom: 15px;
}
