.color-primary {
  color: #000000 !important;
}

h3 {
  font-size: 24px;
  line-height: 40px;
  padding-top: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: #000000;
}

h5 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

a {
  font-weight: 600;
  color: #000000;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  cursor: pointer;
}

a:hover {
  color: #999999;
  text-decoration: none;
}

.image-tile a img {
  width: 87%;
  display: inline-block;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;  
}

.outer-title img {
  display: inline-block;
  margin-bottom: 6px;
}

.image-tile a {
opacity: 1; 
}

.image-tile a:hover {
opacity: 0.5; 
}

h4 {
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 0px;
}

footer {
  padding: 22px 0;
}

section {
  padding: 40px 0;
}

.twitter-mention-button{
	margin-left: 1em;
}
