body {
	background-color: DarkKhaki;	<! ????? ?????? ??????? ?? ????>
	width: 100%;			<!?????? ???????>
	height: 100%; 			<!???? ???????>
	font-family: 'Caudex', serif; 	<!???? ?????????????? ??? ??????>
	margin: 0;			<!????????? ????>
}
header {
	background: url('head-background.jpg');
	background-size: cover;
	color: #eeeeee;
	height: 250px;		
	position: relative;
	text-align: center;
			
}
nav {
	background: rgba(0,0,0,.6);
	bottom: 0;
	margin: 0;
	padding; 0;
	position: absolute;
	width: 100%;
}
ul {
	margin: 15;	<!????????? ??? ?? ????? ?? ????????>
	padding: 15;	<!???????? ??? ??? ????>
}
footer {
	background: rgba(0,0,0,.4);	<!???????? ??? ?? ?????????>
	width: 100%;			<!?????? ??????????>
	height: 50px;			<!???? ?????????? ?? pixel>
	margin: -15px auto 0 auto;
	text-align: center;		
	color: #eeeeee;
	float: center;
}
article {
	background: BurlyWood;	<!????? ????? ???????? ?????>
	color: #331a00;
	width: 80%;	
	margin: 0 auto;
	padding: 25px 25px 25px 25px;	
	text-align: justify;		
}


}
h1 {
	color: #1a0d00; 	<!????? ????????? h1>
	font-size: 45px;	<! ??????? ????????? h1>
	text-align: center; 	
			
}
h2 {
	color: #1a0d00;		
	font-size: 20px;	
	text-align: center; 	
			
}

p {
	color: #1a0d00; 	<!????? ????????? ??? p>
	text-align: justify; 	<! ???????? ?????? ??? p>
			
}

iframe {
	display: block;
	margin: auto;
	float: center;		<!???????? ???????????? ??? ??????>
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  
    }


.main-header a {
	text-decoration: none;
	color: #eeeeee;
}
div.title-container {
	padding: 65px 0 0 0;
	margin: auto;
	width: 800px;
}
.title {
	background: rgba(0,0,0,.6);
	border-radius: 30px 30px 30px 30px;
	width: 410px
}
.title img {
	border: 4px solid #eeeeee;
	border-radius: 30px 7px 7px 30px;
	margin: 1px;
	float: left;
	width: 90px;
	height: 90px;
}
.mainTitle {
	font-size: 69px;
	color: #eeeeee;
	margin: 0;
	height: 100px;
}


ul.menu {
	margin: 15;
	padding: 15px;
}
.menu li {
	display: inline;
	margin: 15;
	padding: 15px 15px 15px 15px;
}
.menu li:hover {
	background: rgba(20,20,20,.9);
}


.chapters {
	position: relative;
	display: inline-block;
}
.chapters:hover .chapters-list {display: block;}
.chapter-menu {
	color: #eeeeee;
	font-size: 16px;
	margin: 0;
	border: none;
}
.chapters-list {
	display: none;
	position: absolute;
	left: -15px;
	background: rgba(20,20,20,.9);
	min-width: 160px;
	box-shadow: 0px 12px 18px 0px rgba(0,0,0,0.3);
	z-index: 1;

}
.chapters-list a {
	color: #eeeeee;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.chapters-list a:hover {background-color: #888;}

.submitdiv {
	text-align: center;
}
.submit {
	border: none;
	background: #663500;
	color: #ffff99;
	padding: 15px;
}
.submit:hover {
	background: #1a0d00;
	padding: 15px;
}


#intro-image {
	display: block;
	text-align: center;
	margin: auto;
	padding: 5px;
	border: 1px solid  #336600;
	width: 400px;
}
#intro-image img {
	display: block;
	width: 400px;
	
}

#first-paragraph::first-letter {
	color: #b30000;
	font-size: 45px;
}













