@charset "utf-8";

body{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	background-color:rgba(47,18,12,1.00);
	color:rgba(12,16,19,1.00)
}

header{
	display:flex;
	flex-direction:column;
}

nav{
	font-size:1.2rem;
}

#container{
	width:900px;
	margin:auto;
	background-color:#EAEAEA;
	padding:25px;
}

footer {
	margin-top:50px;
	border-top-style:solid;
	border-top-width:2px;
	border-top-color:rgba(210,176,104,1.00);
	
	display:flex;
	flex-direction:column;
}

h1{
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size:2.5rem;
	padding-top:15px;
	padding-bottom:15px;
	
	display:flex;
	align-self:center;
}

h2{
	font-size:1.5rem;
	margin-bottom:10px;
	margin-top:10px;
	font-weight:600;
}

p{
	line-height:1.35rem;
	padding-bottom:20px;
}

.introduction{
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,1.00);
	padding:5px;
	margin:25px;
	background-color:rgba(210,176,104,1.00);
	font-size:1.1rem;
}

ol{
	list-style-type: decimal;
	margin-left:25px;
	padding-bottom:10px;
	line-height:1.5rem;
	font-size:1.1rem;
}

a:link, a:visited{
	color:rgba(12,16,19,1.00)
}

a:hover, a:active{
	color:rgba(151,117,45,1.00)
}

header h1 {
	font-size:3rem;
	padding-bottom:25px;
}

footer a{
	padding-top:40px
}
