@font-face {
    font-family: 'GROUPE MEDIUM';
    font-style: normal;
    font-weight: normal;
    src: local('GROUPE MEDIUM'), url('GroupeMedium-8MXgn.woff') format('woff');
    }

html {
  height: 100%;
  width: 100%;
}

body {
  background-color: rgb(237, 234, 226);
  color: #000;
  background-image: url('/img/sun.jpg');
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: 25px top;
}

.desert {
  background-image: url('/img/desert-floor-tiled.jpg');
  background-size: auto;
  background-repeat: repeat-x;
  background-position: center bottom;
  padding-bottom: 200px;
  min-height: 100%;
}

p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  margin-top: 0;
  margin-bottom: 20px;
}

p:first-of-type::first-letter {
  font-size: 4em;
  float: left;
  margin-right: 0.1em;
  font-weight: bold;
}

.glow {
  color: #fff; /* set text color */
  text-shadow: 0 0 10px #00ffff, 0 0 20px #00ffff, 0 0 30px #00ffff, 0 0 40px #00ffff, 0 0 50px #00ffff, 0 0 60px #00ffff; /* set text-shadow effect */
}


h1,h2 {
  font-family:'GROUPE MEDIUM';
  font-weight:normal;
  text-align: center;
  color: #000;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}

h2 {
  margin-bottom: 10px;
}

h3 {
  margin-bottom: 25px;
}

header {
  padding: 20px;
}

#storm {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  z-index: -1;
}

.bg {
  max-width: 100%;
  z-index: -5;
  position: relative;
}

@media (min-width: 768px) {
  .bg {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

.text {
  background-color: rgba(237,234, 226, 0.5);
}