@media (min-width: 992px) {
  .container {
    max-width: 800px; } }

* {
  font-family: 'Open Sans', sans-serif; }

body {
  background-color: #f8f9fa; }

.container {
  padding: 15px; }

header {
  background-color: darkslateblue;
  box-shadow: 0px 7px 10px -7px rgba(0, 0, 0, 0.75); }
  header .row {
    justify-content: center; }
  header h1 {
    color: aliceblue; }

nav {
  text-transform: uppercase; }

.navbar-light .navbar-nav .nav-link,
footer {
  color: aliceblue; }

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: antiquewhite; }

.navbar-light .navbar-nav .nav-link.active {
  color: antiquewhite;
  font-weight: bold; }

.typeLarge {
  font-size: 1.3em; }

footer {
  font-size: .8em;
  background-color: darkslateblue; }
  footer hr {
    background-color: aliceblue; }
