@import url('https://siteria.by/theme/Siteria/style.css');

html {
	position: relative;
	min-height: 100%;
}

body {
	/* Padding top for navbar */
	padding-top: 56px;
	/* Margin bottom for footer height */
	font-family: "Roboto", sans-serif;
	color: #222222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto Slab", serif;
	color: #254775;
	margin-bottom: 16px;
}

/*
h3,
h4 {
	display: flex;
	align-items: center;
}

h3::after,
h4::after {
	content: "";
	flex: 1;
	margin-left: 1rem;
	height: 1px;
	background-color: #cccccc;
}
*/
section {
	padding: 150px 0;
}

img {
	max-width: 100%;
}


pre,
code {
	background: #f8f8f8;
	color: #333;
}

pre {
	border-left: 2px solid #ccc;
	padding: 10px;
}

code {
	display: inline-block;
	padding: 0 0.5em;
	line-height: 1.4em;
	border-radius: 3px;
}

table {
	empty-cells: show;
	border: 1px solid #cbcbcb;
	width: 100%;
	font-size: 0.9em;
	margin-bottom: 1rem;
}

thead {
	background-color: #e0e0e0;
	color: #000;
	text-align: left;
	vertical-align: bottom;
}

tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

th,
td {
	padding: 0.5em 1em;
}

h1,
h1.title {
	font-size: 26px;
}

h2,
h2.title {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px 20px;
	border-left: 5px solid #eee;
	font-style: italic;
}

.sidebar {}

.plugin-tags ul {
	display: flex;
	flex-wrap: wrap;
}

.plugin-tags ul li {
	font-size: 0.9em;
	margin-right: 8px;
}

.plugin-navigation ul li:not(:last-child) {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #999;
}

/* Navbar */
img.nav-svg-icon {
	width: 18px;
	height: 18px;
}

.nav-link {}

/* Footer */
footer {
	padding: 2em 0;
}

.mini-logo {
	height: 22px;
	padding-bottom: 5px;
}

/* Plugins */
.plugin {
	margin-top: 3rem;
}

.plugin-tags {
	margin-top: 0;
}

.plugin-label {
	font-size: 1em;
	font-weight: 500;
	text-transform: uppercase;
}

.plugin ul {
	list-style: none;
	padding: 0;
}

.bi {
	margin-right: .5rem !important;
}

.card {
	height: auto;
	background: none transparent;
}