/* oswald-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/oswald-v53-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* oswald-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/oswald-v53-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* oswald-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/oswald-v53-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* oswald-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/oswald-v53-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* oswald-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/oswald-v53-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

html {
  box-sizing: border-box;
  display: block;
  
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.clear::after {
  clear: both;
}
.clear::before,
.clear::after {
  display: block;
  content: "";
}
.pgs-list.display {
  display: block;
}
h1, h2, h3, h4, p, a, div, ul, li {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;

}
img {
vertical-align: top;
width: 100%;
}
ul {
  list-style: none;
}
body{
  padding: 0;
  margin: 0;
  font-family: 'Oswald';
background-color: #f6f6f6;

}
main a{
  display: inline;
}
.topbar{
    background-color: #000;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    position: fixed;
    width: 100%;
}
.display-button{
    cursor: pointer;
    width: 35px;
    padding: 15px;
    margin-top: 10px;
    margin-right: 30px;
    float: left;
    position: absolute;

  }
  .display-button span{
    background-color:#fff;
    display: block;
    height: 3px;
    margin-bottom: 3px;
    width: 18px;
    border-radius: 5px
  }
  .display-button1{
    cursor: pointer;
    width: 35px;
    padding: 15px;
    margin-top: 20px;
    margin-right: 30px;
    float: right;
    margin-top: -50px;

  }
  .display-button1 span{
    background-color:#fff;
    display: block;
    height: 3px;
    margin-bottom: 3px;
    width: 18px;
    border-radius: 5px
  }
  .logo img{
    width: 150px;
  }
  .schu{
    background-color: rgb(240, 223, 0);
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .run{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    background-color: #000;
    padding-bottom: 40px;
  }
  .run h2{
    font-weight: 400;
    font-size: 19px;
    color: #fff;
    padding: 25px;

  }
  .run p{
    background-color:rgb(240, 223, 0) ;
    width: 350px;
    font-weight: 700;
    font-size: 14PX;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 20px;
    cursor: pointer;
  }
  .run p:hover{
    background-color: #fff;
  }
  .river{
    width: 90%;
    margin: 0 auto;
  }
  .river h2{
    font-size: 18px;
    padding-top: 30px;
  }
  .river p{
    border-top: 1px solid #000;
    margin-top: 20px;
    padding-top: 35px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding-bottom: 40px;
  }
  .earn{
    width: 95%;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
  }
  .earn h2{
    font-size: 18px;
    padding-top: 30px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    padding-bottom:15px;
    text-align: left;
  }
  .earn img{
    margin-top: 1px;
    width: 95%;
    cursor: pointer;
    max-width: 470px;
    max-height: 300px;

  }
  .nav-list{
    background-color: #000;
    color: #d0d0d0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: left;
    padding-top: 70px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Arial, Helvetica, sans-serif;
    display: none;
  }
  .nav-list.show{
    display: block;
  }
  .nav-list li{
    font-size: 20px;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #474747;
    cursor: pointer;
    transition: 0.3s;
  }
  .nav-list a{
    display: block;
    color: #d0d0d0;
    transition: 0.3s;

  }
  .nav-list i{
    float: right;
    padding-right: 15px;
  }
  .dropdown-content{
    display: none;
  }
  .nav-list li:hover{
    color:rgb(215, 201, 3) ;
  }
  .nav-list a:hover{
    color:rgb(215, 201, 3) ;

  }
  #aboutList{
    display: none; 
  
}
#aboutList.show{
    display: block;
}
.dropdown-content li{
  border-bottom: none;
  font-size: 14px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #999;
}
.space{
  height: 100px;
}
.content{
  width: 90%;
  margin: 0 auto;
}
.content h1{
  font-size: 20px;
  font-weight: 600;
  padding-top: 50px;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.content h2{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: rgb(21, 21, 21);
  line-height: 1.25;
  padding-bottom: 24px;
  font-size: 20px;

}
.content p{
  font-weight: 700;
  color: rgb(87, 87, 87);
  line-height: 1.55;
  padding-bottom: 24px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.shop{
  background-image: url(/images/shorts.jpg);
  background-position: center;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover  ;
  padding-bottom: 30px;
}
.shop h2{
  color: #fff;
  padding-top: 40px;
  padding-bottom: 30px;
}
.shop p{
  background-color:rgb(255, 237, 24);;
  width: 250px;
  font-weight: 700;
  font-size: 14PX;
  letter-spacing: 1px;
  margin: 0 auto;
  padding: 15px;
  cursor: pointer;
}
.shop p:hover{
  background-color: #fff;
}
.know{
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.know h2{
  padding-top: 30px;
  padding-bottom: 30px;
}
.know p{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #474747;
}
.textbox{
  width: 100%;
  height: 45px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
button{
  background-color:rgb(231, 215, 40);
  width: 100%;
  height: 45px;
  border: none;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 30px;
}
button:hover{
  background-color: rgb(189, 177, 45);
}
footer{
  text-align: center;
  background-color: rgb(255, 237, 24);;
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 30px;

} 
.unu h2{
  font-size: 14px;
  font-weight: 600;
  padding-top: 30px;
  margin-bottom: 40px;



}
.unu span{
  text-decoration: underline;
  cursor: pointer;
  font-weight: 600;
  font-size: 13px;
}
.unu i{
  background-color: #000;
  color: rgb(189, 177, 45);
  padding: 5px;
  border-radius: 1000px;
  margin-bottom: 40px;
  width: 25px;
}
.unu p{
  font-size: 13px;
  color: #636363;
  margin-bottom: 40px;

}
.race{
  width: 95%;
  margin: 0 auto;
  padding-bottom: 30px;
}
.race h1{
  font-size: 17px;
  padding-top: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
}
.race h2{
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
color: rgb(27, 27, 27);
font-size: 18px;
padding-top: 30px;

}
.race h3{
  font-weight: 300;
font-family: Arial, Helvetica, sans-serif;
color: rgb(94, 94, 94);
font-size: 14px;
padding-top: 30px;
}

.race p{
  background-color: rgb(240, 223, 0);
  width: 170px;
  text-align: center;
  padding: 18px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 700;
  margin-top: 30px;
  cursor: pointer;
  transition: 0.3s;
}


.race p:hover{
  background-color: rgb(203, 191, 27);
}





@media (min-width:767px){
.cent{
  width: 85%;
  margin: 0 auto;
}

.textbox{
  width: 60%;
  float: left;

}
button{
width: 30%;
margin-top: 20px;
float: left;
margin-left: 20px;
}
.race{
  width: 80%;
  max-width: 1200px;
}
.second{
  width: 500px;
  margin: 0 auto;
}









}


@media (min-width:1024px){
  .display-button,.display-button1{
  display: none;
}
.logo{
  float: left;
}

.nav-list{
  display: block;
  width: auto;
  display: inline-flex;
  position: relative;
  float: right;
  padding-top:0;
  margin-top: 10px;
}
.nav-list li{
  border-bottom: none;
  font-size: 16px;
  padding-right: 20px;
}

.dropdown-content {
  width: 230px;
  position: absolute;
  background-color: #000;
}
.nav-list li:hover{
color: #d0d0d0;
}
.nav-list a:hover{
  color: #d0d0d0;
}
.nav-list i{
  margin-left: 5px;
}

.earn img{

  max-width: 600px;
  max-height: 400px;

}

.river{
  max-width: 1200px;
}
.earn{
  max-width: 1210px;
}
.content{
  max-width: 900px;
}
.know{
  max-width: 600px;
}
.unu{
  width: 33%;
  float: left;
  margin-top: 30px;
}
.unu i{
  margin-top: 30px;
  cursor: pointer;
}
.unu p{
  margin-top: 30px;
}
.cent{
  width: 100%;
}
.nav-cent{
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
.schu h2{
  font-size: 32px;
}
.race h2{

  font-size: 24px;

  
  }
  .race h3{

  font-size: 16px;
  }
  
  .race p{
    font-size: 15px;

  }












}