@font-face {
  font-family: 'BIGJOHN';
  src: url(./font/BIGJOHN.eot);
  src: url(./font/BIGJOHN.eot?#iefix) format('embedded-opentype'),
      url(./font/BIGJOHN.woff2) format('woff2'),
      url(./font/BIGJOHN.ttf) format('truetype');
}
#nav {
  width: 100%;
  min-height: 100px;
  padding: 0;
  background-image: -moz-linear-gradient( 5deg, rgb(194,8,128) 0%, rgb(17,60,216) 100%);
  background-image: -webkit-linear-gradient( 5deg, rgb(194,8,128) 0%, rgb(17,60,216) 100%);
  background-image: -ms-linear-gradient( 5deg, rgb(194,8,128) 0%, rgb(17,60,216) 100%);
}
#nav-content {
  padding-right: 0;
}
.nav-link {
  display: block;
  text-decoration: none;
  color: white;
  font-size: 1.3rem;
  padding: 0;
}
.nav-item {
  min-width: 130px;
  line-height: 100px;
  text-align: center;
}
.language {
  float: right;
  color: white;
  font-size: 1.3rem;
  line-height: 100px;
  width: 130px;
  text-align: center;
  position: relative;
  background-color: black;
}

.swith_language {
  position: absolute;
  bottom: -100px;
  width: 130px;
  color: white;
  font-size: 1.3rem;
  line-height: 100px;
  display: none;
  background-color: black;
  z-index: 999;

}

.language:hover > .swith_language {
  display: block;
}
.logo {
  width: 50%;
}
#main, #vision, #utility, #roadmap, #character, #mint {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100% ;
  min-width: 100%;
}

#main {
  display: block;
  background-image: url('img/main_bg.jpg');
  position: relative;
}
#title, .text, #team, footer {
  padding-top: 15rem;
}
.text, .footer_text {
  color: white;
  text-align: center;
  line-height: 2;
  font-size: 1.2rem;
}
p {
  margin-bottom: 0;
}

#character {
  display: block;
  background-image: url('img/images/char_bg_02.png');
}

#vision {
  display: block;
  background-image: url('img/images/vision_bg_03.jpg');
  position: relative;
}

.stons {
  position: absolute;
}
#ston_1 {
  width: 15rem;
  left: 13rem;
  top: 64rem;
}

#ston_4 {
  right: 20rem;
  width: 13rem;
  top: 30rem;
}

#ston_3 {
  right: 0;
  width: 20rem;
  top: 30rem;
  top: 70rem;
}

#ston_2 {
  left: 20rem;
  width: 7rem;
  top: 1rem;
}

#vision_title, #team {
  padding-bottom: 8rem;
}

.subtitle {
  font-size: 2.3rem;
  font-family: "BIGJOHN";
  color: rgb(255, 235, 46);
  line-height: 1.667;
  text-align: center;
  
}
.vision_text {
  color: white;
  text-align: center;
  line-height: 3;
  font-size: 1.2rem;
}

#utility {
  display: block;
  background-image: url('img/images/utility_bg_04.png');
  padding-top: 15rem;
  padding-bottom: 10rem;
}

.utility_text {
  color: white;
  text-align: center;
  line-height: 3;
  font-size: 1.2rem;
}

.utility_block {
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 2rem;
}
.utility_block:nth-child(2) {
  margin-left: 10%;
}

.utility_block_text, .roadmap_block_text {
  color: white;
  line-height: 2;
  font-size: 1.2rem;
}

.utility_block_arrow, .roadmap_block_arrow {
  color: rgb(255, 235, 46);
  text-align: right;
  line-height: 2;
  font-size: 1.2rem;
  font-weight: bold;
}

#roadmap {
  display: block;
  background-image: url('img/images/roadmap_bg_06.png');
  padding-top: 15rem;
  padding-bottom: 5rem;
}

.roadmap_content {
  background-image: -moz-linear-gradient( -11deg, rgb(194,8,128) 0%, rgb(17,60,216) 100%);
  background-image: -webkit-linear-gradient( -11deg, rgb(194,8,128) 0%, rgb(17,60,216) 100%);
  background-image: -ms-linear-gradient( -11deg, rgb(194,8,128) 0%, rgb(17,60,216) 100%);
  opacity: 0.8;
}

.team_member_name {
  color: rgb(255, 235, 46);
  font-size: 2rem;
  font-weight: bold;
}
.team_member_intro {
  color: white;
  font-size: 1.2rem;
  line-height: 2;
}

.footer_text {
  font-size: 1rem;
}

.social_media_icon {
  height: 2rem;
}

.story_text {
  line-height: 2;
  font-weight: bold;
  font-size: 1.3rem;
}

.char_subtitle {
  font-size: 3rem;
  font-weight: bold;
  font-family: "BIGJOHN";
}

#mint {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url('img/images/mint_25.png');
}

@media(max-width: 540px) {
  html {
    font-size: 10px;
  }
  .language, .swith_language{
    display: none;
  }
  .logo, #utility > img {
    width: 80%;
  }
  .join_button {
    width: 50%;
  }
  .stons {
    display: none;
  }
  #vision_title {
    width: 60%;
  }

  .char_subtitle {
    font-size: 2.5rem;
  }
}
