html, body {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 100%;
  font-family: verdana, arial, tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, a {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 1rem;
}

.red {
  color: #dd052b;
}

/* HEADER */
header {
  height: auto;
  border-bottom: 6px solid #575756;
}

#logo {
  margin: 1rem auto;
  width: 180px;
  max-width: 100%;
  height: auto;
  display: block;
}

/* CONTENT */
article {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
  background: url('bg.jpg');
  background-size: cover;
}

article h1, article h2, article h3, article h4, article h5, article h6 {
  display: block;
  color: #575756;
  font-weight: bold;
  text-transform: uppercase;
}

article h1 {
  padding: 0 0 0 0;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

article h2 {
  color: #dd052b;
  padding: 0.25rem 0 0 0;
  font-size: 1.6rem;
  line-height: 1.4rem;
}

article p {
  padding: 4rem 0 4rem 0;
  font-size: 1rem;
  color: #575756;
}

article a {
  display: inline-block;
  color: #575756;
  text-decoration: none;
}

article a:hover {
  text-decoration: none;
}

article .lang p {
  padding: 1rem 0 0 0;
  font-size: 1rem;
  color: #575756;
}

/* FOOTER */
footer {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  height: auto;
  font-size: 1rem;
  line-height: 1rem;
  border-top: 6px solid #dd052b;
}

footer address {
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

footer a {
  display: block;
  padding-bottom: 0.5rem;
  width: auto;
  color: white;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.2rem;
}

footer a:hover {
  color: white;
  text-decoration: none;
}

footer .footer1 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  color: white;
  font-size: 1rem;
  line-height: 1.2rem;
  text-align: center;
}

footer .footer2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: white;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2rem;
}

footer .footer2 img {
  display: block;
  margin: 0 auto;
  padding-bottom: 1rem;
}

footer .footer3 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  color: white;
  font-size: 1rem;
  line-height: 1.2rem;
  text-align: center;
}

footer, footer .footer1, footer .footer2, footer .footer3 {
  background: #706f6f;
}

@media (min-width: 768px) {

  /* FOOTER */
  footer {
    font-size: 0.7rem;
    line-height: 1rem;
    height: 200px;
  }

  footer .footer1, footer .footer3 {
    padding-top: 40px;
    text-align: left;
  }

  footer .footer2 {
    padding-top: 10px;
  }

  footer .footer1, footer .footer2, footer .footer3 {
    font-size: 0.7rem;
    line-height: 0.9rem;
  }

  footer a {
    padding-bottom: 0;
    font-size: 0.7rem;
    line-height: 1.2rem;
  }

  footer a:hover {
    text-decoration: underline;
  }

  footer .footer2 img {
    padding-bottom: 10px;
  }

}

@media (min-width: 768px) {

  .footer1 address {
    padding-left: 10px;
  }

}

@media (min-width: 992px) {

  .footer1 address {
    padding-left: 82px;
  }

}
