/* -- CSS Reset -- */
@import url('https://fonts.googleapis.com/css?family=Press+Start+2P&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "liga" on;
  margin: 0; }

img.alignright {
  float: right; }

img.alignleft {
  float: left; }

img.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto; }

body {
  background-color: #FFFFFF;
  border-style: none; }

body,
p,
a,
a:hover {
  color: #000000; }

a,
a:hover {
  text-decoration: none;
  border: none;
  border-style: none;
  box-shadow: none; }

/* -- Content -- */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

html {
  background-color: #354a21; }

body.page {
  background-color: #354a21;
  font-family: 'Press Start 2P', cursive;
  font-size: 21px;
  line-height: 33px;
  color: #68983a;
  -webkit-animation: fadein 2s;
          animation: fadein 2s; }
  body.page-template-page-fullsingle-split p {
    color: #848d96; }

.fs {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }
  .fs .content {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: left;
    -webkit-align-items: left;
            align-items: left;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
            justify-content: left;
    overflow: auto; }
    .fs .content .content-vertically-center {
      padding: 50px;
      max-width: 1080px;
      margin-top: auto;
      margin-bottom: auto; }
    

.intro { }
  .intro h1 {
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    color: #bbfc7c; 
    letter-spacing: -2px; }
  .intro .tagline {
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF; }



.lists .list {
  display: inline-block;
  margin-bottom: 40px;
  margin-top: 40px; }
  .lists .list h3 {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 20px;
    color: #848d96;
    letter-spacing: 2px;
    opacity: 0.5; }
  .lists .list ul li {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 12px; }
    .lists .list ul li a {
      color: #bbfc7c;
      -webkit-transition-duration: 0.5s;
              transition-duration: 0.5s; }
      .lists .list ul li a:hover {
        color: #11f5da;
        -webkit-transition-duration: 0.5s;
                transition-duration: 0.5s; }

.
