.blogSocials {
  margin-bottom: 8px;
}
.blogSocials a {
  font-size: 2em;
  display: inline-flex; /* Use flexbox layout */
  justify-content: center; /* Center the content horizontally */
  align-items: center; /* Center the content vertically */
  width: fit-content; /* Shrink anchor tags to fit the content (SVG) */
  height: fit-content; /* Shrink anchor tags to fit the content (SVG) */
  padding: 0; /* Remove any padding */
  margin: 0; /* Remove any margin */
  text-decoration: none;
  margin-right: 8px;
}

.icon.facebook {
  font-size: 1.8rem;
  margin: 0 -0.5rem;
}
.single-banner {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.single-banner img {
  width: 100%;
  height: 65vh;
  object-fit: cover;
}
.single-content .headline {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9em;
  color: #005a93;
  font-weight: bold;
  margin-top: 50px;
  text-transform: uppercase;
}
.single-content .headline span.cats {
  text-decoration: underline;
}
.single-content .single-title {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.8em;
  margin-top: 30px;
}
.single-content .single-share .single-share-box {
  width: 50px;
  height: auto;
  float: right;
  margin-top: 100px;
}
.single-content .single-share .single-share-box .single-share-box-title {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 0.8em;
  text-align: center;
}
.single-content .single-share .single-share-box .single-share-box-item {
  width: 40px;
  height: 40px;
  margin: 5px;
  background-color: #e2e2e2;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.single-content a,
.single-content a:hover,
.single-content a:visited {
  color: #16618d;
  font-family: 'Roboto', sans-serif;
}
.single-content .blue-short-line {
  width: 80px;
  height: 5px;
  background-color: #005a93;
  display: block;
}
.single-content .single-post-content {
  color: #777777;
  font-size: 1.2em;
}
@media only screen and (min-width: 1500px) {
  .single-banner img {
    height: 70vh;
  }
}
@media only screen and (max-width: 991px) {
.single-banner img {
    height: 35vh;
  }
 
}
