h1,
h2,
h3,
h4,
h5 {
  color: #C9D487;
  font-family: "Mono", sans-serif;
}

b,
strong {
  color: #6ABFC6;
}

a {
  color: #9AE29B
}

@font-face {
  font-family: "Atiba";
  src: url("/Atiba.ttf") format("truetype");
}

@font-face {
  font-family: "VictorMono-Regular";
  src: url("/VictorMono-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: "VictorMono-SemiBoldItalic";
  src: url("/VictorMono-SemiBoldItalic.woff2") format("woff2");
}


.bg-neurons {
  background-image: url("/neurons.svg");
  background-position: 0 0;
  background-attachment: fixed;
  position: fixed; 
  top: 0; 
  left: 0;
  min-width: 100%; 
  height: 100vh; 
  width: 100vw;
  background-position: center; 
  background-size: cover; 
}




html {
  color: #FFFFFF;
  font-family: "VictorMono-Regular", serif;
  font-size: 1.2em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #201c3e;
}

body {
  width: 100%;
}
.content {
  max-width: 800px;
  min-width: 300px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  margin: auto;

}

.site-title {
  font-family: "Atiba";
  color: #ffffff;
  font-size: 2.5em;
  margin-bottom: 10px;
  font-weight: normal;
  /* text-align: center; */
}

nav {
  display: flex;
  flex-direction: row;
  justify-content: left;
  font-size: 1.2em;
  margin-bottom: 20px;
}

.block {
  border: 1px dotted white;
  padding: 5px 15px;
  margin: 0 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.block h1 {
  font-size: 1em;
  text-align: center;
  margin-bottom: 0;
}

.small {
  font-size: 0.8em;
}

.wave {
  background: #887ECB
  color: #fff;
  text-shadow: 1px 1px 10px #fff, 1px 1px 10px #ccc;
}

footer {
  margin-top: 30px;
}

footer hr {
  width: 100%;
}

.copyright {
  text-align: right;
}

.landingcopyright {
  position: fixed; 
  bottom: 0; 
  right: 2.5rem;
}



.xentropic-slogan {
  font-family: "VictorMono-SemiBoldItalic", serif;
  color: #C9D487;
}

.landing-site-title {
  font-family: "Atiba";
  color: #ffffff;
  padding-bottom: 2rem; 
  font-size: 2.25rem;
  font-weight: normal;
  line-height: 2.5rem; 
  @media (min-width: 640px) { 
    font-size: 6rem;
    line-height: 1; 
  }

  margin-bottom: 10px;
  /* text-align: center; */
}

.landing-container {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.landing-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.landing-menu li {
  display: flex;
}

.landing-menu a {
  color: #ffffff;
  text-decoration: none;
}

.landing-menu a:hover {
  color: #ffffff;
  font-weight: bold;
}
