@media screen and (max-width: 480px) {
  .title.is-1 code, .title.is-2 {
    font-size: 28px;
  }
  .title.is-2 code, .title.is-3 {
    font-size: 24px;
  }
  .subtitle.is-3 code, .subtitle.is-4 {
    font-size: 18px;
  }
  .content.is-medium {
    font-size: 1rem;
  }
  .table-of-contents li {
    margin-bottom: 10px;
  }
}
a ,
.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-light strong {
  color: #ff3860;
}
.hero.is-light .title a {
  font-weight: bold;
  font-family: "Rounded Mplus 1c", sans-serif;
}
a:hover {
  color: #23d160;
}
.menu-list a:hover {
  color: #23d160;
}
.tabs li.is-active a {
  color: #ff3860;
}
nav.panel {
  border-radius: 0 0 5px 5px;
}
.nav-item a.is-tab.is-active, a.nav-item.is-tab.is-active {
  border-bottom: 3px solid #ff3860;
  border-top: 3px solid transparent;
  color: #ff3860;
}
.nav-item a.is-tab:hover, a.nav-item.is-tab:hover {
  border-bottom: 1px solid #ff3860;
  border-top: 1px solid transparent;
}
.tile.is-ancestor {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px){
  .articles.tile.is-parent {
    flex: none;
    max-width: 50%;
    width: 50%;
  }
}
a.article-link, a.article-link:hover {
  box-shadow: none;
}
