body {
  font-family: 'decker', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000
}
h1, h2, h3, h4, h5, h6{
  font-family: 'decker', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn {
  font-family: 'decker', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
article {
	margin-bottom: 30px;
	overflow: hidden;
}
blockquote {
    margin: 10px 0 10px;
border-left: 5px solid #09315e;
border-right: 5px solid #29517e;
}

@font-face {
    font-family: decker;
    src:  url('../fonts/decker.ttf');
