h1, h2 {
    font-family: "ZB Zanutura", sans-serif;
    font-weight: bold;
    font-size: calc(4rem + 4.5vw);
    color: #FF7800;
    margin: 0;
    padding: 0;
    text-shadow: rgb(178, 30, 14) 5px 5px;
}

.nbs-text {
    font-family: "ZB Zanutura", sans-serif;
    font-weight: normal;
    font-size: calc(1rem + 1.5vw);
    color: white;
    margin: 0;
    padding: 0;
}

@media (min-width: 1200px) {
    h1, h2 {
        font-size: 7rem;
    }

    .nbs-text {
        font-size: 2rem;
    }
}


body {
    margin: 0;
    padding: 0;
    background-color: black;
    color: white;
}

#part11 {
    min-height: 94vh;
    max-width: 100%;
    clip-path: polygon(
            0 0, /* left top */ 100% 0, /* right top */ 100% calc(100% - 9vw), /* right bottom */ 0 calc(100% - 3vw) /* left bottom */
    );
    background-image: url("../imgs/CBCPromoRenderHamster.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, .25);
    background-blend-mode: darken;
}

#part1 {
    min-height: 94vh;
    clip-path: polygon(
            0 0, /* left top */ 100% 0, /* right top */ 100% calc(100% - 6vw), /* right bottom */ 0 100% /* left bottom */
    );
    background: black;
}

#part1ct {
    background-color: #FF7800;
}

#part2 {
    min-height: 94vh;
    clip-path: polygon(
            0 0, /* left top */ 100% 0, /* right top */ 100% 100%, /* right bottom */ 0 calc(100% - 6vw) /* left bottom */
    );
    background-image: url("../imgs/CBCPromoRenderPossum.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, .45);
    background-blend-mode: darken;
    text-align: center;
}

@media (min-width: 1200px) {
    #part2 {
        text-align: start;
    }

    #p2title {
        font-size: calc(4rem + 4.5vw);
    }
}

#p2title {
    font-size: calc(2rem + 4.5vw);
}

#footer {
    min-height: 30vh;
    background-image: url("../imgs/footer_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pane-ct {
    background: white;
    border-color: white;
    border-width: 9px;
    border-radius: 0.375rem;
    border-style: solid;
    margin: auto;
    width: fit-content;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}

.pane {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    shape-margin: 20px;
    background: #0B65C5;
}

.pane-inner {
    padding: 1rem 3rem;
}


.pane-title {
    text-transform: uppercase;
    font-family: "ZB Zanutura", sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 3rem;
    margin-bottom: 0;
}

.pane-text {
    text-align: center;
    font-family: "ZB Zanutura", sans-serif;
    font-weight: normal;
    font-size: 2rem;
}

.pane-link-ct {
    text-align: center;
}

.pane-link {
    color: white;
    text-decoration: none;
    border-color: white;
    border-width: 2px;
    border-style: solid;
    padding: 0.25rem;
}

.language_switcher_img {
    width: 30px;
    height: 30px;
    margin: 0 0.5rem;
}