body {
    background-attachment: fixed;
    
    font-family: lato, sans-serif;
    /* font-weight: lighter; */
    background-color: #111;
    background-repeat: repeat;
    box-sizing: border-box;    
    background-image: url(galaxy.jpg);
	background-position:top center;
    margin:0;
}

.siderunner {
    margin-left: auto;
    margin-right: auto;
    top: 10px;
    background-image: url(side.png);
    width: 100%;
    height: 670px;
    position: absolute;
    z-index: -1;
    margin: auto 0;
    background-repeat: no-repeat;
    background-position: top;


}


 .phone {
    background-image: url(phone.png);
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-position-y: -92px;
    padding: 75px 0 185px;
}


.bolder{
    font-weight: 800;
    font-style: normal;
    /*color: lighten($linkcolour, 90%);    */
}

.italics
{
    font-style: oblique;
}

.sfx {
    padding-right: 5px;
    font-style: oblique;
    font-family: monospace;
}

.sub
{
    padding-right: 3px;
    font-style: italic;
    font-family: monospace;
}

h1 {
width: auto;
    font-family: monospace;
    color: #E91E63;
    text-align: center;
    font-weight: lighter;
}

.container {
    border-radius: 1px;
    display: block;
    max-width: 470px;
    margin: 0 auto;
    padding: 10px 20px;
    background:#f9f9f9;
    box-shadow: 0px 1px 4px 0px #555558;
    

    padding-bottom:2em;
}
.container{
    
}
/*
.story {padding-top: 0px;}
*/

a:before {
    /*content: "> ";*/
}

a, .promo {
    color: #666;
    text-align: center;
    text-decoration: none;
    font-size: large;
}

p > a {
    
    width: 200;
    font-style: normal;
    color: #947070;
    padding: 9px;
    border-radius: 6px;
    padding: .4em 1em 0.3em;
    margin: 7px;
    display: inline;
    position: relative;
    color: #ffffff;
    background: rgba(21, 184, 255, 0.54);
    
}

.promo {
    font-style: normal;
    color: #947070;    
    top: 15px;
    padding: .4em 1em 0.3em;
    margin: 7px 0px -7px 0px;
    display: block;
    background: rgba(212, 25, 63, 0.14);
    position: relative;
}

.promo {
    color: #777;
    background-color: transparent;
    margin-top: 20px;
    top:0;
}

a:hover, .promo:hover{
    color: #ccc;
}



p {
/*text-indent: 3em; */
    /* font-style: italic; */
    margin: 19px auto;
    line-height: 1.4em;
    font-size: 13pt;
    color: #526994;
    opacity: 0.0;
    -webkit-transition: all 200ms cubic-bezier(0.765, 0.105, 0.385, 0.560);
    -moz-transition: all 200ms cubic-bezier(0.765, 0.105, 0.385, 0.560);
    -o-transition: all 200ms cubic-bezier(0.765, 0.105, 0.385, 0.560);
    transition: all 200ms cubic-bezier(0.765, 0.105, 0.385, 0.560);
    padding: 0px border-radius: 11px;
    margin: 6px 0px;
    padding: 0px 0px 7px 0px;
    width: auto;
}

p.show {
    opacity: 1.0;
}


p.choice a{ text-indent: 0 }

p.choice {
    top: 10px;
    text-align: center;
    background-color: transparent;
}



#scene{

    margin-left: -20px;
    /* box-shadow: 0px 1px 2px black; */
    border: solid 1px #111;
    border-left: 0;
    border-right: 0;
}

#bg, #cutaway{
    
    z-index: 0;    
}


#cutaway {
    
    margin-top: 90px;
}

img#photo{
    width: 400px;
    height:auto;
    border: 14px solid white;
    /* bottom: 20px; */
    z-index: 20;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    box-shadow: #999 0px 0px 2px;
    margin: 15px 20px 10px 10px;
    border-radius: 1px;

-webkit-transition: all 1200ms cubic-bezier(0.765, 0.105, 0.385, 0.560); 
   -moz-transition: all 1200ms cubic-bezier(0.765, 0.105, 0.385, 0.560); 
     -o-transition: all 1200ms cubic-bezier(0.765, 0.105, 0.385, 0.560); 
        transition: all 1200ms cubic-bezier(0.765, 0.105, 0.385, 0.560); /* custom */
}



img#center{
    /*bottom: 20px;*/
    z-index: 20;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    left: -20px;
}




.ui#textcolumn {
    display: inline;
    line-height: 22px;
    font-size: 1em;
    margin: -9px -20px;
    color: rgb(121, 121, 121);
    background: rgb(255, 237, 149);
    padding: 7px 23px;
    /* font-weight: lighter; */
    font-style: normal;
    border-radius: 0px 10px 10px 0px;
    /* border-right: solid 5px rgba(233, 30, 99, 0.51); */
}

