/* 1. General */
h1{
  font-size: var(--fontSize-h1);
}
h1 + h1, h2 + h1, p + h1{
  margin-top: var(--fontMarginHeight-h1);
}
h2{
  font-size: var(--fontSize-h2);
}
h1 + h2, h2 + h2, p + h2{
  margin-top: var(--fontMarginHeight-h2);
}
p{
  font-size: var(--fontSize-p);
}
h1 + p, h2 + p, p + p{
  margin-top: var(--fontMarginHeight-p);
}
div.header-section, div.headerSection-wallpaperLeftAndRight{
  color: var(--fontColor-gradient);
}
/* 2. About us */
section#aboutUs > div.row:last-of-type{
  text-align: center;
}
/* 3. Our team */
section#ourTeam > div.row > div.item{
  color: var(--fontColor-gradient);
  text-align: center;
}
section#ourTeam > div.row > div.item > div.column > p:last-of-type{
  margin-top: 0;
}
a.fontItalic{
  font-style: italic;
}
