/* kameron-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: 'Kameron';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/kameron-v16-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* kameron-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: 'Kameron';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/kameron-v16-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* kameron-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: 'Kameron';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/kameron-v16-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* kameron-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: 'Kameron';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/kameron-v16-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* bebas-neue-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: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/bebas-neue-v14-latin-regular.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: 'Kameron';
    background-color: #121211;
}
main a{
    display: inline;
}
header{
    background: url(/images/websitebackdrop.png);
    background-size: cover;
    background-position: center;
    height: 85vh;
    padding-top: 1px;
}
.topbar h2,.topbar2 h2{
    font-family: 'Bebas Neue';
    color: #fff;
    font-size: 38px;
    font-weight: 300;
    width: 100px;
    margin: 10px auto;
}
.display-button{
    cursor: pointer;
    width: 55px;
    height: 35px;
    padding-top: 7px;
    border-radius: 5px;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    position: absolute;
    top: 0  ;
  }
  .display-button span{
    background-color:#fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
    width: 25px;
    border-radius: 5px;
    
  }
  .nav-list{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0  ;
    background-color: rgba(0, 0, 0, 0.714);
    display: none;
  }
  .nav-list li{
    font-family: 'Bebas Neue';
    color: #fff;
    text-align: center;
    font-size: 28px;
    padding-top: 10px;
    cursor: pointer;
  }
  .active {
    color: rgba(13, 89, 156, .6);
    margin-top: 250px;

  }
  .nav-list li:hover{
    color: rgba(13, 89, 156, .6);
  }
  .nav-list a:hover{
    color: rgba(13, 89, 156, .6);
  }
  .active a{
    color: rgba(13, 89, 156, .6) !important;

  }
  .nav-list.show{
    display: block;
  }
  .right-text{
    font-family: 'Bebas Neue';
    color: #fff;
    text-align: center;
  }
  .left-imag{
    width: 90%;
    margin: 0 auto;
    max-width: 450px;
  }
  .right-text h2{
    font-size: 40px;
    font-weight: 400;
    padding-top: 30px;
  }
  .right-text h3{
    font-size: 28px;
    font-weight: 400;
    padding-top: 10px;
    letter-spacing: 2px;
  }
  .tour{
    background: url(/images/preorderbackground2.jpg);
    background-position: center;
    background-size: cover;
    padding-bottom: 50px;
  }
  .tour h2{
    font-family: 'Bebas Neue';
    color: #fff;
    text-align: center;
    font-weight: 300;
    letter-spacing: 1px;
    padding-top: 30px;
  }
  .tour p{
    color: #fff;
    padding-left: 10%;
    padding-top: 50px;
  }
  .no-disp{
    display: none;
  }
  .chitara{
    width: 90%;
    margin: 30px auto;
    cursor: pointer;
  }
  .store{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .store h2{
    font-family: 'Bebas Neue';
    color: rgba(238,240,241,.6);
    font-weight: 300;
    text-align: center;
    letter-spacing: 2px;
    font-size: 28px;
    cursor: pointer;
  }
  footer{
    padding-top: 50px;
  }
  footer h2{
    font-weight: 300;
    font-size: 12px;
    color: rgba(247,223,8,.6);
    text-align: center;
    letter-spacing: 3px;
    cursor: pointer;
  }
  footer p{
    color: rgba(238,240,241,.6);
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
  }
.nav-list a{
    color: #fff;
}
.second{
    padding-top: 100px;
    color: #fff;
    text-align: center;
}

.second h1{
    font-family: 'Bebas Neue';
    font-weight: 300;
    font-size: 56px;
    letter-spacing: 2px;
}
.second p{
    padding-bottom: 20px;
}
.second h3{
    font-family: 'Bebas Neue';
    font-weight: 300;
    font-size: 32px;
    letter-spacing: 2px;
    padding-top: 150px;
}
.content{
  color: rgba(238,240,241,.6);
  width: 90%;
  margin: 0 auto;
}
.content h1{
  font-family: 'Bebas Neue';
  color: rgba(238,240,241,.6);
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  font-size: 36px;
  cursor: pointer;
  padding-top: 50px;
  padding-bottom: 50px;
}

.content h2{
  font-family: 'Bebas Neue';
  color: rgba(238,240,241,.6);
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 28px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.content h3{
  font-family: 'Bebas Neue';
  color: rgba(238,240,241,.6);
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 28px;
  padding-bottom: 15px;
  padding-top: 15px;

}








  @media (min-width:767px){
  .display-button{
    display: none;
  }
.nav-list {
    display: inline-flex;
    clear: both;
    position: relative;
    background-color: transparent;
}
.active {
    margin-top: 0;
}
.topbar2{
    display: none;
}
.nav-list li{
    font-size: 22px;
    padding-left: 20px;
    padding-right: 20px;
}
.nav{
    width: 500px;
    margin: 0 auto;
}
.left-imag{
    width: 48%;
    float: left;
}
.right-text{
    width: 48%;
    float: right;
}
.right-text h2{
    font-size: 100px;
}
.right-text h3{
    font-size: 62px;
}
.tour h2{
font-size: 50px;
}
.disp{
    display: none;
}
.no-disp{
    display: block;
}
.store h2{
    font-size: 50px;
}
.wrapper{
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
}


}