p,.blog-main li{
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #555;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #333;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  margin-top: 20px;
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}

.btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: .0625rem solid transparent;
  padding: .75rem 1.5rem;
  font-size: .875rem;
  line-height: 1.6;
  border-radius: .375rem;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.btn-primary {
  color: #fff;
  background: #2487ce linear-gradient(180deg, #2487ce, #2487ce) repeat-x;
  border-color: #2487ce;
  box-shadow: none;
}

.btn-lg, .btn-group-lg>.btn {
  padding: .95rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: .375rem;
}

.btn-primary {
  color: #fff;
  background: #2487ce linear-gradient(180deg, #2487ce, #2487ce) repeat-x;
  border-color: #2487ce;
  box-shadow: none;
}

.blog-post p img {
  margin-top: 10px;
}