/* #fdfdfd;*/
/* tags, categories, ... */
/** Reset some basic elements */
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; }

/** Variables **********************************************/
/* portfolio tinkering */
/* COLORS  */
/* Set theme color *************************/
/************************************************************/
/** Basic styling */
body { font-family: Helvetica, sans-serif; font-size: 16px; line-height: 1.5em; font-weight: 100; color: #C0C0C0; background-color: #2C2C2C; -webkit-text-size-adjust: 100%; }

/** Set `margin-bottom` to maintain vertical rhythm */
p, blockquote, pre, ul, ol, dl, figure, .highlight { margin-bottom: 20px; }

.alignright { float: right; }

hr { /* Inset, by Dan Eden */ border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

/** Figures */
figure > img { display: block; }

figcaption { font-size: 14px; }

/** Lists */
ul, ol { margin-left: 50px; }

li > ul, li > ol { margin-bottom: 0; }

/** Headings */
h1, h2, h3, h4, h5, h6 { font-weight: 100; }

/** Links */
a { color: #C0C0C0; text-decoration: none; /*
&:visited { color: darken($theme-color, 10%);
}
*/ }
a:hover { color: #5F5BD9; text-decoration: none; }

article a { color: #5F5BD9; font-weight: 100; }
article a:hover { text-decoration: none; color: #8784e3; }

/** Blockquotes */
blockquote { color: #C0C0C0; border-left: 10px solid #797979; padding-left: 25px; font-size: 18px; font-style: italic; }
blockquote > :last-child { margin-bottom: 0; }

/** Code formatting */
pre, code { font-size: 15px; border-radius: 3px; background-color: #797979; }

code { padding: 1px 5px; }

pre { padding: 8px 12px; overflow-x: scroll; }
pre > code { border: 0; padding-right: 0; padding-left: 0; }

/** Wrapper */
.wrapper { max-width: -webkit-calc(800px - (50px * 2)); max-width: calc(800px - (50px * 2)); margin-right: auto; margin-left: auto; padding-right: 50px; padding-left: 50px; }
@media screen and (max-width: 800px) { .wrapper { max-width: -webkit-calc(800px - (50px)); max-width: calc(800px - (50px)); padding-right: 15px; padding-left: 15px; } }

/** Clearfix */
.wrapper:before, .wrapper:after { content: ""; display: table; clear: both; }

table { padding: 0; border-collapse: collapse; margin: auto; border: 0; }

table tr { border-top: 1px solid #cccccc; background-color: white; margin: 0; padding: 0; }

table tr:nth-child(2n) { background-color: #e6f2ff; }

table th { background-color: #e6f2ff; }

table tr th { font-weight: bold; border-top: 1px solid #cccccc; text-align: center; margin: 0; padding: 6px 10px; border-left: none; border-right: none; }

table tr td { border-top: 1px solid #cccccc; text-align: left; margin: 0; padding: 6px 10px; border-left: none; border-right: none; }

table tr th :first-child, table tr td :first-child { margin-top: 0; }

table tr th :last-child, table tr td :last-child { margin-bottom: 0; border-bottom: none; }

.button { font-family: Helvetica, Arial, sans-serif; color: #2C2C2C; background-color: #C0C0C0; }

.button, .button-small { display: inline-block; white-space: nowrap; height: 40px; line-height: 42px; margin: 0 5px 0 0; padding: 0 22px; text-decoration: none; text-transform: uppercase; text-align: center; font-weight: bold; font-style: normal; font-size: 14px; cursor: pointer; border: 0; -moz-border-radius: 4px; border-radius: 4px; -webkit-border-radius: 4px; vertical-align: top; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }

.button-small { float: none; display: inline-block; height: auto; line-height: 18px !important; padding: 2px 15px !important; font-size: 11px !important; }

.button:hover, .button-small:hover { opacity: .8; background-color: #5F5BD9; }

form { font: 16px/20px "Helvetica", Arial, sans-serif; display: block; padding: 6px 0 10px 0; }

label { clear: both; display: block; margin: 8px 0; font-weight: bold; position: relative; line-height: 150%; font-family: Helvetica; font-size: 14px; color: #2C2C2C; }

.email-group input { display: block; float: left; width: 60%; margin: 0 10px 0 0; min-width: 200px; padding: 12px 10px 11px 10px; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; box-shadow: none; }

.email-group .button { width: 30%; margin: 0; min-width: 75px; }

/* apply a natural box layout model to all elements */
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* Hide for all but screen readers */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

/** Site header   ********************************************************** */
.site-header { border-bottom: 1px solid #797979; background-color: #1f1f1f; opacity: 1; position: fixed; left: 0px; top: 0px; height: 56px; width: 100%; z-index: 50; }

.site-title { font-size: 20px; line-height: 56px; letter-spacing: -1px; margin-bottom: 0; }
.site-title:hover { text-decoration: none; color: #5F5BD9; }

.site-nav { float: right; line-height: 56px; }
.site-nav .page-link { line-height: 1.5em; }
.site-nav .page-link:not(:first-child) { margin-left: 10px; }
@media screen and (max-width: 600px) { .site-nav { position: fixed; top: 0px; right: 10px; text-align: right; }
  .site-nav:hover .trigger { display: block; padding-bottom: 5px; }
  .site-nav .page-link { display: line; } }

.header-bar { left: 0px; top: 0px; position: relative; font-size: 20px; display: block; opacity: 1; width: 100%; text-align: center; padding-top: 25px; line-height: 3em; z-index: 25; }
.header-bar h1 { color: #5F5BD9; font-size: 75px; }
.header-bar h2 { font-size: 25px; line-height: 1.75; opacity: 0.75; }
.header-bar h3 { opacity: 0.75; }

/** Site footer  ********************************************************** */
.site-footer { border-top: 1px solid #131313; font-size: 10px; background-color: #131313; padding: 2px; color: #797979; position: fixed; left: 0px; bottom: 0px; height: 25px; width: 100%; }

/** Pagination   ********************************************************** */
.pagination { max-width: -webkit-calc(800px - (50px * 2)); text-align: center; width: 100%; position: relative; top: 1px; bottom: 5px; }

.paginationicon { font-size: 50px; }
.paginationicon a { color: #5F5BD9; }

/** Page content   ********************************************************** */
.page-content { padding: 100px 0; /* VERTICAL PADDING FOR TITLE ON EVERY PAGE */ }

.page-heading { font-size: 20px; }

.post-list { margin: 0px 0; list-style: none; }
.post-list > li { margin-bottom: 40px; }

.contacticon { font-size: 60px; display: block; margin: 10px; }

.center { text-align: center; }

/** Posts  ********************************************************** */
.post-header { margin-bottom: 40px; }

.post-title { font-size: 42px; letter-spacing: -1px; line-height: 1; }
@media screen and (max-width: 800px) { .post-title { font-size: 36px; } }

.post-content { text-align: justify; }
.post-content h1 { font-size: 42px; font-weight: bold; line-height: 1.25; }
@media screen and (max-width: 800px) { .post-content h1 { font-size: 28px; } }
.post-content h2 { font-size: 36px; line-height: 1.25; }
@media screen and (max-width: 800px) { .post-content h2 { font-size: 26px; } }
.post-content h3 { font-size: 30px; line-height: 1.25; }
@media screen and (max-width: 800px) { .post-content h3 { font-size: 22px; } }
.post-content h4 { font-size: 20px; }
@media screen and (max-width: 800px) { .post-content h4 { font-size: 18px; } }

.post-meta { font-size: 14px; color: #797979; margin-bottom: 0px; }

.post-link { display: block; font-size: 42px; }

/** Poem formatting ********************************************/
.poem-title { font-size: 24px; letter-spacing: -1px; line-height: 1; }
@media screen and (max-width: 800px) { .poem-title { font-size: 16px; } }

/** Portfolio grid **********************************************************
*/
.clearfix:before, .clearfix:after { content: " "; display: table; }

.clearfix:after { clear: both; }

.project { width: 50.0%; aspect-ratio: 1; float: left; vertical-align: middle; box-sizing: border-box; padding: 10px; }

.thumbnail { width: 100%; height: 230px; overflow: hidden; font-size: 14px; }

.thumbnail img { width: 100%; height: auto; position: relative; vertical-align: middle; margin: auto; }

.thumbnail a { float: left; position: relative; width: 100%; height: 230px; }

.thumbnail a span { display: none; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0, 0, 0, 0.4); color: #f3f3f3; padding: 10px; text-align: center; }

.thumbnail a:hover span { display: block; }

/** Portfolio pages **********************************************************
*/
.blankbox { background: #5F5BD9; }

.img_row { height: auto; width: 100%; overflow: hidden; box-sizing: border-box; text-align: center; margin: auto; padding: 5px; }

.col { width: 100%; height: 100%; float: left; object-fit: cover; box-sizing: border-box; padding: 5px; }

.right { float: right; }

.one { width: 33.33%; }

.two { width: 66.66%; }

.three { width: 100%; }

.half { width: 50%; }

.caption { height: 100%; color: #f3f3f3; text-align: center; vertical-align: middle; font-size: 12px; }

/** Twitter plugin **********************************************************
*/
.jekyll-twitter-plugin { text-align: center; flex-grow: 1; }

/*Positioning of Tags*/
.undeposts-wrapper { display: flex; width: 100%; }

.underpost-archive { width: 100%; /*use 30% with twitter window*/ vertical-align: middle; }

.overpost-archive { width: 100%; vertical-align: middle; }

/** Sharing buttons **********************************************************
*/
.share-box a { display: inline-block; -webkit-box-shadow: 0 0 1px #777; box-shadow: 0 0 1px #777; padding: 5px 12px; margin-right: 5px; margin-bottom: 5px; text-decoration: none; }

.share-box a:hover { text-decoration: none; -webkit-transition: background-color 200ms linear; -ms-transition: background-color 200ms linear; transition: background-color 200ms linear; }

.f { color: #3b5998; }

.f:hover { color: #fff; background-color: #3b5998; }

.t { color: #4099FF; }

.t:hover { color: #fff; background-color: #4099FF; }

.g { color: #d34836; }

.g:hover { color: #fff; background-color: #d34836; }

.r { color: #ff5700; }

.r:hover { color: #fff; background-color: #ff5700; }

.l { color: #0077b5; }

.l:hover { color: #fff; background-color: #0077b5; }

.e { color: #444444; }

.e:hover { color: #fff; background-color: #444444; }

/** Spotify **********************************************************
*/
.embed-spotify { position: relative; padding-bottom: 100%; height: 0; overflow: hidden; max-width: 100%; margin-left: auto; margin-right: auto; }

.embed-spotify iframe, .embed-spotify object, .embed-spotify embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/** Icons **********************************************************
*/
.icon { width: .65em; height: .65em; vertical-align: -0.125em; overflow: hidden; color: #2C2C2C; background-color: #C0C0C0; }

.icon:hover { background-color: #8784e3; }

div.iconwrapper { display: flex; justify-content: center; align-items: center; margin: 0px; width: .85em; height: .85em; border-radius: 5px; background-color: #C0C0C0; float: left; }

div.iconwrapper:hover { background-color: #8784e3; }

div.iconsuperwrapper { display: inline-block; }

/** 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; }
