body {
  font-family: 'Ubuntu';
}

h1,h2 {
  font-family: 'Lato';
  font-weight: bold;
  font-size: 18px;
  margin-top: 2%;
  color: #333333;
}

h3 {
  font-family: 'Bitter';
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.35em;
  color: #ac0c34;
  margin-bottom: 1%;
}

.frame-type-text header h3:only-child {
	font-size: 1.0rem;
}

h5, h5.comment-name {
 font-size: 1em;
 font-weight: bold;
  color: #333333!important;
}

.comment-box .comment-head span {
  top: 3px;
}

a, a:hover, a:visited {
  color: #333333;
  text-decoration: underline;
}

.news-list-item .col-md-9 h3 a,
h3.comment-header a {
  font-family: 'Bitter';
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.0rem;
  color: #ac0c34;
  margin-bottom: 1%;
}
.news-single .article h3.comment-header, 
.comments-container h3.comment-count {
  font-family: 'Bitter';
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.0rem;
  color: #ac0c34;
  margin-top: 0px;
}

.lead {
font-size: 1.0rem;
}

.news-list-item .col-md-9 p {
    font-size: 1.0rem;
    line-height: 1.5;
 }
