
html {
  position: relative;
  min-height: 100%;
}
body {
  margin: 0 0 100px; /* bottom = footer height */
}
.d-block {
  object-fit: none; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
  width: 100%;
  max-height: 400px;
  margin-bottom: 1rem;
  font-size: 100;
}

#card-top-detail {
  object-fit: cover; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
  width: 100%;
  max-height: 250px;
  margin-bottom: 1rem;
}

#aboutimgtop {
  object-fit: cover; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
  width: 100%;
  max-height: 300px;
  margin-bottom: 1rem;
}

#imgblock {
  object-fit: none; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
  vertical-align: middle;
  width: 100%;
  max-height: 300px;


}
table {
  width: 100%;
  max-height: 250px;
  vertical-align: middle;
  text-align: center;
  border-radius: 5px 5px 5px 5px;
}
table td, table th {
        font-size: 50px;
    }
#carouselExampleSlidesOnly {
  margin-top: 1rem;
}
#logopedic {
  text-align: center !important;
  color: grey;
}
#logoped {
  text-align: center !important;
}
#jumbowithpic {
  margin-top: 1rem;
}

.jumbotron {
  background: transparent !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

/* footer */
footer {
  /* background: black; */
  padding-top: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 75px;
  width: 100%;
}
.mynav {
  border-radius: 5px 5px 0px 0px;
}
