html {
  scroll-behavior: smooth;
}

/**
 * Reset some basic elements
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
dl,
dd,
ol,
ul,
figure {
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  image-rendering: -moz-crisp-edges;
  /* Firefox        */
  image-rendering: -o-crisp-edges;
  /* Opera          */
  image-rendering: -webkit-optimize-contrast;
  /* Safari         */
  image-rendering: optimize-contrast;
  /* CSS3 Proposed  */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE8+           */
}

/**
 * Basic styling
 */
body {
  font-family: Merriweather, Myriad Pro Regular, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  color: #ba0909;
  background-color: #13110f;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}
@media only screen and (min-width: 800px) {
  body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    align-items: center;
  }
}

input {
  font-family: "myriad-pro", Merriweather, Myriad Pro Regular, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
  font-size: inherit;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
ol,
dl,
figure,
.highlight {
  margin-bottom: 15px;
}

/**
 * `main` element
 */
main {
  display: block;
  /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 17.5px;
}

/**
 * Lists
 */
ul,
ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: Merriweather, Arial, Helvetica, sans-serif;
  font-weight: 200;
}

/**
 * Links
 */
a {
  color: #ba0909;
  text-decoration: none;
  transition: color 100ms ease-in-out;
}
a:visited {
  color: #ba0909;
}
a:hover {
  color: #70b462;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

a.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

/**
 * Blockquotes
 */
blockquote {
  color: #d5d5d5;
  border-left: 4px solid white;
  padding-left: 15px;
  font-size: 22.5px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 18.75px;
  border: 1px solid white;
  border-radius: 3px;
  background-color: #eef;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.main-container {
  max-width: 1200px;
  padding: 20px;
}
@media only screen and (min-width: 800px) {
  .main-container {
    padding: 30px;
  }
}

@media only screen and (min-width: 800px) {
  .inner-content, footer {
    padding: 30px 57px;
  }
}

h1, h2, h3, h4, h5, sub {
  color: #ba0909;
}

.hero-text {
  color: #ba0909;
  font-size: 28px;
}

.screenshot-container {
  padding: 30px 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}
@media only screen and (min-width: 800px) {
  .screenshot-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.screenshot-container img {
  border-radius: 10px;
  overflow: hidden;
}

section {
  padding: 30px 0;
}

.company-groups {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}
@media only screen and (min-width: 800px) {
  .company-groups {
    grid-template-columns: repeat(2, 1fr);
  }
}

.company-group-left img {
  max-width: 420px;
  width: 100%;
}

.company-group-right {
  text-align: right;
}
.company-group-right img {
  max-width: 220px;
  width: 100%;
}

.divider {
  text-align: center;
}
.divider img {
  max-width: 200px;
}

.feature-blurb {
  display: flex;
  gap: 30px;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 800px) {
  .feature-blurb {
    flex-direction: row;
    grid-template-columns: repeat(2, 1fr);
  }
}

.sigil {
  align-self: center;
  width: 120px;
  height: 120px;
}

/**
 * Clearfix
 */
/**
 * Icons
 */
.social {
  display: flex;
  gap: 12px;
  padding-top: 15px;
}

.social-right {
  flex-direction: row-reverse;
}

.svg-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  padding-right: 0px;
  transition: fill 100ms ease-in-out;
}
.svg-icon:hover {
  fill: #70b462;
}

.svg-icon-red {
  fill: #ba0909;
}

.svg-icon-green {
  fill: rgb(74, 121, 58);
}

.patreon-support {
  font-size: 34px;
  text-align: center;
  font-weight: 200;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: #f52a2a;
  border-collapse: collapse;
  border: 1px solid white;
}
table tr:nth-child(even) {
  background-color: white;
}
table th,
table td {
  padding: 10px 15px;
}
table th {
  background-color: white;
  border: 1px solid whitesmoke;
  border-bottom-color: #e0e0e0;
}
table td {
  border: 1px solid white;
}

/**
 * Site header
 */
.mobile-header {
  display: none;
  position: sticky !important;
  padding: 10px 0;
}
@media screen and (max-width: 800px) {
  .mobile-header {
    display: flow;
  }
}
.mobile-header nav {
  margin-top: 10px;
  font-size: 1.5rem;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  width: 100%;
  font-family: "BalooBhaijaan2", Arial, Helvetica, sans-serif;
}
.mobile-header nav a {
  display: block;
}

.mobile-menu-icon {
  position: absolute;
  right: 10px;
  top: 25px;
  cursor: pointer;
  display: inline-block;
}

.navicon {
  background-color: #3d597a;
  display: inline-block;
  position: relative;
  width: 35px;
  height: 2px;
  cursor: pointer;
}
.navicon:before {
  top: 12px;
  content: "";
  background-color: #3d597a;
  display: block;
  position: absolute;
  width: 35px;
  height: 2px;
  cursor: pointer;
}
.navicon:after {
  bottom: 12px;
  content: "";
  background-color: #3d597a;
  display: block;
  position: relative;
  width: 35px;
  height: 2px;
  cursor: pointer;
}

.navicon:before,
.navicon:after {
  transition: all 0.3s ease-out;
}

#mobile-menu-btn {
  position: absolute;
  top: -1000px;
  left: -1000px;
}

