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;
}*/

.footer-group div {
    line-height: 1; /* Tight line spacing */
    margin: 0;
    padding: 0;
}

.footer-group strong {
    display: block;
    margin: 0;
    padding: 0;
}

.page-wrapper {
    /*display: flex;
    flex-direction: column;
    min-height: 100vh;  Full viewport height */
	max-width: 90%;
	width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.flex-fill {
    flex: 1; /* Pushes footer to the bottom */
}

ul {
	list-style: circle;
	padding-left: 0;
}

li {
	display: list-item;
	padding: 5px 0px;
}

/* Inline horizontal list */
ul.inline-list {
	list-style: none;
	padding-left: 0;
}

ul.inline-list li {
	display: inline-block;
	padding: 0 10px;
}

.footer-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
}

.footer-group {
    padding: 10px;
}

.contact-image {
	max-height: 400px;
	object-fit: cover;
}

/* Legacy hero image */
.legacy-hero {
    max-height: 380px;        /* controls visible height */
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.legacy-image {
    width: 100%;
    height: 380px;
    object-fit: cover;       /* crops without distortion */
    object-position: center; /* adjust later if needed */
    filter: grayscale(100%);
}

/* Legacy statement under H1 */
.legacy-statement {
    line-height: 1.2;
}

.legacy-since {
    font-size: 1rem;           /* subtle, intentional */
    color: #6c757d;            /* Bootstrap muted */
}

.legacy-years {
    font-size: 1.35rem;        /* makes it noticeable */
    font-weight: 600;
    color: #212529;            /* standard text color */
}

.services-content p,
.services-content ul {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.services-content h2 {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
}

.content-section p,
.content-section ul,
.content-section h2 {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}