section#content article #headerTop {
  background: url('http://www.seliac.be/skin/img/maintitle.png') no-repeat
    center 0;
}
section#content article #headerTop h2 {
  text-align: center;
  text-transform: uppercase;
  color: #4891dc;
  font-weight: bolder;
  margin: 75px 0 30px;
  font-size: 3em;
}
#logo {
  width: 60px;
  margin: 50px;
}
h3 {
  color: #4891dc;
  font-weight: bolder;
  margin: 35px 0;
  font-size: 2.5em;
}
section#content article #contentRub {
  line-height: 25px;
}

* {
  border: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: 0;
}
a {
  color: #323232;
  text-decoration: none;
}
html {
  margin: 0;
}
body,
html {
  height: 100%;
}
body {
  font-family: Lato, sans-serif;
  background: #fff;
  color: #323232;
  font-size: 17px;
}
body section#content {
  min-height: 100%;
}
