.banner
{
    background-color: #844c33;
    color: #ffffffe0;
}
.banner a{
    color:#ffffffe0;
}
.panel-info {
	border-color: #844c33;
}
.panel-info > .panel-heading {
	background-color: #844c33;
	border-color: #844c33;
	color: whitesmoke;
}
@font-face {
  font-family: 'ThickFont';
  src:  url('../fonts/ChunkFive-Regular.woff2') format('woff2'),
        url('../fonts/ChunkFive-Regular.woff') format('woff');
}