/* Styles for County News Site */
.article-wrapper {
  margin: 20px;
}

.category {
  color: gray;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0px 0 10px 0;
}

.article-wrapper h1{
  font-weight: bold;
}

.article-subtitle {
  font-size: 1.5rem;
  /*font-style: italic;*/
  color: #333;
  margin-bottom: 15px;
}

.article-byline {
  color: #333;
  font-size: .9rem;
  font-style: italic;
}

.article-inline {
  display: inline-block;
}

.article-content, .article-content p, .article-content .panel p, .article-content .panel h3, .article-content .panel h2 {
    color: #000000 !important;
}

.hero-zone {
}

.hero-zone img {
  margin: 0 !important;
  display: block;
}

/* ADA and Contact Info */
#article-contact {
  background: #333;
  padding: 20px;
  color: #ccc;
  -moz-box-shadow: inset 0 5px 10px #222222;
  -webkit-box-shadow: inset 0 5px 10px #222222;
  box-shadow: inset 0px 5px 10px #222222;
}

#article-contact h3 {
  color: #ddd;
  text-align: center;
}

#article-contact p {
  line-height: 200%;
}

#article-contact a {
  color: #ccc;
}

#article-contact a:hover {
  text-decoration: underline;
}

.vcard {
  background: #111;
  border: none;
}

.article-cont-card {
  margin: .5rem 1rem;
}

.ada {
  margin: 1rem 1rem;

}

/* Fix height for contact section */
.content-box > div {
    min-height: 0;
}

/* Fix rounded corners at bottom of article */
.content-box > * {
    border-radius: 0.4rem 0.4rem 0 0;
}
