html {
  font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
        font-family: Garamond, 'Times New Roman'
    }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-size: 18px;
    font-family: Garamond, 'Times New Roman'
}
.mylabel {
    font-weight:bolder;
}

.form-control-sm {
    font-size: 1.0em !important;
}

.legal {
    font-size: .8em !important;
    font-style: italic;
}