/* Base */
/* ----------------------------------------------------------*/
@import url(../_sass/tweets.css);
* { margin: 0; padding: 0; }

html { --color-text: #ffffff; --page-colour: #DDDDDD; --page-colour-text: #00111f; --kentigern-text: #000000; --color-background: #00111f; --color-row-background: #001b33; --color-code-background:  #001b33; --kentigern-link: #2a7ae2; --kentigern-visited: #205caa; --kentigern-primary: #00111f; --kentigern-primary-translucent: #00111fAA; --kentigern-border-color: #000000; }

body { color: var(--color-text); background-color: var(--color-background); }

@media (min-width: 1400px) { .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 1140px; } }

.post-content { color: var(--page-colour-text); background-color: var(--page-colour); }

.bg-kentigern { background: var(--kentigern-primary); }

div.listpage { background: var(--color-background); color: var(--color-text); padding-top: 2rem; }

.text-primary { color: var(--kentigern-primary); }

a { text-decoration: none; color: var(--kentigern-link); }

a:hover { color: var(--kentigern-link); text-decoration: underline; text-underline-offset: 10px; }

a:visited { color: var(--kentigern-visited); }

html.transition, html.transition *, html.transition *:before, html.transition *:after { transition: all 650ms !important; transition-delay: 0 !important; }

pre { line-height: 1.5; }

.numeric { font-family: 'Nova Mono', monospace; }

.fa { padding-right: 5px; }

html, body { height: 100%; }

body { font-family: Lato, sans-serif; font-size: 16px; line-height: 1.5; font-weight: 300; }

h1, h2, h3, h4, h5, h6 { font-weight: 400; font-family: "Lato", "Open Sans", sans-serif; }

.btn, .btn-social { font-family: "Open Sans", sans-serif; }

a.btn-social:visited { color: white; }

/* Utility */
.wrap:before, .wrap:after { content: ""; display: table; }

.wrap:after { clear: both; }

.wrap { max-width: 1024px; padding: 0 30px; margin: 0 auto; zoom: 1; }

/* Layout Styles */
/* ----------------------------------------------------------*/
/* Site header */
.site-header-back { /* border-bottom: 1px solid #e8e8e8; */ height: 50px; padding: 5px 10px; background-image: url("../images/FFFFFF-0.68.png"); }

.portrait { display: block; position: relative; margin-left: auto; margin-right: auto; width: 100px; float: left; margin-right: 3rem; }

.site-header a { color: black; }

.sidebar { /* background-color: #2E8C97; */ text-align: center; }

body { min-height: 100%; }

.site-header-image { /*  background-image: url("https://farm4.staticflickr.com/3625/5719207782_dfb577b785_b_d.jpg"); */ height: 100%; background-repeat: no-repeat; background-position: center center; background-attachment: fixed; background-size: 100% auto; margin-bottom: 20px; }

#posts { margin-top: 15px; }

.article-row { min-height: 50%; margin-bottom: 10px; }

.article-image { height: 100%; background-repeat: no-repeat; background-position: center center; background-size: auto 100%; }

.row.title-row { color: var(--color-text); }

