@font-face {
  font-family: "TTRounds";
  src: url("../fonts/TTRoundsCondensed-Regular.woff2") format("woff2"), url("../fonts/TTRoundsCondensed-Regular.woff") format("woff");
}
@font-face {
  font-family: "TTRoundsBold";
  src: url("../fonts/TTRoundsCondensed-Bold.woff2") format("woff2"), url("../fonts/TTRoundsCondensed-Bold.woff") format("woff");
}
body {
  counter-reset: item;
  font-family: 'TTRoundsBold';
  font-weight: normal;
  font-size: 1em;
  margin: 0;
  padding: 0;
  background: #efefef;
}
header {
  margin: 2em;
  color: #00A8A5;
}
h1 {
  margin: 48px 0 0;
}
h3 {
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  margin: 32px 0 48px;
}
section h2 {
  background: #fefac9;
  border-bottom: 1px solid #f0db4f;
  font-size: 15px;
  margin: 0 0 30px;
  padding: 10px;
}
section p,
section ul,
section ol {
  margin: 0 45px 30px;
}
section ol {
  list-style: none;
  margin-left: 25px;
}
section ol li {
  counter-increment: item;
  margin-bottom: 3em;
}
section ol li:before {
  margin-right: 10px;
  border-radius: 4px;
  content: counter(item);
  background: #272822;
  color: #fff;
  width: 2em;
  text-align: center;
  display: inline-block;
  height: 2em;
  line-height: 2em;
}
section a {
  color: #55acee;
  text-decoration: none;
}
section a:hover {
  text-decoration: underline;
}
section table {
  border: 1px solid #eee;
  border-collapse: collapse;
  font-size: 14px;
  margin: 16px 32px 32px;
  width: 92%;
}
section table th {
  background: #272822;
  color: #fafafa;
  font-size: 14px;
  font-weight: 400;
}
section table th.subhead {
  background: #fffeee;
  color: #e09e41;
}
section table td {
  font-family: monospace;
}
section table tr:nth-child(2n) {
  background: #f5f5f5;
}
section table th,
section table td {
  border: 1px solid #eee;
  padding: 10px;
  text-align: left;
}
section section code {
  font-size: 16px;
}
section .flex-container {
  display: flex;
  flex-wrap: wrap;
}
section .flex-item {
  flex: 1 0 21%;
  margin: 10px;
}
section .btn-green {
  background: #c2e0db;
  color: black;
  border-radius: 8px;
  padding: 40px 16px;
  transition: 0.3s;
}
section .btn-green:hover {
  cursor: pointer;
  background: #cccccc;
}
.smaller {
  font-size: 16px;
  font-style: italic;
}
#custom-color-select {
  display: block;
  margin: 0 auto;
  width: 24em;
}
input {
  display: block;
  height: 3em;
  margin: 2em auto;
  width: 8em;
}
.js-tabs {
  margin: 2em;
  max-width: 100%;
}
.js-tabs__header {
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.js-tabs__header li {
  display: inline-block;
  float: left;
}
.js-tabs__title {
  background: #b9b9b9;
  color: #000000;
  border: 1px solid transparent;
  border-top-left-radius: 8px;
  cursor: pointer;
  display: block;
  margin-right: 0.1em;
  padding: 1em 1.5em;
  transition: all 0.25s;
}
.js-tabs__title:before {
  content: '';
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="%23000000"%3E%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3Cpath d="M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92 1.61 0 2.92-1.31 2.92-2.92s-1.31-2.92-2.92-2.92z"/%3E%3C/svg%3E');
  width: 20px;
  height: 20px;
  padding-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 4px;
}
.js-tabs__title:hover {
  text-decoration: none;
  color: #000000;
  background: #cccccc;
}
.js-tabs__title-active {
  background: #ffffff;
  color: #00A8A5;
  border-top-left-radius: 0.75em;
}
.js-tabs__content {
  background: #ffffff;
  line-height: 1.5;
  margin-top: -1px;
  padding: 1em 2em 3em;
}
