/* gold */
/* purple */
/* gold */
*, *::before, *::after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.bg-gradient-chill { background: linear-gradient(150deg, #09e485 0%, #0291e3 100%); }

.bg-gradient-warm { background: linear-gradient(150deg, #F2CD48 0%, #FD803F 100%); }

.bg-gradient-hot { background: linear-gradient(150deg, #F9445A 0%, #FD803F 100%); }

.bg-gradient-cold { background: linear-gradient(150deg, #8019C6 0%, #2F93CC 100%); }

.bg-gradient-gold { background: linear-gradient(150deg, #d8ad3a 0%, white 80%); }

.bg-gradient-purple { background: linear-gradient(150deg, #4a036e40 0%, white 80%); }

.bg-gradient-qsi { background: linear-gradient(150deg, #4a036e50 0%, #d8ad3a70 80%); }

.bg-gradient-qsilight { background: linear-gradient(150deg, #4a036e20 0%, #d8ad3a18 50%); }

.bg-gradient-darkpurple { background: linear-gradient(150deg, #3d025b40 0%, white 100%); }

.text-gradient-chill { background-image: linear-gradient(150deg, #09e485 0%, #0291e3 100%); color: transparent; -webkit-background-clip: text; background-clip: text; }

.text-gradient-warm { background-image: linear-gradient(150deg, #F2CD48 0%, #FD803F 100%); color: transparent; -webkit-background-clip: text; background-clip: text; }

.text-gradient-hot { background-image: linear-gradient(150deg, #F9445A 0%, #FD803F 100%); color: transparent; -webkit-background-clip: text; background-clip: text; }

.text-gradient-cold { background-image: linear-gradient(150deg, #8019C6 0%, #2F93CC 100%); color: transparent; -webkit-background-clip: text; background-clip: text; }

.text-gradient-gold { background-image: linear-gradient(150deg, #d8ad3a 0%, white 80%); color: transparent; -webkit-background-clip: text; background-clip: text; }

.text-gradient-purple { background-image: linear-gradient(150deg, #4a036e40 0%, white 80%); color: transparent; -webkit-background-clip: text; background-clip: text; }

.text-gradient-qsi { background-image: linear-gradient(150deg, #4a036e50 0%, #d8ad3a70 80%); color: transparent; -webkit-background-clip: text; background-clip: text; }

.text-gradient-qsilight { background-image: linear-gradient(150deg, #4a036e20 0%, #d8ad3a18 50%); color: transparent; -webkit-background-clip: text; background-clip: text; }

.text-gradient-darkpurple { background-image: linear-gradient(150deg, #3d025b40 0%, white 100%); color: transparent; -webkit-background-clip: text; background-clip: text; }

body { margin: 0; color: #262626; font-family: "Open Sans", sans-serif; font-size: 1.1em; line-height: 1.6; -webkit-font-smoothing: antialiased; }

h1, h2, h3 { font-weight: 600; color: #310149; font-family: "Raleway", sans-serif; line-height: 1.5; }

h1 { color: #EAEAEA; font-size: 2.5em; }

h1 a, h1 a:visited { text-decoration: none; color: #EAEAEA; }

h2 { font-size: 2em; padding: 1px 0px 1px 1px; }

h3 { padding: 1px 0px 1px 1px; /* background-color: $secondary; */ }

article div h2 { /* Kludge to make same as h4 */ color: black; font-size: 2em; padding: 1px 0px 1px 7px; box-shadow: 0 0 2px 2px white inset; background-image: linear-gradient(150deg, #4a036e40 0%, white 80%); }

h3 a.post-link { /* Kludge to make same as h5 on the "Posts" page */ color: black; font-size: 1.17em; padding: 1px 0px 1px 5px; box-shadow: 0 0 2px 2px white inset; background-image: linear-gradient(150deg, #d8ad3a 0%, white 80%); margin-block-start: 1em; margin-block-end: 1em; }

span.post-meta { /* Kludge to tighten spacing on "Posts" page between date and title */ margin-bottom: -1em; display: block; }

h4, h5, h6 { font-weight: 600; color: #310149; font-family: "Raleway", sans-serif; line-height: 1.5; }

h4 { color: black; font-size: 2em; padding: 1px 0px 1px 7px; box-shadow: 0 0 2px 2px white inset; background-image: linear-gradient(150deg, #4a036e40 0%, white 80%); }

h5 { color: black; font-size: 1.17em; padding: 1px 0px 1px 5px; box-shadow: 0 0 2px 2px white inset; background-image: linear-gradient(150deg, #d8ad3a 0%, white 80%); margin-block-start: 1em; margin-block-end: 1em; /* background-color: $secondary; */ }

h6 { color: #310149; font-size: 1em; font-style: italic; padding: 1px 0px 1px 1px; background-image: linear-gradient(150deg, #4a036e20 0%, #d8ad3a18 50%); margin-bottom: 0; }

/* Style used in the "call us" blocks in blog entries */
.call-us { color: black; font-size: 1.25em; text-shadow: 0.35px 0.35px 0 white; padding: 1px 0px 1px 5px; box-shadow: 0 0 2px 2px white inset; background-image: linear-gradient(150deg, #3d025b40 0%, white 100%); margin-block-start: 1em; margin-block-end: 1em; }

a, a:visited { color: #310149; text-decoration: underline; font-weight: bold; }

a:hover { color: #d8ad3a; text-decoration: underline; }

h5 a:hover { color: dodgerblue; /* Override default because that doesn't look good on a gold background */ text-decoration: underline; }

header { /* background: $header; */ box-shadow: 0 0 2px 2px white inset; background-image: linear-gradient(150deg, #4a036e50 0%, #d8ad3a70 80%); padding: 0px 15px; text-align: center; margin: 50px 0 0; height: 50vh; display: flex; justify-content: center; align-items: center; }

header img { width: 100%; }

main { padding: 0 15px; max-width: 800px; margin: 0 auto; }

time { color: #898989; display: block; margin-top: 2.5em; margin-bottom: -0.7em; }

.container { max-width: 800px; margin: 0 auto; }

/* Aside */
aside { position: fixed; top: 0; left: 0; background: #EAEAEA; width: 100%; z-index: 2; border-bottom: 1px solid white; box-shadow: 0px 1px 1px RGBA(4, 25, 54, 0.1); }

aside nav { float: left; max-width: 800px; margin: 0 auto; }

aside nav ul { margin: 0; padding: 0; list-style: none; }

aside nav ul li { float: left; position: relative; }

aside nav ul li a { text-decoration: none; display: block; padding: 15px; font-family: 'Raleway', sans-serif; line-height: 20px; margin-bottom: -1px; box-shadow: 0; }

aside nav ul li a:hover, aside nav ul li a:active { background: #d8ad3a; text-decoration: none; color: #4a036e; }

aside nav:after { content: ''; display: table; clear: both; }

footer { text-align: center; padding: 40px; }

.post-photo-left { box-shadow: 0 0 2px 2px white inset; max-width: 20vw; display: block; max-height: 32vh; margin-right: 0.5em; float: left; padding-top: 0.5em; }

.post-photo-right { box-shadow: 0 0 2px 2px white inset; max-width: 22vw; display: block; max-height: 30vh; margin-left: 0.5em; float: right; padding-top: 0.5em; }

/* article p { display: inline-flex; } */
/** Syntax highlighting styles */
.highlight { background: #fff; }

.highlight .c { color: #998; font-style: italic; }

.highlight .err { color: #a61717; background-color: #e3d2d2; }

.highlight .k { font-weight: bold; }

.highlight .o { font-weight: bold; }

.highlight .cm { color: #998; font-style: italic; }

.highlight .cp { color: #999; font-weight: bold; }

.highlight .c1 { color: #998; font-style: italic; }

.highlight .cs { color: #999; font-weight: bold; font-style: italic; }

.highlight .gd { color: #000; background-color: #fdd; }

.highlight .gd .x { color: #000; background-color: #faa; }

.highlight .ge { font-style: italic; }

.highlight .gr { color: #a00; }

.highlight .gh { color: #999; }

.highlight .gi { color: #000; background-color: #dfd; }

.highlight .gi .x { color: #000; background-color: #afa; }

.highlight .go { color: #888; }

.highlight .gp { color: #555; }

.highlight .gs { font-weight: bold; }

.highlight .gu { color: #aaa; }

.highlight .gt { color: #a00; }

.highlight .kc { font-weight: bold; }

.highlight .kd { font-weight: bold; }

.highlight .kp { font-weight: bold; }

.highlight .kr { font-weight: bold; }

.highlight .kt { color: #458; font-weight: bold; }

.highlight .m { color: #099; }

.highlight .s { color: #d14; }

.highlight .na { color: #008080; }

.highlight .nb { color: #0086B3; }

.highlight .nc { color: #458; font-weight: bold; }

.highlight .no { color: #008080; }

.highlight .ni { color: #800080; }

.highlight .ne { color: #900; font-weight: bold; }

.highlight .nf { color: #900; font-weight: bold; }

.highlight .nn { color: #555; }

.highlight .nt { color: #000080; }

.highlight .nv { color: #008080; }

.highlight .ow { font-weight: bold; }

.highlight .w { color: #bbb; }

.highlight .mf { color: #099; }

.highlight .mh { color: #099; }

.highlight .mi { color: #099; }

.highlight .mo { color: #099; }

.highlight .sb { color: #d14; }

.highlight .sc { color: #d14; }

.highlight .sd { color: #d14; }

.highlight .s2 { color: #d14; }

.highlight .se { color: #d14; }

.highlight .sh { color: #d14; }

.highlight .si { color: #d14; }

.highlight .sx { color: #d14; }

.highlight .sr { color: #009926; }

.highlight .s1 { color: #d14; }

.highlight .ss { color: #990073; }

.highlight .bp { color: #999; }

.highlight .vc { color: #008080; }

.highlight .vg { color: #008080; }

.highlight .vi { color: #008080; }

.highlight .il { color: #099; }

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