body{
    /* overflow-y: hidden; */
    color: var(--blue);
    background-color: var(--white);
}

#section--buttons{
    display: flex;
}

#section--title{
    position: fixed;
    align-items: flex-start;
    top: 0;
    margin-top: 2%;
    margin-left: 3%;
   
}

#pub_title{
    text-transform: uppercase;
    margin: 0;
    font-weight: bolder;
    font-size: calc(var(--title-size) - 1.5em);
}

.pub_subtitle {
    display: none;
}

.author_name{
    margin: 0;
    font-family: var(--titles);
    font-size:1em;
}

.background{
    position: relative;
    width: 100%;
    height: unset;
    top: -59px;
}

#mockup_desktop{
    display: block;
}

#mockup_mobile{
    display: none;
}

.dedicated_intro{
    display: none;
}

.colophon{
    display: none;
}

#section--nav{
    display: none;
}

#section--content{
    display: none;
}


.purchase_buttons{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100vw;
    position: sticky;
    bottom: 5%;
    margin-top: -10%;
    margin-bottom: 3%;
    z-index: 100;
}

.get_the_book{
    background-color: var(--red);
    font-family: var(--titles);
    color: white;
    padding: 15px 25px;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 2pt 1pt black;
}

.get_the_book:hover{
    background-color: var(--green);
}

/* .get_the_book:hover {
    background-color: var(--green);
  } */

.summary{
    padding: 3% 29% 3.5% 25%;
    background-color: var(--blue);
    color: var(--white);
    font-family: var(--titles);
}

.summary p{
    font-weight: 100;
    line-height: 1.2em;
    text-wrap: pretty;
}

.credits{ 
    background-color: var(--white);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 93vw;
    padding: 5% 3% 2% 3%;
    font-family: var(--titles);
}

.credits a{
    color: var(--green)
}

.credits img{
    width: 10px;
}

.credits .license{
    font-size: 0.7em;
}

.language-small{
    display: none;
}

.selected{
    text-decoration: underline !important;
}