html {
    height: 100%;
}

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

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');
}

.bannerImage {
    background-image: url(img/JuneMoonBanner.png);
    background-size: cover;
    background-position: center center;
    height: 200px;
    display: flex;
}

.headerImage {
    background-image: url(img/mainPageHeader.png);
    background-size: cover;
    background-position: right center;
    height: 670px;
    display: flex;
}

.logoContainer {
    background-color: #120036;
}

.subPageLogoContainer {
    background-color: #120036;
}

.titleText {
    font-size: 90px;
    font-family: Vanilla Extract, sans-serif;
    color: #faea9c;
}

.smallTitleText {
    font-size: 30px;
    font-family: Vanilla Extract, sans-serif;
    color: #faea9c;
}

.moonLogo {
    width: 75%;
    height: 75%;
}

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

.navLinkRow {
    background-color: aliceblue;
}

.mainPageNavLinkText {
    font-family: Vanilla Extract, sans-serif;
    font-size: 36px;
    color: #006699;
    text-decoration: none;
}

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

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

.bookTitleText {
    font-size: 60px;
    font-family: Komikax, sans-serif;
    color: #9e3202;
    -webkit-text-stroke: 1px black;
    text-decoration: none;
}

.bookTitleText a {
    -webkit-text-stroke: 1px black;
    color: #9e3202;
    text-decoration: none;
}

.bookTitleText a:hover {
    color: #dd3315;
    text-decoration: none;
}

.bookTitleTextJuneMoon {
    font-size: 70px;
    font-family: Komikax, sans-serif;
    color: #333366;
    -webkit-text-stroke: 1px black;
    text-decoration: none;
}

.bookTitleTextJuneMoon a {
    -webkit-text-stroke: 1px black;
    color: #333366;
    text-decoration: none;
}

.bookTitleTextJuneMoon a:hover {
    color: #7676cc;
    text-decoration: none;
}

.bookTitleTextGhostTown {
    font-size: 57px;
    font-family: Komikax, sans-serif;
    color: #CC9933;
    -webkit-text-stroke: 1px black;
    text-decoration: none;
}

.bookTitleTextGhostTown a {
    -webkit-text-stroke: 1px black;
    color: #CC9933;
    text-decoration: none;
}

.bookTitleTextGhostTown a:hover {
    color: #ffcc66;
    text-decoration: none;
}

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

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

.bookCoverImgGhostTown {
    width: 75%;
    border: 1px solid #000000;
}

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

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

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

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

.readMoreButton {
    font-size: 32px;
    font-family: Vanilla Extract, sans-serif;
    color: #006699;
    border-bottom: 1px solid #000000;
}

.readMoreButton a {
    color: #006699;
}

.readMoreButton a:hover {
    color: #0099cc;
}

.authorImg {
    width: 90%;
    height: 90%;
}

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

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

.dateText {
    font-size: small;
    margin-top: 2em;
}

