html {
    scroll-behavior: smooth;
}

body {
    /* font-family: 'Montserrat', 'Lato', sans-serif; */
    /* font-family: 'Open Sans', sans-serif; */
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    color: #646464;
}

.map-container {
    position: relative;
}

.nav-mobile {
    display: none;
}

.container {
    padding: 0px;
    max-width: 1600px;
    position: relative;
    border: 0px solid red;
    /* max-width: 1150px; */
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.page-section {
    padding: 40px 170px 40px 170px;
    text-align: left;
}

.page-section p {
    font-weight: 600;
    font-size: 24px;
}

.page-section p b {
    font-weight: 700;
}

#mainImage {
    width: 100%;
}


.page-section-header {
    margin-bottom: 30px;
    font-size: 78px;
}

.page-section-7 .page-section-header,
.page-section-7 h3,
.page-section-7 h4 {
    color: #dd7d92;
}

.page-section-6 .page-section-header,
.page-section-6 h3,
.page-section-6 h4 {
    color: #a89577;
}

.page-section-5 .page-section-header,
.page-section-5 h3,
.page-section-5 h4 {
    color: #5e87a5;
}

.page-section-4 .page-section-header,
.page-section-4 h3,
.page-section-4 h4 {
    color: #9c5a9d;
}

.page-section-3 {
    color: #9e4e3c;
}

.page-section-3 .page-section-header,
.page-section-3 h3,
.page-section-3 h4 {
    color: #fd8f00;
}

.page-section-4 {
    color: #23a638;
}

.page-section-3 h2 {
    color: #9e4e3c;
}

.page-section-4 h2 {
    color: #23a638;
}

.page-section-4 .page-section-header,
.page-section-4 h3,
.page-section-4 h4 {
    color: #cefc2c;
}

.page-section-3 .preview {
    color: #fd8f00;
    font-weight: bold;
}

.page-section-4 .preview {
    color: #cefc2c;
    font-weight: bold;
}







.page-section h2 {
    margin-top: 50px;
    font-size: 72px;
    font-family: "Roboto", sans-serif;
}

.page-section-2 .page-section-header,
.page-section-2 h3,
.page-section-2 h2,
.page-section-2 h4 {
    color: #ea5198;
}

.page-section-2 p {
    color: #189fdb;
}

.page-section-1 p {
    font-style: normal;
    font-size: 32px;
    color: #FFF !important;
}

.page-section-a h3 {
    color: #95b8d4;
    font-size: 53px !important;
    font-style: italic;
    text-align: right;
    width: 80%;
    float: right;
}

.page-section-a h3 span {
    font-style: normal;
    font-size: 36px;
}

.page-section-b .page-section-header,
.page-section-b h3,
.page-section-b h4 {
    color: #e7adc8;
}

.page-section-1a a,
.page-section-1a .page-section-header,
.page-section-1a h3,
.page-section-1a h4,
.page-section-1a .color-blue {
    color: #80b8d0;
}

.page-section-1a h3 {
    font-size: 60px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0px;
}

.maksyma {
    width: 70%;
    text-align: left;
}

.maksyma p span {
    color: #f9bc15;
}

.maksyma p {
    font-size: 20px;
}

.page-section-1a p {
    font-size: 27px;
    font-weight: 600;
}

.color-superblack {
    color: #000;
}

.page-section-1a {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}

.page-section h4 {
    font-weight: 600;
    font-size: 24px;
}

img.img-shift-up {
    margin-top: -240px;
}

.page-section h3 {
    font-size: 36px;
    font-weight: 600;
}

h2.section-header {
    margin-bottom: 30px;
    color: #FFF;
    font-size: 108px;
}

p.footer-description {
    color: #FFF;
    font-size: 31px;
    font-weight: 600;
}

.color-black {
    color: #646464 !important;
}

.parallax-window,
.parallax-window7 {
    min-height: 450px;
}


