h1.article-title {
  font-size: 22px;
}
h2.article-title {
  font-size: 20px;
}
h3.article-title {
  font-size: 18px;
}
h4.article-title {
  font-size: 16px;
}
h5.article-title {
  font-size: 15px;
}
h6.article-title {
  font-size: 14px;
}


.article-intro h1, .article-content h1 {
  font-size: 22px;
}
.article-intro h2, .article-content h2 {
  font-size: 20px;
}
.article-intro h3, .article-content h3 {
  font-size: 18px;
}
.article-intro h4, .article-content h4 {
  font-size: 16px;
}
.article-intro h5, .article-content h5 {
  font-size: 15px;
}
.article-intro h6, .article-content h6 {
  font-size: 14px;
}

.page-masthead h1, .page-header h1 {
  font-size: 26px;
}
.page-masthead h2, .page-header h2 {
  font-size: 24px;
}
.page-masthead h3, .page-header h3 {
  font-size: 22px;
}
.page-masthead h4, .page-header h4 {
  font-size: 20px;
}
.page-masthead h5, .page-header h5 {
  font-size: 18px;
}
.page-masthead h6, .page-header h6 {
  font-size: 16px;
}


.carousel-caption h1 {
  color: #CF5A00;
}
.custom address {
  margin-top: 20px;
}
.article-aside {
  margin-bottom: 0px;
}


.jumbotron, {
  margin-top: 40px; !important;
  margin-bottom: 40px; !important;
}
.jumbotron-primary {
    background-color: #00763d;
}

.navbar-default {
  background-color: #005d30;
  border-color: #005d30;
}

.article-title {
  width: 100%%;
  border: 1px solid #005D30;
  background: #111;
  background: linear-gradient(#B8FFDD, #9AD6B9);
  border-radius: 4px;
  box-shadow: 0 2px 2px #ccc;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.mod_tz_search {
  padding-top: 10px;
}