@import url("https://fonts.cdnfonts.com/css/slate");
.navbar {
  background-color: #53565d;
  border-bottom: solid 1px #222;
  box-shadow: 2px 2px 5px #222;
  padding: 0;
}
.navbar .navbar-brand img {
  height: 50px;
}

@media screen and (max-width: 576px) {
  .navbar .navbar-brand {
    margin: 0 auto;
  }
  .navbar .navbar-brand img {
    height: 30px;
  }
}
footer {
  text-align: center;
}

ul.tags {
  margin: 0.5rem 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
}
ul.tags li {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 0.5rem;
  position: relative;
}
ul.tags li:first-of-type {
  padding-left: 0;
}
ul.tags li span.left-tag {
  display: inline-block;
  background-image: url(images/arrow4.svg);
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 18px;
  height: 28px;
  position: relative;
}
ul.tags li span.tag {
  display: inline-block;
  position: relative;
  left: -5px;
  border: solid 2px #0081c9;
  color: #0081c9;
  border-left: none;
  padding: 0 0.5rem;
  vertical-align: middle;
}

body.single-news .news-container .news-header {
  align-items: flex-start;
}
body.single-news .news-container .news-header h1 {
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: 500;
}
body.single-news .news-container .news-header .image-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body.single-news .news-container h3 {
  color: #979797;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}
body.single-news .news-container h3.subheading {
  margin-top: 1rem;
}
body.single-news .news-container .news-content {
  padding: 1rem 0;
  margin-top: 1rem;
  border-top: solid 1px #c1c1c1;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Slate", sans-serif;
  font-size: 18px;
}

main {
  margin: 2rem 0;
}

/*# sourceMappingURL=theme.css.map */
