@charset "UTF-8";
h1{

}
.content a{
  color:#59ba9b;
  text-decoration: underline;
}
.content a:hover{
  color:#59ba9b;
  font-weight: bold;
}
.container{
    height: fit-content;
    min-height: inherit;
    margin: auto;
    width: 100%;
    max-width: 1140px !important;
}
.breadcrumb{
  font-size: 1rem;
  color:gray;
  background:transparent !important;
  margin-bottom:0;
}
.breadcrumb a{
  width: fit-content;
  color:gray;
  text-decoration: underline;
}
.breadcrumb a:hover{
  color:gray;
  text-decoration: none;
}
.container2{
  height: inherit;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items:flex-start;
  text-align: center;
}
.article-title{
    display: block !important;
    font-weight: bolder;
    font-size: 2.3rem;
    padding-bottom:2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
}
.article-title hr{
  margin-top:0.5rem !important;
  margin-bottom:0rem !important;
}
.article-widgets{
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap-reverse;
}
.font-size-menu {
  color:#bbbbbb;
  border:1px solid #bbbbbb;
  border-radius:5px;
  height:fit-content;
  font-size:1rem;
  padding:2px;
  padding-right:0.5rem;
  padding-left:0.5rem;
  margin-bottom:3px;
}
.font-size-menu a{
  color:#E8E8E8 ;
  cursor: pointer;
}
.leftPart{
  padding:1rem;
  padding-right: 1rem;
  padding-top:0;
  max-width: 750px;
  flex-grow:7;
  height: inherit;
  border-right: 2px solid #8aeacf;
  text-align: left;
}
  .article-title{
      font-weight: bolder;
      padding-bottom:1rem;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: wrap-reverse;
  }
  .icons{
    min-width: fit-content;
  }
  .icon-gray{
    width: 23px;
    cursor:pointer;
  }
  .content{
    min-height: 200px;
  }
  /* app part */
  .download-app{
      width: inherit;
      flex-direction:row;
      justify-content:left;
      background: #f8f8f8;
      padding:2.5rem;
  }
.rightPart{
  max-width: 750px;
  flex-grow:6;
  min-width: 300px;
  height:95%;
  text-align: left;
  /* background: blue; */

}
.current-cat-index, .all-cat-index{
  background:#f8f8f8;
  border-radius:10px;
  max-width: 750px;
  margin-left:1rem;
  margin-right:1rem;
  width:inherit;
  padding: 1rem;
  margin-bottom:1rem;
}

  .currentCat{
    font-weight: bolder;
    line-height: 2rem;
    margin-bottom:0.3em;
    font-size:1.5rem;
  }
  .titlesList{
    font-size: 1.2rem;
    line-height: 2.5rem;
    /* margin-left: 1rem; */

  }
  .titlesList a{
    color:gray;

  }
  .titlesList a:hover{
    color:#59ba9b;
    font-weight: bold;
  }
  .navbar .navbar-nav .nav-link,
  .navbar .navbar-brand .nav-link
  {
    font-size:18px !important;
    padding: 0.3em 0.5em;
  }
