@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');
 @import url('https://fonts.cdnfonts.com/css/flipside-brk');
 
@import url('https://fonts.cdnfonts.com/css/spaceman');
 
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  height: 100%;
  box-sizing: border-box;
}

body {
  font-family: 'Open Sans', sans-serif;
  background: #000;
  color: #f3f3f3;
  padding-bottom: 6rem;
  min-height: 100%;
}





@keyframes hover {
  50% {
    transform: translateX(10px);
  }
}
.offcanvas-menu > label {
  top: 30px;
  right: 30px;
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  z-index: 9999;
}
.offcanvas-menu label span,
.offcanvas-menu label span::before,
.offcanvas-menu label span::after {
  transition: background 0.3s, transform 0.3s;
}
.offcanvas-menu label span,
.offcanvas-menu label span::before,
.offcanvas-menu label span::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 30px;
  background: #fff;
}
.offcanvas-menu label span::before {
  transform: translateY(-10px);
}
.offcanvas-menu label span::after {
  transform: translateY(10px);
}
.offcanvas-menu nav {
  position: fixed;
  height: 100%;
  width: 350px;
  right: -350px;
  overflow: hidden;
  background: #2c9dd5;
  transition: 0.3s ease;
  padding: 0px 30px 40px 30px;
}
.offcanvas-menu nav > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offcanvas-menu nav > div a {
  font-size: 2.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-family: "Monoton", cursive;
  background: linear-gradient(-90deg, #49a4ed 30%, #3d00a9 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.offcanvas-menu nav > div a i {
  font-size: 4rem;
  background: linear-gradient(120deg, #49a4ed 30%, #3d00a9 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.offcanvas-menu nav > div label {
  width: 30px;
  height: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
}
.offcanvas-menu nav > div label span,
.offcanvas-menu nav > div label span:before,
.offcanvas-menu nav > div label span:after {
  background: #fff;
}
.offcanvas-menu nav > ul {
  margin-top: 30px;
  counter-reset: nav-link-count;
}
.offcanvas-menu nav > ul li {
  cursor: pointer;
  padding: 10px 0;
  transform: translateX(-30px);
  opacity: 0;
  transition: 0.4s ease;
  counter-increment: nav-link-count;
}
.offcanvas-menu nav > ul li a {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}
.XXoffcanvas-menu nav > ul li a::after {
  content: " : " counter(nav-link-count);
}
.offcanvas-menu nav > ul li:hover {
  animation: hover 0.5s;
}
.offcanvas-menu input[type=checkbox] {
  display: none;
}
.offcanvas-menu input[type=checkbox]:checked ~ label {
  opacity: 0;
  pointer-events: none;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav {
  right: 0;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav label span {
  background: transparent;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav label span:before {
  transform: rotate(-45deg);
}
.offcanvas-menu input[type=checkbox]:checked ~ nav label span:after {
  transform: rotate(45deg);
}
.offcanvas-menu input[type=checkbox]:checked ~ nav label span:before,
.offcanvas-menu input[type=checkbox]:checked ~ nav label span:after {
  transition-delay: 0.2s;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav ul li {
  opacity: 1;
  transform: translateX(0px);
}
.offcanvas-menu input[type=checkbox]:checked ~ nav ul li:nth-child(1) {
  transition-delay: 0.1s;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav ul li:nth-child(4) {
  transition-delay: 0.4s;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav ul li:nth-child(5) {
  transition-delay: 0.5s;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav ul li:nth-child(6) {
  transition-delay: 0.6s;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav ul li:nth-child(7) {
  transition-delay: 0.7s;
}

.site-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

section {
  xxdisplay: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.section {
  width: 70%;
  margin: 0 auto;
}

section:nth-child(odd) {
  xxbackground: #120a21;
}
section:nth-child(even) {
  xxbackground: #170d28;
}

a {
  text-decoration: none;
  outline: none;
  color: #fff; 
}

li {
  list-style: none;
}

.big-btns a, .big-btns a:visited {
  display: block;
  background-color: #2c9dd5;
  padding: 10px;
  font-family: 'spaceman', sans-serif;
  font-size: 1.1em;
  text-align: center;
  transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
}

.big-btns a:hover {
  background-color: #1A6184;
}

.press-btn a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8em;
}

img {
  width: 100%;
}


.site-title h1 {
  font-family: 'Flipside BRK', sans-serif;
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 25px;
}

.site-title ul {
  position: absolute;
  margin: 0;
  text-align: left;
  left: 30px;
  top: 60px;
}

.site-title ul img {
  width: 20px;
}

.line {
  width: 70%;
  height: 2px;
  background-color: #fff;
  margin: 0 auto;
  opacity: 0.4;
}

/*--------*/

.bg {
  position: absolute;
  z-index: -1;
  height: 50vh;
  width: 100%;
  background: url("../images/chard-img.jpg") no-repeat right center;
  background-size: contain;
}

.release {
  width: 75%;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 100px;
  text-align: center;
}

.release .title {
  font-family: 'spaceman', sans-serif;
  font-size: 1em; 
}

.release .col {
  width: 95%;
  margin: 0 auto;
}

#luxury-galaxy .mobile-push {
  padding-top: 250px;
}

#forthefighters .mobile-push {
  padding-top: 60px;
}

#forthefighters {
  padding: 10px 10px 50px 10px;
}

.info {
  padding-top: 20px;
}

.info h2 {
  font-size: 1.5em;
}

.info h3 {

}

#discography { 
  text-align: center;
  width: 60%;
}

.box {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: solid thin #9D9D9D;
}

.bio-bg {
  position: absolute;
  z-index: -1;
  height: 100vh;
  width: 100%;
  background: url("../images/chardimage.jpg") no-repeat center top;
  background-size: contain;
  top: 60px;
}

#bio {
  width: 80%;
}

#bio .mobile-push {
  padding-top: 360px;
}

#bio p {
  margin-bottom: 20px;
}

#contact {
  text-align: center;
}

.socials {
  text-align: center;
  padding: 0;
  margin-top: 10px;
}

.socials li {
  display: inline-block;
  
}

.socials li a, .socials li a:visited {
  color: white;
  margin: 10px;
  font-size: 1.1em;
}

.socials li a:hover {
  color: #adadad;
}

@media screen and (min-width:750px ) {

.site-wrapper {
  width: 90%;
  max-width: 1000px;
}


.bg {
  position: fixed;
  height: 70vh;
  width: 100%;
  right: 0;
  background: url("../images/chard-img.jpg") no-repeat right -90px center;
  background-size: contain;
}

.site-title h1 {
  text-align: left;
  font-size: 40px;
  left: 20px;
}

.site-title ul {
  top: 80px;
}

.release {
  width: 370px;
  text-align: center;
  padding: 0 20px;
  margin-left: 20px;
}

#luxury-galaxy .mobile-push {
  padding-top: 120px;
}

#forthefighters .artwork {
  float: left;
  width: 40%;
}

#forthefighters .info {
  float: right;
  width: 50%;
}

