body {
  padding-top: 0px;
  background: url("/images/germany-1024.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;

}
a:link {
    text-decoration: none;
  }
  
.moduleDiv {
  background-color: lightgray;
  padding: 10px;
}
.modulePagesDiv {
  background-color: darkgray;
  padding: 20px;
}
.fill {
  min-height: 100vh;
  height: 100%;
}



a {
  color: #00B7FF;
}
.nimbleFont {
  font-family: 'UnifrakturCook', cursive;
}

.footer {
      background-color: #343a40;
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      color: white;
      text-align: center;
      padding-top: 10px;
      padding-bottom: 10px;
    }
  .navbar {
    padding-left: 30px;
  }
  .navbar-dark .navbar-nav .nav-link {
    color:white
  }
  @media (min-width: 768px) {
    .navbar-brand.abs
        {
            position: absolute;
            width: 100%;
            left: 0;
            text-align: center;
        }
    }
    
    