a {
    color: #034a87;
}

.navbar {
	margin-bottom: 0px;
    background-color: #3b721a;
    border-color: #3b721a;
}

.navbar-default .navbar-nav > li > a {
    color: white;
}

.navbar-default .navbar-brand {
    color: white;
}



@media screen and (min-width: 768px) {
  .jumbotron {
    /*background-image: url("/blogstatic/banner-origami-automate.jpg");
    background-size: cover;
    background-repeat: no-repeat;*/
    background-color: #fbf6c1;
    height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  }

  .jumbotron a {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1;
    color: black;
  }
}

img {
    padding: 10px 0px 26px;
    max-width: 100%;
}

#main-container {
    background-color: white;
}

body {
    background-color: white;
}

#content {
    font-size: 16px;
    padding-right: 50px;
    line-height: 26px;
}

#content p {
    font-size: 16px;
    margin-bottom: 24px;
}

div .summary {
    font-size: 16px;
}

p.standfirst {
    font-size: 18px;
    font-weight: 700;
}

#site-colophon {
    font-size: 12px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.article-header-date, .article-header-info {
	color: #999;
}

.article-image {
    max-width: 480px;
}

.social-links {
	font-size: 18px;
}

.category-links {
	font-size: 18px;
}

.tag-1 {
	font-size: 14pt;
}
.tag-2 {
	font-size: 12pt;
}
.tag-3 {
	font-size: 10pt;
}
.tag-4 {
	font-size: 8pt;
}

.tag-cloud {
    line-height: 16px;
}

.article-tag-list {
    padding-top: 15px;
}

.home-top {
	margin-top: 20px;
}

#sidebar h4 {
    margin-top: 20px;
}

#site-footer {
    background: #eee;
    border-top: 1px dotted #999;
    margin-top: 40px;
    padding-top: 20px;
}

/*
 * My preference for code blocks is no line wraps and horizontal scrolling.
 */
#content pre {
    border-left: 5px solid #999;
    overflow-x: auto;
    padding-left: 20px;
    word-break: normal;
    word-wrap: normal;
    white-space: pre;
}

dt {
  margin-top: 10px;
}

textarea {
    font-family: monospace;
}

@media print
{    
    .no-print, .no-print * {
        display: none !important;
    }

    article-image {
        display: none !important;
    }
}