/* COLORS */
/* rgb(236,253,198); MINT */
/* rgb(32,1,90); DEEP PURPLE */
/* rgb(236,253,198); LAVENDER */
/* rgb(7,37,3); DEEP SEA GREEN */
/* rgb(255,13,0); RED */
/* rgb(255,255,255); WHITE */
/* rgb(0,0,0); BLACK */
/* rgb(0,247,0); BRIGHT GREEN */

/* CUSTOM */

/* STANDARD */

.flex-container {
	display: -webkit-flex;
	display: flex;
	-webkit-order: 0;
	order: 0;
	flex-direction: column;
	width: 32em;
	margin: auto;	
}

.tab {
	margin-left: 5%;
}

.doubletab { 
	margin-left: 11%;
}

.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); 
}

.buttonlight:hover {
    background-color: rgb(253,253,253); 
}

.buttondark {
    background-color: rgba(89,89,89, 0.35); 
}

.buttondark:hover {
    background-color: rgb(65,65,65);
}

body {
	color: rgb(236,253,198);
	background-color: rgb(3,27,3);
	font-family: Cabin, sans-serif;
	font-size: 90%;
	line-height: 110%;
}

td {
	line-height   : 200%;
	vertical-align: middle;
}

a:link {
	color: rgb(236,253,198);
	text-decoration: none;
}

a:visited {
	color: rgb(236,253,198);
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: rgb(255,255,255);
	background-color: rgba(236,253,198,0.15);
	text-decoration: underline red;
	outline: 0;
}

a:active {
	color: rgb(236,253,198);
	background-color: transparent;
	text-decoration: none;
	outline: 0;
}

header {
	-webkit-order: 1;
	order: 1;
	padding: 1%;
	width: auto;
	text-align: center;
}

nav {
	-webkit-order: 2;
	order: 2;
	outline: none;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
	padding: 1%;
	width: auto;
	color: rgb(236,253,198);	
}

section {
	-webkit-order: 8;
	order: 8;
	width: auto;
	line-height: 100%;
}

article {
	-webkit-order: 9;
	order: 9;
	line-height: 100%;
	width: auto;
}

footer {
	-webkit-order: 20;
	order: 20;
	outline: none;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
	padding: 1%;
	width: auto;
	padding-bottom: 30px;
	color: rgb(236,253,198);	
}
 
/* Title */
h1 {
	color: rgb(236,253,198);
	font-family: Staatliches, serif;
	font-size: 250%;
	line-height: 120%;
	text-shadow: 2px 3px rgba(236,253,198,0.5);
	text-align: center;
}

/* Subtitle */
h2   {
	font-family: Amiri, serif;
	font-size: 150%;
	color: rgb(236,253,198);
	text-align: center;
	line-height: 110%;
	font-weight: bold;
}

/* Chapter Titles */
h3 {
	text-align: left;
	font-family: Amiri, serif;
	font-size: 120%;
	color: rgb(3,27,3);
}

/* Section Titles */
h4 {
	font-family: sans-serif;
	font-size: 110%;
	color: rgb(236,253,198);
}

/* Sub-section Titles */
h5 {
	font-family: sans-serif;
	font-size: 100%;
	color: rgb(236,253,198);
}

/* Not used*/
h6 {
	font-family: sans-serif;
	font-size: 90%;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid rgb(74,62,48);
	padding: 0;
	width: 30em;
}

blockquote {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	line-height: 110%;
	text-align: left;
	padding: 1em;
	color: rgb(236,253,198);
	background-color: rgba(236,253,198,0.25);
}

img {
		display: flex;
		width: 30em;
		height: auto;
		border-style: solid;
		border-color: rgb(236,253,198) rgb(236,253,198) rgb(236,253,198) rgb(236,253,198));
}
