/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!../../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/components/Navigation/Navigation.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
.navigation {
    z-index: 30;
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh;
    /* width: 100vw; */
}

.navigation .navigation-header-logo {
    position: relative;
    height: 100%;
}

.navigation .navigation-header-logo a {
    height: 100%;
    display: flex;
    align-items: center;
}

.navigation .navigation-header-logo img {
    height: 75px;
}

.navigation .navigation-header-menu {
    position: absolute;
    display: none;
    right: 1rem;
    top: 4em;
    z-index: 5002;
}

.navigation .navigation-header-menu-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.navigation .navigation-header-menu-link a {
    text-decoration: none;
    margin-left: 1rem;
}

.navigation .navigation-header {
    height: var(--nav-height-mobile);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.navigation.navigation-header-closed {
    height: var(--nav-height-mobile) !important;
}

.navigation .navigation-header-button {
    position: absolute;
    top: 40px;
    right: 20px;
    z-index: 5001;
    cursor: pointer;
    width: 20px;
}

/* Full screen menu */
.navigation .navigation-links {
    height: 100vh;
    width: 100vw;
    z-index: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url('/images/woodstock_bg_mobile.jpg');
    background-color: rgba(0, 0, 0, 70%);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.navigation .navigation-links-link {
    text-align: center;
    padding: 0.3rem 0;
}

.navigation .navigation-links-link a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 44px;
    font-family: 'BourgeiousCondBold';
}

.navigation .navigation-links-link a:hover {
    text-decoration: underline;
}

.navigation .navigation-info {
    z-index: inherit;
    position: relative;
    transform: translateY(-100%);
}

.navigation .background-container {
    z-index: inherit;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: 0%;
    height: 70%;
}

.navigation .background-texture {
    background-color: black;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0px;
}

.navigation .background-image {
    height: 100%;
}

@media only screen and (min-width: 768px) {
    .navigation .navigation-header {
        height: var(--nav-height-desktop);
    }

    .navigation .navigation-header-menu {
        display: flex;
    }

    .navigation.navigation-header-closed {
        height: var(--nav-height-desktop) !important;
    }

    .navigation .navigation-header-logo {
    }

    .navigation .navigation-header-logo a img {
        height: 90%;
    }

    .navigation .navigation-links {
        background-image: url('/images/woodstock_bg_desktop.jpg');
    }
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!../../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!../../../node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!../../../node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/styles/Footer.module.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
footer.Footer_footer__NzM_y {
  width: 100%;
  display: flex;
  flex-shrink: 0;
  background-color: #1d1f1f;
  color: #bcbec0;
  font-weight: 100;
}

footer.Footer_footer__NzM_y a {
  text-decoration: none;
  color: #bcbec0;
  font-weight: 100;
  font-size: 1.2rem;
  line-height: 1.6;
}

footer.Footer_footer__NzM_y a:hover {
  text-decoration: underline;
}
