
@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap";

.front {
  padding-top: 60px;
  @media screen and (min-width: 577px) {
    padding-top: 100px;
  }
}

.billboard-copy span {
  font-family: 'Montserrat', sans-serif;
}

.leading-loose {
  line-height: 2;
}
.leading-relaxed {
  line-height: 1.625;
}

.news-list {
  padding: 32px 0 0 0;
}

.news-list li {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #000;
  margin: 0;
  padding: 1em;
  @media screen and (min-width: 769px) {
    flex-direction: row;
  }
}

.news-list li:last-child {
  border-bottom: 1px solid #000;
}

.news-list .wp-block-post-date {
  margin: 0 1em;
}

.news-date {
  display: flex;
  flex-flow: row;
  gap: 1em;
}
.news-category {
  width: 10%;
  min-width: 4em;
  height: 1em;
  background-color: #6A91AA;
  border-radius: .5em;
  margin: 0;
}

.news-list li:nth-child(even) .news-category {
  background-color: #E75516;
}

.news-list h3 {
  margin: 0 1em;
}

nav.bgr-menu {
  max-width: 80%;
}
.bgr-menu {
  display: flex !important;
  gap: .5em;
  @media screen and (min-width: 1201px) {
    display: none !important;
  }
}
.pc-menu {
  display: none !important;
  @media screen and (min-width: 1201px) {
    display: flex !important;
  }
}

.bgr-menu .wp-block-navigation-item {
  padding-left: 1em;
}
.bgr-menu .subtitle {
  border-left: 6px solid #FF5400;
  padding-left: .5em;
  font-weight: bold;
}
.bgr-menu ul li a {
  justify-content: left;
}

