﻿body {
    margin-top: 5px;
    color: rgb(81,92,107);
}

.header {
    margin-top: 8px;
}

.header-right {
    margin-right: 25px;
    margin-top: 15px;
}

.header-nav-item {
    margin-right: 25px;
}

a {
    color: rgb(0, 122, 204);
    text-decoration: none;
}

    a:hover {
        border-bottom: 1px solid rgb(0, 122, 204);
        text-decoration: none;
    }

.blog-entry {
    margin-bottom: 20px;
}

blockquote {
    margin-left: 20px;
    background-color: #e2e2e2;
}

.footer {
    color: rgb(81,92,107 );
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 35px; /* Set the fixed height of the footer here */
    line-height: 35px; /* Vertically center the text there */
    background-color: white;
    font-size: 14px;
}

@media (min-width: 768px) {
    .sidebar {
        background: linear-gradient(180deg,#e6e6e6 0,#e6e6e6 48%,#fff);
        width: 1px;
        height: 540px;
        top: -30px;
        position: relative;
        margin-left: 10px;
        margin-right: 30px;
        padding: 0px;
    }
}

/* pagination */

.pagination {
    color: rgb(0, 122, 204);
    margin-top: 35px;
    font-size: 20px;
    text-decoration: none;
}

    .pagination a:hover {
        border-bottom: 0px;
    }
