* {
	color:					#464646;
	font-family:			arial;
	font-size:				12px;
	-webkit-box-sizing:		border-box;
	-moz-box-sizing:		border-box;
	box-sizing:				border-box;
	padding: 				0px; 
	margin: 				0px;
	border:					0px;
	outline:				0px;
	word-wrap: 				break-word;
	line-height:			20px;
	text-shadow:			1px 1px 1px rgba(0,0,0,.1);
}

::selection {
	background:				#fdbeb5;
	color:					#2c2030;
}

::-webkit-scrollbar { width:5px; background: #98A1A3; }

::-webkit-scrollbar-thumb { background:#DB817F; }

a {
	font-size:				11px;
	text-decoration:		none;
	text-transform:			uppercase;
	text-shadow:			1px 1px 1px rgba(0,0,0,.1);
	transition:				.3s;
	color:					#DB817F;
}

a:hover {
	color:					black;
	transition:				.3s;
}

body {
	background-image:		url('https://i.imgur.com/yEQ9Dim.png');
	background-repeat:		repeat;
	background-attachment:  fixed;
	counter-reset: 			section;
}

b {
	color:#769296;
} 

i {
	color:dimgray;
} 

u {
	border-bottom:1px solid #DB817F;
} 

s {
	color: #EAC6C5;
} 

input, textarea {
	color:dimgray;
	border:1px solid silver;
	border-radius:2px;
	padding:5px;
	margin-bottom:2px;
	background:silver;
}

blockquote {
	line-height:			12px;
	font-size:				9px;
	text-transform:			uppercase;
	letter-spacing:			2px;
	background-image: 		url('https://i.imgur.com/22mKbox.png');
	background-position:	bottom right;
	padding:				5px;
	color:					white;
	text-shadow:			1px 1px 1px #535362;
	
}

h1 {
	font-size:				20px;
	font-weight:			lighter;
	font-style:				italic;
	font-family:			times new roman;
	border-bottom:			1px solid #f1f1f1;
	margin-bottom:			5px;
}

h2 {
	font-size:				10px;
	font-weight:			lighter;
	font-style:				italic;
	font-family:			times new roman;
	text-transform:			lowercase;
	text-align:				right;
	letter-spacing:			2px;
	background:				#f1f1f1;
	margin-top:				-4px;
	padding:				0 5px;
}

input, textarea {
	display:				block;
	width:					100%;
	background:				#f1f1f1;
	margin-bottom:			2px;
	padding:				6px;
}

#container {
	margin:					0 auto;
	width:					800px;
	background:				white;
}

#header {
	background-image: 		url('https://i.imgur.com/22mKbox.png');
	background-position:	center;
	background-size:		cover;
	height:					200px;
}

#midline {
	position:				sticky;
    top: 					0;
	width:					100%;
	background:				#f1f1f1;
	text-align:				center;
    display:				flex;
    justify-content:		space-between; 
}

#midline a {
	display:				inline-block;
	font-size:				12px;
	text-transform: 		lowercase;
	text-decoration:		none;
	color: 					rgba(0,0,0,.5);
	width:					30%;
	padding:				20px 10px;
}

#midline a:after {
	content:				none;
}

#midline a:hover {
	color:					white;
	background:				#92AAB1;
}

.start {
	display:				inline-block;
	letter-spacing:			2px;
	background:				silver;
	min-width:				260px !important;
}

#sidebar {
	float:					left;
	width:					250px;
	padding:				10px 10px 20px 20px;
}

#sidebar a.link {
	display:				block;
	font-style:				italic;
	font-size:				12px;
	padding:				0px 0px 0px 15px;
	color:					rgba(0,0,0,.65);
	text-transform:			lowercase;
}

#sidebar a.link:after {
	content:				none;
}

#sidebar a.link:before {
    counter-increment:		section;
    content:				"0"counter(section) ".\2003";
	font-weight:			bold;
	font-family:			times new roman;
	color:					#616271;
}

#sidebar a.link:hover {
	padding-left:			50px;
}

#content {
	float:					right;
	width:					calc(100% - 250px);
	padding:				10px 20px 20px 20px;
	text-align:				justify;
}

#footer {
	float:					none;
	clear:					both;
	padding:				20px 0;
	color:					white;
	text-shadow:			1px 1px 1px rgba(0,0,0,.5);
	background-image: 		url('https://i.imgur.com/22mKbox.png');
	background-position:	bottom;
	background-size:		cover;
	text-align:				center;
}

#footer a {
	color:					white;
	text-shadow:			1px 1px 1px rgba(0,0,0,.5);
}

#footer a:hover {
	color:					black;
	text-shadow:			1px 1px 1px rgba(0,0,0,.5);
}