.mobile-menu {
  overflow: hidden;
  height: 100vh;
  pointer-events: none;
  transition: all 100ms ease-in-out;
  transform: scaleY(0);
  transform-origin: 50% 0%;
}

.mobile-menu-btn:checked ~ .mobile-menu {
  display: flow;
  pointer-events: initial;
  transform: scaleY(100%);
}

.mobile-menu-btn:checked ~ .mobile-menu-icon .navicon {
  background: transparent;
}

.mobile-menu-btn:checked ~ .mobile-menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.mobile-menu-btn:checked ~ .mobile-menu-icon .navicon:after {
  transform: rotate(45deg);
}

.mobile-menu-btn:checked ~ .mobile-menu-icon .navicon:before,
.mobile-menu-btn:checked ~ .mobile-menu-icon .navicon:after {
  top: 0;
}

.desktop-header {
  display: flow;
}
@media screen and (max-width: 800px) {
  .desktop-header {
    display: none;
  }
}

.site-header {
  min-height: 55.95px;
  position: sticky;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 500;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .site-header {
    max-width: -webkit-calc(1280px - (30px));
    max-width: calc(1280px - (30px));
    padding-right: 0;
    padding-left: 0;
  }
}

.site-title {
  font-size: 32.5px;
  font-weight: 300;
  line-height: 67.5px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
.site-title, .site-title:visited {
  color: #959595;
}

.nav-left a {
  display: inline-block;
  margin-right: 10px;
}

.site-nav {
  float: right;
  line-height: 67.5px;
  display: flex;
  gap: 20px;
  padding: 10px 0;
}

.header-icon-image {
  height: 70px;
}

.footer-heading {
  font-size: 22.5px;
  margin-bottom: 15px;
}

.business-name-banner {
  background-color: #9fd295;
  padding: 30px;
  position: relative;
}
.business-name-banner svg {
  fill: #FFF;
}

.business-name-banner-pattern {
  background-image: url("/assets/img/01-Lizard-Pattern-F.jpeg");
  position: absolute;
  background-size: 250px;
  opacity: 0.25;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-position: 0;
}

.business-name-banner-contents {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  color: #FFF;
  font-size: 2rem;
  align-items: center;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.extra-ctas {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

.extra-links-list {
  list-style: none;
  font-size: 0.8rem;
}

/**
 * Page content
 */
.page-content {
  padding: 0;
  flex: 1;
}

.page-heading {
  font-size: 40px;
}

.post-list-heading {
  font-size: 35px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 17.5px;
  color: #d5d5d5;
}

.post-link {
  display: block;
  font-size: 30px;
}

.page-banner-container {
  text-align: center;
}
@media screen and (max-width: 800px) {
  .page-banner-container {
    padding: 0 30px;
  }
}

.page-banner-img {
  width: 100%;
  max-width: 400px;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title {
  font-size: 52.5px;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .post-title {
    font-size: 45px;
  }
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

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