/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .dropdown:hover>.dropdown-menu {
    display: block;
  }

  .dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
      pointer-events: none;
  }

}

@media (max-width: 768px) {
  .category-name {
  padding-left: 5px !important;
  }

  .sidebar {display: none;}

 }

body {
  background-color: #EEF0F1 !important;
}

.blue-bg {
  background-color: #1a3058;
}

.button-s, .button-s a {
  color: #fff !important;
  background-color: #991A68 !important;
  border-color: #991A68 !important;
}

.sidebar {
  background-color: #D9D9D9;
}

.widget-title p {
  border-radius: 25px;
  color: #fff;
  text-align: center;0
}

h4 {
  font-size: 1rem!important;
}

.footer {
  padding: 2.5rem 0;
  text-align: center;
  background-color: #071619;
  color: #fff;
}

.category-t {
  color: #fff;
}

.category-name {
  padding-left: 300px;
}

.tags-sidebar {
  background: #fff;
}

.recent-wrap {
  background: #fff;
}

.recent-item {
  min-height: 50px;
}

.thumb {
  margin: 0 5px;
}

.tags a {
    background: #991A68;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-right: 3px;
    margin-bottom: 3px;
}

.tags a {color:#fff;}

.tags a:hover {
    color:#f7f7f7;
    text-decoration: none;
}

.list_contents {
    background: #fff;
    padding: 10px 0 10px 40px;
    border-radius: 10px;
}

.list_contents li {
    list-style-type: decimal;
}

.related-posts img{
  margin-right: 10px;
}

.table_of_contents {
  background: #fff;
}

.blog-post {
  max-width: 100%;
}

.blog-post img {
    max-width: 100%;
    display: block;
    margin: 2em auto;
}

h1 {
    font-size: 1.6em !important;
}

h2 {
    font-size: 1.5em !important;
}

h3 {
    font-size: 1.4em !important;
}

h4 {
    font-size: 1.3em !important;
}

h5 {
    font-size: 1.2em !important;
}

h5 {
    font-size: 1.1em !important;
}

h2.card-title {
    font-size: 1em !important;
}
