/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/template-overviews/small-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-small-business/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}
.navbar-brand img {
    max-height: 56px;
}
nav .navbar-nav li a {
      color: navy !important;
      font-weight: 600;
}

.commentary_interior .category p {
     padding: 10px 15px;
     font-size: 120%;
     margin: 0;
}
.commentary_interior div.illustrations {
   padding: 12px 20px 5px 20px;
   background: #EEE;
   margin: 15px 0 20px 0;
}
.commentary_interior div.topic {
  font-size: 23px;
  padding:  7px 14px;
  color: white;
  background: navy;
  float: left;
  margin: 5px 12px 1px 0;
}
div.featureBox {
  float: right;
}
div.featureText {
  font-size: 130%;
}
.featureText h5 {
      font-size: 140%;
      margin: 15px 0;
}
.featureText div.topic {
     background: #ebebf4;
     font-size: 119%;
     padding: 5px 18px;
}
div.liner {
     padding: 10px 20px;
}

.bgblue {
    background: #ebebf4;
    padding: 0;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}
