@charset "UTF-8";

@font-face {
	font-family: "Louis George";
	src: url("fonts/louis_george_caf/Louis George Cafe.ttf") format("truetype");
	src: url("fonts/louis_george_caf/Louis-George-Cafe.woff") format("woff");
}
.UpdatedCommentSection {
    color:black;
}

head,body {
	margin: 0;
	padding: 0;
	max-width: 100%;
	background-color: #faffff;
}
.StoryBody {
    background-color: #fff;
    padding:10px;
    padding-left:5%;
    padding-right:5%;
}
html, body{
	margin:0px;
	padding:0px;
}
a {
	margin:0px;
}
.WebTitle{
	    font-family:fantasy;
	    font-size:1em;
    }
    .navBar {
        background-color:#88c0fc;
	    margin:0px;
	    padding:10px 10px 0px 10px;
	    text-align:center;
	    border-bottom:1px solid dimgray;
    }
    .navLinks {
        font-size:1em;
	    text-shadow:0.5px 0.5px 2px #003307;
	    text-decoration:none;
    	color:darkgreen;
	    margin:0px 10px 0px 10px;
    	padding:3px 3px 1px 3px;
	    border-radius:5px 5px 0px 0px;
    }
    .navLinks:hover {
	    background-color:#5e005d;
	    color:#bd8dcc;
	    text-shadow:0.5px 0.5px 2px #4f4552;
    }


.pageBody{
	display:flex;
	width:100%;
	text-align:center;
}
.sideBar, .mainBody {
	flex:1;
}
.sideBar {
	width:30%;
	padding:10px;
	background-color:#defffc;
}
.mainDiv {
	width:70%;
	padding:10px;
}
.DivHeaders {
	border-bottom:1px solid black;
}
.StoryDiv{
	width:100%;
	padding:10px;
}
.AboutDiv {
	padding:0px 50px;
}
.RuleList{
	padding:5px;
}
.Homepage {
    padding:10px;
    background-color:#fff;
}
.FirstSect{
    display:flex;
}
.MainPage{
    padding:10px;
}
.Notice {
    padding:10px;
    background-color:#f0f0f0;
    border-radius:10px;
}
.NotReady {
    text-decoration:line-through;
}
.StoryList {
    font-size:20px;
    margin:40px 0px 40px 0px;
}
.StoryLinks {
    box-shadow:1px 2px #61bccf;
    border-radius:25px;
    padding:10px;
    background-color:#d9faff;
    color:black;
    text-decoration:none;
    transition-duration:0.25s;
}
.StoryLinks:hover {
    box-shadow:1px 1px #014275;
    text-shadow:1px 1px black;
    color:white;
    background-color:#6aa5e6;
}
.StorySubDiv {
    width:100%;
    padding-top:20px;
    padding-bottom:20px;
}
.ChapterList {
    width:20%;
    float:left;
}
.BookCovers {
    border:1px solid black;
    width:10%;
    height:auto;
    transition-duration:0.25s;
}
.BookCovers:hover {
    opacity:0.5;
}
.HPBookCovers{
    transition-duration:0.25;
}
.HPBookCovers:hover{
    opacity:0.5;  
}
.unavailable{
    border:1px solid red;
}

.StoryChapterList{
    margin-top:200px;
    margin-bottom:200px;
}
.DescSect{
    padding:5px;
    border-radius:10px;
    background-color:#c6edf5;
    text-shadow:1px 0px #b1c7cc;
    box-shadow:1px 1px #b1c7cc;
}

.CreatorImg {
    width:3%;
}
.BioPics{
    border-style: double;
    width:100px;
    height:100px;
}


#WebsiteHeader{
    text-align:center;
	width: 100%;
	max-height: 100px;
	background-color: #3f72b0;
	display: flex;
}
.WebsiteLinks {
	padding: 25px;
	flex-grow: 1;
}
.ALinks {
	text-decoration: none;
	color: #fff;
	transition-duration:0.5s;
	text-shadow: 1px 1px black;
}

.ALinks:hover{
	color: #7bc9c7;
}

#HeaderSpace{
	width: 10%;
}
#SearchEngine{
	padding: 10px;
	border: 1px solid #376399;
	display: flex;
}

.DescLinks{
	color: white;
	text-decoration: none;
	transition-duration: 0.2s;
}

.DescLinks:hover{
	color: cyan;
}

.InputSubmit {
	border: 1px solid #376399;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url('icons8-search-64.png');
	background-position:left top;
	width: 25px;
	height:25px;
	background-size: 20px;
	background-repeat: no-repeat;
}
#HeaderText{
	color: white;
}

.WhiteText{
	color: white;
	text-shadow: 1px 1px black;
}
.BodySection{
	display: block;
	background-color: #1d3655;
}
#SetBody{
	max-height: 100%;
}

.SubBody{
	padding: 20px;
	text-align: center;
}


.BlogBody{
	text-align: center;
	height: 100%;
	width: 100%;
	background-color: white;
}

.ChannelImages {
    max-width:15%;
	border-radius: 50px;
	border: 2px solid #0e1a29;
	transition: all 2s ease;
}
.ChannelImages:hover {
	transform: scale(1.2);
	filter: brightness(200%);
}

.YouTubeStream {
	border: 2px solid black;
}
.FooterSection{
    border-top:1px solid black;
	display:flex;
	background-color: #2a79ad;
	width: 100%;
	height: 100%;
}

