a {
  text-decoration: none;
}

/* Center logo and menu on large and small screens. */

.wp-custom-logo .title-area,
.wp-custom-logo .menu-toggle,
.wp-custom-logo .nav-primary {
  float: none;
}

.wp-custom-logo .title-area {
  margin: 0 auto;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .wp-custom-logo .nav-primary {
    text-align: center;
  }

  .wp-custom-logo .nav-primary .sub-menu {
    text-align: left;
  }
}

.site-header {
  background-color: #9eb5a5;
}

.has-background {
  border-width: 1px;
  border-style: solid;
  border-radius: 7px;
}

.wp-block-group__inner-container {
  border-width: 1px;
  border-style: solid;
  border-radius: 7px;
}

.gb-block-container .has-background-dim {
  border-radius: 18px;
}