body {
  font-family: 'Libre Baskerville', serif;
}

h1 {
  background: url('../images/brushed.png');
  margin: 0;
  padding: 20px 0 10px 0;
}

.sidebar-nav a {
  font-size: 16.8px;
}

.inset img {
  width: 100%;
}

.ref-text h4 {
  margin-left: 5px;
}

footer {
  padding-top: 10px;
  margin-bottom: 0;
  text-align: center;
  background: #A0A420;
}

footer img {
  display: inline-block;
  width: 46px;
  height: 46px;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.copyright {
  margin: 20px;
}

.signature {
  margin: 20px;
}

.signature a {
  color: #333333;
}

.lead {
  margin: 15px;
}

.col-md-12 h1 {
  text-align: center;
}

.col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

.row {
  margin: 0 auto 0 auto;
}

.box img {
  width: 100%;
}

a h4 {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}
