html, body {
  scroll-behavior: smooth;
}

.banner {
  background: url('/images/di-front.jpg') center center no-repeat;
  background-size: cover;
  min-height: 450px;
  height: 65vh;
}

.dark-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
}

a, a:hover {
  text-decoration: none;
}

.btn-normal {
  font-size: 1.4em;
  border-radius: 5px;
}

.text-bold {
  font-weight: bold;
}

.check-box {
  font-size: 1.4em;
}

.intro-text {
  font-size: 1.2em;
}

.btn-cta {
  font-size: 1.1em;
  border-radius: 5px;
  border: 1px solid #007bff;
}

.lity-container img {
  max-height: 90vh;
  max-width: 100%;
}

#contactForm .col-sm-8 {
  max-width: 100%;
}

.form-container {
  border: 4px solid white;
  border-radius: 5px;
  padding-top: 25px;
  padding-bottom: 15px;
}

.thanks {
  height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-bar {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}

body {
  margin-top: 56px;
}