/***************************
Add your custom styles below
****************************/

.bar .logo{ max-height: 60px; }


@media all and (max-width: 768px) {
    .menu1 {
        margin-bottom: 20px;
    }
}

  .bar__module {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    display: flex;
    align-items: center;
  }
  
   .bar__module ul.menu-horizontal.text-left {
    padding-top: 1em;
  }
  
    .bar + nav.bar {
    padding-top: 0.5em;
  }
  
  .bar {
  padding: 0.55714286em 0;
  }
  

.bg--secondary1 {
  background: #ced5cd;
}

.bg--tertiery {
  background: #EEEEEE;
}

.textbg--yellow {
  background-color: #ffff00;
}

.tableone {
  padding: 0.1em; /* Simplified padding */
  border: 0px solid #252525;
  border-collapse: collapse; /* Ensures borders are properly displayed */
}

.tableone td, 
.tableone th {
  padding: 0.1em; /* Ensures padding applies to table cells */
  border: 0px solid #252525; /* Adds border to each cell */
}