#background_wrapper
{
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(160,216,239,1) 100%);
	height: 87.5%;
	width: 100%;
	z-index: -1;
	position: fixed;
	display: block;
	bottom: 0;
	left: 0px;
	margin: 0;
	padding: 0;
}

h1
{
	font-family: 'Brawler', serif;
	font-weight: 400;
	font-size: 2.0em;
    display: inline;
}

h2, h3, h4
{
    font-family: 'Brawler', serif;
    font-weight: 400;
    font-size: 1.5em;
}

h6
{
    text-align: center;
	font-family: 'Istok Web', sans-serif;
    font-style: italic;
    margin-top: -1.5em;
    margin-bottom: 1.5em;
	font-weight: 400;
	font-size: 16px;
}

pre
{
    border: 1px solid;
    background-color: rgba( 200, 200, 200, 0.25 );
    font-size: 0.75em;
    font-family: monospace;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    padding: 0.5em;
    width: 95%;
    margin: auto auto;
}

.title, a.title:link, a.title:visited, a.title:active, a.title:hover
{
	font-family: 'Brawler', serif;
	font-weight: 400;
	font-size: 2.0em;
	display: inline-block;
	width: 50%;
    position: relative;
    left: 0px;
    top: 0px;
    text-decoration: none;
}

.content-title
{
    display: table;
    border-bottom: 1px solid;
    margin-bottom: 1.0em;
    width: 100%;
}

h2.content-title-left
{
    vertical-align: bottom;
    display: table-cell;
    height: 100%;
	font-family: 'Brawler', serif;
	font-weight: 400;
	font-size: 2.0em;
}

h3.content-title-right
{
    vertical-align: bottom;
    text-align: right;
    display: table-cell;
    overflow: visible;
    white-space: nowrap;
	font-family: 'Istok Web', sans-serif;
	font-weight: 400;
	font-size: 0.75em;
}

h3.mod-date
{
    text-align: right;
    width: 100%;
	font-family: 'Istok Web', sans-serif;
	font-weight: 400;
	font-size: 0.75em;
    margin-top: -1.0em;
    margin-bottom: 1.0em;
}

h2 a, h2 a:link, h2 a:visited, h2 a:active,
h3 a, h3 a:link, h3 a:visited, h3 a:active
{
    text-decoration: none;
    opacity: 0.85;
    color: inherit;
}

h2 a:hover,
h3 a:hover
{
    /*text-shadow: inherit;*/
    opacity: 0.75;
    color: inherit;
}

a, a:link, a:visited, a:active
{
    text-decoration: underline;
    opacity: 0.85;
    color: inherit;
}

a.image-link, a.image-link:link, a.image-link:visited, a.image-link:active, a.image-link:hover
{
    opacity: 1.0;
}

a:hover
{
    text-decoration: none;
    text-shadow: 2px 2px 2px rgba(255,255,255,0.85);
    opacity: 0.75;
    color: inherit;
}

/* Icon styles */
a:link > i, a:visited > i, a:active > i
{
    text-decoration: none;
    opacity: 0.75;
}

a:hover > i
{
    opacity: 1.0;
}

.unpublished
{
    opacity: 0.75;
}

article
{
    padding: 2.5%;
}

section
{
    margin: 1.0em 0.0em;
}

.content
{
    padding-left: 2.5%;
    padding-right: 2.5%;
}

table
{
    width: 95%;
    margin: auto auto;
}

/******** Header Styles ********/
.header
{
    display: table;
    width: 100%;
}

.header.left
{
    display: block;
    white-space: nowrap;
    /*height: 100%;*/
    margin-top: 0.0em;
}

.header.right
{
    display: block;
    text-align: right;
    white-space: nowrap;
    overflow: visible;
    height: 100%;
    vertical-align: top;
    margin-bottom: 0.0em;
}

.header > a > i
{
    vertical-align: middle;
    line-height: 1.0;
}

.header > a:link, .header > a:visited, .header > a:active
{
    text-decoration: none;
    line-height: 1.0;
}

.fa-envelope
{
    position: relative;
    top: -1px;
    margin-right: 0.125em;
}

.fa-github 
{
    position: relative;
    top: -2px;
    margin-right: 0.125em;
    margin-left: 0.125em;
}
/******** End Header Styles ********/

/******** Main Styles ********/
h1.main
{
	font-weight: normal;
    font-size: 3.0em;
}

/******** End Main Styles ********/


main
{
    margin: auto auto;
    padding: 2.5%;
    max-width: 1024px;
}

.timestamp
{
	font-family: 'Istok Web', sans-serif;
	font-weight: 400;
	font-size: 0.75em;
	text-align: right;
	margin: -18px 0px 0px 0px;
	width: 100%;
	display: run-in;
	white-space: nowrap;
}

.date-small
{
    display: none;
}

.date-large
{
    display: inline;
}

.read-more-link
{
    display: block;
    width: 100%;
    text-align: center;
	font-family: 'Brawler', serif;
    font-size: 1.0em;
    padding-top: 1.0em;
    padding-bottom: 1.0em;
}

@media screen and (max-width: 500px)
{
    .content-title
    {
        display: block;
        width: 100%;
    }

    h2.content-title-left,
    .header.left
    {
        float: none;
        display: block;
        width: 100%;
        margin-top: 0.0em;
        margin-bottom: 0.0em;
    }

    h3.content-title-right,
    .header.right
    {
        float: none;
        display: block;
        white-space: normal;
        width: 100%;
        margin-top: 0.0em;
        margin-bottom: 0.0em;
    }

    .header-social-text
    {
        display: none;
    }

    .date-small
    {
        display: inline;
    }

    .date-large
    {
        display: none;
    }

    img
    {
        max-width: 95%;
    }
}

#posttitle
{
	display: table;
	position: relative;
	width: 100%;
}

#ruler
{
	border-top: 1px solid;
	display: block;
	width: 100%;
}

body
{
	font-family: 'Istok Web', sans-serif;
	font-weight: 400;
	font-size: 16px;
    margin: 0px;
    padding: 0px;
    height: 100%;
    min-width: 320px;
}

ul, ol
{
    font-weight: 400;
}

ul
{
    list-style-type: disc;
}

#leftcolumn
{
	float: left;
	display: block;
	position: fixed;
	width: 300px;
	height: 100%;
	margin: 0px;
}

ul.pagelist
{
	font-family: 'Brawler', serif;
    font-size: 1.0em;
    text-decoration: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: inherit;
    opacity: 0.85;
    list-style-type: none;
    padding-left: 0;
}

ul.pagelist a
{
    font-weight: normal;
    color: inherit;
    opacity: 0.85;
}

ul.pagelist a.pagearrow
{
    font-weight: normal;
    color: inherit;
    opacity: 0.85;
    text-decoration: none;
}

ul.pagelist a:hover
{
    color: inherit;
    opacity: 1.0;
}

ul.pagelist li
{
    display: inline-block;
    margin: 1.0em 0.5em;
    text-decoration: none;
}

li.current
{
    text-decoration: underline;
    color: inherit;
}

img
{
    max-width: 80%;
    height: auto;
    display: block;
    margin: 2.0em auto;
    border: 1px solid;
}

img.git-icon
{
    display: inline-block;
    width: 16px;
    height: 16px;
    border: none;
    position: relative;
    top: 3px;
    margin: auto;
}

a.social-link
{
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
}
