html {
    height: 100%;
}

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

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: 'Komikax';
    src: url('fonts/KOMIKAX_.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/KrakenBanner.png);
    background-size: cover;
    height: 670px;
    display: flex;
}

.headerText {
    font-size: 16px;
    font-family: Tahoma, sans-serif;
    font-weight: bold;
    color: #000000;
    align-self: flex-end;
}

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

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

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

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

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

.BSOLogo {
    width: 7%;
}

.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: #9e3202;
}

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

.signingsText {
    font-size: 32px;
    font-family: Vanilla Extract, sans-serif;
    color: #9e3202;
}

.signingsBlurb {
    font-size: 20px;
    font-family: Geneva, sans-serif;
}

.krakenStickerImg {
    width: 55%;
    height: 55%;
}

.resourcesRowText {
    font-size: 42px;
    font-family: Vanilla Extract, sans-serif;
    color: #9e3202;
}

.resourcesText {
    margin-top: -2em;
    font-size: 36px;
    font-family: Vanilla Extract, sans-serif;
}

.resourcesText a {
    color: #006699;
}

.karaokeVideo {
    width: 100%;
}

.activityWorksheets {
    width: 90%;
}

.activitySpacer {
    margin-top: -3em;
}

.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: 670px;
    }

    .titleText {
        font-size: 60px;
    }

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

    .bookBlurb {
        font-size: 17px;
    }

    .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;
    }

    .signingsText {
        font-size: 26px;
    }

    .signingsBlurb {
        font-size: 20px;
    }

    .krakenStickerImg {
        width: 60%;
        height: 60%;
    }

    .resourcesRowText {
        font-size: 36px;
    }

    .resourcesText {
        margin-top: -1em;
        font-size: 32px;
    }

    .karaokeVideo {
        width: 100%;
    }

    .activityWorksheets {
        width: 90%;
    }

    .activitySpacer {
        margin-top: -2em;
    }

    .publisherText {
        font-size: 16px;
    }

}

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

    .headerImage {
        height: 502px;
    }

    .titleText {
        font-size: 60px;
    }

    .bookCoverImg {
        width: 60%;
        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;
    }

    .signingsText {
        font-size: 24px;
    }

    .signingsBlurb {
        font-size: 20px;
    }

    .krakenStickerImg {
        width: 70%;
        height: 70%;
    }

    .resourcesRowText {
        font-size: 36px;
    }

    .resourcesText {
        margin-top: 0;
        font-size: 32px;
    }

    .karaokeVideo {
        width: 80%;
    }

    .activityWorksheets {
        width: 70%;
    }

    .activitySpacer {
        margin-top: 0.25em;
    }

    .publisherText {
        font-size: 16px;
    }

}

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

    .titleText {
        font-size: 50px;
    }

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

    .bookBlurb {
        font-size: 15px;
    }

    .authorText {
        font-size: 17px;
    }

    .preorderText {
        font-size: 20px;
    }

    .preorderOptionsText {
        font-size: 18px;
    }

    .subheadText {
        font-size: 25px;
    }

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

    .signingsText {
        font-size: 18px;
    }

    .signingsBlurb {
        font-size: 16px;
    }

    .krakenStickerImg {
        width: 60%;
        height: 60%;
    }

    .resourcesRowText {
        font-size: 30px;
    }

    .resourcesText {
        margin-top: 0;
        font-size: 26px;
    }

    .karaokeVideo {
        width: 80%;
    }

    .activityWorksheets {
        width: 70%;
    }

    .activitySpacer {
        margin-top: 0.5em;
    }

    .publisherText {
        font-size: 13px;
    }

}

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

    .headerImage {
        height: 335px;
    }

}

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

    .headerImage {
        height: 335px;
    }

}