body {
  font-family: Tahoma, Geneva, sans-serif;
  font-family:
    book antiqua,
    palatino;
}
.navbar {
  background-color: #000000;
  color: white;
}
.navbar-brand {
  font-weight: bold;
  font-size: 1.5rem;
}

.hero {
  color: white;
  padding: 40px 20px;
  text-align: center;
}

.section-padding {
  padding: 40px 20px;
}
.section-maxHeight {
  max-height: 570px;
  overflow: hidden;
}

.bh-logo {
  background-image: url("../images/header_bg_image_dk.jpg");
  background-size: cover;

  background-position: right;
}
.dk_logo {
  width: 40px;
  height: auto;
}

.dk_signature {
  width: 200px;
  height: auto;
}
@media (max-width: 768px) {
  .dk_signature {
    width: 120px;
    height: auto;
  }
}

#ImageSplash,
#InTheMediaImageSplash,
#OurPracticeSplash {
  width: 100%;
  min-height: auto;

  background: url(../images/Banner/01.jpg) no-repeat center center;

  -webkit-filter: grayscale(95%);
  -mos-filter: grayscale(95%);
  -ms-filter: grayscale(95%);
  -o-filter: grayscale(95%);
  filter: url(grayscale.svg);
  filter: grayscale(95%);

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.inner-shadow {
  box-shadow:
    /* Top inner shadow */
    inset 0 10px 10px -2px rgba(0, 0, 0, 0.5),
    /* Bottom inner shadow */ inset 0 -10px 10px -2px rgba(0, 0, 0, 0.5);
}

/** CUSTOM BOOTSTRAP **/
.fs-7 {
  font-size: 0.875rem;
}
.fs-8 {
  font-size: 0.75rem;
}
.text-yellow {
  color: #ff0 !important;
}
.text-justify {
  text-align: justify !important;
}

@font-face {
  font-family: idot;
  src: url(idot.ttf);
}
.IdotFont {
  font-family: idot;
}

a {
  color: lightblue;
  text-decoration: none;
}
a:hover {
  color: rgb(148, 194, 210);
}
