

h1 {
    font-family: "parabolica", sans-serif;
    font-weight: 700;
    font-size: 2em;
    color: var(--color1);
    margin: 0;
    padding: 0;

    text-align: left;

    margin-bottom: 8px;
}

h2 {
    font-size: 1em;
    font-family: "parabolica", sans-serif;
    font-weight: 400;
    color: var(--color1);
    margin: 0;
    padding: 0;

    text-align: left;
}

h3 {

    font-family: "parabolica", sans-serif;
    font-size: 2.2em;
    line-height: 1em;
    color: var(--color2);
    margin: 0;
    padding: 0;

    text-transform: uppercase;

    text-align: center;
}

.sub-content h3 {
    text-align: left;
}

h4 {
    width: 100%;

    font-family: "parabolica", sans-serif;
    font-size: 1.3em;
    line-height: 1em;
    color: var(--color2);

    text-align: left;
}

h5 {
    font-size: 1.4em;
    font-family: "parabolica", sans-serif;
    font-weight: 400;
    color: var(--color2);
    margin: 0;
    padding: 0;

    opacity: 0.5;

    text-align: left;
}

h6 {

    font-family: "parabolica", sans-serif;
    font-size: 2.2em;
    line-height: 1em;
    color: var(--color2);
    margin: 0;
    padding: 0;

    opacity: 0.5;

    text-align: center;
}

.textBold {
    font-weight: 700;
}

.textSlim {
    font-weight: 400;
}

a {

    font-family: "parabolica", sans-serif;
    font-size: inherit;
    text-align: inherit;

    pointer-events: all !important;
    cursor: pointer;
    text-decoration: underline;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

.button {
    font-family: "parabolica", sans-serif;

    display: block;

    font-size: 1.4em;
    text-align: center;
    font-weight: 700;

    width: 100%;

    pointer-events: all !important;
    cursor: pointer;
    text-decoration: none;
    color: var(--color1);

    background-color: var(--color2);
    border: 2px solid var(--color1);

    padding: 4px 60px;

    transition-property: background-color, color;
    transition-duration: 0.5s, 0.5s;
    transition-timing-function: ease-in-out, ease-in-out;
}

.regular-button {
    font-family: "parabolica", sans-serif;
    font-weight: 700;
    font-size: 0.9em;
    text-align: center;

    display: inline-block;

    width: fit-content;

    pointer-events: all !important;
    cursor: pointer;
    text-decoration: none;
    color: var(--color1);

    background-color: var(--color2);
    border: 2px solid var(--color1);

    padding: 10px 0.5em;

    transition-property: background-color, color;
    transition-duration: 0.5s, 0.5s;
    transition-timing-function: ease-in-out, ease-in-out;
}

.map-controls .regular-button {
    width: fit-content;

    padding: 10px 20px;
}

.fixed-button {
    position: absolute;

    display: block;

    bottom: 20px;

    font-family: "parabolica", sans-serif;
    font-weight: 700;
    font-size: 1em;
    text-align: center;

    width: 80%;

    pointer-events: all !important;
    cursor: pointer;
    text-decoration: none;
    color: var(--color1);

    background-color: var(--color2);
    border: 2px solid var(--color1);

    padding: 10px 10px;

    transition-property: background-color, color;
    transition-duration: 0.5s, 0.5s;
    transition-timing-function: ease-in-out, ease-in-out;
}

p {
    width: 100%;

    font-family: "parabolica", sans-serif;
    font-weight: 400;
    font-style: normal;

    font-size: 1em;
}

.header-section a {
    font-family: "parabolica", sans-serif;
    font-weight: 400;
    font-style: normal;

    text-decoration: none;

    color: var(--color2);
}

.footer-text {
    width: 100%;
    font-size: 0.5em;
    letter-spacing: 0.1em;
    opacity: 0.5;
}


.thanks h4 {
	text-align: center;
	 padding: 10px

}

.thanks p {
	text-align: center;
	 padding: 10px

}

nav {
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 20px;
}

nav a {
    width: 100%;

    font-size: 0.5em;
    letter-spacing: 0.1em;
    opacity: 0.5;
    text-decoration: none;
}

@media (max-width: 1919px) {

}

@media (max-width: 768px) {

}