@media (min-width: 360px) and (max-width: 767.98px) {

  label {
    font-size: 0.8rem;
  }

  .nav-masthead {
    margin-top: 1rem;
  }

  .cover {
    padding: 0 0;
  }

  .lead {
    font-size: 1rem;
  }

  .jn-subheading {
    width: 90%;
    font-size: 1.1rem;
  }

  #content-body > main > div {
    padding-top: 1.75rem !important;
    padding-bottom: 0.5rem !important;
  }

  .jn-toast-display-pic-offset {
    left: 43% !important;
  }

  /* Builder Page */
  .fa-info-circle {
    font-size: 0.7rem;
  }

  .rm-builder {
    width: 100%;
    margin: 0 auto;
  }

  .mastfoot {
    font-size: 0.75rem;
  }

  /* Home Page */
  .cover-heading {
    font-size: 1.8rem
  }

  /* Template Page */

  #jn-template-form-main {
    margin-left: 1rem;
  }

  #field-list-container {
    width: 100%;
  }

  #editor-field {
    width: 21rem;
  }

  #editor-field-value {
    margin-top: 0.5rem;
  }

  #editor-add-btn,
  #editor-remove-btn,
  #editor-cancel-edit {
    margin-top: 1rem;
  }
  #editor-add-btn {
    margin-left: 3.6rem;
  }

  #editor-cancel-edit {
    visibility: visible !important;
  }
  #editor-cancel-edit:disabled {
    filter: opacity(0.3);
  }

  /* Guide Page */
  .jn-text-body {
    font-size: 1.0rem;
  }

  .list-group-item > p {
    font-size: 0.75rem;
  }
}
