html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

img{
    height:145px;
    width: 150px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

table.about {
    background-color:azure;
}

body {
  margin-bottom: 60px;
  background-color: aliceblue;
}

/* for asterisks */
span.asterisk {
    color: #F0834F;
    font-size: smaller;
    margin-left: 4px;
}

.divPageTitle {
    font-size: 25px;
    height: 35px;
    color: navy;
    vertical-align: middle;
    padding-left: 6px;
}