
main > section:first-child {
    padding-top: 100px;
}

.history-page .fs-2,
.about-us-page .fs-2 {
    font-size: 1.2rem !important;
}

section {
    padding-bottom: 2rem !important;
}

.pt-xxl-0 {
    padding-top: 0 !important;
}

.font-cursive {
    font-family: 'Abril Fatface', cursive;
}

:root {
    --bs-primary: #1D375F;
    --bs-dark: #2d2d2e;
}

body {
    font-size: 1.02rem; 
}

h1, .h1 {
    font-size: calc(1.31rem + 0.67vw);
}
h2, .h2 {
    font-size: calc(1.29rem + 0.43vw);
}
h3, .h3 {
    font-size: calc(1.27rem + 0.21vw);
}
p {
    font-size: 1.02rem;
}
.lead {
    font-size: 1.22rem;
}

.table {
    border-radius: 0.75rem;
    overflow: hidden; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.table thead.table-dark th {
    background-color: var(--bs-dark);
    border-color: var(--bs-dark);
}

.table th, .table td {
    padding: 1rem;
}


.navbar .logo {
    height: 21px;
}