html, body
{
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

body
{
    background-color: #000;
    background-size: 50%;
    color: #efefef;
    font-family: "Alike Angular", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
}

body.jungle
{
    background-image: url(../img/jungle-background.png);
}

body.connecticut
{
    background-image: url(../img/connecticut-background.jpeg);
}

body.rockets
{
    background-image: url(../img/rocket-background.png);
}

body.explosions
{
    background-image: url(../img/explosions-background.png?v=2);
}

body.horses
{
    background-image: url(../img/horses-background.png);
}

body.brains
{
    background-image: url(../img/brains-background.png);
}

body.tommygun
{
    background-image: url(../img/tommygun-background.png);
}

body.elephants
{
    background-image: url(../img/elephants-background.png);
}

body.dragonskin
{
    background-image: url(../img/dragonskin-background.png);
}

body.stonewall
{
    background-image: url(../img/stonewall-background.png);
}

body.testtubes
{
    background-image: url(../img/testtubes-background.png);
}

body.weapons
{
    background-image: url(../img/weapons-background.png);
}

body.typewriter
{
    background-image: url(../img/typewriter-background.png);
}

.bodyOuterWrp
{
    display: flex;
    flex-direction: row;
    min-height: 100%;
    width: 100%;

}

.contentOuterWrp
{
    flex: 1;
    box-sizing: border-box;
    min-height: 100%;
    background-size: 55% auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 1em 2em 5em 350px;
}

.contentInnerWrp
{
    padding-bottom: 5em;
    text-wrap: pretty;
}

.contentInnerWrp .sideBarWrp
{
    display: inline-block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    border: solid 1px #666;
    border-radius: 10px;
    padding: 2em;
    margin: 1em 0;
}

.contentInnerWrp .sideBarInnerWrp
{
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0;
}

.contentInnerWrp .bookLinkImgWrp
{
    float: left;
    width: 50%;
}

h1
{
    text-align: center;
}

#titleOne
{
    font-family: "Amatic SC", sans-serif;
    font-size: 1.5em;
}

#titleOne span
{
    display: inline-block;
}

#titleTwo
{
    font-family: "Bigelow Rules", serif;
    font-size: 3em;
    transform: scale(1, 2);
    text-shadow: 0 0 5px black;
}

#chapterHead
{
    text-shadow: 0 0 5px black;
}

.titleA
{
    background: linear-gradient(to bottom, white, white, white, white, white, #c20f0f, #c20f0f, #c20f0f, #c20f0f, #c20f0f);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
}

.titleG
{
    background: linear-gradient(to bottom, white, white, white, white, white, white, white, white, white, white, #c20f0f, #c20f0f, #c20f0f);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
}

h2
{
    text-align: center;
    font-family: 'Bigelow Rules', serif;
    font-size: 4em;
    transform: scale(1, 1.5);
    color: #9999ad;
}

.illuminated
{
    font-size: 15em;
    float: left;
    line-height: 0.7em;
    margin: 0 0 .1em 0;
    width: 0.7em;
    box-sizing: border-box;
    text-align: center;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    overflow-anchor: none;
    color: #fff;
}

p
{
    text-shadow: 0 0 5px black;
}

.sideBarWrp
{
    position: relative;
    width: 500px;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    min-height: 100%;
    box-sizing: border-box;
    background-color: #000;
}

.sideBarInnerWrp
{
    position: fixed;
    top: 0;
    width: 500px;
    padding-top: 3em;
}

a.bookLink,
a.bookLink:hover,
a.bookLink:active,
a.bookLink:visited
{
    color: #efefef;
    text-decoration: none;
}

a.bookLink img
{
    width: 250px;
    max-width: 50%;
    rotate: 5deg;
    box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.8);
    border: solid 1px #666;
}

.btn
{
    box-sizing: border-box;
    display: inline-block;
    background-color: #dddba9;
    color: #000;
    border-radius: 5px;
    padding: .35em 1em;
    border: solid 1px #fff;
    font-family: 'Amatic SC';
    font-size: 2em;
}

.btn:hover
{
    background-color: #dfc770;
}

.amazonVisitText
{
    display: inline-block;
    text-align: left;
}

.amazonVisitText p
{
    font-size: 1.4em;
}

.amazonVisitText ul
{
    margin-bottom: 2em;
}

.continueStory
{
    text-align: center;
    margin-top: 4em;
}

.warning
{
    background-color: #b30707;
    padding: 2em;
    border-radius: 10px;
    margin-top: 4em;
    border: solid 2px #e4f243;
    box-shadow: rgba(0, 0, 0, 0.75) 0 0 20px;
    text-transform: uppercase;
    font-size: 1.2em;
}

.continueStory a,
.warning a
{
    color: #fff;
}

.fullMenuWrp
{
    display: none;
    box-sizing: border-box;
}

.fullMenuWrp.active
{
    display: block;
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 9;
    bottom: 53px;
}

.fullMenuInner
{
    width: 50%;
    text-align: left;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.9);
    box-sizing: border-box;
    padding: 1em;
    border: solid 1px #fff;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    max-height: 50vh;
    height: 50vh;
    box-sizing: border-box;
}

.fullMenuScroller
{
    max-height: 100%;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
}

.fullMenuScroller a
{
    display: inline-block;
    width: 100%;
    text-align: left;
    color: #fff;
    text-decoration: none;
    padding: .5em;
    box-sizing: border-box;
    border: solid 1px transparent;
}

.fullMenuInner a.active
{
    background-color: #000;
    border-radius: 10px;
    border: solid 1px #666;
}

.fullMenuInner a.purchase
{
    color: #666;
}

.fullMenuInner a:hover,
.fullMenuInner a.active:hover
{
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    border: solid 1px rgba(255, 255, 255, 0.15);
    color: #fff;
}

.menuPurchase
{
    float: right;
}

.footerWrp
{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.6);
    color: #efefef;
    border-top: solid 1px #666;
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
}

