/* ENTRANCE LANDING */

sidebar {
    background-color: #CB5CFF;
    position: fixed;
    top: 0px;
    padding: 32px;
    padding-top: 0px;
    height: calc(100vh - 32px);
    width: calc(100vw / 3);
    text-align: center;
    display: flex;
    align-items: flex-end;
  }

img.logo_landing {
    width: 100%;
    max-height: 400px;
    object-fit: contain;
    display: none;
}

#entry_section {
    background-color: #E0E0E0;
    position: fixed;
    top: 0px;
    left: calc((100vw / 3) + 64px);
    padding: 32px;
    padding-top: 0px;
    height: calc(100vh - 32px);
    width: calc((100vw / 3) * 2 - 128px);
  }

.title_illustration {
    justify-content: end;
    position: absolute;
    bottom: 32px;
}

h1{
    font-family: "Junicode";
    font-size: 58px;
    display: inline-block;
    line-height: 100%;
}

.uncut_landing{
    font-family: "Uncut";
    text-transform: uppercase;
    font-size: 20px;
}


.block01{
    margin-right: 24px;
}

.block03{
    margin-left: 48px;
}

/* STICKY MENUS */

.landing_text {
    padding-top: 0px;
    width: calc((100vw / 3) * 2 - 128px);
    padding-left: 32px;
    padding-right: 32px;
    position: sticky;
    left: calc((100vw / 3) + 64px);
}

.about{
    top: 56px;
    height: calc(100vh - 56px);
    background-color: #C4FDCD;
    margin-top: 100vh;
}

.header_about{
    background-color: #74FB8A;
}

.print_texts{
    top: 112px;
    height: calc(100vh - 112px);
    background-color: #FF8470;
}

.header_print_texts{
    background-color:#FF684F;
}

.partners{
    top: 168px;
    height: calc(100vh - 168px);
    background-color: #DE99FF;
}

.header_partners{
    background-color: #CB5CFF;
}

h2 {
    width: 100%;
    background-color: #74FB8A;
    margin-left: -32px;
    padding-left: 32px;
    padding-right: 32px;
    font-family: "Junicode";
    text-transform: uppercase;
    font-size: 24px;
    height: 56px;
    line-height: 56px;
}

p {
    font-family: "Uncut";
}

.about_text {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 8px;
    max-width: 850px;
}

.about_text:nth-last-child(1) {
    padding-bottom: 120px;
  }

.longer_text {
    height: calc(100vh - 144px);
    padding-top: 32px;
    margin-right: -32px;
    padding-right: 32px;
}

.longer_text.item2 {
    height: calc(100vh - 200px);
}

.longer_text.item3 {
    height: calc(100vh - 256px);
}

/* LOGOS */

ul.logos li {
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: middle;
}

ul.logos img.s {
    max-height: 25px;
}

ul.logos img {
    max-width: 100%;
    height: fit-content;
    width: auto;
    max-height: 40px;
    padding-right: 32px;
    padding-bottom: 32px;
}

#landing_img_2{
    display: none;
}

#landing_img_3{
    display: none;
}

#landing_img_4{
    display: none;
}

.img_visible{
    display: block !important;
}

/* styles for when the header is in sticky mode */
.pinned {
    overflow-y: scroll;
} 

/* CONTACTS */

.title_contacts{
    font-size: 14px;
    font-family: "Uncut";
}

.contacts {
    font-family: "Junicode";
    display: flex;
    position: absolute;
    bottom: 32px;
    justify-content: space-between;
    width: calc((100vw / 3) * 2 - 128px);
}

a.single_contact{
    color: #252525;
    text-decoration: none;
    text-transform: uppercase;
}

a.single_contact:hover{
    color: #CB5CFF;
}
