

/* Basic page style resets */
* {
  box-sizing: border-box;
}
[hidden] {
  display: none !important;
}

body, html {
  min-height: 100%; 
  color: #BEEEBE;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #001000;
/*   background-image: linear-gradient(to right bottom, #002200, #093211, #17421c, #255427, #336633); */
  font-family: Courier New, monospace;
}

main {
  width: 100%; 
  max-width: 900px;
/*   height: 100vh;  */
/*   margin: 15px; */
}

main img {
  max-width: 400px;
  
/*   padding: 30px; */
}

#svgContainer {
  display: flex;
  justify-content: center;
  width: 100%;
   background-image: radial-gradient(circle,  #002200, #011e00, #001a00, #001600, #001000, #001000, #001000, #001000, #001000, #001000, #001000);
  height: 900px;
}

#svgContainer div {
  width: 100%; 
   background-image: linear-gradient(to right bottom, #001100, #011801, #031e01, #032301, #002900);
  max-width: 900px;
  background: url('./gasket-roots-02-crop-dither-green.png');
/*   background: url('https://cdn.glitch.global/871c950f-820f-4b04-b35b-f107f532a2c0/gasket-roots-02-crop-dither.jpg?v=1712865857390'); */

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 900px;
  background-position-x: center;
  position: absolute; 
  top:0; 
/*   z-index: -1; */
}

.header {
  font-size: 24px;
}

.roots {
  margin: -10px 0 0 -10px;
}


image {
  opacity: 0.9;
}

text {
  fill: white;
}

text.smallText {
  font-size: 10px;
}

a text {
  text-decoration: underline;
}

a, a:visited {
  color: #99ff99;
}

a.button {
  padding: 15px; 
  margin: 5px 0; 
  border: 0.5px solid white;
  text-decoration: none;
  display: inline-block;
}

h1, h2, h3, h4 {
  font-weight: normal;
  line-height: 2rem;
}

h1, h2, h3 {
  font-family: "new-spirit", serif;
  font-weight: 600;
  font-style: normal;
}

/* h2, h3, h4 {
  line-height: 1em;
  text-decoration: underline;
} */

ul {
  padding-left: 15px;
}

ul li {
  list-style-type: "→";
  padding: 5px 15px;
  line-height: 1.5em;
}

p {
  line-height: 1.5em;
}

main, footer {
  max-width: 400px;
  padding: 25px;
}

main > section {
  margin-top: 75px;
}

main > section > section {
  margin-top: 125px;
}

main > section > *:first-child {
  margin-top: 0;
}

.presentations {
  margin-top: 25px;
}

.mainfesto {
  margin-top: 50px;
}

.intro {
    /* margin: 6.5em 0 0 5.5em; */
  margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
  top: 155px;
  text-align: center;
  max-width: 350px; 
  position: absolute;

}

.body {
/*   margin-top: 900px; */
}

@media (max-width: 900px) {
  #svgContainer {
    background-size: cover;
    
  }
}
