html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
:root {
    /*--blue-darker: #11428a;*/
}
html {
    scroll-behavior: smooth !important;
    background-color: #000;

}
body {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    height: 100vh;
    position: relative;
    scroll-behavior: smooth !important;

}
body * {
    box-sizing: border-box;
}
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #fff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 4px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 4px;
}
.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url("../media/bg.jpg");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.scrollableContent {
    position: absolute;
    top: 8px;
    left: 0;
    width: calc(100% - 8px);
    height: calc(100% - 16px);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 2;
    scroll-behavior: smooth !important;
}
.bookPart {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10vh 10vw;
}
.textCol {
    width: 50vw;
}
.textCol .button {
    width: fit-content;
}
.bookPart .textCol h2 {
    font-weight: 800;
    font-size: 6vh;
    text-shadow: 0 0 0.5rem rgba(0,0,0,1);
}
.bookCol {
    width: 22vw;
    height: 80vh;
}
.bookCol img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.jesusMessage {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 100vh;
    padding: 10vh 10vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.jesusMessage p {
    margin-bottom: 1.75rem;
    font-size: 2rem;
    line-height: 1.25;
    text-shadow: 0 0 0.25rem rgba(0,0,0,1);
}
.booksBuy {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 10vh 10vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.booksBuyRef {
    position: absolute;
    top: -20vh;
    left: 0;
}
.booksBuyMsg {
    width: 100%;
}
.booksBuy .booksBuyMsg h3 {
    font-weight: 800;
    font-size: 5vh;
    text-shadow: 0 0 0.5rem rgba(0,0,0,1);
    text-align: center;

}
.buy {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}
.buy .button {
    margin: 0 2rem;
}

.booksSubscribe {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 10vh 10vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}
.booksRelease {
    width: 40vw;
}
.booksSubscribe .booksRelease h3 {
    font-weight: 800;
    font-size: 4vh;
    text-shadow: 0 0 0.5rem rgba(0,0,0,1);
    margin-top: 2rem;
}
.subscribeBlock {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}
.subscribe {
    width: 20vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.subscribe p {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.25;
}
.button {
    margin-top: 2rem;
    display: block;
    padding: 1rem 2rem;
    background-color: #850909;
    box-shadow: 0 0 0.5rem rgba(0,0,0,1);
    border-radius: 1rem;
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    user-select: none;
}
.button:hover {
    background-color: #9a0a0a;
}
.button:active {
    background-color: #b00a0a;
}
.siteForm {
    position: relative;
    width: 100%;
    padding: 10vh 10vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.visitSite {
    width: 50vw;
}
.visitSite h3 {
    font-weight: 500;
    font-size: 2rem;
    text-shadow: 0 0 0.5rem rgba(0,0,0,1);
    line-height: 1.25;
}
.visitSite a {
    display: inline-block;
    width: fit-content;
}
.contactForm {
    width: 22vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.contactForm h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.formInput {
    width: 100%;
    height: 3rem;
    padding: 0 1.25rem;
    border: 1px solid #9a0a0a;
    background-color: black;
    border-radius: 1rem;
    margin: 0.5rem auto;
    transition: all 250ms;
    color: #fff;
    font-size: 1.25rem;
    font-family: 'Montserrat', sans-serif;
}
.formInput:focus {
    outline: none;
}
.formInput:focus + .formLabel, .formInput:not(:placeholder-shown) + .formLabel {
    transform: translateY(-4.5rem) scale(1);
    color: #ffffff;
}
.formInput::placeholder {
    display: none;
    color: transparent;
    user-select: none;
}
.formLabel {
    font-size: 1rem;
    color: #aaaaaa;
    display: block;
    transform: translate(1.25rem, -2.5rem);
    transform-origin: 0 0;
    transition: all 0.2s ease-in-out;
    user-select: none;
    pointer-events: none;
}
.formSubmit {
    display: block;
    padding: 1rem 2rem;
    background-color: #850909;
    box-shadow: 0 0 0.5rem rgba(0,0,0,1);
    border-radius: 1rem;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    user-select: none;
    outline: none !important;
    border: none !important;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    margin-left: 2px;
}
.formSubmit:hover {
    background-color: #9a0a0a;
}
.formSubmit:active {
    background-color: #b00a0a;
}
.centerer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.thankYou {
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 600;
    padding: 4rem 8rem;
    background-color: rgba(0,0,0,0.5);
    border: 1px solid #9a0a0a;
    width: 60%;
}
.thankYou a {
    color: #fff;
    border: none !important;
    outline: none !important;
}
.thankYou a:visited {
    color: #fff;
}

@media (max-width: 1400px) {

}

@media (max-width: 1199px) {

}

@media (max-width: 960px) {
    .bookPart {
        flex-direction: column-reverse;
        height: auto;
    }
    .bookCol img {
        margin-left: 7vw;
    }
    .vanishOnMobile {
        display: none;
    }
    .bookPart .textCol h2 {
        font-size: 3.5rem;
    }
    .textCol {
        width: 100%;
    }
    .bookCol {
        width: 100%;
    }
    .buy {
        flex-direction: column;
    }
    .buy .button {
        margin: 2rem 0 0 0;
    }
    .booksSubscribe {
        flex-direction: column;
    }
    .booksRelease {
        width: 100%;
    }
    .subscribe {
        width: 100%;
        margin-top: 4rem;
    }
    .subscribe p {
        font-size: 2rem;
    }
    .siteForm {
        flex-direction: column;
    }
    .visitSite {
        width: 100%;
    }
    .contactForm {
        width: 100%;
        margin-top: 4rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .thankYou {
        font-size: 2rem;
        padding: 2rem 4rem;
        width: 80%;
    }
}

@media (max-width: 760px) {

}

@media (max-width: 670px) {
    .bookPart .textCol h2 {
        font-size: 2rem;
    }
    .jesusMessage p {
        font-size: 1.25rem;
    }
    .booksBuyRef {
        top: -5vh;
    }
    .subscribeBlock {
        flex-direction: column;
    }
    .subscribe p {
        font-size: 1.25rem;
    }
    .visitSite h3 {
        font-size: 1.25rem;
    }
    .thankYou {
        font-size: 1.25rem;
        padding: 1rem 2rem;
        width: 80%;
    }
}

@media (max-width: 540px) {
    .bookCol {
        height: 60vh
    }
}
@media (max-width: 320px) {
    .bookPart .textCol h2 {
        font-size: 1.5rem;
    }
}