.article-row-title { font-size: 30pt; color: var(--page-colour-text); text-align: center; margin-left: auto; margin-right: auto; text-transform: uppercase; text-shadow: -2px 2px 1px #333; }

.homepage-container { padding: 5rem; padding-bottom: 1rem; }

.homepage-posts { padding: 2rem; }

@media screen and (min-width: 500px) { .article-row-title { max-width: 50%; margin-top: 20%; } .article-row { min-height: 50%; background-repeat: no-repeat; background-position: center center; background-size: 100% auto; margin-bottom: 10px; } }

.article-row-title > a { color: white; }

.article-description { /* border-bottom: 1px solid #e8e8e8; */ min-height: 100%; padding: 15px 30px; position: relative; z-index: 2; background-image: url("../images/FFFFFF-0.68.png"); padding-bottom: 30px; }

.article-description::after { position: absolute; top: 0; min-height: 100%; background: #333; z-index: 1; }

.article-description-wrapper { min-height: 100%; position: relative; top: 25px; z-index: 4; }

.read-more { display: block; color: white; margin-left: auto; margin-right: auto; background: black; width: 10em; padding: 5px; text-align: center; float: right; }

.read-more > a { color: white; font-family: "Open Sans", sans-serif; }

.site-title, .site-title:hover, .site-title:visited { display: block; letter-spacing: -1px; float: left; line-height: 56px; position: relative; z-index: 1; }

.site-title > a { color: white; }

.site-nav { float: right; line-height: 56px; }

.site-nav .menu-icon { display: none; }

.site-nav .page-link { margin-left: 20px; color: #727272; letter-spacing: -.5px; }

/* Site footer */
.site-footer { border-top: 1px solid #e8e8e8; padding: 30px 0; }

.footer-heading { font-size: 18px; font-weight: 300; letter-spacing: -.5px; margin-bottom: 15px; }

.site-footer .column { float: left; margin-bottom: 15px; }

.footer-col-1 { width: 270px; /*fallback*/ width: -webkit-calc(35% - 10px); width: -moz-calc(35% - 10px); width: -o-calc(35% - 10px); width: calc(35% - 10px); margin-right: 10px; }

.footer-col-2 { width: 175px; /*fallback*/ width: -webkit-calc(23.125% - 10px); width: -moz-calc(23.125% - 10px); width: -o-calc(23.125% - 10px); width: calc(23.125% - 10px); margin-right: 10px; }

.footer-col-3 { width: 335px; /*fallback*/ width: -webkit-calc(41.875%); width: -moz-calc(41.875%); width: -o-calc(41.875%); width: calc(41.875%); }

.site-footer ul { list-style: none; }

.site-footer li, .site-footer p { font-size: 15px; letter-spacing: -.3px; color: #828282; }

.github-icon-svg, .twitter-icon-svg { display: inline-block; width: 16px; height: 16px; position: relative; top: 3px; }

/* Page Content styles */
/* ----------------------------------------------------------*/
.page-content { padding: 30px 0; background-color: #fff; }

.page-content-wp { padding: 30px 0; background-color: #fff; font-size: 14pt; line-height: 1.5; font-weight: 300; margin-left: auto; margin-right: auto; }

/* Home styles */
/* ----------------------------------------------------------*/
.home h1 { margin-bottom: 25px; }

.posts { list-style-type: none; }

.posts li { margin-bottom: 30px; }

.posts .post-link { font-size: 24px; letter-spacing: -1px; line-height: 1; }

.posts .post-date { display: block; font-size: 15px; color: #818181; }

/* media queries */
/* ----------------------------------------------------------*/
@media screen and (max-width: 750px) { .footer-col-1 { width: 50%; } .footer-col-2 { width: 45%; /*fallback*/ width: -webkit-calc(50% - 10px); width: -moz-calc(50% - 10px); width: -o-calc(50% - 10px); width: calc(50% - 10px); margin-right: 0; } .site-footer .column.footer-col-3 { width: auto; float: none; clear: both; } }

@media screen and (max-width: 600px) { .wrap { padding: 0 12px; } .site-nav { position: fixed; z-index: 10; top: 14px; right: 8px; background-color: white; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 1px solid #e8e8e8; } .site-nav .menu-icon { display: block; font-size: 24px; color: #505050; float: right; width: 36px; text-align: center; line-height: 36px; } .site-nav .menu-icon svg { width: 18px; height: 16px; } .site-nav .trigger { clear: both; margin-bottom: 5px; display: none; } .site-nav:hover .trigger { display: block; } .site-nav .page-link { display: block; text-align: right; line-height: 1.25; padding: 5px 10px; margin: 0; } .post-header h1 { font-size: 36px; } .post-content h2 { font-size: 28px; } .post-content h3 { font-size: 22px; } .post-content h4 { font-size: 18px; } .post-content blockquote { padding-left: 10px; } .post-content ul, .post-content ol { padding-left: 10px; } .site-footer .column { float: none; clear: both; width: auto; margin: 0 0 15px; } }

/*----------------------------------------------------------
Cover CSS
-----------------------------------------------------------*/
* .masthead > a, .project-link > a { color: var(--kentigern-link); }

/* Custom default button */
.btn-default, .btn-default:hover, .btn-default:focus { color: #333; text-shadow: none; /* Prevent inheritence from `body` */ background-color: #eee; border: 1px solid #888; }

/* Extra markup and styles for table-esque vertical and horizontal centering */
.wrap { display: table; width: 100%; height: 100%; /* For at least Firefox */ min-height: 100%; vertical-align: top; }

/* Padding for spacing */
.inner { padding: 30px; background-image: url("../images/FFFFFF-0.68.png"); height: 100%; }

/* Header */
.masthead { font-family: "Open Sans", sans-serif; font-weight: 200; }

.masthead-nav > p { display: inline-block; font-size: 16pt; }

.masthead-nav a { display: inline-block; font-size: 16pt; padding: 15px; }

.page-link { border: 1px solid white; font-family: "Open Sans", sans-serif; font-size: 16pt; margin: 15px; padding: 10px; background: white; }

@media (min-width: 768px) { .masthead-brand { float: left; } }

.site-title { color: white; font-size: 32pt; text-shadow: -2px 2px 1px #333; }

/*----------------------------------------------------------
Project listing code
-----------------------------------------------------------*/
.project-listing { border-bottom: 1px; }

div.labpage { font-family: Georgia, serif; text-align: justify; }

/*************************************************************\
| Notebook Style                                              |
\*************************************************************/
div.notepage { text-align: justify; }

/*************************************************************\
| LaTeX Conversion Styles                                     |
\*************************************************************/
.tableofcontents { -moz-columns: 2 auto; background: none repeat scroll 0 0 #eee; border-radius: 4px; margin-left: 40px; padding: 20px; }

/**************************************************************\
| Visualisation stuff                                          |
\**************************************************************/
/***************************************************************\
| IPython notebook stuff                                        |
\***************************************************************/
/* .post { */
/*     max-width: 960px; */
/* } */
.post-wide { max-width: 98%; }

.sidebar h1 { text-transform: uppercase; }

.sidebar .nav li > a::hover { background: transparent; }

.post-content img { max-width: 100%; }

.project-date { font-family: "Open Sans", sans-serif; }

.article-description-wrapper > h2 > a { color: black; font-weight: 100; }

.sidebar-footer { background: black; width: 100%; padding: 10px; text-align: center; bottom: 0px; position: absolute; left: 0px; z-index: 99; }

.sidebar-footer > a { margin: 10px; color: #333333; }

.sidebar-footer > a:hover { margin: 10px; color: #BBBBBB; }

.small-header { background-image: url("../images/cover.jpg"); background-position: center top; height: 90%; }

.small-header a { color: white; }

.small-header p { color: white; }

.small-header .sidebarwrapper { border: none; position: absolute; width: 100%; background: black; max-width: 100%; top: auto; margin-left: -15px; bottom: 0px; }

.small-header .portrait { display: none; position: relative; top: 10ex; left: 0px; margin-left: 0px; margin-right: auto; margin-left: auto; }

.small-header .sidebar-footer { display: none; }

/* SVG Stuff */
text { font-family: "Open Sans", sans-serif; }

/* RUGBAYES STUFF /*/
.gamebox { font-family: "Open Sans", sans-serif; margin: 10px; padding: 0px; }

.home { padding: 5px; color: white; }

.away { color: white; padding: 5px; }

.suptitle { font-stretch: semi-expanded; text-emphasis: darkblue; text-emphasis-style: initial; font-family: inherit; margin-bottom: -20px; font-size: 20px; font-style: italic; }

.result { min-width: 10px; }

.result-W { background-color: green; }

.result-L { background-color: red; }

.result-D { background-color: yellow; }

article { font-family: Lato; line-height: 1.6; text-align: justify; font-size: 14pt; }

.sidebar-footer { font-size: 6pt; }

.story-card { margin-top: 5rem; }

.share { padding: 5rem; background: #EEEEEE; }

.social > a { text-decoration: none; color: white; margin-left: 1rem; }

div#homepage { font-family: "Gill Sans", Lato, Lato-web, "Open Sans", open-sans, sans; size: 120%; }

div#homepage > h1 { font-family: Lato; }

.pageslist { text-align: center; }

.blurb, .postlist { text-align: justify; }

.postlist { margin-bottom: 5rem; }

.blog-headline { clear: both; font-weight: 300; }

.invert-block { background: var(--kentigern-primary); color: white; padding: 1.5rem; }

.invert-block .blog-headline { color: white; }

.invert-block a { color: white; text-decoration: underline; }

.post-buttons { padding: .1rem; }

.readmore-button { background: var(--kentigern-primary); color: white; border: 0px; }

a.readmore-button { color: white; }

.album .card { font-family: Lato, "Gill Sans", "Open Sans", open-sans, sans; float: left; width: 33.333%; padding: .75rem; margin-bottom: 2rem; border: 0; font-size: 75%; }

#sidebar-wrapper { background-color: #EEEEEE; padding-bottom: 2rem; mrgin-bottom: 2rem; }

#masthead { background-color: #DDDDDD; padding: 2rem; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { padding-right: 0px; }

p { margin-bottom: 3rem; }

/*******************************************************************\
| Post CSS                                                          |
\*******************************************************************/
/**************\
| Pagination   |
\**************/
a.page-link { border-radius: 2rem; height: 2rem; min-width: 2rem; }

.page-item.active .page-link { background-color: var(--kentigern-primary); border: 0px; }

.page-item .page-link { border: 0px; text-align: center; vertical-align: center; }

.pagination { background: #EEEEEE; }

.page-link { color: var(--kentigern-primary); }

.page-item:first-child .page-link { background: #EEEEEE; color: black; }

.page-item:last-child .page-link { background: #EEEEEE; color: black; }

ul#markdown-toc { border-left: 1px #CCCCCC solid; left: 1rem; top: 0px; position: relative; float: right; font-size: 12pt; }

ul#markdown-toc li { list-style: none; line-height: 1.5; font-size: 98%; padding-left: 0rem; margin-left: 0rem; }

ul#markdown-toc ul { margin-left: 0em; padding-left: 0.5rem; }

ul#markdown-toc li a { color: #333333; }

ul#markdown-toc li a:hover { text-decoration: none; color: #E24A33; }

.collapse-panel { padding: 5rem; margin: auto; max-width: 1200px; }

.header-toolbar { max-width: 1200px; margin: auto; position: relative; margin-top: 16.5rem; }

.header-toolbar:hover { background: white; color: black; }

.header-toolbar a { border-radius: 0px; color: white; padding: 1rem; margin-left: .5rem; margin-right: .5rem; }

.category-list { list-style: none; }

.category-list a { color: white; }

/*************\
| Docs pages  |
\*************/
.toc-left p { margin-bottom: 0.75rem; }

dl { margin-top: 2rem; }

code { word-break: break-all; font-weight: bolder; }

/************\
| Blueprints |
\************/
.blueprint { background: #144776; color: white; }

.blueprint h1 { color: white; font-size: 6em; -webkit-text-stroke: 2px white; -webkit-text-fill-color: #FFFFFFAA; }

/* Post pages */
/**************\
| List pages   |
\**************/
.listpage .row { background: var(--color-row-background); padding: 2rem; margin-bottom: 1rem; font-size: 12pt; }

.listpage p { margin-bottom: 1rem; }

.listpage article { font-size: 14pt; padding-top: 1rem; padding-bottom: 1rem; }

ul.tight-list { list-style: none; font-size: 12pt; line-height: 1.5; }

/* Base structure */
/* Padding for spacing */
.inner { padding: 2rem; }

/* Cover */
.cover { padding: 0 1.5rem; }

.cover .btn-lg { padding: .75rem 1.25rem; font-weight: 700; }

/* Affix and center */
@media (min-width: 40em) { /* Pull out the header and footer */ .masthead { position: fixed; top: 0; } .mastfoot { position: fixed; bottom: 0; } /* Start the vertical centering */ .site-wrapper-inner { vertical-align: middle; } /* Handle the widths */ .masthead, .mastfoot, .cover-container { width: 100%; /* Must be percentage or pixels for horizontal alignment */ } }

@media (min-width: 62em) { .masthead, .mastfoot, .cover-container { width: 42rem; } }

/* Margin notes */
div.sidenote { color: #555555; font-size: 80%; line-height: 1.3; }

div.sidenote p { margin-bottom: 0.3rem; }

p.sidenote-title { font-weight: bold; font-size: 105%; }

p.sidenote-subtitle { font-style: italic; }

@media (max-width: 1199px) { div.sidenote { padding-left: 10%; padding-right: 10%; } }

@media (min-width: 1200px) { div.sidenote { float: right; clear: right; margin-right: -30%; position: relative; width: 30%; padding: 2%; } }

/* Table of contents */
@media (min-width: 1200px) { #localtoc-wrapper { height: calc(100vh - 10rem); position: sticky; top: 4rem; overflow-y: auto; padding-top: 4rem; } }

@media (max-width: 1200px) { #globaltoc-wrapper { display: none; } }

@media (min-width: 1200px) { #dLabelGlobalToc { display: none; } #globaltoc-wrapper { overflow-y: auto; scrollbar-width: thin; position: sticky; top: 4rem; height: calc(100vh - 10rem); padding-top: 4rem; padding-left: 2rem; } }

p.toc-title { margin-bottom: .2rem; }

/* Global TOC */
.toc-left { border: none; /* margin-top: 2rem; */ padding-right: 1.5rem !important; font-size: 95%; }

.toc-left li { display: block; }

.toc-left h2 { color: #aaa; font-size: 1.1rem; }

.toc-left a { color: gray; font-size: 0.875 rem; }

.toc-left ul { padding-left: 1em; }

/* Local TOC */
.toc-right { border: none; border-left: 1px solid #eee; font-size: 95%; }

.toc-right ul { padding-left: 0.2rem; }

.toc-right li { display: block; }

.toc-right a { color: gray; font-size: 0.875 rem; }

#localtoc .nav-link { padding: 0.1rem; }

.nav-link.active { font-weight: bold; border-left: 0.2rem solid #28a745; margin-left: -0.2rem; padding-left: 0.3rem; }

/* Blog list */
.bloglist { margin-top: 2rem; margin-bottom: 2rem; }

.bloglist p { margin-bottom: 0.1rem; font-size: 125%; }

.blog-sidebar { background: #ccc; }

/* Margin-align tables */
@media (min-width: 1200px) { table.tablefloat { float: right; clear: right; position: relative; padding-left: 2%; padding-bottom: 10px; margin-right: -32px; /* margin-left: -33.3% !important; */ /* position: relative; */ margin-left: 2rem; max-width: 66.6%; } }

table.table, table { font-size: 80%; }

table.data-table td { font-family: "Nova Mono", monospace; }

.metablock { padding-top: 3.5rem; }

.meta-key { font-weight: bold; }

.meta-value { padding-left: 2rem; }

.table, table { width: 100%; max-width: 100%; }

td { padding: 0.1em; font-family: monospace; }

.gallery img { float: none; clear: none; position: unset; padding: 0; margin: 0; }

.gallery .figure-img { margin-bottom: 0px; }

.navbar { font-family: monospace; background: #00111f; }

.navbar-brand { font-family: monospace; font-weight: 300; font-transform: uppercase; font-size: 2rem; color: #E24A33; }

.bg-red { background: #E24A33; color: white; }

.bg-red * { color: white; }

.bg-blue { background: #348ABD; color: white; }

.bg-purple { background: #988ED5; color: white; }

.bg-grey { background: #777777; color: black; }

.bg-yellow { background: #FBC15E; color: black; }

.bg-green { background: #8EBA42; color: white; }

.bg-pink { background: #FFB5B8; color: white; }

.navbar-daniel a { color: white; }

.btn > a { color: white; }

.btn > a:hover { color: white; }

.nav-link:hover { color: white; }

.navbar-brand:hover { color: white; }

div.control-pane { padding-left: 1rem; padding-right: 1rem; }

div.sociallinks { font-family: "Nova Mono", monospace; margin-top: 5rem; }

div.sociallinks p { margin-bottom: 1rem; }

div.tweet img { float: right; clear: none; max-width: 45%; margin: 1rem; }

.project-container h1 { color: var(--color-text); text-transform: none; border: none; text-align: center; font-size: 3.0rem; }

.project-masthead { text-align: center; font-size: 1.3rem; padding-top: 10rem; padding-bottom: 8rem; }

.asimov-code { margin: 0; border-radius: 0.5rem; padding: 0.3rem; padding-left: 1rem; padding-top: 1.1rem; text-align: left; min-width: 350px; background: var(--color-code-background); }

.project-feature-leader { text-align: center; font-size: 1.4rem; padding-bottom: 8rem; }

.project-feature { text-align: left; font-size: 1.3rem; padding-bottom: 5rem; }

.project-border-left { border-color: var(--kentigern-border-color); border-left-width: 1px; border-left-style: solid; }

.highlight { clear: both; padding: 1rem; }

figure.highlight { float: None; white-space: pre-wrap; word-wrap: break-word; min-width: 100%; }

/* ----------------------------------------------------------*/
/* Syntax highlighting styles                                */
/* ----------------------------------------------------------*/
.highlight .hll { background-color: #49483e; }

.highlight { background: #272822; color: #f8f8f2; }

.highlight .c { color: #75715e; }

/* Comment */
.highlight .err { color: #960050; background-color: #1e0010; }

/* Error */
.highlight .k { color: #66d9ef; }

/* Keyword */
.highlight .l { color: #ae81ff; }

/* Literal */
.highlight .n { color: #f8f8f2; }

/* Name */
.highlight .o { color: #f92672; }

/* Operator */
.highlight .p { color: #f8f8f2; }

/* Punctuation */
.highlight .ch { color: #75715e; }

/* Comment.Hashbang */
.highlight .cm { color: #75715e; }

/* Comment.Multiline */
.highlight .cp { color: #75715e; }

/* Comment.Preproc */
.highlight .cpf { color: #75715e; }

/* Comment.PreprocFile */
.highlight .c1 { color: #75715e; }

/* Comment.Single */
.highlight .cs { color: #75715e; }

/* Comment.Special */
.highlight .gd { color: #f92672; }

/* Generic.Deleted */
.highlight .ge { font-style: italic; }

/* Generic.Emph */
.highlight .gi { color: #a6e22e; }

/* Generic.Inserted */
.highlight .gs { font-weight: bold; }

/* Generic.Strong */
.highlight .gu { color: #75715e; }

/* Generic.Subheading */
.highlight .kc { color: #66d9ef; }

/* Keyword.Constant */
.highlight .kd { color: #66d9ef; }

/* Keyword.Declaration */
.highlight .kn { color: #f92672; }

/* Keyword.Namespace */
.highlight .kp { color: #66d9ef; }

/* Keyword.Pseudo */
.highlight .kr { color: #66d9ef; }

/* Keyword.Reserved */
.highlight .kt { color: #66d9ef; }

/* Keyword.Type */
.highlight .ld { color: #e6db74; }

/* Literal.Date */
.highlight .m { color: #ae81ff; }

/* Literal.Number */
.highlight .s { color: #e6db74; }

/* Literal.String */
.highlight .na { color: #a6e22e; }

/* Name.Attribute */
.highlight .nb { color: #f8f8f2; }

/* Name.Builtin */
.highlight .nc { color: #a6e22e; }

/* Name.Class */
.highlight .no { color: #66d9ef; }

/* Name.Constant */
.highlight .nd { color: #a6e22e; }

/* Name.Decorator */
.highlight .ni { color: #f8f8f2; }

/* Name.Entity */
.highlight .ne { color: #a6e22e; }

/* Name.Exception */
.highlight .nf { color: #a6e22e; }

/* Name.Function */
.highlight .nl { color: #f8f8f2; }

/* Name.Label */
.highlight .nn { color: #f8f8f2; }

/* Name.Namespace */
.highlight .nx { color: #a6e22e; }

/* Name.Other */
.highlight .py { color: #f8f8f2; }

/* Name.Property */
.highlight .nt { color: #f92672; }

/* Name.Tag */
.highlight .nv { color: #f8f8f2; }

/* Name.Variable */
.highlight .ow { color: #f92672; }

/* Operator.Word */
.highlight .w { color: #f8f8f2; }

/* Text.Whitespace */
.highlight .mb { color: #ae81ff; }

/* Literal.Number.Bin */
.highlight .mf { color: #ae81ff; }

/* Literal.Number.Float */
.highlight .mh { color: #ae81ff; }

/* Literal.Number.Hex */
.highlight .mi { color: #ae81ff; }

/* Literal.Number.Integer */
.highlight .mo { color: #ae81ff; }

/* Literal.Number.Oct */
.highlight .sa { color: #e6db74; }

/* Literal.String.Affix */
.highlight .sb { color: #e6db74; }

/* Literal.String.Backtick */
.highlight .sc { color: #e6db74; }

/* Literal.String.Char */
.highlight .dl { color: #e6db74; }

/* Literal.String.Delimiter */
.highlight .sd { color: #e6db74; }

/* Literal.String.Doc */
.highlight .s2 { color: #e6db74; }

/* Literal.String.Double */
.highlight .se { color: #ae81ff; }

/* Literal.String.Escape */
.highlight .sh { color: #e6db74; }

/* Literal.String.Heredoc */
.highlight .si { color: #e6db74; }

/* Literal.String.Interpol */
.highlight .sx { color: #e6db74; }

/* Literal.String.Other */
.highlight .sr { color: #e6db74; }

/* Literal.String.Regex */
.highlight .s1 { color: #e6db74; }

/* Literal.String.Single */
.highlight .ss { color: #e6db74; }

/* Literal.String.Symbol */
.highlight .bp { color: #f8f8f2; }

/* Name.Builtin.Pseudo */
.highlight .fm { color: #a6e22e; }

/* Name.Function.Magic */
.highlight .vc { color: #f8f8f2; }

/* Name.Variable.Class */
.highlight .vg { color: #f8f8f2; }

/* Name.Variable.Global */
.highlight .vi { color: #f8f8f2; }

/* Name.Variable.Instance */
.highlight .vm { color: #f8f8f2; }

/* Name.Variable.Magic */
.highlight .il { color: #ae81ff; }

/* Literal.Number.Integer.Long */
.highlight .gp { color: #555555; }

/* Generic.Prompt */
.homepage-console { font-family: monospace; margin-bottom: 0; }

.homepage-headline { font-family: Lato, sans-serif; font-size: 2.5rem; margin-bottom: 0.3rem; }

.homepage-content { font-family: serif; font-size: 1.5rem; }

.point-munro { fill: #D44886; }

.point-munro-top { fill: #D44886; }

.point-munro-xtop { fill: #D44886; }

.point-corbett { fill: orange; }

.point-graham { fill: green; }

.point-donald { fill: purple; }

.point-donald-top { fill: purple; }

.area { fill: #AAA; }

.gallery img { float: none; clear: none; position: unset; padding: 0; margin: 0; }

.gallery .figure-img { margin-bottom: 0px; }

/* Margin-align images */
@media (min-width: 1200px) { article img { float: right; clear: right; position: relative; padding-left: 2%; padding-bottom: 10px; margin-right: -32px; } figure { float: right; clear: right; margin-right: -33.3%; /* !important; */ /* margin-left: -33.3% !important; */ /* position: relative; */ padding-left: 2%; max-width: 66.6%; } figure > img { width: 100%; float: none; clear: right; margin-right: 0; position: relative; padding-left: 0; } figure.wideimage { float: right; clear: right; width: 100vw; max-width: 100vw; padding-left: 0; padding-right: 0; } figure.wideimage img { width: 100vw; max-width: 100vw; padding-left: 0px; margin-right: calc(-4.166% - var(--bs-gutter-x)); } figure.wideimage figcaption { margin-left: 4.166%; } }

/* Figures */
figcaption { line-height: 1.2; font-size: 90%; padding: 1.5rem; color: #555555; }

figure > img { width: 100%; }

div.sociallinks { font-family: "Nova Mono", monospace; margin-top: 5rem; }

div.sociallinks p { margin-bottom: 1rem; }

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