/* Scroll indicator */
.scroll-indicator {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 5px;
    background: linear-gradient(90deg, #00d2ff, #3a7bd5);
    z-index: 1000;
}

/* Scroll down icon */
.scroll-down {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0) translateX(-50%);
    }

    40% {
        transform: translateY(-20px) translateX(-50%);
    }

    60% {
        transform: translateY(-10px) translateX(-50%);
    }
}

.scroll-down svg {
    width: 32px;
    height: 32px;
    fill: rgba(73, 70, 70, 0.7);
}


.nav-mobile ul {
    margin: 0px;
    padding: 0px;
}

.nav-mobile ul li {
    min-height: 65px;
    text-align: center;
    list-style: none;

}

.nav-mobile ul li img {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    width: 100%;
    margin-top: -24px;
    margin-bottom: -22px;
}

.social {
    text-align: center;
}

.social img {
    width: auto !important;
    height: 38px;
    margin: 5px;
}

.nav-mobile li:nth-child(even) {
    background-color: #ffdf01;
}

.nav-mobile li:nth-child(odd) {
    background-color: #f8bb13;
}

.nav-mobile ul li a {
    font-weight: 700;
    font-size: 36px;
}

a:hover {
    color: #000;
    text-decoration: none;
}

body.wcag-contrast a:hover {
    color: #FFF;
}

a {
    color: #000;
}

body.wcag-contrast a {
    color: #FFF;
}

.wide-container-top {
    position: fixed;
    top: 50px;
    width: 100%;
}

.wide-subcontainer-top {
    position: fixed;
    top: 50px;
    width: 100%;
}

h1.gallery {
    font-size: 4em;
}

h1.main_news_title,
h2.main_news_title,
.static-content h2 {

    font-size: 17px;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 35px;
}

body.wcag-font h1.main_news_title,
body.wcag-font h2.main_news_title,
body.wcag-font .static-content h2 {
    font-size: 21px;
}

h1.main_news_title span,
h2.main_news_title span {
    padding: 0 1em 0.5em 0.2em;
    box-shadow: 0px -1em 0px 0em #f2dc5d inset;
}

h1.main_news_title img,
h2.main_news_title img {
    width: 1.5em;
    margin-right: 20px;
}

h1.tworca_title {
    margin-top: 100px;
}

h2.wydawnictwo-tytul {
    font-size: 17px;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 35px;
    margin-top: 5px;
}

body.wcag-font h2.wydawnictwo-tytul {
    font-size: 21px;
}

h2.wydawnictwo-tytul span {
    padding: 0 1em 0.5em 0.2em;
}

h2.wydawnictwo-tytul span:hover {
    padding: 0 1em 0.5em 0.2em;
    box-shadow: 0px -1em 0px 0em #f2dc5d inset;
}

h2.wydawnictwo-tytul img {
    width: 1.5em;
    margin-right: 20px;
}

.news_date {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 15px;
}

body.wcag-font .news_date {
    font-size: 16px;
}

