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

body {
	/* Padding top for navbar */
	padding-top: 56px;
	/* Margin bottom for footer height */
	margin-bottom: 60px;
    font-family: "Kodchasan", serif !important;
}

section {
	padding: 150px 0;
}

.paddbup{
	padding: 70px 0;
}

.leermas{
    padding-left: 10px;
    font-size: 0.8rem;
}

.bg-dark {
    background-color: #222 !important;
}

a.nav-link:hover{
	color:#fff !important;
}

a.text-dark:hover{
	text-decoration:none !important;
}

h1.title:hover{
	text-decoration:none !important;
  color: #aa7761 !important;
}

img {
	max-width: 100%;
}

a {
    color: #aa7761 !important;
}

a:hover {
    color: #333 !important;
}

.card-body h6{
font-size: 0.85rem;
}

.card-body p {
  text-align: justify;
  text-justify: inter-word;
  padding-right: 10%;
}

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.title,
h2.title {
	font-size: 2rem;
}

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

/* Navbar */
img.nav-svg-icon {
	width: 1rem;
	height: 1rem;
	padding-bottom: 2px;
}

.nav-link {
	font-size: 0.8em;
}

/* Footer */
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 0.8em;
}

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

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

.plugin-label {
	font-size: 1em;
	
}

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

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

.kodchasan-regular {
  font-family: "Kodchasan", serif;
  font-weight: 400;
  font-style: normal;
}

.kodchasan-medium {
  font-family: "Kodchasan", serif;
  font-weight: 500;
  font-style: normal;
}

.kodchasan-bold {
  font-family: "Kodchasan", serif;
  font-weight: 700;
  font-style: normal;
}

.kodchasan-regular-italic {
  font-family: "Kodchasan", serif;
  font-weight: 400;
  font-style: italic;
}

.kodchasan-medium-italic {
  font-family: "Kodchasan", serif;
  font-weight: 500;
  font-style: italic;
}

.kodchasan-bold-italic {
  font-family: "Kodchasan", serif;
  font-weight: 700;
  font-style: italic;
}
