@charset "UTF-8";
/* original: https://github.com/pages-themes/hacker  */
/* Väripaletti pohjautuu: https://protesilaos.com/emacs/modus-themes-colors */
/* Header, <header> header   - container h1       - project name h2       - project description */
header { background: #1e1e1e; border-bottom: 1px dashed #70b900; padding: 20px; margin: 0 0 40px 0; }

.header-links { text-align: center; }

.header-link { display: inline; }

header h1 { font-size: 24px; line-height: 1.5; margin: 0; text-align: center; font-weight: bold; font-family: monospace, Courier New; color: #ffffff; text-shadow: 0 1px 1px #1e1e1e, 0 0 5px #70b900, 0 0 10px #70b900; letter-spacing: -1px; -webkit-font-smoothing: antialiased; }

header h2 { font-size: 18px; font-weight: 300; color: #989898; }

/* Main Content
*/
#main_content { width: 100%; -webkit-font-smoothing: antialiased; }

section img { max-width: 100%; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; font-family: monospace, Courier New; color: #989898; letter-spacing: -0.03em; text-shadow: 0 1px 1px #1e1e1e, 0 0 5px #70b900, 0 0 10px #70b900; }

#main_content h1 { font-size: 30px; }

#main_content h2 { font-size: 24px; }

#main_content h3 { font-size: 18px; }

#main_content h4 { font-size: 14px; }

#main_content h5 { font-size: 12px; text-transform: uppercase; margin: 0 0 5px 0; }

#main_content h6 { font-size: 12px; text-transform: uppercase; color: #989898; margin: 0 0 5px 0; }

dt { font-style: italic; font-weight: bold; }

ul li { list-style-type: circle; }

blockquote { color: #989898; padding-left: 10px; border-left: 1px dotted #70b900; }

pre { background: #000000; border: 1px solid #70b900; padding: 10px; font-size: 16px; color: #70b900; border-radius: 2px; text-wrap: normal; overflow: auto; overflow-y: hidden; }

code.highlighter-rouge { background: #1e1e1e; border: 1px solid #70b900; padding: 0px 3px; margin: 0px -3px; color: #aa759f; border-radius: 2px; }

table { width: 100%; margin: 0 0 20px 0; }

th { text-align: left; border-bottom: 1px dashed #70b900; padding: 5px 10px; }

td { padding: 5px 10px; }

hr { height: 0; border: 0; border-bottom: 1px dashed #70b900; color: #70b900; }

article { border: 3px solid #70b900; border-radius: 12px; padding: 25px 50px 75px 100px; }

body { margin: 0; padding: 0; background: #000000; color: #ffffff; font-size: 16px; line-height: 1.5; font-family: monospace, Courier New; }

/* General & 'Reset' Stuff */
.container { width: 90%; max-width: 1000px; margin: 0 auto; }

section { display: block; margin: 0 0 20px 0; }

h1, h2, h3, h4, h5, h6 { margin: 0 0 20px; }

li { line-height: 1.4; }

/* Buttons
*/
.btn { display: inline-block; background: -webkit-linear-gradient(top, #1e1e1e, #1e1e1e 50%, #1e1e1e 50%, #1e1e1e); padding: 8px 18px; border-radius: 50px; border: 2px solid #70b900; border-bottom: 2px solid #70b900; border-top: 2px solid #70b900; color: #ffffff; font-family: sans-serif, Arial, Verdana, Tahoma, Trebuchet MS; font-weight: bold; font-size: 13px; text-decoration: none; text-shadow: 0 -1px 0 #1e1e1e; box-shadow: inset 0 1px 0 #989898; }

.btn:hover { background: -webkit-linear-gradient(top, #1e1e1e, #1e1e1e 50%, #1e1e1e 50%, #1e1e1e); }

.btn .icon { display: inline-block; width: 16px; height: 16px; margin: 1px 8px 0 0; float: left; }

/* Links a, a:hover, a:visited */
a { color: #2fafff; text-shadow: 0 0 5px rgba(104, 182, 255, 0.5); }

a:active, a:focus { outline: 0; border: none; -moz-outline-style: none; }

/* Clearfix */
.cf:before, .cf:after { content: ""; display: table; }

.cf:after { clear: both; }

.cf { zoom: 1; }

/* Make footer stick to bottom */
.pagination, footer { height: 50px; line-height: 50px; text-align: center; }

#wrapper { min-height: calc(100vh - 100px); }

footer { border-top: 6px double #70b900; }

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