.box { 
    background: rgba(165, 205, 218, 0.22);
    border: 1px solid #000000;
    padding: 10px;
    margin-bottom: 20px;
    color: #ffffff;
    height: auto;
 }

 
 .container { 
 }

 .sidebar {
    /* margin-left: 700px; */
    width: 14em;
    margin: 0 auto;
    position: left;
    position: absolute;
    margin-left: 520px;
    margin-top: -20px;
}

 .clear {
    clear:both;
 }

.box a {
    background: none;
    padding: .3em 1em;
    color: #9a9a9a
    font-weight: bold;
    text-decoration: none;    
}


p.choice a{
    -webkit-transition: margin 1s, color .2s, background .2s;
    transition: margin 1s, color .2s, background .2s;
}

p.choice a:hover {
    /*margin-left: 5px;*/
    background-color: rgba(121, 43, 224, 0.54);
    color: white;
}


#namecolumn {
font-size: medium;
    width: 3.2em;
    display: table-cell;
    color: #777;
    font-style: italic;
    font-weight: inherit;
    padding-right: 5px;
    text-align: right;
}
#textcolumn {
    display: table-cell;
    width: auto;
}


#a {
    border-bottom-color: #63b7ff;
    background: #6d396b;
}

#p {
    border-bottom-color: #656565;
    background: #383838;
}

#p, #a {
    position: relative;
    padding-top: 6px;
    margin-bottom: -6px;
    margin-top: -12px;
    margin-right: 8px;
    top: 7px;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-radius: 15px;    
}


#story>p { position:relative;     border-radius: 6px;}
#story {   box-shadow: #e6fcff 0px 0px 40px; border-radius: 5px;}
#bg, #cutaway { position:absolute; top:0; left:0; }

#bg {

    width: 400px;
    height:400px;
    border: 14px solid transparent;
    margin: 0 auto;
    margin: 10px;
    top: -10px;

-webkit-transition: all 1200ms cubic-bezier(0.765, 0.105, 0.385, 0.560); 
   -moz-transition: all 1200ms cubic-bezier(0.765, 0.105, 0.385, 0.560); 
     -o-transition: all 1200ms cubic-bezier(0.765, 0.105, 0.385, 0.560); 
        transition: all 1200ms cubic-bezier(0.765, 0.105, 0.385, 0.560); /* custom */
}






.jenni,.notjenni,.player {
    font-style: normal;
    /*border-left: dotted 1px;*/
}

.jenni {
	color: #fff;
    padding: 12px;
    background: #f78fb2;
    border-radius: 15px;

}

.notjenni {
    color: #4282ff;
    padding: 12px;
    background: #f2f3f3;
    border-radius: 15px;

}

.player {
     color: #444;
    padding: 12px;
    background-color: rgb(209, 241, 255);
    border-radius: 15px;
    margin-left: -26px;
    padding-right: 40px;   
}



#jenni {
    margin-right: 5%;
    /* width: 10px; */
    display: grid;
    /* position: relative; */
    margin-left: -15%;
    /* left: -15%; */
}







 

@media screen {
    div#preloader {
        position: absolute;
        left: -9999px;
        top:  -9999px;
        }
    div#preloader img {
        display: block;
        }
    }
@media print {
    div#preloader, 
    div#preloader img {
        visibility: hidden;
        display: none;
        }
    }

.follow-scroll {display:none;}






#loggedin {
    padding:20px 10px;
}
#loggedin, #tips {
    color:#fff;
    text-align:center;
    margin-bottom:10px;
    margin-top:-10px;
}
#loggedin a {
    margin-left:10px;
    background:transparent;
    box-shadow:none;
    border:none;
    color:rgb(233, 30, 99);
    font-size:14px;
}
#loggedin a:hover {
    color:rgb(255, 52, 143);
    cursor:pointer;
}
#loggedin img {
    width:19px;
    height:auto;
    margin-top:-5px;
    position:relative;
    top:1px;
}


#story p.choice.patreon a:hover {
    background-color:rgba(232,81,40,1);
}
#story p.choice.patreon a:before {
    content: ' ';
    width: 25px;
    height: 25px;
    background: url('patreon_logo.png');
    display: block;
    position: absolute;
    background-size: 25px 25px;
    margin-top: 0;
    padding-right:20px;
    background-repeat: no-repeat;
    margin-right:20px;
    left:-28px;
    top:1px;
}




.phone {
    background-attachment: scroll;
}

a.parsedlink {
    color: #fff;
    transition: color .2s, background .2s;
    top: 10px;
    left: 20%;
    display: inline-block;
    /* left: 6%; */
    margin-left: 3%;
    top: 0;	
}
    
}
a:hover, .promo:hover {
    background-color: #0bd;
}(edited)