.news_cat {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

body.wcag-font .news_cat {
    font-size: 16px;
}

p>a:hover {
    color: #B1B1B1 !important;
}

.box-index {
    position: relative;
    padding: 15px 15px 15px 15px;
    display: flex;
    justify-content: center;
}

.box-index h2 {
    position: absolute;
    top: 200px;
    color: #FFF;
    font-size: 42px;
    text-align: center;
    font-weight: 100;
    text-transform: uppercase;
    justify-content: center;
}

.main-content {
    margin-right: -15px;
    margin-left: -15px;
}

.content {
    margin-right: 15px;
    margin-left: 15px;
}

header {
    width: 100%;
    position: relative;
    margin-top: 0px;
    padding-bottom: 10px;
    text-align: center;
    z-index: 1;
}

header.main {
    min-height: 215px;
}

.header-slide {
    margin-top: -500px;
}

.main-content {
    margin-top: 40px;
}

.main-content {
    font-size: 14px;
}

body.wcag-font .main-content {
    font-size: 18px;
}

.gallery-item img {
    width: 100%;
    margin: 20px 20px 20px 20px;
}

.logo {}

.logo img {}

body.wcag-contrast .logo img {
    filter: invert(100%);
}

.text-center {
    text-align: center;
}

.menu-wrapper {
    margin-top: 0px;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #FFF;
}

.menu-wrapper li {
    list-style: none;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
}

.menu-wrapper li a {
    display: inline-block;
    padding: 10px 10px 10px 10px;
    color: #FFF;
}

.menu-wrapper li a:hover {
    color: #f1de02;
}

.menu-subwrapper {
    margin-top: 0px;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #000;
}

.menu-subwrapper li {
    font-size: 16px;
    list-style: none;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
}

.menu-subwrapper li a {
    display: inline-block;
    padding: 10px 10px 10px 10px;
    color: #000;
    font-weight: bold;
}

.menu-subwrapper li a.active {
    color: #f1de02;
}

.menu-subwrapper li a:hover {
    color: #f1de02;
}

.main-sub-logo {
    max-width: 320px;
    margin-bottom: 30px;
}

footer {
    margin-top: 50px;
    padding-top: 35px;
    border-top: 1.5px solid #F2DC5D;
    font-size: 13px;
}

body.wcag-font footer {
    font-size: 16px;
}

.parallax-window4 p {
    font-size: 36px;
    color: #FFF;
}

.parallax-window4 p a {
    color: #FFF;
}

.row-footer {
    display: flex;
    height: 100%;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-around;
    align-items: center;
    height: 450px;
    flex-wrap: nowrap;
}

body.wcag-font footer p.adres {
    font-size: 20px;
}

.copyright {
    margin-top: 30px;
    font-size: 13px;
}

body.wcag-font .copyright {
    font-size: 17px;
}

.main-slider {
    margin-top: 0px;
}

.rotate_li {
    width: 100%;
    height: 500px;
    position: relative;
}

.slick-slider {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.slick-next {
    right: 10px !important;
}

.slick-prev {
    left: 10px !important;
    z-index: 1;
}

.fck-border {
    display: block;
    position: relative;
    margin: 15px;
}

.fck-border img {
    width: 100%;
}

.category {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
}

body.wcag-font .category {
    font-size: 19px;
}

.fck-border::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    z-index: -1;
    border: 5px solid #F2DC5D;
}

.fck-border::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    z-index: -1;
    border: 5px solid #B1B1B1;
}

.wystawy-img {
    max-width: 204px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    margin-top: 80px;
}

.tworcy-img {
    margin-top: 0px;
}

.wydawnictwa-img {
    margin-top: 0px;
    max-width: 240px;
}

.wystawy-autor {
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
}

body.wcag-font .wystawy-autor {
    font-size: 19px;
}

h2.tworcy-autor {
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 20px;
}

body.wcag-font h2.tworcy-autor {
    font-size: 20px;
}

h2.oferty-autor {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 20px;
}

body.wcag-font h2.oferty-autor {
    font-size: 20px;
}

.wystawy-wrap {
    padding: 15px;
}