.FooterHeader{
	font-weight:bold;
	font-size:20px;
	color: white;
	text-shadow: 1px 1px black;
}
.ChapterBtns{
    color:black;
    background-color:lightgray;
    text-decoration:none;
    border-radius:25px;
}

.ChapterBtns:hover{
    cursor:pointer;
    transition:1s;
    background-color:#07a8d9;
    color:white;
    text-shadow:1px 1px black;
}
.ChapterBtnSection {
    text-align:center;
    width:100%;
}
.AboutSections {
    width:90%;
    margin:0 auto;
}
.FooterDD{
	margin:20px;
	font-family: "Louis George";
}
.FooterSubDiv{
	padding:20px;
	text-align:center;
}
.Main-Footer{
	margin-top:25px;
}

.FooterLinks{
	color:black;
}
.FooterLinks:hover{
	color:red;
	transition:0.5s;
}
.FooterLinks:focus{
	color:red;
	transition:0.5s;
}
.NavLinks{
	color: cyan;
	text-decoration: none;
}
.NavLinks:hover{
	text-decoration: underline;
	color: #7bc9c7;
}
#Btn{
	margin: 0px;
	padding: 100px;
}

#Btn:hover{
	background-color: darkcyan;
	color: lightcyan;
}
#FY{
	background-color: cyan;
}

#starReviews {
	width: 50px;
	height: 25px;
	font-size: 15px;
}

.Comments{
	padding: 10px;
	background-color: #3f72b0;
	margin-top: 10px;
	box-shadow: 2px 2px black;
	border-radius: 10px;
	text-align:left;
}
.Description{
    width:100%;
    display:flex;
	color: black;
	font-family: "Louis George";
}
.descSection{
    width:50%;
    flex-grow:1;
}

#CommentSection{
	text-align: left;
}

#msgBox{
	width: 500px;
	height: 200px;
	font-size: 20px;
	resize: none;
}

button {
	width: 100px;
	height: 30px;
	background-color: #282828;
	border: none;
	color: white;
	font-family: sans-serif;
	font-weight: 400;
	cursor: pointer;
}
.Features{
	width: 200px;
}

.webVersion{
    background-color:#2a79ad;
    color:white;
    margin:0px;
}
#WebTitle {
    height:30px;
}   
.CommentBtn{
    transition: all 0.5s ease;
}
.CommentBtn:hover {
    color:black;
    background-color:white;
    border-radius:10px;
}

.StoryBanner{
    position:relative;
}

.SignUpForm{
    margin:auto;
    
}
.FormSubDiv{
    position:relative;
    margin:25px;
}
.SignLink{
    transition-duration:0.3s;
    color:#5cbbff;
    text-decoration:none;
}
.SignLink:hover {
    color:#1070b5;
    text-decoration:underline;
}
.form-group {
    border: 1px solid #c2c2c2;
    margin: 10px;
    border-radius: 15px;
    margin-top: 20px;
    box-shadow:1px 1px #a8a8a8;
}

.form-group>label {
    text-align:center;
    position: absolute;
    top:-8px;
    left:15px;
    padding: 0px 10px 0px 10px;
    background: #fff;
}

.form-group>input {
    border: none;
    background: transparent;
    outline:none;
}
.FormBtns {
    transition-duration:0.5s;
    margin:0px 10px 0px 0px;
    border:1px solid #9e9e9e;
    border-radius:15px;
    padding:10px;
}
.FormBtns:hover{
    background-color:#e3ffff;
    cursor:pointer;
}
.SubmitBTN{
    border:1px solid black;
    margin:auto;
    padding:10px 20px;
    border-radius:30px;
    color:white;
    background: linear-gradient(90deg, rgba(0, 108, 217) 0%, rgba(99, 177, 255) 35%, rgba(91, 169, 212) 100%);
}
.SignDivs{
    margin:100px 0px;
    text-align:center;
}
.BookPrice{
    position:absolute;   
}
.warning {
    color:black;
    background-color:red;
    padding:10px;
    border:1px solid black;
    margin:auto;
    width: 25%;
    text-shadow:none;
}
.subsidediv{
    border-top:1px solid black;
    padding:5px;
}
.sidebar{
    box-shadow:1px 2px black;
    background-color:#a8ebff;
    padding:15px;
    left:0;
    width:100px;
}
.sidebarexc {
    width:100%;
    height:auto;
}
.SideLinkDivs{
    padding:10px;
}
.Sidelinks{
    text-shadow:1px 1px #8f0000;
    color:red;
    text-decoration:none;
}
.Sidelinks:hover{
    text-decoration:underline;
}
.pf-background {
    display:flex;
    background-color:white;
}
.pf-sidebar {
    background-color:#91b3a3;
    width:100px;
    padding:50px;
    top:0;
    left:0;
}
.pf-mycontent{
    display:none;
    text-align:center;
    padding:10px;
    flex-grow:1;
}
.pf-links{
    font-size:0.8em;
    background-color:#16785b;
    text-decoration:none;
    color:#98ff94;
}
.pf-links:hover {
    cursor:pointer;
    text-decoration:underline;
}
.active {
    background-color:#91b3a3;
    color:black;
}
.pf-content{
    margin:0 auto;
}
.btndel{
    border:none;
    padding:10px; 
}

