:root {
    --brand-color: #f8f2ef;
    --brand-color2: #008237;
    --default-text-color: #1e2e83;
    --header-text-color: #ffffff;
    --header-background-color: rgba(255, 255, 255, 0);
    --footer-text-color: #1e2e83;
    --footer-background-color: #8abc66;
}

* {
    scroll-margin-top: 6rem;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Nanami Rounded Pro", Arial, sans-serif;
    color: var(--default-text-color);
    font-size: 1.25rem;
    /*line-height: 1.2;*/
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #bdddea;
}

a {
    color: var(--default-text-color);
    text-decoration: underline;
}

a:hover {
    color: var(--default-text-color);
    text-decoration: underline;
}

main {
    padding: 0;
}

footer {
    padding: 1rem 7rem 3rem;
    font-size: 1.2rem;
    background-color: var(--footer-background-color);
    background-image: url("../img/footer-desktop-2.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100%;

    @media (max-width: 1199.98px) {
        padding: 1rem 1rem 7rem;
        background-image: url("../img/footer-mobile-2.png");
    }
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer ul li {
}

footer a {
    color: var(--footer-text-color);
    text-decoration: none;
}

footer a:hover {
    color: var(--footer-text-color);
    text-decoration: none;
}

footer ul.social-icons li {
    display: block;
    color: var(--footer-text-color);

    @media (max-width: 1199.98px) {
        display: inline-block;
    }
}

h1,
h2,
h3,
h4 {
    font-weight: bold;
}

h1 {
    font-size: 4rem;
    text-transform: uppercase;
}

h2 {
    font-size: 3.5rem;
    line-height: 1.2;
    text-transform: uppercase;
}

h3 {
    font-size: 2.5rem;
}

h4 {
    font-size: 1.75rem;
}

p {
    margin-bottom: 0;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-top: 2px solid rgba(255, 0, 255, 1);
}

.navbar {
    padding: 1rem 0;
}

.navbar-nav {
    padding-right: 14rem;
}

.navbar-nav li:nth-child(2) {
    padding-right: 17rem;
}

.bg-light {
    background-color: var(--header-background-color) !important;
}

.navbar-light .navbar-toggler {
    padding: 0.5rem;
    border: none;
}

.navbar-light .navbar-toggler-icon {
    width: 2rem;
    height: 2rem;
    background-image: url("../img/menu.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.navbar-brand {
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    padding: 0;
}

.navbar-brand img {
    width: 220px;
}

.nav-link {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
    color: var(--header-text-color) !important;
    font-size: 1.1rem;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    white-space: nowrap;
}

.navbar {
    padding: 1rem 8rem;
}

.navbar-collapse {
    padding-top: 1rem;
}

.navbar-nav {
    padding: 2rem 0;
    background-color: rgba(40, 71, 52, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.navbar-nav li:nth-child(2) {
    padding-right: 0;
}

.nav-link {
    text-align: center;
    font-size: 1.5rem;
}

.full-width {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
}

.to-upper {
    text-transform: uppercase;
}

.break-out {
    position: relative;
    left: calc(-1 * (100vw - 100%) / 2);
    width: 100vw;
}

.absolute-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 666;
}

.mat-howto {
    margin: 0;
    padding: 3rem 0 0;
    list-style: none;
}

.mat-howto li {
    display: flex;
    gap: .7rem;
    align-items: center;
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    text-align: left;
}

.mat-howto li img {
    width: 3rem;
    max-width: 3rem;
}

.anchor-container:has(.container-2) {
    background-image: url("../img/Blue-background-with-bird.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: initial;

    @media (max-width: 1199.98px) {
        background-image: none;
    }
}

@media (max-width: 1199.98px) {
    .navbar-brand img {
        width: 300px;
    }
}

@media (max-width: 991.98px) {
}

@media (max-width: 767.98px) {
    h1 {
        font-size: 46px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 22px;
    }

    .header-band {
        padding: 0 2rem;
    }

    .navbar {
        padding: 1.5rem 2rem;
    }

    .navbar-brand img {
        width: 250px;
    }

    .nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
        font-size: 1.4rem;
    }
}

@media (max-width: 575.98px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 22px;
    }

    .navbar-light .navbar-toggler-icon {
        width: 2.75rem;
        height: 2.75rem;
    }

    .navbar {
        padding: 1rem 1.5rem;
    }

    .navbar-brand img {
        width: 150px;
    }

    .mat-howto li {
        font-size: 1.25rem;
    }

    .mat-howto li img {
        width: 2.5rem;
        max-width: 2.5rem;
    }
}

.btn-animated {
    transition: all 350ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.btn-animated:hover {
    transform: scale(1.1) perspective(1px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.btn-animated:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}

.btn-animated:disabled {
    color: var(--secondary-brand-color);
    transform: none;
    transition: none;
    box-shadow: none;
}
