i {
    font-style: italic;
}

b {
    font-weight: bold;
}

a:link {
    text-decoration: none;
    color: #de5d47;
}
a:visited {
    text-decoration: none;
    color: #de5d47;
}

#coverup {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.535);
    z-index: 1000;
}
#UKalert {
    display: none;
    z-index: 1001;
    width: 365px;
    padding: 30px;
    padding-bottom: 5px;
    background-color: white;
    position: fixed;
    text-align: center;
    box-sizing: border-box;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border-radius: 5px;
}
button#dismiss {
    padding: 7px;
    background-color: white;
    border-radius: 4px;
    border: 1px solid black;
    margin-top: 16px;
    cursor:pointer;
}


.container {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    display: grid;
    width: 100%;
    margin: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    color: #707070;
    font-size: 12pt;
    line-height: 18pt;
    max-width: 1440px;
}

.fullWidthImage {
    margin-top: 10px;
    margin-bottom: 10px;
    grid-column-start: 1;
    grid-column-end: 4;
}

#navbar {
    box-sizing: border-box;
    border: 0px solid red;
    background-color: white;
    position: fixed;
    right: 0;
    width: auto;
    padding: 10px;
    text-align: center;
    box-shadow: 00px 5px 10px rgba(0, 0, 0, 0.246);
}
#mainRoverIMG {
    width: 20px;
}

#bookCover {
    border: 0px solid black;
    grid-column-start: 1;
    grid-column-end: 4;
    padding: 20px;
}
#coverIMG {
    width: 100%;
}

#bookInfo {
    border: 0px solid red;
    display: grid;
    padding: 20px;
}

#title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 1px;
    line-height: 40px;
    color: black;
}

#subtitle {
    text-align: center;
    margin-bottom: 10px;
}

#bookDescription {
    margin-top: 0px;
    margin-bottom: 30px;
}

.topQuote {
    margin-bottom: 10px;
}

.quotetext {

}
.quotesource {
    font-weight: 600;
}

#preorderWrap {
    align-self: end;
}

#preorder {
    text-align: center;
    font-size: 18pt;
    margin-top: 20px;
    margin-bottom: 20px;
    color: black;
}

#storeButtons {
    border:0px solid red;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

a.button {
    display: block;
    border: 1px solid rgb(117, 117, 117);
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
}


a.button:link {
    color: black;
}
a.button:visited {
    color: black;
}
a.button:hover {
    background-color: black;
    color: white;
}
#preorderRewardsButton2 {
    /* border: 1px solid rgb(117, 117, 117); */
    border: 1px solid rgb(255, 135, 135);
    background-color: #ec705a;
    color: white;
}
#preorderRewardsButton3 {
    /* border: 1px solid rgb(117, 117, 117); */
    border: 0px solid rgb(255, 135, 135);
}
a.button:hover#preorderRewardsButton3 {
    background-color: #012169;
}
#preorderRewardsButton3usa {
    /* border: 1px solid rgb(117, 117, 117); */
    border: 0px solid rgb(255, 135, 135);
}
a.button:hover#preorderRewardsButton3usa {
    background-color: #B31942;
}

#publisher {
    text-align: center;
    padding:30px;
}

.fullWidthImage {
    border: 0px solid green;
    width: 100%;
}
.wideIMG {
    width: 100%;
}

#praise {
    border: 0px solid brown;
    display: grid;
    padding: 20px;
}

.bottomQuote {
    margin-bottom: 20px;
}

.areaHeading {
    text-align: center;
    font-size: 18pt;
    margin-top: 60px;
    margin-bottom: 15px;
    color: black;
}

#about {
    border: 0px solid black;
    display: grid;
    padding: 20px;
}

p.descript {
    margin-bottom: 10px;
}

span#mars {
    display: inline;
    color: #de5d47;
}

#authors {
    border: 0px solid black;
    display: grid;
    padding: 20px;
}

#authorsimgwide {
    grid-column-start: 1;
    grid-column-end: 4;
}

#authorsDesktop {
    display: none;
}

@media (min-width: 1023px) {
    .container {
        border: 0px solid red;
        grid-template-columns: 40% 30% 30%;
        grid-template-rows: 1fr;
    }

    .areaHeading {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    /* .button {
        max-width: 220px;
    } */

    #bookCover {
        padding: 30px;
        grid-column-start: 1;
        grid-column-end: 2;
    }

    #title {
        text-align: left;
        font-size: 60px;
        margin-top: 10px;
        margin-bottom: 12px;
    }

    #subtitle {
        text-align: left;
    }

    #bookInfo {
        border: 0px solid red;
        display: grid;
        grid-column-start: 2;
        grid-column-end: 4;
        padding: 10px;
        padding-top: 50px;
        align-items: start;
    }

    #storeButtons {
        border: 0px solid red;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        column-gap: 10px;
    }

    #rocketwide {
        grid-column-start: 1;
        grid-column-end: 4;
    }

    #praise {
        grid-template-columns: 1fr 1fr;
        grid-column-start: 1;
        grid-column-end: 4;
    }

    #praiseHeading {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .bottomQuote {
        border: 0px solid red;
        padding: 20px;
        padding-top: 0;
    }

    #flyerswide {
        border: 0px solid red;
        grid-column-start: 1;
        grid-column-end: 2;
    }

    #about {
        border: 0px solid red;
        grid-column-start: 2;
        grid-column-end: 4;
        align-items: start;
        padding: 30px;
    }
    
    #authors {
        display: none;
        grid-column-start: 1;
        grid-column-end: 4;
    }

    #authorsHeading {
        color: white;
    }

    #authorsimgwide {
        position: relative;
        display: grid;
        grid-template-columns: 46% 54%;
    }

    #authorsIMG {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    #authorsDesktop {
        display: grid;
        position: absolute;
        color: rgb(255, 255, 255); 
        /* mix-blend-mode: difference; */
        background-color: rgba(0, 0, 0, 0.7);
        border-radius: 2%;
        border: 0px solid red;
        top: 50px;
        left: 10px;
        grid-column-start: 1;
        grid-column-end: 2;
        padding: 20px;
    }
    #authorsDesktop a:visited, a:link {
        color: #fd8772;
    }
}