html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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%;
}

body {
  margin-bottom: 60px;
}
.small-margin-top {
    margin-top: 10px;
}

.small-margin-bottom {
    margin-bottom: 10px;
}

div.btn-submit-left-align 
{
    margin-left: 16%;
}
.splash-small-text {
    font-size: 20px;
    color: #777;
}
.splash-smaller-text {
    font-size: 16px;
    color: #777;
}
.info-section-sub-head {
    margin-bottom: 5px;
    margin-top: 5px
}

.info-section-data {
    font-size: 18px;
    font-weight: bold;
}
.modal-img {
    width: 100%;
    height: auto;
}
.note-body {
    border: solid 2px #f5f5f5;
    padding: 5px;
    border-radius: 2px;
    min-width: 300px;
    min-height: 100px;
}
.font-smaller {
    font-size: smaller;
}

.font-small {
    font-size: small;
}
.text-bold {
    font-weight: bold;
}

#map {
    height: 52vh;
    width: 100%;
    margin-bottom: 5px;
}