
body.root-container nav.navbar {
  position: static;
  background: transparent;
  padding: 0;
  margin-bottom: 3rem;
}

body.root-container nav.navbar img {
  height: 28px;
}
body.root-container nav.navbar a {
  font-size: 24px;
}

body.root-container > .ctt {
  min-height: 100vh;
  box-shadow: none;
  padding: 1rem 0;
}

body.root-container > .ctt .legal {
  min-height: calc(100vh - 224px);
  padding: 1rem;
}

footer {
  margin-top: 8rem;
}

p > strong {
  margin-top: 1rem;
  display: inline-block;
}
