#storyContainer {
  grid-column: 1 / 9;
}

#storyContainerNarrow {
  grid-column: 9 / 10;
  padding-left: 10px;
}

#storyContainer h1 {
  font-size: 40px;
  line-height: 1.1;
  font-weight: bold;
  color: #4bb748;
  margin-bottom: 15px;
}

#storyContainer h3 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

#storyContainer img {
  padding-top: 20px;
  border-top: 1px dotted #ccc;
  margin-top: 10px;
}

h2.heading {
  grid-column: 1 / 10;
  font-size: 22px;
}

#storyContent p {
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
  color: #222;
}

.subStoriesContainer h2 {
  font-size: 24px;
  font-weight: bold;
}

.subStory h3 {
  font-size: 16px;
}

/* -----------   Social Icons   ------------ */

.icon-bar {
  position: sticky;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3b5998;
  color: white;
}

.twitter {
  background: #55acee;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}

@media (max-width: 767px) {
  .news-article-content {
    padding: 10px;
  }
  #storyContainer h1 {
    font-size: 32px;
  }
  #storyContainer h3 {
    font-size: 19px;
  }
}
