:root {
    --brand-color-red: #e30713;
    --brand-color-green: #059541;
    --default-text-color: #2d2d2d;
    --secondary-text-color: #00a87b;
    --header-text-color: #ffffff;
    --header-background-color: #e30713;
    --footer-text-color: #ffffff;
    --footer-background-color: #000105;
}

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

html {
    scroll-behavior: smooth;
}

body {
    color: var(--default-text-color);
    font-size: 1.3rem;
    font-family: "quiche", sans-serif;
    line-height: 1.25;
    background-color: #faf7f1;
}

header {
    position: relative;
}

main {
    padding: 0 0 10rem 0;
}

footer {
    padding: 5rem 0;
    color: var(--footer-text-color);
    font-size: 1.1rem;
    background: url(../img/footer_bg_1.svg), url(../img/footer_bg_2.png), linear-gradient(66.5deg, #028b2e, #309930);
    background-blend-mode: multiply;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
    background-position: bottom;
}


footer img.logo {
    width: 100%;
}

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

footer ul li {
    display: inline-block;
}

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

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

h1,
h2 {
    font-family: "gotcha", sans-serif;
    font-weight: normal;
    line-height: normal;
    text-align: center;
}

h3,
h4 {
    font-weight: bold;
    /* line-height: 2.75; */
    text-align: center;
}

h1 {
    font-size: 6rem;
}

h1 span {
    color: var(--secondary-text-color);
}

h2 {
    font-size: 5.5rem;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.5rem;
}

p {
    margin-bottom: 0;
}

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

.navbar {
    padding: .75rem 10rem;

    @media (max-width: 1199.98px) {
        padding: .75rem 2rem;
    }
}

.navbar-collapse {
    padding-right: 1rem;
    background-color: var(--brand-color-green) !important;
    border-top-right-radius: .75rem;
    border-bottom-right-radius: .75rem;
}

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

.navbar-light .navbar-toggler {
    font-size: 1.5rem;
    padding-right: 0;
    border: none;
    border-radius: 0;
}

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

.navbar-brand {
    margin: 0;
}

.navbar-brand img {
    height: 6rem;
}

.nav-link {
    padding-left: 1.75rem !important;
    padding-top: 20px;
    padding-bottom: 20px;
    color: var(--header-text-color) !important;
    font-size: 1.1rem;
    font-weight: normal;
    white-space: nowrap;
}

a.nav-link,
a:hover.nav-link {
    text-decoration: none;
}

.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;
}

.btn-primary {
    padding: .375rem 2rem .25rem;
    color: white;
    font-size: 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
    background-color: var(--brand-color-green);
    border: none;
    border-radius: .75rem;

    @media (max-width: 575.98px) {
        font-size: 1.2rem;
    }
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: white;
    background-color: var(--brand-color-green);
    border: none;
    border-radius: .75rem;
}

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

.mat-howto li {
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem;
}

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

@media (max-width: 991.98px) {
    h1 {
        font-size: 9vw;
    }

    h2 {
        font-size: 12.5vw;
    }

    h3 {
        font-size: 6.5vw;
    }

    footer img.logo {
        width: 50%;
    }

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

    .navbar {
        padding: 1.5rem 2rem;
    }

    .navbar-brand {
        position: absolute;
        bottom: -2.25rem;
        left: 50%;
        margin: 0;
        transform: translate(-50%, 0);
        z-index: 666;
    }

    .navbar-brand img {
        height: 8rem;
    }
}

@media (max-width: 767.98px) {
    body {
        font-size: 1rem;
    }

    footer {
        padding: 1.5rem 0;
    }

    .btn-outline-primary {
        padding: .375rem 2.5rem .25rem;
        font-size: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .navbar-light .navbar-toggler-icon {
        width: 3rem;
        height: 3rem;
    }

    .navbar {
        padding: .25rem 1rem;
    }

    .navbar-brand {
        bottom: -1.5rem;
    }

    .navbar-brand img {
        height: 4rem;
    }
}

.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;
}