body {
  min-height: 75rem;
  padding-top: 1rem;
}

.category-head {
  /* margin-top: 2rem; */
  color:#fd7e14;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  border-bottom: 1px solid #fd7e14;
  margin-top: 20px;
}

article p{
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important;
    font-size: 15px;
    line-height: 1.5;
    text-align: justify;
}
.page-title {
  font-family: 'Courier New', Courier, monospace
}

.trend-title {
  font-family:monospace
}
.menu {
  overflow-x: auto;
  background-color: #FAFAFA;

}

.menu-icon {
  width: 28px;
  position: webkit sticky;
  position: sticky;
  left: 0px;
  margin-right: 5px;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.img-container-1 {
  height: 180px;
  overflow: hidden;
}

.img-container-2 {
  height: 80px;
  overflow: hidden;
  background-color: #FAFAFA;
}

.article-thumb {
  width: 100%;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.article-thumb-2 {
  height: 100%;
  border-top-right-radius: 0.25rem;
}
.card a {
  text-decoration: none;
}
.card-footer {
  background-color: white;
  border-top: none;
}

.card-body {
  padding: 0.8rem;
}

.card {
  border-color: #eeeeee;
}
.article-iframe{
    width: 100%;
    height: 380px;
    margin-left: auto;
    margin-right: auto;
    border:0;
    
}
.article-video{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border:0;
}
.article-img{
    padding: 4px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

