
@import url("syntax.css");

@media (min-width: 767px) {
    .header-nav {
        line-height: 10px;
        height: 56px;
    }

    .header-date {
      margin-top: 15px;
      font-size: 14px;
      color: #fff;
      font-weight:400;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .header-nav {
        height: 54px;
        background-color: #0005;
    }
    .header-wrapper {
        padding-top: 54px;
    }
    .header-date {
      margin-top: 15px;
      font-size: 11px;
      color: #fff;
      font-weight:300;
    }
}

.header-underline {
  display: none;
}

.header-container {
  background: #f5f5f5;
  padding: 0;
  min-height: 240px;
  max-height: 240px;
}

.header-title, .header-subtitle, .header-logo a, .nav-menue a, .translations, .header-tags, .header-subtitle-homepage {
  text-shadow:
  -1px -1px 0 #000,
  1px -1px 0 #000,
  -1px 1px 0 #000,
  1px 1px 0 #000;
}

.header-title {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
}


/* text top left */
.header-logo a {
  font-size:20px;
  font-weight:400;
  text-transform: none;
}


h2 {
    margin-bottom: 20px;
}

h2:after {
  display: none;
}