/*

  //\\    //\\    //\\    //\\    //\\    Nathan M. Mull
 //  \\  //  \\  //  \\  //  \\  //  \\   Copyright 2023
//    \\//    \\//    \\//    \\//    \\  All rights reserved

*/

body {
    background-color: #f5f4f0;

    font-family: 'Menlo', monospace;
    font-size: medium;

    margin: 3em;
    max-width: 800px;

    line-height: 1.5;
}

.title {
    font-size: 3em;
    line-height: normal;
    margin-bottom: 0.6em;
}

.subtitle {
    line-height: 1;
    font-size: 0.67em;
    display:block
}

h2 {
    font-size: 1.8em;
    margin-bottom:0.1em;
}

h3 {
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 0.5em;
    background-color: #d0e8e8;
    padding-left: 0.3em;
}

h4 {
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 0.5em;
    background-color: #e8d0e8;
    padding-left: 0.3em;
}

p {
    margin-top: 0;
    margin-bottom: 1em;
}

code {
    font-size: 1.2em;
    font-family: 'Courier', monospace;
    background-color: #e8e8e8;
}

pre{
    background-color: #e8e8e8;
    font-family: 'Courier', monospace;
    padding: 20px;
    display: block;
    overflow: auto;
    line-height: 1.2em;
}

a:link {
    text-decoration: underline;
    color: #005b9e;
}

a:visited {
    text-decoration: none;
    color: #005b9e;
}

a:hover {
    background-color: yellow;
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

table {
    font-family: 'Courier', monospace;
    font-size: 1em;
    border-collapse: collapse;
    margin-bottom: 2em;
}

th, td {
    padding-right: 1.25em;
    text-align: left;
    vertical-align: top;
    line-height: 1.25;
}

ul {
    list-style-type: "≫ ";
    margin-top: 0;
    padding-left: 2em;
    padding-bottom: 0.25em;
}

ol{
    margin-top: 0;
    margin-left: 1em;
}

#table-of-contents {
    position: fixed;
    right: 1.5em;
    top: -0.5em;
    max-height: 100%;
    width: 20em;
    overflow: auto;
}

#org-div-home-and-up {
    position: absolute;
    font-size: 2em;
    left: 0.6em;
    top:1.6em;
}

#org-div-home-and-up a {
    text-decoration: none;
}


@media only screen and (max-width: calc(800px + 24em)) {
    #table-of-contents {
        display: none;
    }
}

@media print {
    #table-of-contents {
	display: none;
    }
    #org-div-home-and-up {
	display: none;
    }
}

b, strong {
    background:  #e8e8d0;
}

button {
    font-family: 'Menlo', monospace;
    font-size: medium;
    color: #005b9e;
    background-color: rgba(0, 0, 0, 0.0);
    border: 0.1em solid #005b9e;
    border-radius: 0.2em;;
    padding: 0.4em 1em;
    text-align: center;
    margin-right:1em;
    margin-bottom:1em;
}

button:hover {
    background-color: yellow;
    text-decoration: underline;
}

:focus {
    outline: thin dotted;
}

blockquote {
    margin: 1em 0;
    padding: 0.5em;
    background: #e8e8e8;
}

img {
    border: 1px dashed lightgray;
}

.example {
    background-color: #cefad0;
    border: 1px dashed lightgray;
}

/* end of file */
