/* Colors */
/*#888888*/
/* Fonts */
/* Sizes */
.story-structure {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.news-languages {
  font-family: "HelveticaIFADSlim", Helvetica, Arial, serif;
  font-size: 20px; }

.story-title {
  /* 	margin: 75px auto; */
  margin: 75px auto 40px auto;
  float: none;
  width: 75%;
  text-align: center; }

.story-title h1 {
  color: black;
  margin-bottom: 30px;
  /*margin-top: 35px; Nicola to have 120px from header*/ }

.story-title h3 {
  color: lightgrey;
  margin-top: 15px; }

.story-author img {
  border-radius: 44px;
  display: inline-block;
  margin-bottom: 10px;
  height: 80px;
  width: 80px; }
.story-author p.author-name {
  color: black;
  font-size: 17px;
  font-family: HelveticaIFAD;
  margin-bottom: 0px;
  text-transform: uppercase; }
.story-author p.published-date {
  font-size: 16px;
  margin-bottom: 0px;
  font-family: HelveticaIFADSlim;
  /* font-weight: bold; */ }

img.story-image {
  display: block;
  margin-top: 60px;
  width: 100%; }