/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
.grecaptcha-badge { opacity:0;}

html {
    font-family:sans-serif;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display:block
}

audio,canvas,progress,video {
    display:inline-block;
    vertical-align:baseline;
}

audio:not([controls]) {
    display:none;
    height:0
}

[hidden],template {
    display:none
}

a {
    background-color:transparent
}

a:active,a:hover {
    outline:0
}

abbr[title] {
	border-bottom:1px dotted
}

b, strong {
	font-weight:bold
}

dfn {font-style:italic}

mark {background:#ff0;color:#000}

small {
	font-size:80%
}

sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}

sup {
    top:-0.5em
}

sub {
    bottom: -0.25em
}

img {
    border-radius: 0.3em;
}

svg:not(:root) {
    overflow:hidden
}

figure {
    margin:1em 40px
}

hr {
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	height:0
}

pre {
    overflow:auto
}

code,kbd,pre,samp {
    font-family:monospace, monospace;
    font-size:0.9em
}

button,input,optgroup,select,textarea {
    color:inherit;font:inherit;margin:0
}

button {
    overflow:visible
}

button,select {
    text-transform:none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance:button;cursor:pointer
}

button[disabled],html input[disabled] {
	cursor:default
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border:0;padding:0
}
input{
    line-height:normal
}

input[type="checkbox"],input[type="radio"] {
    box-sizing:border-box;padding:0
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{
	height:auto
}

input[type="search"]{
    -webkit-appearance:textfield;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    box-sizing:content-box
    }
    input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none
}

fieldset {border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:bold}

