body {
  font-family: 'Inter', sans-serif;
  font-family: 'Nunito Sans', sans-serif;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #303B41;
}

#introText h1 {
  color: #fff;
  margin: 0;
}

#introText p {
  color: #fff;
  margin: 0 0 16px 0;
  padding: 0 0 16px 0;
  border-bottom: 1px dotted #F6F5EF;
}

h2 {
  font-size: 2em;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
}

#gridHolder {
  max-width: 480px;
  max-height: 480px;
  margin-bottom: 32px;
}

#gridHolder button {
  border-radius: 100px;
  border: 4px solid #d1ccae;
  background-color: #F6F5EF;
  padding: 12px 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 1em;
  cursor: pointer;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

#gridHolder button:hover {
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background-color: #d1ccae;
}

#gridHolder #grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  list-style: none;
  margin: 0 0 16px 0;
  padding: 16px;
  background-color: #fff;
  border-radius: 14px;
  height: 304px;
}

#gridHolder #grid li {
  position: relative;
  border-radius: 8px;
  width: 31%;
  height: 92px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F6F5EF;
  -webkit-box-shadow: #e2dfcf 0px 0px 0px 2px;
          box-shadow: #e2dfcf 0px 0px 0px 2px;
}

#gridHolder #grid li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 1em;
  font-weight: 600;
  color: #303B41;
}

#gridHolder #grid li div p, #gridHolder #grid li div h3 {
  text-align: center;
  margin: 0;
  padding: 0;
}

#gridHolder #grid li div h3 {
  margin-top: 32px;
  font-weight: 800;
  line-height: 1.6em;
  font-size: 1.1em;
}

#gridHolder #grid li div p {
  font-size: 0.9em;
  line-height: 1.75em;
  text-align: center;
  margin-top: 16px;
  position: absolute;
  bottom: 8px;
  right: 8px;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  color: #b4af96;
  -webkit-box-shadow: #e2dfcf 0px 0px 0px 2px;
          box-shadow: #e2dfcf 0px 0px 0px 2px;
}

#gridHolder #grid li:nth-child(3n) {
  margin-right: 0px;
}

.sequences {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  list-style: none;
  margin: 0 0 32px 0;
  padding: 0;
}

.sequences li {
  width: 30%;
}

.sequences li div {
  position: relative;
}

.sequences img {
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: white 0px 0px 0px 4px;
          box-shadow: white 0px 0px 0px 4px;
}

.sequences .textHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 4px;
  background-color: #fff;
  color: #303B41;
  border-radius: 0 0 8px 8px;
  width: 100%;
}

.sequences .textHolder p {
  padding: 8px 12px;
  margin: 0;
  font-size: 1em;
}

.sequences .textHolder p:first-child {
  font-weight: 800;
  padding: 8px 8px 8px 8px;
}

.sequences .textHolder p:last-child {
  font-weight: 600;
  padding: 8px 0px 8px 0px;
}

#copyright {
  color: #fff;
}

#externalLinks {
  list-style: none;
  padding: 8px 0 0 0;
  margin: 0;
  border-top: 1px dotted #F6F5EF;
  border-bottom: 1px dotted #F6F5EF;
}

#externalLinks li {
  margin-bottom: 8px;
}

#externalLinks a {
  color: #fff;
  text-decoration: none;
}

#externalLinks a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=main.css.map */