html {
font-size: 16px;
}


body {
color: #0e100f;
font-family: "Golos Text", sans-serif;
font-size: 1.25rem;
font-weight: 400;
line-height: 1.5;
}

ul {
    padding: 1rem;
}

.larger {
    font-size: 1.875rem;
    line-height: 1.75;
}

.ingress {
    font-size: 1.5rem;
    font-weight: 400;
    padding-bottom: 1.5rem;
    margin-bottom: 0;
}

.lightBold {
    font-weight: 400;
}

strong {
    font-weight: 600;
}

a, a:visited, a:hover, a:active {
    color: #1b7aac;
    text-decoration: none;
    font-weight: 400;
}

h1 {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.25;
    text-transform: uppercase;
    font-style: normal;
    padding-bottom: 0.5rem;
}

.headerTextContainer h1 {
    font-size: calc(1rem + 1vw);
}


h2 {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 1.75rem;
    line-height: 1.125;
    padding-bottom: 0.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

h3 {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    padding-top: 0.125rem;
    margin-bottom: 0;
    text-transform: uppercase;
}


h4 {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.menuItem a {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.5rem;
    color: inherit;
}

.mobileMenuContentContainer .menuItem a {
    font-size: 1.25rem;
}

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

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



@media (max-width: 992px) {

}

@media (max-width: 768px) {

body {
font-size: 1.15rem;
line-height: 1.5;
}

.larger {
    font-size: 1.5rem;
}

.ingress {
    font-size: 1.25rem;
}

h1 {
    font-size: 2rem;
}


}