html, body {
    margin: 0;
    font-family: "Poly";
    font-size: 20px;
}

html, body, .outer { height: 100%; }
body > .outer { height: auto; min-height: 100%; }

#preamble {
    box-shadow: 0 0 4px 0 rgba(0,0,0,1);
    text-align: center;
}

h3 {
    color: darkred;
    text-align: left;
}

h3+p {
    text-indent: 0pt !important;
}

.header {
    background-color: darkred;
    font-size: 80px;
    font-weight: bold;
}

.header a {
    color:white !important;
    text-decoration:none;
}

blockquote {
    font-style: italic;
    text-align: right;
    color: darkred;
    font-weight: bold;
}

blockquote:before {
    content: open-quote;
    font-size: 2em;
    float: left;
}

.menu {
    font-size: 13pt;
    font-weight: bold;
    background-color: black;
}

.menu .center {
    margin: 0 auto;
}

.menu ul li{
    display: inline-block;
    vertical-align: middle;
}

.menu ul a:hover{
    background-color: darkred;
}

.menu a {
    display: block;
    color: white !important;
    text-decoration: none;
    line-height: 40px;
    padding: 0 5px;
}

#content {
    margin: 0 auto;
    max-width: 960px;
}

/* Undecorate all links */
a {
    text-decoration: none;
    color: darkblue;
}

/* Decorate only inline internal links */
p > a[href^=".."], p > a[href^=".."]:visited {
		       text-decoration: underline;
		       color: blue;
		   }

a:after {
    font-family: FontAwesome;
    padding-left: 5px;
    text-decoration: none;
}

/* Link icon after external links and footnote links */
#content a[href*="//"]:not([href*="issuesofconcern.in"]):after, .footpara a:after {
    content: '\f0c1';
}

/* Magnet icon after magnet links */
a[href^="magnet"]:after {
    content: '\f076';
}

/* YouTube icon after icon links */
a[href^="https://www.youtube.com"]:after {
    content: '\f167' !important;
}

/* File type icon for PDF files */
a[href$="pdf"]:after {
    content: '\f1c1' !important;
}

/* Download icon for local static files */
a[href^="https://issuesofconcern.in/static/"]:after {
    content: '\f019';
}

/* Up chevron after footnote */
div.footpara:before {
    font-family: FontAwesome;
    content: '\f077';
    color: darkred;
    padding: 0.3em;
}

/* Footnote text */
.footpara {
    font-size: medium;
    display: inline;
}

#footnotes {
    clear: both;
    text-align: left;
}

/* Color footnote references in text */
a.footref {
    color: darkred;
}

/* Surround footnote references and numbers with square brackets */
a.footref:before, a.footnum:before {
    content: '[';
}
a.footref:after, a.footnum:after {
    content: ']';
}

.title {
    color: darkred;
    font-weight: bolder;
    font-variant: small-caps;
    border-top: 5px solid darkred;
    border-bottom: 5px solid darkred;
    display: block;
}

#content p {
    text-indent: 12pt;
    font-family: 'Poly', serif;
}

.outline-2 {
    clear: both;
}

h2 {
    width: 100%;
    font-variant: small-caps;
    border-bottom: 1px solid darkred;
    color: darkred;
    text-align: left;
}

h2 > a {
    text-decoration: none;
    color: inherit;
}

b {
    color: darkred;
}

#content > p:first-of-type::first-letter {
    font-size: 50px;
    font-weight: bold;
    float: left;
    color: darkred;
    padding-top: 5px;
    padding-right: 5px;
    vertical-align: bottom;
    text-indent: 0pt;
}

#postamble {
    background-color: black;
    margin-top: 1em;
    text-align: center;
}

#postamble ul {
    margin: 0;
    display: inline-block;
    font-size: 15px;
}

#postamble li {
    color: white;
    text-decoration: none;
    background-color: darkred;
    display: block;
    line-height: 40px;
    height: 40px;
    padding: 0 30px;
    font-family: monospace;
}

#postamble a[rel="me"] {
    text-decoration: none;
    padding: 0.5em;
    color: inherit;
}

#postamble li:hover {
    color: black;
    background-color: lightblue;
}

ol {
    list-style: outside none lower-alpha;
}

ol li {
    text-align: left;
}

.image-left {
    float: left;
    padding-right: 0.6em;
}

.image-right {
    float: right;
    padding-left: 0.6em;
}

.image-left, .image-right {
    max-width: 320px;
}

.figure p {
    text-align: center;
}

.figcaption {
    font-size: medium;
    text-align: center;
}

small {
    font-size: small;
}

.author {
    font-style: italic;
    border-top: darkred solid 0.1em;
    padding: 1em;
}

table {
    margin: auto;
}

dt {
    font-weight: bold;
}

dl {
    text-align: left;
}
