/*Fic 2 CSS*/


/*Fonts*/

@font-face {
    font-family: "Scaly Sans";
    src:
        local("Scaly Sans"),
        url('./Scaly Sans/Scaly Sans.otf'),
        url("https://raw.githubusercontent.com/jonathonf/solbera-dnd-fonts/master/Scaly%20Sans/Scaly%20Sans.otf") format("opentype");
}

@font-face {
    font-family: 'CAT Childs';
    src: url('/fonts/catchilds-webfont.woff2') format('woff2'),
         url('/fonts/catchilds-webfont.woff') format('woff');
}

@font-face {
  font-family: 'Journal';
  src: url('/fonts/journal.woff') format('woff'),
       url('/fonts/journal.woff2') format('woff2');
}

/*Disables select and therefore copy-paste
body*/ {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

/*you must still include the footer on every page here is the copypaste: All literary content © Benjamin Jas. Drago 2023. No reproduction or distribution of this work for any reason is permitted.*/

/*footer is where the copyright info is*/

footer {
  position: relative;
  display:block;
  background-color: transparent;
  color: #48110F;
  text-align: center;
  font-family:verdana, sans-serif;
  font-size:.5em;
  column-span:all;
  margin:auto!important;
  width:100%;
}

/*The rest of body styling*/

body {
	background: #e4c6ec url('/media/pix/backgrounds/oxbloodleather.jpg');
	color: #040005;
	font-family: 'Linux Libertine', Garamond, Georgia, serif;
	font-size: 1.2em;
	width: 100%;
    margin:auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.story {
  display: block;
	background: url('/media/pix/backgrounds/GMBinder_page.jpg');
  margin-left: 15%;
  margin-right: 15%;
  padding: 30px;
  font-size:1em;
  color:#000;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.9), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
}

i, em {
	font-style:italic;
	color: #000;
}

b, strong {
	font-weight:900;
	color: #000;
}

s {
  text-decoration: line-through;
  text-decoration-thickness:2px;
}

a:link, a:visited {
  color: #000;
	text-decoration: underline;
	cursor: pointer;
  display: inline-block;
}

a:hover, a:active {
	text-shadow: 0 0 5px #FFf, 0 0 10px #fef;
    color:#fff;
}

hr {
	margin: 2em auto;
  width:10px;
	border: 8px solid transparent;
	text-align:center;
	border-image: url(https://images.squidge.org/images/2022/11/15/32heart.png) 50% 16 round;
  }
  
.heart {
   text-shadow: 0 0 10px #ffead1, 0 0 15px #ed0f3f;
   text-align:center;
   color:black;
   margin: 3em auto 3em auto;
   font-size: 1em;
  }
  
  /* <ol class="letter"> */
ol.letter {
	list-style-type: lower-alpha;
}

h1, h2, h3, h4, h5, h6 {
	text-align:center;
	font-variant:small-caps;
	color: #ffead1;
	font-weight:bold;
	margin: 0px 0px 25px 0px;
	border:none;
	padding-bottom:5px;
	display:block;
	column-span:all;
	font-family: 'CAT Childs', Brush Script MT, cursive;
	text-shadow: 0 0 10px #ffead1, 0 0 15px #ed0f3f;
}
	
h1 {
	font-size: 3em;
	}
	
h2 {
	font-size: 2.5em;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.75em;
}

h5 {
	font-size: 1.5em;
}

h6 {
	font-size: 1.25em;
}

blockquote,
blockquote.ol,
blockquote.ul {
  background: url('/media/pix/backgrounds/phb_bg.jpg');
  margin-left: 15%;
  margin-right: 15%;
  padding: 30px;
  font-family: 'Journal', 'Edwardian Script ITC', Brush Script MT, cursive;
  font-size:1.6em;
  color:#6e071d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.9), 0 6px 20px 0 rgba(0, 0, 0, 0.5); 
}

.quote-header {
 font-family: 'Journal', 'Edwardian Script ITC', 'Brush Script MT', cursive;
 font-size: 2em;
 text-decoration: underline solid #6e071d;
 color: #6e071d;
 font-weight:bold;
}

img {
  width:60%;
  display:block;
  margin:auto;
  text-align:center;
  border: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.9), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
  
}


/*Drop Cap must have <span class="drop"> </span> around the first letter*/
.drop {
	display:block;
	float: left;
	width: auto;
	height: 1em;
	font-size: 8em;
	font-family: 'Goudy Initialen', 'CAT Childs', script;
	line-height: 1em;
  background:none;
	margin:-10px 1px 1px 0px;
	color: #6e071d;
	text-align:center;
}


/*this is a div class="footnotes"
.footnotes {
	font-size: 75%;
	border-top: 1px solid #0d0011;
	padding-top:15px;
	font-family: 'Scaly Sans', verdana, sans-serif;
}*/

