#box-bbc{
  display: grid;
  padding: 5px 35px;
  text-align: center;
  align-content: center;

}

#box-bbc .card-body-notice {
  color: red;
  font-size: 30px;
}

.navbar-header a h2{
  font-size: 6vw;
}

.navbar{
  background-color: white;
}

.navbar-header{
  display: grid;
  grid-template-columns: 15% 65% 20%;
  justify-self: center;
  align-content: center;
}

.navbar-header .logotype{
  justify-self: center;
}

.navbar-header .logotype img{
  justify-self: center;
  max-width: 100%;
  max-height: 100%;
}

@media screen and (min-width: 600px){
  .navbar{
    display: none;
  }
}

.navbar-header-above {
  display: grid;
  justify-content: center;
  align-content: center;
}

.navbar-header-above h1{
  color: #4d663e;
}
@media screen and (max-width: 601px){
  .navbar-header-above{
    display: none;
  }
}


.grid_test {
  display: grid;
  grid-template-columns: 33% 34% 33%;
  background-color: #00000;
  justify-content: center;
  align-content: center;
}
.gt1{
  display: grid;
  place-items: center;

}
.gt1 img{
  display: grid;
  max-width: 50%;
  height: auto;
  align-content: center;
}

.gt1 > a {
  display: grid;
  place-items: center;
}

.cat-page-top{
  text-align: center;
  justify-content: center;
}
.listing categories{
  display: grid;
    background-color: #00ccff;
}


.site-footer-bbc{
  display: grid;
  grid-template-columns: auto auto;
  
}