/* UPDATE THEMESWITCH.JS WITH THE RIGHT SERVER FOR STYLE_DOMAIN */

body {
	background-color: rgb(51,51,51);
}

.flex-container {
	display: -webkit-flex;
	display: flex;
	-webkit-order: 0;
	order: 0;
	flex-direction: column;
	width: 32em;
	margin: auto;	
	color: #ffffe6;
	background: rgba(0,0,0,0);
}

.tab {
	margin-left: 5%;
}

.chaptertab { 
	margin-left: 11%;
}

.asterisk {
margin-left: 3%;
font-family: sans-serif;
font-size: 0.75em;
font-style: italic;
}


header {
	-webkit-order: 1;
	order: 1;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.925em;
	width: auto;
	color: #ffffe6;
	background: rgba(51,51,51,0.8);
}

a:link {
	color: #ffffe6;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: #ff66a3;
	font-weight: 600;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: #e6005c;
	background-color: rgba(0,0,0,0.075);
	text-decoration: underline overline dashed black;
	outline: 0;
}

a:active {
	color: #ffffe6;
	background-color: transparent;
	text-decoration: none;
	outline: 0;
}

nav {
	-webkit-order: 2;
	order: 2;
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-size: 0.925em;
	width: auto;
	color: #ffffe6;
	background: rgba(51, 51, 51, 0.55);
}

section {
	-webkit-order: 3;
	order: 3;
	align-self: center;
	font-family: "Courier New", monospace;
	font-size: 0.85em;
	padding: 1em;
	width: 70%;
	line-height: 110%;
	text-align: left;
	color: #ffffe6;
	background: rgba(37, 37, 37, 0.55);
}

.chapters {
	-webkit-order: 4;
	order: 4;
	align-self: center;
	font-family: "Courier New", monospace;
	font-size: 0.85em;
	text-align: left;
	text-indent: -10%;
	width: 78%;
	line-height: 0.9;
	color: #ffffe6;
	background: rgba(51, 51, 51, 0.55);
}

article {
	-webkit-order: 6;
	order: 6;
	font-family: "Averia Serif Libre", Bookman, Garamond, serif;
	font-size: 1em;
	line-height: 100%;
	padding: 1em;
	width: auto;
	text-align: left;
	color: #ffffe6;
	background: rgba(51, 51, 51, 0.55);
}

.extras  {
	-webkit-order: 7;
	order: 7;
	align-self: center;
	font-family: "Courier New", monospace;
	font-size: 1em;
	line-height: 100%;
    text-indent:-5%;
	padding: 1em;
	width: 90%;
	text-align: left;
	color: #ffffe6;
	background: rgba(0,0,0,0);
}

footer {
	-webkit-order: 10;
	order: 10;
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-size: 0.925em;
	width: auto;
	color: #ffffe6;
	background: rgba(51, 51, 51, 0.55);
	padding-bottom: 30px;

}

/* paragraph
p {
	font-family: "IBM+Plex+Mono", monospace;
	font-size: 1em;
}
 text */
 
/* large special elite */
h1 {
	font-family: "Special Elite", cursive;
	font-size: 1.75em;
  text-shadow: 0 0 1px rgba(51,51,51,0.3);
}

/* special elite */
h2 {
	font-family: "Special Elite", cursive;
	font-size: 1.25em;
}

/* courier new */
h3 {
	font-family: "Courier New", monospace;
	font-size: 1em;
	font-style: italic
}

/* part titles */
h4 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.1em;
	margin-left: 12px;
}

/* section */
h5 {
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	font-style: italic;
	margin-left: 24px;
}

/* footnote */
h6 {
	font-family: "Courier New", monospace;
	font-size: 0.775em;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	padding: 0;
}

strong {
	font-weight: 600;
}

blockquote {
	font-family: "Courier New", monospace;
	font-weight: 600;
	font-size: 0.85em;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	line-height: 100%;
	text-align: left;
	color: #ffffe6;

}

sup {
	font-family: "Courier New", monospace;
	font-weight: 400;
}

img {
		display: flex;
		width: 30em;
		height: auto;	
}

img.noflex {
	width: 20px;
	height: 20px;
	vertical-align: text-bottom;
	display: inline;
}

.button {
    background-color: rgba(0,0,0,0);
    border: none;
    color: rgba(0,0,0,0);
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1px;
    margin: 0px 0px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.buttonlight {
    background-color: rgba(255,255,255,0.35); 
    border: 2px solid rgb(0,0,0);
}

.buttonlight:hover {
    background-color: rgb(253,253,253); 
}

.buttondark {
    background-color: rgba(89, 89, 89, 0.35); 
    border: 2px solid rgb(0,0,0);
}

.buttondark:hover {
    background-color: rgb(10, 10, 10);
}