/*
 Theme Name:   Twenty Sixteen Child
 Description:  Twenty Sixteen Child Theme
 Template:     twentysixteen
 Version:      1.0
*/

body,
button,
input,
select,
textarea {
	font-family: "Merriweather", Georgia, serif;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
}

h1.entry-title {
    font-size: 25.2px;
	font-size: 1.575rem;
}

.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
	margin-right: 6.1923%; /* 7.6923 */
	margin-left: 6.1923%;
}

.top-page-content {
	max-width: 650px;
}

.no-sidebar aside#secondary {
	display: none;
}

@media screen and (min-width: 44.375em) {
	h1.entry-title {
		font-size: 29.7px;
		font-size: 1.8576rem;
	}
}

@media screen and (min-width: 61.5625em) {
	h1.entry-title {
		font-size: 36px;
		font-size: 2.25rem;
	}
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2 {
		margin-top: 1.5em;
		margin-bottom: 0.8em;
	}
	.entry-content h3,
	.entry-summary h3,
	.comment-content h3 {
		margin-top: 1.8em;
		margin-bottom: 0.96em;
	}
	.entry-content h4,
    .entry-content h5,
    .entry-content h6,
    .entry-summary h4,
    .entry-summary h5,
    .entry-summary h6,
    .comment-content h4,
    .comment-content h5,
    .comment-content h6 {
        margin-top: 2.2em;
		margin-bottom: 1.18em; 
    }
}

pre code {
	padding: 0px;
}

code {
	color: black;
	background: #e8e8e8;
	border-radius: 4px;
	font-size: 0.875em !important;
}

code.path {
	background: #f8f8f8
}

code mark {
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-color: #ff2800;
	padding: unset;
	background: unset;
	color: unset;
}

pre[data-line] code {
	padding-left: 1em;
}

.code-toolbar {
	margin-bottom: 1.5em;
}

.site-info {
	position: relative;
	width: 100%;
}

.site-header-main {
	position: relative;
}

.bogo-language-switcher {
	position: absolute;
	top: 0;
	right: 0;
}

.bogo-language-switcher {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

@media print {
	.bogo-language-switcher {
		font-size: 9.75pt;
	}
}

.bogo-language-switcher a {
	color: #686868;
}

.bogo-language-switcher .current {
	display: none;
}

.bogo-language-switcher a:hover,
.bogo-language-switcher a:focus {
	color: #007acc;
}

.bogo-language-switcher a::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f362";
	padding-right: 6px;
}

ol.easy-footnotes-wrapper {
	font-size: 12px;
}