/*! normalize.css v3.0.2 | MIT License | git.io/normalize */img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}

/* Custom css to apply to all platforms. 
Launched 2022-08-28. 
*/ 
html{ font-family:Georgia,serif; font-size: 18px; background-color:#ffd0d7; }
body { font-family:Georgia,serif; font-size: 18px; background-color:#ffd0d7; }
/* nav { background-color:#ffd0d7; border-radius:6px; border:1px solid #000000; padding:5px; overflow: auto; } */
/* #content { padding:15px; } */
li { padding:5px 2px; }
nav { border-bottom:1px solid #000000; display:flex; justify-content:space-between; align-items:flex-end; /* margin-bottom:3em; */ }
.footer { border-top:1px solid #000000; padding:15px; margin-top: 1em;}
.post-info { /* border-bottom:1px solid #cccccc; */ }
/* h1, h2, h3, h4 { font-weight:lighter; } */
h1.home-link {margin:0px 5px 0px 0px; }
a { color:#0000ee; }
h1 a, nav a { color:#000000; text-decoration:none; padding: 0px; }
a:hover, h1 a:hover, nav a:hover { color:#f2f2f2; background-color: #0000ee; text-decoration:none; }
a.post-permalink:hover::after {content: " 📡 ";}
.e-content p { line-height:1.75; }
#tagline {text-align:right; margin-bottom:2em; }
#alert-note {color:#ffd0d7; background-color:#000000; font-weight:bold; padding:3px; text-align:center;}
/* DEAD 2019-12-04
.archives-link { float:right;} */
.asterism {text-align:center; font-weight:bold;}
hr.invisible-bar { color:#ffd0d7;background-color:#ffd0d7;height:1px;border:0 none;}
address {font-style:normal;}
q, blockquote {font-style:italic;}
cite {margin-left:40px;}

/* mobile first layouts and designs... */ 
.container { box-sizing: border-box; margin:1em; } 

/* ...then apply begin to apply to larger displays. */

@media screen and (min-width: 35.5em) { 
	.container { box-sizing: border-box; margin:1em 5em; } /*nav { padding:15px 30px; }*/ }
@media screen and (min-width: 48em) { 
	.container { box-sizing: border-box; max-width:35em; margin:1em auto; } }
@media screen and (min-width: 64em) { 
	.container { box-sizing: border-box; max-width:50em; margin:1em auto; } }
@media screen and (min-width: 80em) { 
	.container { box-sizing: border-box; max-width:50em; margin:1em auto; } }

