html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
.bodyFontSize{
  --bs-body-font-size: 1.25rem;
}
.borderNone{
  border: none;
}

a {
  color: black !important;
}

.background-image {
  background-image: url(images/20200104_strand.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: calc(100vh - 62px);
}

.nav-link {
  color: white !important;
}

@media print {
  /* All print styles */
  .footer {
    display: none !important;
  }
  .navbar {
    display: none !important;
  }
  .pagebreak {
    page-break-after: always;
  }

  #body{
    font-size: inherit;
  }

}

.container {
  min-height: 100%;
 }