@import url(https://fonts.googleapis.com/css2?family=Cutive+Mono&display=swap);
html{font-family:"Cutive Mono",monospace}body{display:grid;grid-template-columns:1fr 105px;grid-template-rows:1fr max-content;gap:1px 1px;grid-template-areas:"content header" "footer header";min-height:100vh;text-align:center;margin:0}@media screen and (max-width: 1000px){body{grid-template-columns:1fr;grid-template-rows:max-content max-content max-content;gap:1px 1px;grid-template-areas:"header" "content" "footer"}}header{text-align:right;grid-area:header}hContent{padding:10px 10px 0 0;position:fixed;right:10px;position:fixed;right:0}@media screen and (max-width: 1000px){hContent{padding:0;position:relative}}hContent h1{text-align:center;margin:0;padding:0;font-size:18pt;font-weight:normal}hContent a{text-decoration:none;color:#000}hContent a:hover{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:2px}nav{font-size:14pt;text-align:center}@media screen and (max-width: 1000px){nav{text-left:center}nav ul{margin:0}nav li{display:inline;padding:0 5px 0 5px}}nav ul{list-style-type:none;padding:0}.main{margin:auto;padding:0;grid-area:content}.main h2{margin:0}article{background-color:#fff;padding:15px 0;margin:0}article .post_title{font-size:32pt;width:100%}article .post_title a:hover{text-decoration:underline;text-decoration-style:dotted}article .post_date{overflow:auto;overflow-wrap:break-word;margin:0 0 12px 0;font-size:10pt;font-weight:normal;font-style:italic}article .postContent{font-size:16pt}article .postContent a{text-decoration:underline;text-decoration-style:dotted}article a{margin:-45px 0 0 10px;float:left;color:#d3d3d3;text-decoration:none}@media screen and (max-width: 1000px){article a{margin:0;float:inherit}}article a:hover{color:#000}article img{max-width:100%;max-height:90vh;height:auto;image-rendering:auto}@media screen and (max-width: 1000px){article img{max-width:95vw}}.cryptedmail{font-family:"Cutive Mono",monospace;border:none;background-color:inherit;padding:0;font-size:10pt;color:blue;cursor:pointer;display:inline-block}.cryptedemail-show:after{content:attr(data-name) "@" attr(data-domain) "." attr(data-tld)}figure.kg-card{text-align:center}@media screen and (max-width: 1000px){figure.kg-card{margin:auto -20px}}.kg-gallery-row{display:flex;flex-direction:row;flex-wrap:nowrap}@media screen and (max-width: 1000px){.kg-gallery-row{display:inline}}.kg-gallery-image{margin:0 5px}footer{grid-area:footer;text-align:center;font-size:16pt}footer a{color:#000;text-decoration:none}footer p{font-size:10pt;padding-left:10px}footer a:hover{text-decoration:underline}footer .pg{margin:0 5px 0 5px}

/*# sourceMappingURL=app.css.map*/