body {
  padding-top: 5rem;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1 0 auto;
  padding-bottom: 2rem;
}

.tmonf {
  padding: 3rem 1.5rem;
  text-align: left;
}

h1 {
	text-align: center;
}
.image-container {
    display: inline-block; /* Helps container wrap around image size */
}
.navbar-custom-black {
    background-color: #000000 !important; /* Use !important if needed to override existing Bootstrap styles */
}
.tmonf-logo {
  max-width: 50%; /* Limits the image width to half the screen width */
  height: auto;  /* Maintains the image's aspect ratio */
  display: block; /* Helps with alignment and margin application */
  margin: 0 auto; /* Centers the image if it is smaller than 50% width */
}
.tmonf-logo-small {
  max-width: 15%; /* Limits the image width to half the screen width */
  height: auto;  /* Maintains the image's aspect ratio */
  display: block; /* Helps with alignment and margin application */
  margin: 0 auto; /* Centers the image if it is smaller than 50% width */
}
/* Footer styles */
.site-footer {
    padding: 3rem 0 2rem;
    margin-top: 4rem;
    border-top: 1px solid #dee2e6;
    background-color: #f8f9fa;
    flex-shrink: 0;
}

.footer-logo {
    max-width: 200px;
    height: auto;
}