.tworcy-wrap {
    padding: 15px;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.tworcy-hover {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tworcy-recth {
    position: relative;
    top: -2em;
    width: 80%;
    height: 2em;
    z-index: -1;
}

.tworcy-recth div {
    position: relative;
    top: 2em;
    height: 0;
    opacity: 0;
    background-color: #F2DC5D;
    transition: opacity 0.25s, top 0.25s, height 0.25s;
}


.tworcy-hover:hover .tworcy-recth div {
    top: 0;
    opacity: 1;
    height: 2em;
    margin-top: 0;
    transition: opacity 0.25s, top 0.25s, height 0.25s;
}

.wide-open-div {
    background: #F2DC5D;
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.hambo {
    display: none;
}

#side-drawer {
    height: 100vh;
    width: 336px;
    top: 0;
    left: -336px;
    z-index: 1032;
    /*z-index of standard bootstrap navbar is 1030 + 1 offset due to side-drawer-void*/
    transition: left 0.25s ease;
    background-color: #F2DC5D;
}

#side-drawer-void {
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1031;
    /*z-index of standard bootstrap navbar is 1030*/
    background: rgba(0, 0, 0, .6);
}

.back-buttons {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.buttonone {
    background: #FFF;
    border: 3px solid #F2DC5D;
    padding: 5px 10px 5px 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

body.wcag-font .buttonone {
    font-size: 18px;
}

body.wcag-contrast .buttonone {
    background: #000;
    color: #FFF;
}

.form-control {
    border: 2px solid #F2DC5D;
}

h1.wystawa-autor {
    font-size: 13px;
    margin-bottom: 30px;
}

body.wcag-font h1.wystawa-autor {
    font-size: 18px;
}

h1.wystawa-autor>span {
    border-bottom: 6px solid #B1B1B1;
    padding-bottom: 7px;
}

h2.wystawa-tytul {
    font-size: 13px;
    margin-bottom: 20px;
    font-weight: bold;
}

body.wcag-font h2.wystawa-tytul {
    font-size: 17px;
}

p.wystawa-opis {
    font-size: 12px;
}

body.wcag-font p.wystawa-opis {
    font-size: 16px;
}

video {
    max-width: 100%;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Responsywny kontener */
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

span.wystawa-miejsce {
    font-size: 12px;
    font-weight: 300;
}

body.wcag-font span.wystawa-miejsce {
    font-size: 16px;
}

.h-100 ul a {
    color: #434343;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.h-100 ul {
    margin-top: -40px;
    list-style: none;
    padding-left: 10px;
}

.h-100 ul li {
    list-style: none;
    display: block;
    padding: 15px 5px 15px 5px;
}

.h-100 ul li ul {
    background-color: #FFED00;
}

.help-buttons {
    float: right;
    margin-top: 20px;
}

.buy-it {
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 2px;
    border-radius: 20px;
    border-color: #fff;
    border-style: solid;
    margin: 10px 20px 10px 20px;
    color: #fff;
    font-size: 46px;
    text-transform: uppercase;
}

.buy-it:hover {
    border-color: #189fdb;
    background-color: #189fdb;
    color: #fff;
}

.buy-it a:hover {
    color: #fff !important;
}

p>a:hover {
    color: #fff !important;
}


@media (max-width: 520px) {

    .page-section h2 {
        margin-top: 50px;
        font-size: 42px;
        font-family: "Roboto", sans-serif;
    }

    .row-footer {
        flex-direction: column;
    }
    .row-footer p {
        font-size: 26px;
    }

    .row-footer img {}

    h2.section-header {
        margin-bottom: 30px;
        color: #FFF;
        font-size: 47px;
    }

    .page-section {
        padding: 20px;
    }

    .page-section p {
        font-weight: 600;
        font-size: 17px;
    }

    .page-section-header {
        font-size: 47px;
    }

    img.img-shift-up {
        margin-top: 0px;
    }

    .nav-mobile {
        display: block;
    }

    .page-section-a h3 {
        font-size: 23px !important;
        width: 100%;
    }

    .page-section-a h3 span {
        font-size: 16px;
    }

    .maksyma {
        width: 100%;
    }

    .scroll-down {
        position: fixed;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        animation: bounce 2s infinite;
    }

    .scroll-down svg {
        width: 32px;
        height: 32px;
        fill: rgba(197, 195, 195, 0.7);
    }

    .buy-it {
        width: 100%;
        padding: 10px 30px 10px 30px;
        border: 2px;
        border-radius: 20px;
        border-color: #fff;
        border-style: solid;
        margin: 10px 0px 10px 0px;
        color: #fff;
        font-size: 36px;
        text-transform: uppercase;
    }
}