:root {
  --font: Arial, Helvetica, sans-serif;
  color: #ffffff;
}

* {
  margin: 0 auto;
  border: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font);
}

body {
  display: flex;
  flex: 1;
  justify-content: center;
  /* align-items: flex-start; */
  width: 100%;
  height: 100vh;
  background: #141229;
}

strong {
  font-weight: 800;
  font-size: 1.1em;
}

.menu-mob {
  display: none;
}
.menu {
  display: inline-flex;
  position: relative;
  flex: 0.1;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px 0.5vw 15px 0;
  color: white;
  background-image: linear-gradient(#1e182f, #1d1946, #413c70);
  font-family: "Herculanum";
  font-size: 0.9em;
}
.menu .menu-close {
  display: none;
}
.menu .logo {
  display: flex;
  max-width: 90%;
  max-height: 100px;
  margin: 20px 0;
  flex: 0;
}
.menu .links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
}
.menu .links a {
  display: flex;
  align-items: center;
  width: calc(100% - 0.5vh);
  margin: 0.5vh 0;
  border: 1px solid #363356;
  border-width: 1px 1px 1px 0;
  border-radius: 0px 10px 10px 0px;
  padding: 1.5vh 1.5vw 1.4vh 0.5vw;
  background: #141229;
  white-space: nowrap;
  cursor: pointer;
}
.menu .links a.active {
  border-color: #ffdd00;
}
@media screen and (max-width: 800px) {
  .menu-mob {
    display: inline-block;
    position: fixed;
    top: 2vw;
    left: 4vw;
    width: 30px;
    cursor: pointer;
  }
  .menu .menu-close {
    display: inline-block;
    position: absolute;
    top: 2vw;
    right: calc(-30px - 1vw);
    width: 30px;
    cursor: pointer;
  }
  .menu {
    display: none;
  }
}

.content {
  display: inline-flex;
  flex: 1;
  flex-direction: column;
  padding: 1vh 0 0 0;
  overflow-y: scroll;
}

.ecosystem-description {
  text-align: center;
}

.content section {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  padding: 1.5vh 4vw 1.5vh 4vw;
}

.content h1,
.content h2 {
  font-weight: 800;
  font-family: var(--font);
}

.content h1 {
  font-family: "Herculanum";
  font-size: 3.8em;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}
.content h2 {
  font-style: bold;
  margin-top: 50px;
  margin-bottom: 5px;
  font-size: 1.4em;
}

.content section p {
  display: block;
  width: 100%;
  padding: 2vh 0;
  font-family: var(--font);
  font-size: 0.98em;
  line-height: 2em;
  text-align: justify;
}

.content section p.center {
  text-align: center;
  font-size: 1.2em;
}

.content section p.title {
  text-align: center;
}

.content .img-c {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}
.content .img-c img {
  display: block;
  max-width: 100%;
}

.content .img-dragon {
  width: 90%;
  max-width: 1080px;
  align-self: center;
  opacity: 35%;
}

.index {
  background-image: url(../img/header.png);
}

.wallet {
  background-image: url(../img/wallet.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.gameplay {
  background-image: url(../img/gameplay.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}

.elixir {
  background-image: url(../img/elixir-bundle.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/*.introduction {
  background-image: url(./img/header.jpeg);
  background-repeat: no-repeat;
}
*/

.roadmap .roadmap-desktop {
  display: block !important;
}
.roadmap .roadmap-mobile {
  display: none !important;
}
@media screen and (max-width: 800px) {
  .content h1 {
    font-size: 3.2em;
  }
  .content .img-c img {
    width: 95%;
  }
  .roadmap .roadmap-desktop {
    display: none !important;
  }
  .roadmap .roadmap-mobile {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .content h1 {
    font-size: 2.5em;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .content h2 {
    margin-top: 30px;
  }
  .content .img-c {
    margin: 30px 0;
  }
}

.member {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232142;
  margin-top: 30px;
  border: 1px solid #ffdd00;
  border-radius: 10px;
  width: 100%;
  padding: 2.5vw;
}

.member .pt-1 {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-right: 1px solid #ffdd00;
  padding-right: 2.5vw;
}
.member .pt-1 h2 {
  display: block;
  width: 100%;
  margin: 0;
  white-space: nowrap;
}
.member .pt-1 p {
  display: block;
  width: 100%;
  padding: 0vh 0;
  font-family: var(--font);
  font-size: 0.98em;
  line-height: 2em;
  text-align: justify;
}
.member .pt-1 img {
  max-width: 200px;
  margin-bottom: 15px;
}

.member .pt-2 {
  padding-left: 2.5vw;
  /* border-left: 1px solid #000; */
}
.member .pt-2 p {
  padding: 0;
}

footer {
  display: flex;
  flex: 0 1 6vh;
  max-height: 8vh;
  justify-content: center;
  align-items: center;
  padding: 4vh 0 2vh 0;
  background-image: linear-gradient(#151229, #000);
  font-family: "Roboto";
  font-weight: 400;
  font-size: 0.6em;
}
