.container {
  max-width: 1100px;
}

a {
  color: var(--bs-info);
}

.navbar {
  background-image: linear-gradient(0deg, #cfe2ff, var(--bs-body-bg) 66px, var(--bs-body-bg));
}

.navbar-nav {
  --bs-nav-link-padding-y: 0.1rem;
}

.nav-link { margin-top: 6px; }
.nav-link.logo { margin-top: 0; }


* {
  --bs-heading-color:#555;
  --bs-body-color:#555;
}

.landing-section {
  padding: 3rem 0 1.5rem 0;
  background-image: linear-gradient(180deg, #f8f8f8, var(--bs-body-bg) 30px, var(--bs-body-bg));
}

.landing-section.hello {
  background-image: linear-gradient(180deg, #cfe2ff, var(--bs-body-bg) 100px, var(--bs-body-bg));
}
.landing-section.hello .container-full{
  background-image: url(hello.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
}

h2 {
  font-size: 26px;
  margin: 1.5rem 0;
}
h3 {
  font-size: 20px;
  margin: 1rem 0;
}

p {
  text-indent: 2rem;
  color: #777;
  line-height: 1.65rem;
}

.compatible-logo { height: 100px; }

footer {
  padding: 1.5rem 0 1rem 0;
  border-top: 1px solid #e5e5e5;
  color: #999;
  font-size: 0.85rem;
}
footer a {
  color: #999;
  text-decoration: none;
}