/*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;
}*/

/* Added by me :) */
/*@media only screen and (max-width: 480px) {
    .TextContent {
        font-size: 20px !important;
    }

    .HeaderContent {
        font-size: 24px !important;
    }

    .ScalableTableItem {
        max-width: 100% !important;
        width: 100% !important;
    }

    .ImageInText {
        max-width: 100% !important;
        width: 100% !important;
    }
}*/
/* 'Added by' Chat GPT*/

/* Max width for entire page content */
/*.content-wrapper {
    max-width: 840px;*/ /* you can adjust this */
    /*margin: 0 auto;*/ /* Center on page */
    /*padding: 0 1rem;*/ /* Side padding for small screens */
/*}

.banner {
    background-color: #ADA39C;
    color: #FFFFFF;
}

.banner-img {
    width: 100%;*/
    /*max-width: 840px; /* maximum banner width */
    /*height: auto;
    display: block;*/
    /*padding: 10px 0px 10px 0px;*/
    /*margin: 0 auto;*/
/*}*/

/* Footer style */
/*.footer {
    background-color: #ADA39C;
    color: #FFFFFF;
    padding-left: 1rem;*/ /* offset from left inside box */
/*}*/