body {
  background-color: #009848;
  padding: 40px 10px;
  font-family: 'proxima-nova', sans-serif;
  color: #fff;
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
}

header.main {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

header.main:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 240px;
  margin-left: -120px;
  height: 1px;
  background-color: #fff;
}

header.main img {
  display: block;
  margin: 0 auto 20px;
}

img {
  max-width: 100%;
}

img.logo {
  width: 50px;
}

img.slogan {
  width: 460px;
}

h1 {
  font-size: 20px;
}

section {
  display: none;
}

html.en section.en { display: block; }
html.it section.it { display: block; }
html.fr section.fr { display: block; }
html.de section.de { display: block; }
html.es section.es { display: block; }
html.el section.el { display: block; }
html.pt section.pt { display: block; }