body .body{
  color:#333;
}

li.nav-item {
  margin-right: 2.5rem;
}

.item-page {
  background-color:white;
}

*[itemprop="articleBody"], .blog {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
  	width: 90%;
	border-radius: 21px 21px 0 0;
	padding:1em;
	overflow:hidden;
	font-weight:400;
  background-color:white;
  margin:10px auto;
}

.page-header {
  text-align: center;
  color:white;
  --background-color:rgb(52, 58, 64);
    padding:20px;
}

.bannerBlock {
  text-align:center;
  margin:auto;
  background-color:rgba(0,0,0,0.4);
  width:400px;
  padding:20px;
}

.banneritem {
  
}

.bannergroup {
  margin:20px;
}

.item-image {
  width:40%;
}

figure {
  padding:0px 35px 25px;
}

figure.pull-left {
  padding-left:0px;
}
figure.pull-right {
  padding-right:0px;
}