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 {
  padding-top: 50px;
  padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
  color:#4a4a49;
  font-family: Georgia, serif;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px;
}

.btn {
  font-family:Arial, Helvetica, sans-serif;
  border-radius:30px;
  min-width:100px;
}

.btn-primary, .btn-primary:visited  {
  background-color: #f7a933;
  border-color: #dc8809;
}

.btn-primary:hover, .btn-primary:active {
  background-color: #dc8809;
  border-color: #ab6a07;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Calibri, serif;
}