@charset "UTF-8";
* {
  box-sizing: border-box;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

b,
strong {
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

ul,
ol {
  list-style: none;
}

li {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
  overflow: hidden;
}

.project-summaries .project .detail-row .value, .project-summaries .project .detail-row .detail {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 18px;
  scroll-behavior: smooth;
}

body {
  background-color: #f0f1f2;
  color: #313131;
  background-image: url(../img/cork-wallet.png);
  scroll-behavior: smooth;
  font-family: "Yrsa", serif;
}

img {
  max-width: 100%;
  height: auto;
}

b, strong {
  font-weight: 600;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 105%;
}

P {
  margin-bottom: 1em;
}

ul {
  padding-left: 1.5em;
}
ul li {
  list-style-type: disc;
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .desktop-only {
    display: none;
  }
}
aside {
  padding: 1em;
  background: #e4e72c;
  color: #313131;
  font-size: 22px;
}
aside h1 {
  padding-right: 0.25em;
  line-height: 115%;
}
aside a {
  color: #ac4b06;
  text-decoration: none;
}
aside a.homelink {
  color: currentColor;
}
aside a.homelink:hover {
  color: #ac4b06;
}
aside ul {
  padding-left: 0;
}
aside li {
  list-style: none;
}
aside li span {
  line-height: 160%;
  font-size: 1.35em;
}
aside li .icon {
  display: inline-block;
  margin-right: 0.5em;
  fill: currentColor;
}
aside li a:hover span {
  text-decoration: underline;
}
aside li a:hover .icon {
  transform: scale(1.25);
}

@media screen and (max-width: 887px) {
  aside {
    position: relative;
    margin-bottom: 1em;
  }
  aside h1 {
    font-size: 8.5vw;
    text-align: center;
  }
  aside h1 .big {
    font-size: 1.5em;
  }
  aside ul {
    text-align: center;
  }
  aside ul li {
    display: inline-block;
  }
  aside ul li .icon {
    height: 36px;
  }
  aside ul li span {
    display: none;
  }
}
@media screen and (min-width: 888px) {
  aside {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 320px;
    box-shadow: inset 0 0 0.5em rgba(49, 49, 49, 0.95);
  }
  aside h1 {
    font-size: 1.9em;
    margin-bottom: 0.5em;
  }
  aside h1 .big {
    font-size: 2.21em;
  }
  aside p {
    font-size: 24px;
  }
  aside ul {
    position: absolute;
    right: 1em;
    bottom: 1em;
    left: 1em;
  }
  aside li .icon {
    height: 1em;
  }
}
.project-summaries {
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 15px));
  grid-gap: 30px;
}
.project-summaries .project {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-gap: 20px;
  background: white;
  box-shadow: -4px -4px 8px rgba(0, 0, 0, 0.3);
}
.project-summaries .project .image-holder {
  background-size: cover;
  padding: 10px;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.project-summaries .project .image-holder img {
  width: 100%;
  height: auto;
}
.project-summaries .project .image-holder a:hover img, .project-summaries .project .image-holder.focus img {
  transform: scale(1.09);
}
.project-summaries .project .image-holder .absolute-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.25s ease;
}
.project-summaries .project .image-holder .absolute-link:hover, .project-summaries .project .image-holder .absolute-link:focus {
  transform: scale(1.2);
}
.project-summaries .project figcaption {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 10px 10px 0;
}
.project-summaries .project .project-text {
  padding-bottom: 2rem;
}
.project-summaries .project .title {
  font-size: 215%;
  line-height: 100%;
  word-break: break-word;
  padding-bottom: 10px;
}
.project-summaries .project .title a {
  color: #ac4b06;
  text-decoration: none;
}
.project-summaries .project .title a:hover {
  text-decoration: underline;
}
.project-summaries .project .subhead {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding-bottom: 10px;
}
.project-summaries .project .description {
  font-size: 120%;
}
.project-summaries .project .description a {
  color: #ac4b06;
  text-decoration: none;
}
.project-summaries .project .description a:hover, .project-summaries .project .description a:focus {
  text-decoration: underline;
}
.project-summaries .project .description p:last-of-type {
  margin-bottom: 0;
}
.project-summaries .project .detail-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.project-summaries .project .detail-row .invisible {
  display: none;
}
.project-summaries .project .detail-row .label {
  font-size: 80%;
  text-transform: uppercase;
}
.project-summaries .project .detail-row .value {
  display: block;
  font-size: 125%;
}
.project-summaries .project .detail-row .repository a {
  color: #ac4b06;
  text-decoration: none;
}
.project-summaries .project .detail-row .repository a:hover {
  text-decoration: underline;
}
.project-summaries .conference {
  background: #eee;
  color: #313131;
  padding: 15px;
  margin-right: 15px;
  height: 260px;
}
.project-summaries .conference.prev {
  background-size: cover;
  background-position: center;
  position: relative;
}
.project-summaries .conference.prev figcaption {
  background: rgba(238, 238, 238, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  color: #313131;
}
.project-summaries .conference.prev figcaption .name {
  font-size: 130%;
}
.project-summaries .conference.prev figcaption .location {
  font-size: 120%;
}
.project-summaries .conference .name {
  font-size: 180%;
}
.project-summaries .conference a {
  color: #ac4b06;
  text-decoration: none;
}
.project-summaries .conference a:hover {
  text-decoration: underline;
}
.project-summaries .conference .location {
  font-size: 135%;
}
.project-summaries .conference .presenting {
  margin-top: 0.7em;
}
.project-summaries .conferences {
  padding: 0;
  position: relative;
  overflow: hidden;
  background: #313131;
  color: #eee;
  box-shadow: -4px -4px 8px rgba(0, 0, 0, 0.3);
}
.project-summaries .conferences .slider-header {
  display: grid;
  grid-template-columns: 1fr 120px;
  grid-gap: 10px;
  padding: 5px 15px;
}
.project-summaries .conferences .slider-header h2 {
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 180%;
}
.project-summaries .conferences .slider-header h2 sub {
  bottom: 0;
}
.project-summaries .conferences .slider-header .more-holder {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.project-summaries .conferences .slider-header .more-holder a {
  font-size: 130%;
  color: #e98741;
  text-decoration: none;
}
.project-summaries .conferences .slider-header .more-holder a:hover {
  text-decoration: underline;
}
.project-summaries .conferences .slick-slider {
  padding-bottom: 40px;
}
.project-summaries .conferences .slick-initialized.slick-slider {
  margin-right: -15px;
}
.project-summaries .conferences .slick-arrow {
  bottom: 5px;
  height: 30px;
  line-height: 30px;
}
.project-summaries .conferences .slick-arrow.slick-next {
  right: 20px;
}

@media (min-width: 2150px) {
  .project-summaries {
    grid-template-columns: repeat(3, calc(33.333333% - 15px));
  }
}
@media (max-width: 1500px) {
  .project-summaries {
    grid-template-columns: 1fr;
  }
  .project-summaries .project {
    grid-template-columns: 120px 1fr;
  }
}
@media (max-width: 1170px) {
  .project-summaries .project {
    grid-template-columns: 1fr;
  }
  .project-summaries .project .image-holder {
    height: 64px;
  }
  .project-summaries .project .image-holder img {
    height: 100%;
  }
  .project-summaries .project figcaption {
    padding-left: 20px;
  }
}
@media (min-width: 888px) and (max-width: 940px) {
  .project-summaries {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 610px) {
  .project-summaries {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 888px) {
  main {
    margin-left: 320px;
    padding-top: 2em;
  }
}
section.client-site-overview {
  grid-column: 1/-1;
}

.client-site {
  display: grid;
  grid-template-columns: 460px 1fr 76px;
  grid-gap: 40px;
  background: white;
  box-shadow: -4px -4px 8px rgba(0, 0, 0, 0.3);
  padding: 20px;
}
.client-site figure {
  grid-row: span 1;
}
.client-site figure .screenshots {
  position: relative;
  padding: 0 0 50px 0;
}
.client-site figure .screenshots .slick-list {
  background-image: url(../img/client-sites/browser.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 19px 0 0 0;
  border: 1px solid rgba(0, 0, 0, 0.4);
  overflow: hidden;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  cursor: grab;
}
.client-site figure .screenshots .slick-dots {
  display: block;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.client-site figure .screenshots .slick-dots li {
  display: inline-block;
  padding: 0 0.5em 0 0;
}
.client-site figure .screenshots .slick-dots li button {
  display: inline-block;
  line-height: 1.3em;
  height: 1em;
  width: 1em;
  background: transparent;
  background: rgba(49, 49, 49, 0.2);
  border: none;
  transition: background 0.2s linear;
  border-radius: 50%;
  font-family: "Yrsa", serif;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  text-indent: -999px;
}
.client-site figure .screenshots .slick-dots li.slick-active button {
  background: #313131;
  cursor: default;
}
.client-site .title {
  font-size: 215%;
  line-height: 100%;
  padding-top: 10px;
  word-break: break-word;
}
.client-site .title span {
  background: linear-gradient(36deg, rgba(228, 231, 44, 0.5), rgba(228, 231, 44, 0.25));
  padding: 4px 24px 3px 13px;
  transform: translateX(-13px);
  display: inline-block;
  margin-bottom: 0.5em;
}
.client-site .subhead {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 1em;
}
.client-site .description {
  line-height: 1.4;
  font-size: 22px;
  max-width: 68ch;
}
.client-site .description p:last-of-type {
  margin-bottom: 1em;
}
.client-site .visit-site {
  font-size: 0.85rem;
  margin-bottom: 1em;
}
.client-site .visit-site a {
  color: #ac4b06;
  text-decoration: none;
  text-transform: uppercase;
}
.client-site .visit-site a:hover, .client-site .visit-site a:focus {
  text-decoration: underline;
}
.client-site p {
  margin-bottom: 1em;
}
.client-site ol {
  list-style-type: decimal;
  margin-bottom: 1em;
}
.client-site ol li {
  margin-left: 1.25em;
}
.client-site .tech {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.client-site .tech svg {
  width: 100%;
}
.client-site .tooltip {
  cursor: help;
}
.client-site .php {
  fill: #777BB4;
}
.client-site .sass, .client-site .scss {
  fill: #CC6699;
}
.client-site .js, .client-site .javascript {
  fill: #F7DF1E;
}
.client-site .vue {
  fill: #4FC08D;
}
.client-site .pug {
  fill: #A86454;
}
.client-site .jquery {
  fill: #0769AD;
}
.client-site .craft {
  fill: #E5422B;
}
.client-site .matomo {
  fill: #3152A0;
}
.client-site .dotnet {
  fill: #512BD4;
}
.client-site .azure {
  fill: #0078D4;
}
.client-site .yaml {
  fill: #444;
}
.client-site .aos {
  fill: #26a;
}
.client-site .untappd {
  fill: #FFC000;
}
.client-site .lottie {
  fill: #2BEAED;
}
.client-site .howler {
  fill: #786956;
}
.client-site .scrollmagic {
  fill: #3b46a0;
}
.client-site .concrete5 {
  fill: #017ddd;
}
.client-site.simple {
  grid-template-columns: 1fr;
  grid-column: span 1;
  padding: 1rem;
  gap: unset;
}
.client-site.simple .title span {
  transform: unset;
  margin-bottom: 0.25em;
}
.client-site.simple .subhead {
  margin-bottom: unset;
}
.client-site.simple figure {
  padding: 0;
  margin-top: 0.5rem;
}
.client-site.simple figure .screenshot {
  background-image: url(../img/client-sites/browser.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 16px 0 0 0;
  border: 1px solid rgba(0, 0, 0, 0.4);
  overflow: hidden;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.client-site.simple .visit-site {
  padding-top: 1rem;
}
.client-site.simple .tech {
  flex-direction: row;
}
.client-site.simple .tech svg {
  height: 32px;
  width: 32px;
}

@media (min-width: 1401px) {
  .client-sites {
    grid-template-columns: repeat(3, 1fr);
  }
  .client-site.featured {
    grid-column: span 3;
  }
}
@media (max-width: 1400px) {
  .client-sites {
    grid-template-columns: repeat(2, 1fr);
  }
  .client-site.featured {
    grid-column: span 2;
  }
}
@media (max-width: 1240px) {
  .client-site.featured {
    grid-template-columns: 1fr 76px;
  }
  .client-site.featured figure {
    grid-column: 1;
    display: none;
  }
  .client-site.featured figcaption {
    grid-column: 1;
  }
  .client-site.featured .tech {
    grid-column: 2;
    grid-row: span 2;
  }
}
@media (max-width: 700px) {
  .client-sites {
    grid-template-columns: 1fr;
  }
  .client-site.featured {
    grid-column: span 1;
  }
}
@media (max-width: 510px) {
  .client-site.featured {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .client-site.featured .tech {
    grid-column: 1;
    grid-row: span 1;
    flex-direction: row;
  }
  .client-site.featured .tech svg {
    height: 32px;
    width: 32px;
  }
}
.talk-grid {
  display: grid;
  grid-gap: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.talk-grid .conference {
  background-color: white;
  box-shadow: -0.075em -0.075em 0.15em rgba(49, 49, 49, 0.75);
  padding: 15px;
  position: relative;
  min-height: 240px;
}
.talk-grid .conference .name {
  font-size: 210%;
}
.talk-grid .conference a {
  color: #ac4b06;
  text-decoration: none;
}
.talk-grid .conference a:hover {
  text-decoration: underline;
}
.talk-grid .conference .location {
  font-size: 115%;
  letter-spacing: 0.1em;
}
.talk-grid .conference .date {
  font-weight: bold;
}
.talk-grid .conference .presenting {
  margin-top: 0.5em;
}
.talk-grid .leading h2 {
  font-weight: 300;
  font-size: 260%;
  letter-spacing: 0.1em;
  padding-top: 1em;
}
.talk-grid .conference {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
  min-height: 16rem;
}
.talk-grid .conference > * {
  flex-basis: 100%;
}
.talk-grid .pics {
  z-index: 3;
  padding-top: 2rem;
}
.talk-grid .pics a.pic {
  background-size: cover;
  height: 72px;
  width: 72px;
  vertical-align: bottom;
  display: inline-block;
  background-position: center;
  cursor: pointer;
  background-repeat: no-repeat;
  position: relative;
}
.talk-grid .pics a.pic:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ac4b06;
  content: "";
  display: block;
  mix-blend-mode: color;
  opacity: 0;
}
.talk-grid .pics a.pic:hover:before, .talk-grid .pics a.pic:focus:before, .talk-grid .pics a.pic:active:before, .talk-grid .pics a.pic.active:before {
  opacity: 0.5;
}
.talk-grid .pics a.pic.inactive {
  opacity: 0.5;
}
.talk-grid .pics a.pic.inactive:hover, .talk-grid .pics a.pic.inactive:focus {
  opacity: 1;
}
.talk-grid .pics a.close-cardpic {
  position: absolute;
  top: 0;
  right: 0.75rem;
  font-size: 36px;
  display: none;
  text-decoration: none;
}
.talk-grid .pics a.close-cardpic:hover, .talk-grid .pics a.close-cardpic:focus {
  color: white;
  text-shadow: 0 0 3px black;
}
.talk-grid .cardpic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111;
  display: none;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
.talk-grid .photo-background .pics a.close-cardpic {
  display: block;
  cursor: pointer;
}
.talk-grid .photo-background .cardpic {
  display: block;
}
.talk-grid figure.map {
  background-image: url(../img/worldmap.png);
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  min-height: 270px;
  box-shadow: -0.075em -0.075em 0.15em rgba(49, 49, 49, 0.75);
}
.talk-grid figure.map a {
  color: #ac4b06;
  text-decoration: none;
  text-shadow: -2px -2px 1px rgba(49, 49, 49, 0.7);
  font-size: 46px;
  font-weight: 300;
}
.talk-grid figure.map a:hover span {
  border-top: 2px solid #313131;
  border-bottom: 2px solid #313131;
}
.talk-grid .back-home {
  background: #313131;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  min-height: 70px;
}
.talk-grid .back-home a {
  color: #ac4b06;
  text-decoration: none;
  font-size: 32px;
}
.talk-grid .back-home a:hover {
  text-decoration: underline;
}

.carousel:not(.slick-initialized) {
  display: none !important;
}

@media (min-width: 401px) {
  .talk-grid {
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  }
}
@media (max-width: 400px) {
  .talk-grid {
    grid-template-columns: 1fr;
  }
}

.slick-slider .slick-arrow {
  background: transparent;
  border: none;
  position: absolute;
  bottom: 10px;
  font-family: "Yrsa", serif;
  font-size: 240%;
  color: #e98741;
  z-index: 3;
  cursor: pointer;
}
.slick-slider .slick-arrow:hover, .slick-slider .slick-arrow:active {
  transform: scale(1.2);
}
.slick-slider .slick-prev {
  left: 10px;
}
.slick-slider .slick-next {
  right: 10px;
}
.slick-slider .slick-slide {
  cursor: grab;
}
.slick-slider .slick-slide:active {
  cursor: grabbing;
}
.slick-slider button {
  outline: none;
}
.slick-slider.talks {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.slick-slider.talks .slick-list {
  height: 100%;
  padding-top: 85px;
  padding-left: 15px;
  padding-right: 15px;
}
.slick-slider .slick-dots {
  display: block;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  padding: 0 40px;
}
.slick-slider .slick-dots li {
  display: inline-block;
  padding: 0 0.5em 0 0;
}
.slick-slider .slick-dots li button {
  display: inline-block;
  line-height: 1.3em;
  height: 1em;
  width: 1em;
  background: transparent;
  background: #e98741;
  border: none;
  transition: background 0.2s linear;
  border-radius: 50%;
  font-family: "Yrsa", serif;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  text-indent: -999px;
}
.slick-slider .slick-dots li button:hover, .slick-slider .slick-dots li button:focus { /*background: lighten($lightOrange,20%); */
  transform: scale(1.15);
}
.slick-slider .slick-dots li.slick-active button {
  background: #eee;
  cursor: default;
}

section.fullpage {
  background: white;
  display: block;
  width: 100%;
  padding: 2em;
  margin-bottom: 2em;
  background: white;
  border: 1px solid rgba(49, 49, 49, 0.3);
  box-shadow: 0 0 0.3em rgba(49, 49, 49, 0.75);
  font-size: 22px;
  max-width: 880px;
}
section.fullpage h1 {
  margin-bottom: 0.25em;
}
section.fullpage .stamp {
  display: block;
  margin-bottom: 0.5em;
}
section.fullpage time {
  font-weight: bold;
}
section.fullpage a {
  color: #ac4b06;
  font-weight: bold;
  text-decoration: none;
}
section.fullpage a:hover {
  text-decoration: underline;
}
section.fullpage ul {
  margin-bottom: 1em;
}
section.fullpage ul li {
  margin-bottom: 0.25em;
}
section.fullpage ol {
  margin-bottom: 1em;
}
section.fullpage ol li {
  margin-bottom: 0.5em;
  list-style-type: decimal;
  margin-left: 1.5em;
}

ul.things {
  margin-left: 0.5em;
  padding: 0;
}
ul.things li {
  list-style-type: none;
}
ul.things li:before {
  content: "⚫️";
  display: inline-block;
  width: 40px;
  text-align: center;
  margin-right: 0.5em;
  font-size: 60%;
}
ul.things li.yes:before {
  content: "💚";
}
ul.things li.no:before {
  content: "💔";
}

span.yes:before {
  content: "💚";
  font-size: 65%;
}

span.no:before {
  content: "💔";
  font-size: 65%;
}

/*# sourceMappingURL=ahoylemon.css.map */
