/*********************************************************************************
/*
/* article
/*
/********************************************************************************/

article {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
  margin-top: 50px;
}

article.marine-life-families {
  max-width: 860px;
  margin: 0 auto;
}

article ul li a {
//  margin-right: 5px;
}

article ul li a.margin-left {
//  margin-left: 5px;
}

article.min-height {
  /* keep footer at bottom of page when no search results */
  min-height: calc(100vh - 230px);
}

article:not(.section)>* {

}


/*********************************************************************************
/*
/* section
/*
/********************************************************************************/

section {
  display: block;
  padding: 10px;
  margin-bottom: 20px;
  background: var(--background);
  color: var(--text);
  transition: 0.25s;
  border-radius: 6px;
}

section.title {
  padding-bottom: 10px;
  margin-bottom: 0px;
}

article section:first-of-type:not(.has-columns) {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
