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;
}

.lectio-shell {
    max-width: 980px;
    margin: 0 auto;
    padding: 1rem;
}

.lectio-reader {
    max-width: 820px;
    margin: 0 auto;
}

.lectio-title {
    font-size: 2rem;
    font-weight: 700;
}

.lectio-section-title {
    font-size: 1.35rem;
    font-weight: 500;
    color: #555;
}

.lectio-content {
    font-size: 1.25rem;
    line-height: 1.9;
}

    .lectio-content p {
        margin-bottom: 1.2rem;
    }

    .lectio-content img {
        max-width: 100%;
        height: auto;
        border-radius: 0.5rem;
        margin: 1rem 0;
    }

@media (max-width: 768px) {
    .lectio-content {
        font-size: 1.15rem;
        line-height: 1.75;
    }

    .lectio-title {
        font-size: 1.6rem;
    }
}