.layout{
  background-color: #031017;
}

.home-breadcrumb{
  color: #FFFFFF;
  font-family: Lato, sans-serif !important;
  text-decoration: underline;
  font-weight:900; 
  font-size: 16px;
}
.home-breadcrumb:hover{
  color: #FFFFFF;
  font-family: Lato, sans-serif !important;
  text-decoration: underline;
  font-weight:900; 
  font-size: 16px;
  cursor: pointer;
}

.page-title{
  font-size: 50px;
  font-family: Lato, sans-serif !important;
  font-weight: 900;
  color: #FFFFFF;
}

.page-description{
  margin-top:4%;
  font-size: 16px;
  font-family: Lato, sans-serif !important;
  font-weight: 900;
}

.categories-title{
  font-size: 35px;
  font-family: Lato, sans-serif !important;
  font-weight: 700;
  display: flex;
  justify-content: center;
  padding-top: 30px;
  color: #031017;
}

.category-name {
  font-size: 16px;
  font-family: Lato, sans-serif !important;
  font-weight: 900;
  color: #031017;
  display: block; 
  margin-top: 10px;
  text-decoration: underline;
  cursor: pointer;
}

.category-name.disabled {
  text-decoration: none;
  color: #515151;
  pointer-events: none;
}

.br-1 {
  border-right: 1px solid;
}