.jumbotron {
  background: #532F8C;
  color: white;
  padding-bottom: 80px; }
  .jumbotron .btn-primary {
    background: #845ac7;
    border-color: #845ac7; }
    .jumbotron .btn-primary:hover {
      background: #7646c1; }
  .jumbotron p {
    color: #d9ccee;
    max-width: 75%;
    margin: 1em auto 2em; }
  .navbar + .jumbotron {
    margin-top: -20px; }
  .jumbotron .lang-logo {
    display: block;
    background: #00ADD8;
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin: auto;
    border: 2px solid white; }
    .jumbotron .lang-logo img {
      max-width: 100%; }

.footer {
  background-color: #f5f5f5;
  padding: 20px 0;
  margin-top: 50px;
  border-top: 1px solid #e7e7e7;
}

.footer p {
  margin: 5px 0;
  color: #777;
}

.footer a {
  color: #532F8C;
  text-decoration: none;
}

.footer a:hover {
  color: #845ac7;
  text-decoration: underline;
}
