body {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12pt;
  font-family: 'Questrial', Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}

html, body {
  height: 100%;
}


h2 {
  font-weight: bold;
  font-size: 2.4rem;
  padding-bottom: 25px;
  padding-top: 0;
  margin-top: 0;
}

p {
  #font-size: 2.2rem
}

/* Set padding to keep content from hitting the edges */
.body-content {
  padding: 60px 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
 will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  /*max-width: 280px;*/
}

  input.form-control {
      padding: 20px 15px;
      border-radius: 0px;
  }

  input[type=button], input[type=submit], input[type=reset] {
      margin-top: 5px;
      font-weight: bold;
      font-size: 1em;
      padding: 10px 20px;
  }

/* Sticky header */
header {
  position: sticky;
  top: 0;
  /* padding-bottom: 50px; */
  z-index: 1000;
}

  header img {
      width: 100%;
  }

.pin-entry {
  padding-top: 50px;
}

.pin-form {
  padding: 10px 15px;
}

.btn {
  border-radius: 0px !important;
}

.btn-primary {
  border-color: #1C3F1F;
  background-color: #1C3F1F;
}

  .btn-primary:hover {
      border-color: #ffffff;
      background-color: #1C3F1F;
  }

footer p {
  font-size: 1.5rem;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 0 10px;
}

    /* Flex-grow body content to fill space between header and footer */
    main {
      flex: 1;
      padding: 20px;
      /* overflow-y: auto; */
    }

    /* Sticky footer */
    footer {
      bottom: 0;
    }

  /* Flexbox container for body */
  .d-flex-body {
    display: flex;
    flex-direction: column;
    /* min-height: 100vh; */
  }

@media (min-width: 768px) {
  header {
      margin: auto;
  }
}

@media (min-width: 1200px) {
  .container {
      max-width: 970px !important;
  }
}

@media all and (max-width: 500px) {
  header img {
      width: 175%;
  }
}
