html {
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
}
body {
    overflow-x: hidden;
}
#footer-bg {
    width: 100vw !important;
    height: auto;
    margin: 0;
    padding: 0;
}

footer {
    background-color: #6C772A;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10vh;
}

#links {
    width: 80%;
}

#links  div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #242A0F;
    font-family: 'Munken Sans', sans-serif;
    text-align: center;
    font-weight: 500;
}

#links h3 {
    color: #242A0F;
    font-family: 'Munken Sans', sans-serif;
    margin: 0;
}

footer a {
    color: #242A0F;
    text-decoration: none;
    font-family: 'Munken Sans', sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    margin: 4px 0;
}

footer a:hover {
    color: #FEE2D3;
}

section:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

footer>a {
    padding-top: 3vh;
}

#withimage:hover + #imagewith {
    filter: brightness(0) saturate(100%) invert(83%) sepia(2%) saturate(4048%) hue-rotate(322deg) brightness(113%) contrast(99%);
}


header img {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 10;
}

header img:last-child {
    top: 16px !important;
    right: 20px !important;
    left: auto !important;
}

header img:hover {
    filter: brightness(0) saturate(100%) invert(83%) sepia(2%) saturate(4048%) hue-rotate(322deg) brightness(113%) contrast(99%);
}

@font-face {
    font-family: 'Gunnar Cutout';
    src: url('../fonts/Gunnar-Cutout.woff2') format('woff2'),
        url('../fonts/Gunnar-Cutout.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Munken Sans';
    src: url('../fonts/MunkenSans-Regular.woff2') format('woff2'),
        url('../fonts/MunkenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Munken Sans';
    src: url('../fonts/MunkenSans-Medium.woff2') format('woff2'),
        url('../fonts/MunkenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Munken Sans';
    src: url('../fonts/MunkenSans-Bold.woff2') format('woff2'),
        url('../fonts/MunkenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}