#discography {
  width: 80%;
}

.box {
  width: 50%;
  padding: 0 5%;
  float: left;
  height: 320px;
  border: none;
}

.bio-bg {
  height: 70vh;
}

#bio .mobile-push {
  padding-top: 400px;
}

}

@media screen and (min-width:1000px ) {

.bg {
  height: 100vh;
  background: url("../images/chard-img.jpg") no-repeat right -50px top;
  background-size: cover;
}

.offcanvas-menu > label {
  display: none;
}

.offcanvas-menu nav {
  position: absolute;
  height: auto;
  width: 50%;
  text-align: center;
  right: 0;
  overflow: hidden;
  background: none;
  transition: 0.3s ease;
  padding: 0px;
}

.offcanvas-menu nav > ul {
  margin-top: 30px;
  counter-reset: nav-link-count;
}

.offcanvas-menu nav > div {
  display: none;
}

.offcanvas-menu nav > ul li {
  cursor: pointer;
  padding: 10px 0;
  transform: translateX(-30px);
  opacity: 1;
  transition: 0.4s ease;
  counter-increment: nav-link-count;
  display: inline;
}
.offcanvas-menu nav > ul li a {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  display: inline;
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px;
}

.box {
  width: 33%;
}

.bio-bg {
  height: 60vh;
}

}
