body {
	text-align: center;
	margin: 0 10%;
	font-family:  Montserrat, Helvetica, sans-serif;
}
nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li {
  	display: inline;
}
h1 {
	text-align: center;
	font-family: sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 30px;
}
#about {
	text-align: center;
	font-family: serif;
	font-weight: normal;
	font-size: 15px;
}
dt {
	text-align: center;
	font-family: sans-serif;
	font-size: 21px;
}
dd {
	text-align: center;
	font-family: serif;
	font-size: 15px;
}
.img {
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
.background-box {
	background-color: #F2F1EF;
  	padding: 30px;
}
a:link {color: #241C15;}

a:visited {color: #8C8C8C;}

a:focus {color: #241C15; background-color: #B7A9A1;}

a:hover {color: #241C15; background-color: #B7A9A1;}

a:active {color: #FFFFFF; background-color: #B7A9A1;}

footer {
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #B7A9A1;
   text-align: center;
}



