/* green = #46aa00 */

@font-face {
    font-family: noto-sans;
    font-weight: normal;
    font-style: normal;
    src: url(../fonts/NotoSans-Regular.ttf);
}
@font-face {
    font-family: noto-sans;
    font-weight: bold;
    font-style: normal;
    src: url(../fonts/NotoSans-Bold.ttf);
}
@font-face {
    font-family: noto-sans;
    font-weight: normal;
    font-style: italic;
    src: url(../fonts/NotoSans-Italic.ttf);
}

/* override bootstrap colors */
.bg-light {
    background-color: #f3fff3!important;
}
.border-primary {
    border-color: #009900!important;
}
.border-secondary {
    border-color: #663300!important;
}
.border-light {
    border-color: #ddeedd!important;
    /* order-width: 2px!important; */
}
.btn-primary {
    background-color: #009900!important;
    border-color: #009900!important;
}
.btn-primary:hover {
    background-color: #008800!important;
    border-color: #008800!important;
}
a:link, a:active, a:visited {
    color: #009900!important;
}
.btn-secondary:link, .btn-secondary:visited, .btn-secondary:active, .btn-secondary {
    background-color: #663300;
}

.green {
    color: #009900!important;
}
.brown {
    color: #663300!important;
}

body { 
    font-family: noto-sans, sans-serif;
    font-size: 1.25em; 
    line-height: 1.5;
}

a:visited { color: #828282; }
a:link, a:active { color: #46aa00; }

h1, h2, h3, h4, h5 {
    line-height: 1.25;
    margin-top: 1.0em;
    margin-bottom: 0.5em;
}

h3 {
    font-size: 1.6rem;
    font-weight: 600;
}

section.footnotes {
    border-top: 1px solid #828282;
    margin-top: 1.1em;
    padding-top: 1.1em;
    font-size: 0.9em;
}

blockquote {
    font-size: 1.25em;
    padding: 1em;
    border-left: 10px solid #ddeedd;
}

.callout {
    font-size: 1.5em;
}

input {
    margin: 0.25rem;
    min-width: 25rem;
}
textarea {
    margin: 0.25rem;
    min-width: 25rem;
    min-height: 8rem;
}
td {
    /* vertical-align: top;*/
    padding-right: 0.25rem;
}

.navbar a:link,
.navbar a:visited,
.navbar a:active {
    color: #34130e;
}
.navbar a:hover {
    color: #46aa00;
}

.btn-primary {
    background-color: #46aa00;
    border-color: #46aa00;
}
.btn-primary:hover {
    background-color: #469900;
    border-color: #469900;
}

.btn-secondary:link, .btn-secondary:visited, .btn-secondary:active, .btn-secondary {
    background-color: #593e3c;
}
.btn-secondary:hover {
    background-color: #34130e;
}

.btn-lg {
    font-size: 1.5rem;
}


div.toc li {
    margin-bottom: 0.5em;
}
div.toc li ul {
    display: none;
}

.article-byline {
    font-style: italic;
}

.caption {
    font-size: 0.8em;
}

.excerpt {
    padding-left: 2em;
}
.excerpt:before {
    content: "“";
    float: left;
    font-size: 3em;
    line-height: 1.0;
    opacity: 0.25;
    text-indent: -.67em;
}
.excerpt:after {
    content: "”";
    float: right;
    font-size: 3em;
    line-height: 1.0;
    opacity: 0.25;
}

.footnote-reference {
    vertical-align: super;
    line-height: 0.1;
    font-size: 0.8em;
}
.footnote-text {
    padding-left: 1em;
    text-indent: -1em;
}

.homepage-block {
    margin: 4rem 0;
}

.homepage-quote {
    margin: 4rem 4rem;
    text-align: center;
}
