body{
  background: #ede1ca url("../images/canvas2.png");
  color: #000000;
  font-family: Century Gothic, Carlito, Arial, sans-serif;
  font-size: 13px;
  padding: 15px 0;
  margin: 0;
}

h1{
  font-size: 20px;
}

h2{
  font-size: 18px;
  color: #655535;
  font-weight: 600;
  margin-bottom: 10px;
}

h3{
  	font-size: 16px;
    font-weight: 400;
  margin: 25px 0 10px 0;
}

a:link, a:visited{
	color: #655535;
	text-decoration: none;
	font-weight: 600;
}

a:hover, a:active{
	color: #655535;
}

.navbar-brand {
  margin: 0;
  padding: 0;
}
.navbar-brand span {
  color:#000000;
}

.container-header .navbar-toggler {
color: #655535;
border: 1px solid #655535;
}

.mod-languages {
  width: 100%;
  text-align:right;
  margin:-15px 0 10px 0;
}

.lang-active {
  	border: 1px solid #655535;
}

.site-grid {
  background: #ffffe3 url(../images/canvas.png);
  width:80%;
  border-width: 0 1px;
  border-style: solid;
  border-color: #c2b998;
  margin: auto;
}

.blog-item {
  width: 100%;
  white-space:normal;
  position:relative;
  margin:auto;
  background-image: url(../images/greyed2.png); 
}

.item-content {
  padding: 15px;
}

.audiolink
{
	background: url(../images/icon_audio.png) left 5px no-repeat;
	padding: 7px 0 7px 30px;
	margin-left: 10px;
}

.float-start {
  float: left;
  margin: 0 15px 5px 0;
}

.tags {
  margin: -10px 0 10px 0;
}

.list-inline-item {
  border: 1px dotted #c2b998;
  background-color: #ffffe3;
  padding: 0 5px 2px 5px;
  font-weight: normal;
}

.tags a {
  font-weight: normal;
}

.header {
  position: relative;
  width: 80%;
  background: #ffffe3 url(../images/canvas.png);
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #c2b998;
  margin:auto;
   display: grid;
   justify-content: center;
   align-items: center;
}

.mod-menu {
  display:block;
}

.nav-item
{
  width:120px;
  height:320px;
  position: relative;
  float:left;
}

.nav-item img {
  display:block;
}

.nav-item span {
  position: absolute;
  bottom: 20px;
  width: 120px;
  text-align: right;
  padding: 0 5px 0 0;
  font-size: 16px;
  background-image:url(../images/greyed.png);
  color: #000000;
}

.item-page {
  padding: 15px;
  width:80%;
  margin:auto;
  background-image: url(../images/greyed2.png); 
  position: relative;
}

.com-content-blog__links {
  display:none;
}


.thumbnails
{
	width: 150px;
	border: 0;
  float:left;
  margin: 0 10px 10px 0;
}

.pagination__wrapper {
  margin:auto;
  text-align: center;
  display: grid;
  justify-content: center;
  align-items: center;
}

.page-link {
  font-size: 13px;
}
.page-item a:hover {
  color: #655535;
}

.pagination .page-item.active .page-link {
  color: #000000;
  background-color: #ede1ca;
  border-color: #655535;
}

.com-content-category-blog__counter {
  display:none;
}

.footer {
  background: #ede1ca url("../images/canvas2.png");
}

#mod-custom113 {
  width:80%;
  padding-top: 10px;
  border: 1px solid #c2b998;
  background-color: #ede1ca;
  margin:auto;
}

#mod-custom113 a {
  	color: #000000;
}
#mod-custom113 a:hover {
  	color: #655535;
}
