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;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}








@import"https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700";

body {
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 18px
}



.cards-row {
    padding-top: 40px;
    padding-bottom: 20px;
    background: #eee
}

.thumbnail {
    padding: 0;
    border-radius: 0;
    border: none;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)
}

    .thumbnail > img {
        width: 100%;
        display: block
    }

    .thumbnail h3 {
        font-size: 26px
    }

    .thumbnail h3, .card-description {
        margin: 0;
        padding: 8px 0;
        border-bottom: solid 1px #eee;
        text-align: justify
    }

    .thumbnail p {
        padding-top: 8px;
        font-size: 20px
    }

    .thumbnail .btn {
        border-radius: 0;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
        font-size: 20px
    }