/* -- beg reset -- */
*{font-size:inherit;line-height:inherit;margin:0;padding:0}*,:after,:before{box-sizing:inherit}html{box-sizing:border-box;-webkit-text-size-adjust:100%}:where(h1,h2,h3,h4,h5,h6){font-weight:400;overflow-wrap:break-word}:where(p){overflow-wrap:break-word;text-wrap:pretty}:where(img,picture,video,canvas){block-size:auto;display:block;max-inline-size:100%}:where(iframe,object,embed){display:block;max-inline-size:100%;position:relative;z-index:1}:where(iframe[src*="vimeo.com"],iframe[src*="youtube.com"]){aspect-ratio:16/9;height:auto}:where(ul[role=list],ol[role=list]){list-style:none}:where(ul:not([role]),ol:not([role])){padding-inline-start:revert}:where(table){border-collapse:collapse;border-spacing:0}:where(address,cite,dfn,var){font-style:normal}:where(abbr[title]){text-decoration:underline dotted}:where(del){text-decoration-thickness:1px}:where(ins){text-decoration:none}:where(pre){white-space:pre-wrap;word-break:break-word}:where(small){font-size:smaller}:where(sub,sup){line-height:0}:where(fieldset){border:0}:where(button,input,select,textarea){font:inherit}:where(button,[type=button],[type=reset],[type=submit]){background-color:buttonface;border-radius:0;border:1px solid #000;color:currentColor}:where([type=email],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=url],textarea){border:1px solid currentColor;border-radius:0}:where(select){color:currentColor}::placeholder{color:#595959;opacity:1}::file-selector-button{border:1px solid #000;border-radius:0;color:currentColor;font-family:inherit;font-size:inherit}:where([type=search]){background-color:inherit}::file-selector-button,[aria-controls],[type=button],[type=checkbox],[type=file],[type=radio],[type=reset],[type=submit],button,label,select{cursor:pointer}[aria-busy=true]{cursor:progress}[aria-disabled=true],[disabled]{cursor:not-allowed}[readonly]{cursor:text}:where(a svg,button svg){pointer-events:none}[hidden]{display:none!important}
/* -- end reset -- */
@font-face {
  font-family: 'Jura';
  src: url('Jura-VariableFont_wght.ttf') format('truetype');
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Jura', sans-serif;
  background-color: #3f3f32;
  color: #f3f3ce;
  padding-top: 4rem;
}
.para {
  display: block;
  font-size: 130%;
  max-width: 40rem;
  margin: 1rem 4rem;
}
a {
  color: #a7ff64;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.head {
  background-color: #3f3f32;
  padding: 1rem;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 4rem;
  border-bottom: 1px solid #20201a;
  z-index: 99;
}
h1 {
  font-size: 200%;
  margin-bottom: 1rem;
  display: inline-block;
  margin-right: 3rem;
}
.logo {
  margin-right: 0.5rem;
  width: 2rem;
  height: 2rem;
  float: left;
}
h2 {
  font-size: 200%;
  max-width: 30rem;
  margin: 1rem;
  line-height: 0.9;
  padding: 1rem;
}
.h2-over {
  position: absolute;
  color: #20201a;
  background-color: rgba(200, 200, 200, 0.8);
  margin: 20rem 1rem;
}
.sec-img {
  width: 100%;
  height: 30rem;
  object-fit: cover;
}
.sec-space {
  margin-top: 25vh;
}
.color-void {
  color: #a7ff64;
}
.color-merge {
  color: #ffd164;
}
.get-started {
  display: inline-block;
  margin: 0.5rem auto;
  padding: 0.5rem 1rem;
  background-color: #20201a;
  border: 1px solid #a7ff64;
}
.get-started:hover {
  text-decoration: none;
  border: 1px solid #ffd164;
  color: #ffd164;
}
.get-started:active {
  text-decoration: none;
  border: 1px solid #a35300;
  color: #a35300;
  background-color: #f3f3ce;
}
.get-started-hdr {
  margin: 0;
  position: fixed;
  right: 1rem;
}
footer {
  margin-top: 5rem;
  padding-top: 1rem;
  border-top: 1px solid #f3f3ce;
  display: flex;
  flex-wrap: wrap;
}
.footer-group {
  display: flex;
  flex-direction: column;
}
