

html {
	background-color: rgb(12, 20,36);
}

body{
	max-width: 1068px;
	height: 700px;
	margin: 30px auto;
	background-color: rgb(32,30,56);
	background-image: url(images/indexbackgroundbb.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	border: 6px double rgb(214, 152, 93);
	border-radius: 15px;
	font-family: "Nanum Gothic", Arial, Helvetica, sans-serif; 
	color: rgb(232, 233, 217);
	box-shadow: 3px 3px 50px rgba(0,0,0,1)inset;
	position: relative;
}

h1, h2 {
	font-family: "Merienda One", cursive, serif;
}

header h1 {
	font-size: 2em;
	text-align: left;
	padding-left:30px;
	margin-bottom: 0px;
}

header h2 {
	font-size: 1em;
	text-align: left;
	font-family: "Nanum Gothic", Arial, Helvetica, sans-serif;
	padding-left: 30px;
	margin-top: 0px;
}
h2#bio {
	margin-top: 0px;
}
a:link {
	color: darkseagreen;
	}
a:visited{
	color: forestgreen;
	}

a:hover{
	color: rgb(142, 96, 75);
	}

a:active {
	color: rgb(232, 233, 217);
	}
/*nav styles*/

#nav-bar {
	float:right;
}

ul#nav {
	font-family: "Merienda One", cursive, serif;
	font-size: 14px;
	list-style: none;
	margin-top: 0px;
	padding-left: 5px;
	padding-right: 40px;
	overflow: auto;
}

ul#nav li {
	display: inline;
}

ul#nav li a {
	text-decoration: none;
	display: block;
	padding: 5px 21px;
	margin-top: 20px;
	margin-right:20px;
	background: #5F3222;
	color: #eee;
	float:left;
	text-align: center;
	border-top: 2px solid #815444;
	border-right: 2px solid #3d1000;
	border-bottom: 2px solid #3d1000;
	border-left: 2px solid #815444;
}

ul#nav li a:hover {
	background: #a37666;
	color:#000;
	border-top: 2px solid #815444;
	border-right: 2px solid #c59888;
	border-bottom: 2px solid #c59888;
	border-left: 2px solid #815444;
}
/* end of navigation*/

article	{
	padding-bottom: 30px;
}

.text-block {
	float: right;
	border-radius: 10px;
	width:400px;
	height:225px;
	left:850px;
	background-color: rgba(24,22,33,.35);
	color: rgb(232, 233, 217);
	padding: 0px 20px 18px 20px;
	margin-top: 0px;
	overflow: auto;
	scroll-behavior: auto;
}

.chapter {
	text-indent: 40px;
}

#projects, #ch-work {
	margin-top: 100px;
}
.text-block li{
	text-decoration: none;
	list-style: none;
	padding-bottom: 1em;
	font-weight:700;
}
ul>li {
	color: rgb(232, 233, 217);
	font-size: 1rem;
}


a:link {
	color:darkseagreen;
	font-weight: 700;
	}

a:visited {
	color: olive;
	}

a:hover{
	color: yellowgreen;
	font-weight: 700;
	}

a:active {
	color: rgb(232, 233, 217);
	}

footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right:30px;
	text-align: right;
}

footer p {
		color: rgba(214, 152, 93, .6);
	}
