html {
font-size: 16px;
}


body {
color: #24282b;
font-family: "Overpass", sans-serif;
font-size: 1rem;
font-weight: 350;
line-height: 1.45;
letter-spacing: 0.025rem;
}

ul {
    padding: 1rem;
}

.larger {
    font-size: 1.125rem;
}

.ingress {
    font-size: 1.125rem;
    font-weight: 380;
    padding-bottom: 1rem;
    margin-bottom: 0;
}

.smaller, .smaller p {
    font-size: 0.875rem;
    line-height: 1.25;
}

.lightBold  {
    font-weight: 400;
}

strong {
    font-weight: 600;
}

a, a:visited, a:hover, a:active {
    color: #092533;
    text-decoration: underline;
    font-weight: 500;
}

.noastyle {
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
}

h1 {
    font-size: 1.75rem;
    font-weight: 750;
    line-height: 1.15;
    text-transform: uppercase;
    font-style: normal;
    margin-bottom: 1rem;
}


.headerTextContainer h1 {
    font-size: calc(1.875rem + 1.25vw);
    font-weight: 750;
    text-transform: none;
    color: #ffffff;
}
.headerTitleContainer h1 {
    font-size: calc(1.625rem + 0.625vw);
    font-weight: 750;
}
.headerTextContainer p.ingress {
    font-size: calc(0.75rem + 0.5vw);
    font-weight: 500;
    color: #ffffff;
}

.startTextContainer {
    font-weight: 300;
}

h2 {
    font-size: 1.5rem;
    line-height: 1.15;
    margin-bottom: 0.5rem;
    font-weight: 500;
    text-transform: none;
}

h3 {
    font-size: 1.25rem;
    font-weight: 650;
    text-transform: uppercase;
    font-style: normal;
}


h4 {
    font-size: 1rem;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    padding-bottom: 0;
}

.menuItem a, .linesText {
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 750;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.5rem;
    color: #404041;
}

.mobileMenuContentContainer .menuItem a {
    font-size: 1.125rem;
    color: #404041;
}

.footerContainer a {
    color: inherit;
    text-decoration: none;
}

input, textarea {
color: inherit;
padding-bottom: 0px;
}


@media (max-width: 992px) {

}

@media (max-width: 768px) {
    
h1 {
    font-size: 2rem;
}

}