html {
    height: 100%;
}

body {
    height: 100%;
    background: #ccbdab;
}

h1 {
    font-size: 60px;
    line-height: 1.3333333333;
}

h2 {
    font-size: 40px;
    line-height: 1.3380952381;
}

h3 {
    font-size: 36px;
    line-height: 1.3833333333;
}

h4 {
    font-size: 30px;
    line-height: 1.3380952381;
}

@font-face {
    font-family: 'Komikap';
    src: url('fonts/KOMIKAP_.ttf');
}

@font-face {
    font-family: 'Vanilla Extract';
    src: url('fonts/VanillaExtractRegular.ttf');
}

@font-face {
    font-family: 'Geneva Bold';
    src: url('fonts/GenevaBold.ttf');
}

.headerImage {
    background-image: url(img/GhostTownBanner.png);
    background-size: cover;
    background-position: left bottom;
    height: 575px;
    display: flex;
}

.headerText {
    font-size: 16px;
    font-family: Tahoma, sans-serif;
    font-weight: bold;
    color: #ffffff;
    align-self: flex-end;
    -webkit-text-stroke: 1px black;
}

.titleText {
    background-color: #ffffff;
    font-size: 80px;
    font-family: Komikap, sans-serif;
    color: #CC9933;
    -webkit-text-stroke: 1px black;
}

.bookCoverImg {
    width: 70%;
    transform: rotate(-10deg);
    border: 1px solid #000000;
}

.bookBlurb {
    font-size: 22px;
    font-family: Geneva, sans-serif;
}

.authorText {
    font-size: 22px;
    font-family: Tahoma, sans-serif;
    font-weight: bold;
}

.WJBLogo {
    margin-left: -6em;
}

.preorderText {
    font-size: 32px;
    font-family: Vanilla Extract, sans-serif;
    color: #006699;
}

.preorderText a {
    color: #006699;
    text-decoration: none;
}

.preorderText a:hover {
    color: #2288bb;
    text-decoration: none;
}

.preorderOptionsText {
    font-size: 25px;
    font-family: Vanilla Extract, sans-serif;
    color: #000000;
}

.preorderOptionsText a {
    color: #006699;
    text-decoration: none;
}

.preorderOptionsText a:hover {
    color: #2288bb;
    text-decoration: none;
}

.subheadText {
    font-size: 55px;
    font-family: Vanilla Extract, sans-serif;
    color: #CC9933;
    -webkit-text-stroke: 1px black;
}

.video {
    width: 560px;
    height: 315px;
}

.publisherText {
    font-size: 18px;
    font-family: Vanilla Extract, sans-serif;
    color: #000000;
}

.sbpLogo {
    height: 50px;
    width: 50px;
}

.footer {
    background-color: aliceblue;
    font-size: 16px;
    font-family: Geneva, sans-serif;
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {

    .headerImage {
        height: 500px;
    }

    .titleText {
        font-size: 60px;
    }

    .bookCoverImg {
        width: 75%;
        transform: rotate(-10deg);
    }

    .bookBlurb {
        font-size: 20px;
    }

    .authorText {
        font-size: 19px;
    }

    .preorderText {
        font-size: 26px;
    }

    .preorderOptionsText {
        font-size: 25px;
    }

    .WJBLogo {
        margin-left: -4em;
    }

    .subheadText {
        font-size: 45px;
    }

    .video {
        width: 480px;
        height: 270px;
    }

    .publisherText {
        font-size: 16px;
    }

}

@media only screen and (max-width: 991px) and (min-width: 768px) {

    .headerImage {
        height: 375px;
    }

    .titleText {
        font-size: 60px;
    }

    .bookCoverImg {
        width: 50%;
        transform: rotate(0deg);
    }

    .bookBlurb {
        font-size: 20px;
    }

    .authorText {
        font-size: 22px;
    }

    .preorderText {
        font-size: 26px;
    }

    .preorderOptionsText {
        font-size: 22px;
    }

    .subheadText {
        font-size: 35px;
    }

    .video {
        width: 560px;
        height: 315px;
    }

    .publisherText {
        font-size: 16px;
    }

}

@media only screen and (max-width: 767px) and (min-width: 0px) {

    .titleText {
        font-size: 40px;
    }

    .bookCoverImg {
        width: 55%;
        transform: rotate(0deg);
    }

    .bookBlurb {
        font-size: 16px;
    }

    .authorText {
        font-size: 17px;
    }

    .preorderText {
        font-size: 20px;
    }

    .preorderOptionsText {
        font-size: 18px;
    }

    .subheadText {
        font-size: 25px;
    }

    .video {
        width: 300px;
        height: 168px;
    }

    .publisherText {
        font-size: 13px;
    }

}

@media only screen and (max-width: 767px) and (min-width: 576px) {

    .headerImage {
        height: 275px;
    }

}

@media only screen and (max-width: 575px) and (min-width: 0px) {

    .headerImage {
        height: 250px;
    }

}