/* 2017-04-14 Arnaud */

.site-header {
  background: white url('/images/background.jpeg') no-repeat center center;
  min-height: 230px;
}

.site-title,
.site-title:hover,
.site-title:visited {
  color: #ffffff;
  font-size: 40px;
  padding-top: 20px;
}

.site-nav .page-link {
  color: #ffffff;
  font-weight: 400;
}

.post-header h1 {
  letter-spacing: -0px;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4 {
  letter-spacing: 0px;
}

.post-content h1 {
  font-size: 150%;
  font-weight: 600;
}

.post-content h2 {
  font-size: 140%;
  font-weight: 550;
}

.post-content h3 {
  font-size: 130%;
  font-weight: 500;
}

.post-content h4 {
  font-size: 120%;
  font-weight: 450;
}

/* EOF */