.hll {background-color:#ffc }
.c{color:#999988;font-style:italic}
.err{color:#a61717;background-color:#e3d2d2}
.k{color:#000000;font-weight:bold}
.o{color:#000000;font-weight:bold}
.cm{color:#999988;font-style:italic}
.cp{color:#999999;font-weight:bold;font-style:italic}
.c1{color:#999988;font-style:italic}
.cs{color:#999999;font-weight:bold;font-style:italic}
.gd{color:#000000;background-color:#fdd}
.ge{color:#000000;font-style:italic}
.gr{color:#a00}.gh{color:#999}
.gi{color:#000000;background-color:#dfd}
.go{color:#888}.gp{color:#555}
.gs{font-weight:bold}
.gu{color:#aaa}
.gt{color:#a00}
.kc{color:#000000;font-weight:bold}
.kd{color:#000000;font-weight:bold}
.kn{color:#000000;font-weight:bold}
.kp{color:#000000;font-weight:bold}
.kr{color:#000000;font-weight:bold}
.kt{color:#445588;font-weight:bold}
.m{color:#099}
.s{color:#d01040}
.na{color:teal}
.nb{color:#0086B3}
.nc{color:#445588;font-weight:bold}
.no{color:teal}
.nd{color:#3c5d5d;font-weight:bold}
.ni{color:purple}
.ne{color:#990000;font-weight:bold}
.nf{color:#990000;font-weight:bold}
.nl{color:#990000;font-weight:bold}
.nn{color:#555}
.nt{color:navy}
.nv{color:teal}
.ow{color:#000000;font-weight:bold}
.w{color:#bbb}
.mf{color:#099}
.mh{color:#099}
.mi{color:#099}
.mo{color:#099}
.sb{color:#d01040}
.sc{color:#d01040}
.sd{color:#d01040}
.s2{color:#d01040}
.se{color:#d01040}
.sh{color:#d01040}
.si{color:#d01040}
.sx{color:#d01040}
.sr{color:#009926}
.s1{color:#d01040}
.ss{color:#990073}
.bp{color:#999}
.vc{color:teal}
.vg{color:teal}
.vi{color:teal}
.il{color:#099}*{margin:0;padding:0;box-sizing:border-box}

html {
    background:#fff
}

::selection {
    background:#D4D4D4
}

::-moz-selection{
    background:#D4D4D4
}

body {
    color:#383838;
    font-family:"Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size:1.1em;
    text-overflow: ellipsis-word;
  	white-space: normal;
  	overflow: scroll;
}

h1, h2, h3, h4, h5, h6 {
    font-family:"Source Sans Pro", Helvetica, Arial, sans-serif;
    line-height:1.3;
    margin:0.37em 10
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color:#383838
}

h1 {
    font-size:1.8em
}

h2 {
    font-size:1.5em
}

h3 {
    font-size:1.25em
}

h4 {
    font-size:1.0em
}

blockquote {
    border-left:2px solid;
    padding:1em 1em
}

blockquote p:last-child,footer p:last-child {
    margin-bottom:0
}

table {
    table-layout: auto;
    width: 100%;
    word-wrap: initial;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 0.8em;
}

@media (max-width: 1200px) {
    table {
    	overflow-x:scroll;
    	display:inline-block
    }
}

td,th {
    padding: 0.1em 0.5em;
    border: 1px solid rgba(0,0,0,0.1);
    text-align: left;
    white-space: nowrap;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}
tr:hover {
    background-color: #ddd;
}

table,dl,blockquote,code,kbd,pre,samp {
    margin:1em 0
}

dt {
    font-weight:bold
}

dd {
    margin-left:2em
}

p,ol,dl,.math-display {
    line-height:1.6;
    margin-bottom:1em
}

.math-display{
    display:inline-block;
    width:100%
}

ol,ul {
    list-style-position:inside;
    padding-left:1em;
    line-height:1.4;
}

hr {
	border: 1;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid #fff;
	margin: 1em 0
}

/* link color */
a {
    color:#f66;
    text-decoration:none;
}

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

iframe,img,embed,object,video {
    max-width:100%
}

img[align=left] {
    margin-right:3%
}
img[align=right] {
    margin-left:3%
}

.site-header {
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 40px;
}
@media (max-width: 700px) {
	.site-header {
		padding-top: 15px;
		padding-bottom: 10px;
		padding-left: 3%;
		padding-right: 40px;
	}
}
@media (min-width: 1200px) {
	.site-header {
		padding-left: 5%;
		padding-right: 5%;
	}
}

/* adjust page margins here */
article,.comments,.feature-image .post-content,.call-out,.posts .post-teaser,.site-footer {
	padding:30px 15%;
}
@media (max-width: 700px) {
	article,.comments,.feature-image .post-content,.call-out,.posts .post-teaser,.site-footer {
		padding:5% 7%
    }
}
article a:hover,.posts .post-teaser p a:hover{
    text-decoration:underline;
    color:#f17964
}

.button {
    border-radius:0.3em;
    border:1px solid;
    display:inline-block;
    margin:1em 0;
    padding:0.5em 0.75em;
}

a.button:hover {
    background:#f66;
    border:1px solid #f66;
    color:#fff;
    text-decoration:none
}

.disabled {
    opacity:0.7
}

article,.comments {
	border-bottom:1px solid rgba(0,0,0,0.1);
	float:left;
	width:100%
}

article header {
    margin-bottom:6%;
    text-align:center
}
    article .footnotes {font-size:0.9em}

header h1 {
	margin-top:0.1em;
	margin-bottom:0.3em;
}
header h3 {
	margin-top:0.1em;
	margin-bottom:0.3em;
}

header .meta{
	color:rgba(56,56,56,0.5);
	font-size:1.0em;
	font-weight:bold;
	letter-spacing:0.1em;
	margin:0;
	text-transform:uppercase;
}

.feature-image {
    padding:0%;
}

.feature-image .post-link{
	color:#fff;
}

.feature-image header {
    color:#fff;
    background-size:cover;
    margin-bottom:0;
    padding:8% 20%
}

.feature-image header .meta{color:rgba(255,255,255,0.7)}

/* header color */
.call-out {
    display:inline-block;
    width:100%;
    background-color:#000022;
    background-size:cover;
    font-size:1.2em;
    text-align:center;
    color:#FFF
}

.call-out p:last-child{
    margin-bottom:0
}

/* article header  */
.article-header {
    border-radius: 0.3em;
    border-color: coral;
    border: 1px;
    border-style: none none dashed dashed;
    display: inline-block;
    width: 100%;
    background-size: auto;
    padding-left: 10px;
    canvas: 0px;
}


.posts .post-teaser {
    width:100%;
    margin-bottom:0;
    display:inline-block;
    background-size:cover;
    border-bottom:1px solid rgba(0,0,0,0.1)
}
.posts .excerpt{
    margin-top:1em
}
.site-header {
    background: #444;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: inline-block;
    float: center;
    width: 100%;
}
.site-header a {
	color:#383838
}
.site-header .site-nav ul {
    margin:0;
    padding:0;
    list-style:none;
    line-height:2.5;
    float:right;
    text-align:right;
}
.site-header .avatar {
    float:left;
    width:200px;
    display:block;
}
.site-header .site-nav li {
    display: inline;
    float: left;
    margin-right: 0.4em;
}

.site-header .navbar {
    color:#FFFFFF;
}
@media (max-width: 375px) {
    .site-header .site-nav ul {
    	display:inline-block;
    	float:left;
    	padding-top:0px;
    	text-align:left;
    	width:100%
	}
}

/* footer */
.site-footer-pagination {
    display:inline-block;
    text-align:center;
    width:100%;
    color:#fff;
    background-color:#fff;
    font-size:1em;
}
.site-footer {
    display:inline-block;
    text-align:center;
    width:100%;
    color:#fff;
    background-color:#000;
    font-size:1em;
}


/* CUSTOM CSS */

/* see #6 */
.highlighttable td,th {
    padding:0;
    border:0;
}
td.code {
        width:50%;
}

/* needed for chroma-based highlight */
div.highlight > pre {
    padding: 15px;
    margin: 0px;
    font-size: 0.8em;
    border-radius: 0.3em;

}

p code, li code {
	background-color: rgba(27,31,35,0.05);
	color: #24292e;
	padding: 0 5px;
}



.post-image {
    border-radius: 0.3em;
}


/* MAIN POST LISTS */

.flex-container {
	max-width: 900px;
	display: flex;
	flex-wrap: wrap;
	word-wrap: break-word;
	justify-content: center;
}

.flex-container > div {
	padding: 15px;
  	width: 300px;
	text-align: left;
	/*border: 1px solid blue;*/
}
@media (max-width: 450px) {
	.flex-container > div {
		width: 95%;
	}
}



.splash {
	width: 900px;
	/*border: 1px solid red;*/
}
@media (max-width: 866px) {
	.splash {
		max-width: 75%;
	}
}

@media (max-width: 450px) {
	.splash {
		max-width: 100%;
	}
}


.column-left {
	width: 50%;
	padding-top: 30px;
	padding-bottom: 15x;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	float: left;
	/*border: 1px solid cyan;*/
}
@media (max-width: 866px) {
	.column-left {
		width: 100%;
	}
}

.column-right {
	width: 50%;
	padding-top: 30px;
	padding-bottom: 15x;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	float: left;
	/*border: 1px solid green;*/
}
@media (max-width: 866px) {
	.column-right {
		width: 100%;
	}
}
.post-column-left-date-updated {
	width: 75%;
	padding-top: 30px;
	padding-bottom: 15x;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	float: left;
	font-size:1.0em;
	font-weight:bold;
	letter-spacing:0.05em;
	margin:0;
	text-transform:uppercase;
}
@media (max-width: 866px) {
	.post-column-left {
		width: 100%;
	}
}

.post-column-left {
	width: 75%;
	padding-top: 30px;
	padding-bottom: 15x;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	float: left;
	/*border: 1px solid cyan;*/
}
@media (max-width: 866px) {
	.post-column-left {
		width: 100%;
	}
}

.post-column-right {
	width: 25%;
	padding: 15px;
	text-align: left;
	float: left;
	/*border: 1px solid green;*/
}
@media (max-width: 866px) {
	.post-column-right {
		width: 100%;
	}
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

@media (max-width: 850px) {
	.row {
		width: 95%;
	}
}

.footer-column-left {
	width: 50%;
	padding: 15px;
	text-align: right;
	float: left;
	/*border: 1px solid cyan;*/
}
@media (max-width: 866px) {
	.footer-column-left {
		width: 100%;
    	text-align: center;
	}
}

.footer-column-right {
	width: 50%;
	padding: 12px;
	text-align: left;
	float: left;
	/*border: 1px solid green;*/
}
@media (max-width: 866px) {
	.footer-column-right {
		width: 100%;
    	text-align: center;
	}
}


.flex-container-header {
	width: 100%;
	height: 50px;
	padding: 10px;
    background: #444;
	/*border: 1px solid yellow;*/
}
@media (max-width: 517px) {
	.flex-container-header {
		height: 70px;
	}
}
.flex-container-header > div {
	width:100%;
	border: 1px solid green;
}

.avatar {
    float:center;
    width:200px;
    margin-left: 20px;
    margin-right: 20px;
    display:inline-block;
	border: 0px solid white;
}



.flex-container-small {
	max-width: 900px;
	display: flex;
	flex-wrap: wrap;
	word-wrap: break-word;
	justify-content: center;
    flex-direction: row;
}

.flex-container-small > div {
	padding: 10px;
  	width: 150px;
	text-align: left;
	/* border: 1px solid cyan; */
}
@media (max-width: 450px) {
	.flex-container-small > div {
		width: 50%;
	}
}

.splash-article-container {
	width: 900px;
	padding: 10px;
  	/*border: 1px solid red;*/
}
@media (max-width: 450px) {
	.splash {
		max-width: 100%;
	}
}