.prevBtn,
.nextBtn
{
    text-decoration: none;
    color: #efefef;
    padding: .5em 1em;
    width: 30%;
}

.prevBtn
{
    float:  left;
}

.nextBtn
{
    float:  right;
    text-align: right;
}

.rotationArrow
{
    height: 1em;
    width: 1em;
}

.prevBtn .rotationArrow
{
    float: left;
    margin-right: .5em;
    rotate: 80deg;
}

.nextBtn .rotationArrow
{
    float: right;
    margin-left: .5em;
    transform: scaleX(-1);
    rotate: -80deg;
}

.menuBtnWrp
{
    flex: 1;
    text-align: center;
}

.menuBtn
{
    display: inline-block;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background-color: #000;
    margin-top: -1em;
    border: solid 3px #fff;
    box-sizing: border-box;
    padding-top: .2em;
}

.menuBtn b
{
    display: block;
    overflow: hidden;
    text-indent: -2000px;;
    height: 0px;
    max-height: 0px;
}

.menuBtn hr
{
    width: 1.5em;
    display: block;
    border: 0;
    border-top: 3px solid #fff;
    padding: 0;
    margin: .4em auto;
}



@media screen and (max-width: 1379px)
{
    .sideBarWrp,
    .sideBarInnerWrp
    {
        width: 300px;
    }
    
    .amazonVisitText
    {
        font-size: 1.05em;
    }
}

@media screen and (max-width: 1179px)
{
    .contentOuterWrp
    {
        background-size: 40% auto;
        padding-left: 175px;
    }
}

@media screen and (max-width: 859px)
{
    .amazonVisitText
    {
        font-size: .9em;
    }
    
    .menuPurchase
    {
        display: none;
    }
}

@media screen and (max-width: 759px)
{
    .amazonVisitText
    {
        font-size: .8em;
    }
    
    .prevBtn span,
    .nextBtn span
    {
        display: none;
    }
}

@media screen and (max-width: 709px)
{
    .amazonVisitText p,
    .amazonVisitText ul
    {
        display: none;
    }
    
    .contentInnerWrp .bookLinkImgWrp
    {
        float: none;
        width: 100%;
        margin-bottom: 2em;
    }
}

@media screen and (max-width: 699px)
{
    #titleTwo
    {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 629px)
{
    .contentOuterWrp
    {
        padding-left: 80px;
    }
}

@media screen and (max-width: 529px)
{
    #titleOne
    {
        font-size: 1.2em;
    }
    
    #titleTwo
    {
        font-size: 2em;
    }
    
    #chapterHead
    {
        font-size: 2.5em;
    }
    
    .fullMenuInner
    {
        width: 80%;
    }
}

@media screen and (max-width: 449px)
{
    #titleTwo
    {
        font-size: 1.7em;
    }
}

@media screen and (max-width: 390px)
{
    h1
    {
        font-size: 1.5em;
    }
    
    #chapterHead
    {
        font-size: 2em;
    }
    
    .illuminated
    {
        font-size: 10em;
    }
}

@media screen and (max-width: 320px)
{
    .contentOuterWrp
    {
        background-image: none !important;
        padding-left: 0 !important;
    }
}
