body{
    margin: 0px;
}

#cover{
    margin-top: -120px;
    width: 100%;
    height: 60vh;
    min-height: 400px;
    background-image: url('../img/copertina.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#coverText{
    text-align: center;
    color: #af9f66;
    min-height: 40vh;
}

#bookTitle{
    letter-spacing: 30px;
    font-size: 64px;
    line-height: 50px;
    text-align: center;
    font-family: 'Lora', serif;
    margin-bottom: 3vh;
    text-transform: uppercase;
    padding-top: 7vh;
    height: 4vh;
    min-height: 50px;
}

#bookAuthor{
    font-size: 24px;
    text-align: center;
    font-family: 'Lora', serif;
    font-weight: bold;
    margin-bottom: 1vh;
}

.right{
    display: table;
}

#bookSubtitle{
    font-family: 'Lora', serif;
    font-size: 24px;
    margin-bottom: 8vh;
}

#publishingHouse{
    text-transform: uppercase;
    font-family: 'Lora', serif;
    font-size: 14px;
    font-weight: 100;

}

.logo{
    background-color: black;
}

#bookPrint{
    display: table;
}

#bookText{
    width: 100%;
    font-size: 0;
    overflow: hidden;
}

.paragraphTextWrapper{
    display: block;
}

.paragraphTitle{
    font-size: 36px;
    text-transform: uppercase;
}

.paragraphText{
    font-size: 17px;
    color: #939393;
    margin-bottom: 0px;
}

.bookRow img{
    width: 100%;
    max-height: 900px;
    object-fit: contain;
}

.paragraphTextWrapper{
    padding: 30px;
}

#payment{
    margin-top: 30px;
    text-align: center;
}

form{
    margin: 20px;
}

#buyDetails{
    width: 90%;
    margin-left: 5%;
}

#mobileHeaderWrapper{
    position: absolute;
    top: 0px;
    z-index: -1;
    width: 100%;
}

/* form {
    max-width: 600px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

input, textarea{
    border: 5px solid #af9f66 !important;
    background-color: transparent;
    font-size: 17px !important;
    font-family: 'Roboto', sans-serif !important;
    width: calc(100% - 50px) !important;
}

#paypal-button-container{
    width: calc(100% - 50px);
    margin-left: 25px;
    margin-top: 15px;
}


textarea{
    padding: 15px;
    width: calc(100% - 80px) !important;
}

.inlineInput{
    width: calc(100% - 161px) !important;
    display: inline-block;
}

.smallInput{
    width: 100px !important;
    display: inline-block;
}
*/
input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #939393 !important;
    opacity: 1; /* Firefox */
}

#mobile-menu:before{
    height: 120px;
}

@media only screen and (max-width: 920px) {
    .rightImage{
        order: 1;
    }
    .right div{
        order: 2;
    }
    .right{
        display: flex;
        flex-flow: column
    }
}

@media only screen and (min-width: 920px) {
    
    .bookRow img{
        width: 50%;
    }
    
    #openBookImage{
        padding-top: 10.92%;
        padding-bottom: 10.92%;
    }

    .paragraphTextWrapper{
        width: 40%;
        padding: 5%;
        display: inline-block;
        vertical-align: middle;
    }
}

@media only screen and (min-width: 1280px) {
    #cover{
        background: linear-gradient(rgba(0, 0, 0, 0.7) 120px ,rgba(0,0,0,0) 220px), url(../img/copertina.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media only screen and (max-width: 720px) {
    #bookTitle{
        font-size: 10vw;
        letter-spacing: 3vw;
        padding-top: 6vh;
    }
    #bookAuthor{
        font-size: 18px;
    }
    #bookSubtitle{
        font-size: 18px;
    }
    #cover{
        min-height: 300px !important;
    }
}