/* Include just the Normalize.css part from Bootstrap */
/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}
/*# sourceMappingURL=bootstrap-reboot.min.css.map */




@font-face {
    font-family: 'Alegraya Sans';
    font-style: normal;
    src:
        url('/lib/fonts/alegreya-sans/2019-03-27/Alegreya.woff2') format('woff2'),
        url('/lib/fonts/alegreya-sans/2019-03-27/Alegreya.woff') format('woff');
}

html {
    height: 100%;
}
body {
    font-family: 'Alegraya Sans', sans-serif;
    text-rendering: optimizeLegibility;
    font-size: 1.0rem;
    color: #283018;
    background-color: #F0ECEB;

    /* This is to get a 'sticky footer', make a columnar flexbox */
    height: 100%;
    display: flex;
    flex-direction: column;
}


.site-narrowing-container {
    max-width: 900px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


header, footer {
    background-color: #385674;
    color: #F0ECEB;

    /* Main site content should grow to fill, not the header or  footer */
    flex: 0 1 auto;
}
header {
    border-bottom: 4px solid #D4B715;
}

.header-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
header .header-footer {
    align-items: center;
}
footer .header-footer {
    align-items: flex-start;
}

.navbar-logo {
    display: inline-block;
    display: flex;
    align-items: center;
    font-family: Courier New, monospace;
    margin: 10px 10px 10px 0px;
}
.navbar-logo img {
    margin-right: 10px;
}
.logo-lg { font-size: 1.6rem; }
.logo-sm { font-size: 0.6rem; }

.header-footer a {
    color: #F0ECEB;
}
.header-footer a:visited {
    color: #F0ECEB;
}
.header-footer a:hover {
    color: #F5F5F5;
    text-decoration: underline;
}
.header-footer a:active {
    color: #385674;
    text-decoration: underline;
}
nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 10px 0px 10px 10px;
    font-size: 1rem;
}
nav a {
    display: inline-block;
    background-color: #496684;
    margin-right: 5px;
    padding: 4px 12px 4px 12px;
}

footer {
    margin-top: 20px;
    border-top: 4px solid #D4B715;
    padding: 10px 0px 10px 0px;
    font-size: 1rem;
}
footer p, footer ul {
    margin: 10px 0px 10px 0px;
}
footer a {
    text-decoration: underline;
}
footer ul {
    list-style-type: circle;
}


main {
    /* Main site content should grow to fill, not the header or footer */
    flex: 1 0 auto;
}
main a {
    color: #385674;
    text-decoration: underline;
}
main a:hover {
    color: #D4B715;
    background-color: #F0ECEB;
}
main a:active {
    color: #385674;
}
main a:visited {
    color: #283018;
}

main .lead-spacer {
    margin-top: 1.8rem;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.3rem;
    margin-top: 1.5rem;
    font-weight: normal;
}
h1 { font-size: 2rem; }
h2 { font-size: 1.7rem; }
h3 { font-size: 1.5rem; }
h4 { 
    font-size: 1.1rem;
    font-weight: bold;
}
h5 { font-weight: bold; }

main p {
    line-height: 2rem;
}
hr {
    border: 0;
    border-top: 1px solid #CECECE;
    margin-top: 30px;
    margin-bottom: 20px;
}
img {
    max-width: 100%;
    height: auto;
}
code {
    color: #283018;
    background-color: #F5F5F5;
    /*padding: 0.2rem 0.2rem 0.1rem 0.3rem; */ /* T L B R */
    font-size: 0.8rem;
}
pre {
    color: #283018;
    background-color: #F5F5F5;
    border-left: 4px solid #385674;
    padding: 0.8rem;
    font-size: 0.8rem;
}

blockquote {
    /*background-color: #F5F5F5;*/
    border-left: 5px solid  #CECECE;
    color: #777;
    padding-left: 1rem;
    margin-left: 1rem;
    font-style: italic;
}

.warning {
    background-color: #F2B7B7;
    border: 5px solid red;
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 10px;
    margin-bottom: 10px;

}
.gallery a {
    margin-top: 10px;
    margin-bottom: 10px;
}

.captioned-image {
    display: table;
    text-align: center;
}

.captioned-image img {
    max-width: 100%;
    border: 10px solid #FFF;
    background-color: #FFF;
    -moz-box-shadow: 0 0 4px #AAA;
    -webkit-box-shadow: 0 0 4px #AAA;
    box-shadow: 0 0 4px #AAA;
}
.captioned-image figcaption {
    display: table-caption;
    caption-side: bottom;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 1rem;
}
.captioned-image .half-width-image {
    width: 450px;
    height: auto;
}
.half-width-image {
    width: 450px;
    height: auto;
}

.article-meta {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #777;
    font-size: 1rem;
}


@media (min-width: 992px) {
    body { font-size: 1.3rem; }
    .navbar { padding-top: 20px; padding-bottom: 15px; }
    nav { font-size: 1.2rem; }
    .logo-lg { font-size: 2rem; }
    .logo-sm { font-size: 0.8rem; }
    main h1 { font-size: 2.4rem; margin-top: 2.3rem; }
    main h2 { font-size: 2rem; margin-top: 2.3rem; }
    main h3 { font-size: 1.8rem; margin-top: 2.3rem; }
    main p { line-height: 2.2rem; }
    pre { padding: 1.2rem; }
}


div.email > span:nth-child(3) {
    display: none;
}
