body {
    padding-top: 50px;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
    color: #262626;
    font-family: 'Merriweather', serif;
}

h2 {
    padding-bottom: 10px;
}

h5 {
    font-family: 'Roboto', sans-serif;
    line-height: 1.25em;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    line-height: 1.6em;
}

hr {
    border: 0;
    border-top: 1px solid #808080;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}
.book-title {
    line-height: 1.5em;
}
.book-review {
    padding-bottom: 5px;
}

.dashed {

    border-top: 1px dashed #808080;
}

.blue {
    color: #86BEFF;
}

.grey {
    color: #262626;
}

.navbar-default {
    background-color: rgba(243, 243, 243, 0.95);
    border-bottom: 1px solid #262626;
 }

.navbar-default .navbar-brand {
    color: #262626;
    font-family: 'Merriweather', serif;
    font-size: 1.2em;
}
.navbar-default .navbar-brand a {
    font-size: 1.2em;
}

.navbar-left {
    font-size: 1.2em;
}

.navbar-default .navbar-nav li a,
a:hover,
a:visited {
    color: #3399ff;
}

.top-contact {
    margin: 20px 0;
}

.bio-pic {
    border-radius: 50px 0 50px 0;
    max-width: 100%;
}

.section {
    margin: 20px 0;
}

.tab-pane {
    margin-top: 10px;
}

.gutter {
    padding: 0 30px;
}

.article-list h3{
    text-transform: uppercase;
    padding-bottom: 10px;
}

.article-list p {
    border-bottom: 1px dotted #262626;
    padding-bottom: 10px;
}

.article-list p:last-child {
    border: 0;
}

.footer {
    bottom: 0;
    font-size: 90%;
    height: 110px;
    width: 100%;
}
@media (max-width: 700px) {
    .footer {
        height: 160px;
    }
}

.footer p {
    margin: 20px 0 30px;
    text-align: center;
}

.gradient {
    border-top: 1px solid #262626;
    background-image:
        linear-gradient(
          to right,
          #86BEFF, #f5f5f5
        );
}

.round {
    border-radius: 80px;
    padding-bottom: 10px;
}

@media (max-width: 600px) {
    .round {
        padding: 40px;
    }
}

.credits {
    font-size: .9em;
}