.bookTrailer {
    background-color: #ffffff;
    padding: 5px;
    text-align: center;
    vertical-align: center;
    height: 100%;
    width: 100%;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.social-area {
    padding: 0;
    margin: 0;
    margin-bottom: 12px;
}

.social-area li {
    list-style: none;
    display: inline-block;
    margin: 0 7px;
}

.social-area li a {
    color: rgba(255, 255, 255, 0.8);
}

.social-area li a:hover {
    color: rgba(0, 0, 0, 0.8);
}

.social-area li:first-child {
    margin-left: 0;
}

.social-area li:last-child {
    margin-right: 0;
}

.social-area-2 li {
    margin: 0 6px;
}

.social-area-2 li a {
    color: #ffffff;
    width: 32px;
    height: 32px;
    display: inline-block;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
}

.social-area-2 li a.facebook-icon {
    background: #3b5998;
    font-size: 20px;
}

.social-area-2 li a.twitter-icon {
    background: #55acee;
    font-size: 20px;
}

.social-area-2 li a.scbwi-icon {
    background: #6c27b3;
    font-size: 20px;
}

.social-area-2 li a.instagram-icon {
    background: #e1306c;
    font-size: 20px;
}

.social-area-2 li a.blogger-icon {
    background: #fc4f08;
    font-size: 20px;
}

.social-area-2 li a.google-icon {
    background: #dc4e41;
    font-size: 20px;
}

.social-area-2 li a.bluesky-icon {
    background: #0080fe;
    font-size: 20px;
}

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

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

    .headerImage {
        height: 600px;
    }

}

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

    .bannerImage {
        height: 200px;
    }

    .headerImage {
        height: 550px;
    }

    .titleText {
        font-size: 70px;
    }

    .smallTitleText {
        font-size: 25px;
    }

    .moonLogo {
        width: 80%;
        height: 80%;
    }

    .subMoonLogo {
        width: 75%;
        height: 75%;
    }

    .mainPageNavLinkText {
        font-size: 32px;
    }

    .bookTitleText {
        font-size: 55px;
    }

    .bookTitleTextJuneMoon {
        font-size: 65px;
    }

    .bookTitleTextGhostTown {
        font-size: 52px;
    }

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

    .bookCoverImgJuneMoon {
        width: 60%;
        transform: rotate(-10deg);
    }

    .bookCoverImgGhostTown {
        width: 75%;
    }

    .bookBlurb {
        font-size: 20px;
    }

    .authorText {
        font-size: 19px;
    }

    .preorderText {
        font-size: 28px;
    }

    .preorderOptionsText {
        font-size: 25px;
    }

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

    .readMoreButton {
        font-size: 28px;
    }

    .authorImg {
        width: 50%;
        height: 50%;
    }

    .newsHeader {
        font-size: 30px;
    }

    .newsRow {
        font-size: 20px;
    }

}

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

    .bannerImage {
        height: 150px;
    }

    .headerImage {
        height: 450px;
    }

    .titleText {
        font-size: 60px;
    }

    .smallTitleText {
        font-size: 26px;
    }

    .moonLogo {
        width: 10%;
        height: 10%;
    }

    .subMoonLogo {
        width: 15%;
        height: 15%;
    }

    .mainPageNavLinkText {
        font-size: 26px;
    }

    .bookTitleText {
        font-size: 50px;
    }

    .bookTitleTextJuneMoon {
        font-size: 60px;
    }

    .bookTitleTextGhostTown {
        font-size: 47px;
    }

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

    .bookCoverImgJuneMoon {
        width: 40%;
        transform: rotate(0deg);
    }

    .bookCoverImgGhostTown {
        width: 50%;
    }

    .bookBlurb {
        font-size: 20px;
    }

    .authorText {
        font-size: 22px;
    }

    .preorderText {
        font-size: 26px;
    }

    .preorderOptionsText {
        font-size: 22px;
    }

    .readMoreButton {
        font-size: 24px;
    }

    .authorImg {
        width: 50%;
        height: 50%;
    }

    .newsHeader {
        font-size: 30px;
    }

    .newsRow {
        font-size: 20px;
    }

}

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

    .bannerImage {
        height: 100px;
    }

    .titleText {
        font-size: 36px;
    }

    .smallTitleText {
        font-size: 16px;
    }

    .moonLogo {
        width: 15%;
        height: 15%;
    }

    .subMoonLogo {
        width: 20%;
        height: 20%;
    }

    .newsHeader {
        font-size: 20px;
    }

    .bookTitleText {
        font-size: 35px;
    }

    .bookTitleTextJuneMoon {
        font-size: 45px;
    }

    .bookTitleTextGhostTown {
        font-size: 32px;
    }

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

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

    .bookCoverImgGhostTown {
        width: 80%;
    }

    .bookBlurb {
        font-size: 16px;
    }

    .authorText {
        font-size: 17px;
    }

    .preorderText {
        font-size: 20px;
    }

    .preorderOptionsText {
        font-size: 18px;
    }

    .readMoreButton {
        font-size: 20px;
    }

    .authorImg {
        width: 80%;
        height: 80%;
    }

    .newsRow {
        font-size: 16px;
    }

}

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

    .headerImage {
        height: 300px;
    }

    .mainPageNavLinkText {
        font-size: 20px;
    }

}

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

    .headerImage {
        height: 250px;
    }

    .mainPageNavLinkText {
        font-size: 15px;
    }

}