body{
	background-color: #691816;
}
p{
	ffont-family: roboto-mono, monospace;
	font-weight: 300;
	font-style: normal;
	color:  #fff;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6{
	font-family: gautreaux, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #ffefe1;
}
h1{
	font-size: 60px;
}
h2{
	font-size: 42px;
}
h3{
	font-size: 38px;
}
h4{
	font-size: 30px;
}
h5{
	font-size: 22px;
}
h6{
	font-size: 16px;
}
a{
	color: white;
	text-decoration:none;
}
a:hover{
	color: #ffefe1;
		text-decoration:underline;
}
.center{
	text-align: center;
}
b{
	font-weight: 700;
}
/* header  */
header{
	margin: 60px 0;
}
/* Section */
.m-top-bot{
	margin-top: 10px;
	margin-bottom: 10px;
}
.no-dec:hover{
	text-decoration: none;
}
.footer-border{
	border-top: solid 1px #ffefe1;
	background-color: #000;
}