@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap);
html{font-family:"Roboto Mono",monospace;image-rendering:crisp-edges;image-rendering:pixelated}body{background-color:#000;min-height:100vh;display:grid;grid-template-columns:auto 60% auto;grid-template-rows:auto 1fr 40px;grid-template-areas:"Header Header Header" ". Main ." "Footer Footer Footer";margin:0}@media screen and (max-width: 850px){body{grid-template-columns:auto 95% auto}}header{grid-area:Header;background:#fff url(assets/grassy.png) repeat-x bottom;text-align:center}header h1{margin:0;padding:0;font-size:7vw;font-weight:700}@media screen and (max-width: 850px){header h1{font-size:12vw}}header a{text-decoration:none;color:#000}header a:hover{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:2px}nav{background-color:#fff;background-image:url(assets/hwell_l.png),url(assets/hwell_r.png);background-position:left,right;background-repeat:no-repeat,no-repeat;width:60%;height:52px;padding-top:5px;margin-bottom:-5px;display:inline-block;font-size:16pt}@media screen and (max-width: 850px){nav{width:95%}}nav a{margin:0 10px 0 10px}.main{grid-area:Main;background-color:#fff;background-image:url(assets/rwell_l.png),url(assets/rwell_r.png),url(assets/fade.png);background-position:left top,right top,bottom;background-repeat:repeat-y,repeat-y,repeat-x;padding:0 45px 80px 45px}.main h2{margin:0}article .post_title{font-size:24pt;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 a{text-decoration:underline;text-decoration-style:dotted}article a{color:#000;text-decoration:none}article img{max-width:100%;height:auto;image-rendering:auto}figure.kg-card{text-align:center}@media screen and (max-width: 850px){figure.kg-card{margin:auto -5px}}iframe{max-width:100%}.kg-gallery-row{display:flex;flex-direction:row;flex-wrap:nowrap}@media screen and (max-width: 850px){.kg-gallery-row{display:inline}}.kg-gallery-image{margin:0 5px}footer{grid-area:Footer;background:url(assets/well_w.png) no-repeat 98% 90%;text-align:center;color:#fff;font-size:16pt}footer a{color:#fff;text-decoration:none}footer a:hover{text-decoration:underline}footer .pg{margin:0 5px 0 5px}

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