@charset "utf-8";

@font-face {
  font-family: 'Teutonic-No1-DemiBold';
  src: url('../fonts/Teutonic-No1-DemiBold.ttf.woff') format('woff'),
    url('../fonts/Teutonic-No1-DemiBold.ttf.svg#Teutonic-No1-DemiBold') format('svg'),
    url('../fonts/Teutonic-No1-DemiBold.ttf.eot'),
    url('../fonts/Teutonic-No1-DemiBold.ttf.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

:root {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background-color: #000;
  font-family: 'Tinos', serif;
  overflow-x: hidden;
}

p {
  line-height: 1.5rem;
  font-weight: normal;
  font-size: 1.1rem;
  color: #FFFF;
  word-break: normal;
  text-align: justify;
}

.container {
  width: 100%;
  height: auto;
  border: 0px;
  position: relative;
  margin-top: 100px;
}


/* ------- Header ------ */

.header {
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 1000;
  top: 0;
  padding: 0 30px;
  /* background-color: #000; */
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.bandLogo img {
  max-width: 200px;
  width: 100%;
  vertical-align: middle;
  display: inline-block;
  box-sizing: content-box;
}

.navBar {
  font-size: 1.1rem;
  font-family: 'Tinos', serif;
  font-weight: bold;
  color: #FFFF !important;
  display: flex;
}

.navlink {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navlink li {
  list-style: none;
}

.navlink li a {
  text-decoration: none;
  cursor: pointer;
  transition: all .3s ease;
}


.navlink li:not(:last-of-type) a {
  margin-right: 35px;
}

.navlink li a:hover {
  color: rgb(63, 61, 61);
}

.socials {
  color: #FFFF;
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin: 30px 0;
  display: flex;
  justify-content: center;
}

.socials a {
  text-decoration: none;
  color: #FFFF;
  cursor: pointer;
  transition: all .3s ease;
}

.socials a:not(:last-child) {
  margin-right: 15px;
}

.socials a:hover {
  color: rgb(63, 61, 61);
}

.mb {
  display: none;
}
/* --------Header end ---------*/


/* ----------Main -------------*/

#main {
  height: auto;
  width: 100vw;
  background-image: url("../img/bg_img1500.jpg");
  background-color: rgba(0,0,0,0.5);
  background-blend-mode: darken;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.cover {
  text-align: center;
}

.cover img {
  max-width: 550px;
  width: 100%;
  margin: 20px auto 40px auto;
}

h1 {
  font-size: 2rem;
  color: #fff;
  line-height: 2.5rem;
  width: 100%;
  bottom: 16%;
  text-align: center;
  position: absolute;
}

h1 a {
  text-decoration: none;
  cursor: pointer;
  transition: all .3s ease;
}

h1 a:hover {
  color: rgba(255,255,255,0.5);
}

/* -------- Main end ------- */


.section {
  width: 100%;
  height: 100%;
  position: relative;
  border-bottom: solid 1px;
  border-color: rgb(31, 30, 30);
  padding: 90px 0;
  scroll-margin-top: 10px;
}

.sectionTitle {
  font-family: 'Teutonic-No1-DemiBold';
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  /* margin: 50px 0; */
  margin-bottom: 50px;
  text-align: center;
}

/* ------ News ----- */

.content {
  margin: 0 auto;
  width: 94%;
  display: flex;
  justify-content: center;
}

.content img {
  max-width: 600px;
  max-height: 450px;
  width: 100%;
  height: auto;
  padding: 40px 30px;
  box-sizing: content-box;
}

.update {
  width: 40%;
  padding-top: 70px;
  padding-right: 40px;
}

h3 {
  font-family: 'Tinos', serif;
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.04rem;
  line-height: 2.5rem;
  word-break: keep-all;
}

h3:first-letter {
  font-family: 'Teutonic-No1-DemiBold';
  font-size: 1.7rem;
}

span {
  font-size: 0.8rem;
  line-height: 2.5rem;
  color: #fff;
}

.update p {
  letter-spacing: 0.03rem;
}

.merchLink {
  text-align: center;
}

.merchLink a {
  font-weight: bold;
  font-size: 0.9rem;
  text-decoration: none;
  line-height: 2rem;
  display: inline-block;
  padding: 1px 19px;
  border: none;
  background-color: rgb(214, 207, 207);
  color: #000;
  cursor: pointer;
  margin-top: 25px;
  transition: all .3s ease;
}

.merchLink a:hover {
  background-color: rgb(31, 30, 30);
  color: rgb(214, 207, 207);
}
/* ------- News end ------ */


/* -------- Music ---------*/


.albums {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.secondAlbum,
.firstAlbum {
  padding: 40px 30px;
}

.secondAlbum h3,
.firstAlbum h3 {
  font-size: 1.1rem;
  line-height: 2.8rem;
  text-align: center;
  padding-top: 10px;
}

.spotifyLink {
  width: 100%;
  left: 50%;
  bottom: 13%;
  text-align: center;
  transform: translateX(-50%);
  position: absolute;
}

.spotifyLink a {
  font-weight: bold;
  font-size: 0.9rem;
  text-decoration: none;
  line-height: 2rem;
  display: inline-block;
  padding: 2px 19px;
  border: none;
  background-color: rgb(214, 207, 207);
  color: #000;
  cursor: pointer;
  margin-top: 25px;
  transition: all .3s ease;
}

.spotifyLink a:hover {
  background-color: rgb(31, 30, 30);
  color: rgb(214, 207, 207);
}

/* -------- Music end ---------*/

/* -------- About ---------*/


.aboutContent {
  margin: 0 auto 20px auto;
  padding-top: 40px;
  width: 94%;
  display: flex;
  justify-content: center;
}

.aboutImg {
  display: inline-block;
  max-width: 500px;
  max-height: 375px;
  width: 100%;
  padding-right: 30px;
  box-sizing: content-box;
}

.biography {
  width: 40%;
  padding: 0 20px 0 60px;
}

.capitalLetter:first-letter {
  font-family: 'Teutonic-No1-DemiBold';
  font-size: 1.6rem;
}


.biography p {
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  margin-bottom: 1rem;
  line-height: 1.4rem;
}

.readmoreLink {
  text-align: center;
}

.readmoreLink a {
  font-weight: bold;
  font-size: 0.9rem;
  text-decoration: none;
  line-height: 2rem;
  display: inline-block;
  padding: 2px 19px;
  border: none;
  background-color: rgb(214, 207, 207);
  color: #000;
  cursor: pointer;
  margin-top: 25px;
  transition: all .3s ease;
}

.readmoreLink a:hover {
  background-color: rgb(31, 30, 30);
  color: rgb(214, 207, 207);
}

/* About page */

.aboutBody {
  margin: 0;
  padding: 0;
  font-family: 'Tinos', serif;
  overflow-x: hidden;
  background-image: url("../img/bg_img1500.jpg");
  background-color: rgba(0,0,0,0.5);
  background-blend-mode: darken;
  background-size: cover;
  background-position: center;
  height: auto;
}

.aboutHeader {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1000;
  top: 0;
  padding: 0 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.wrapper {
  width: 100%;
  height: auto;
  position: relative;
}

.aboutTitle {
  font-family: 'Teutonic-No1-DemiBold';
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin-top: 100px;
  padding-top: 30px;
  text-align: center;
}

.aboutWrapper {
  margin: 0 auto;
  padding-top: 40px;
  width: 94%;
  display: flex;
  justify-content: center;
}


/* -------- About end ---------*/

/* -------- Gigs ---------*/

#gigs > h3 {
  letter-spacing: 0.05rem;
  text-align: center;
  padding-bottom: 100px;

}

/* ----- Gigs end -----*/

/* ----- footer -----*/

.site-footer {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  padding: 50px 0;
}

.site-footer a {
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #fff;
  margin: 0px 5px;
  cursor: pointer;
}

.site-footer a:hover {
  color: rgb(63, 61, 61);
}

small {
  display: block;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding-top: 20px;
}
/* ----- footer end -----*/


/* -------- MEDIA QUERY --------*/

@media (max-width:1090px) {
  .navBar {
    font-size: 1rem;
  }

  .navBar .navlink li:not(:last-of-type) a {
    margin-right: 14px;
  }

  .socials a:not(:last-child) {
    margin-right: 12px;
  }
  
  .content img {
    padding: 30px 10px 30px 0;
  }
  h3 {
    letter-spacing: 0rem;
    line-height: 2rem;
  }

  .biography {
    padding: 0 15px 0 20px;
  }
}

@media (max-width:910px) {
  .header, .aboutHeader {
    padding: 0 20px;
  }

  .navBar {
    display: none;
  }

  .socials {
    display: none;
  }

  .menuBox {
    position: fixed;
    top: 0;
    display: none;
    width: 100%;
    /* height: calc(100% - 60px); */
    height: 100vh;
    background: #000;
    opacity: 0.9;
    display: block;
    right: -100%;
    transition: right .5s;
  }

  .menuBox.mb_open {
    right: 0;
  }

  .menuBox .mb_navlink .mb_socials {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .mb_navlink li a {
    display: block;
    padding-bottom: 18px;
    border-radius: 2px;
    color: #eee;
    font-size: 1.2rem;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  }

  .mb_navlink {
    padding-top: 65px;
  }

  /* .mb_navlink li:first-of-type a {
    padding-top: 18px;
  } */

  .mb_socials {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mb_socials a {
    color: #eee;
    text-decoration: none;
    font-size: 1.2rem;
    padding: 0 7px;
    cursor: pointer;
  }

  /* ------ hambuger ------- */
  .drawer_toggle {
    z-index: 200;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 70px;
    height: 70px;
    cursor: pointer;
  }

  .drawer_toggle span {
    position: absolute;
    top: 35px;
    left: 0;
    display: inline-block;
    width: 30px;
    height: 2px;
    border-radius: 2px;
    background-color: #eee;
    vertical-align: top;
    transition: all .3s;
  }

  .drawer_toggle span:nth-child(2) {
    margin-top: 10px;
  }

  .drawer_toggle span:last-child {
    margin-top: 20px;
  }

  .drawer_toggle.open span {
    top: 29px;
    left: 14px;
    width: 35px;
    margin: 0;
  }

  .drawer_toggle.open span:first-child {
    transform: rotate(45deg);
  }

  .drawer_toggle.open span:nth-child(2) {
    display: none;
  }

  .drawer_toggle.open span:last-child {
    transform: rotate(-45deg);
  }
/* ------ hambuger end ------- */

  .cover img {
    max-width: 500px;
  }

  h1 {
    font-size: 1.6rem;
  }

  .section {
    padding: 60px 0;
  }

  .sectionTitle {
    font-size: 1.7rem;
    margin-bottom: 40px;
  }

  .content {
    flex-direction: column;
  }

  .content img {
    margin: 0 auto;
    padding: 0;
  }

  .update {
    width: 74%;
    padding: 0;
    margin: 20px auto;
  }

  h3 {
    letter-spacing: 0.03rem;
  }

  .aboutContent {
    flex-direction: column-reverse;
    margin: 0 auto 10px auto;
    padding-top: 0;
  }
  .aboutWrapper {
    flex-direction: column-reverse;
  }

  .aboutImg {
    margin: 0 auto;
    padding: 0;
  }

  .biography {
    width: 65%;
    margin: 15px auto;
    padding: 0;
  }
}

@media (max-width:897px) {
  .albums {
    margin: 0 auto 50px auto;
    display: block;
    text-align: center;
  }

  .secondAlbum,
  .firstAlbum {
    padding: 0 15px 20px 15px;
  }

  .spotifyLink {
    bottom: 6%;
  }
}

@media (max-width: 599px) {
  .header, .aboutHeader {
    padding: 0 10px;
  }

  .bandLogo img {
    max-width: 140px;
  }

  .drawer_toggle span {
    top: 20px;
    left: 17px;
  }

  .container {
    margin-top: 69px;
  }

  .cover img {
    max-width: 300px;
    margin: 30px auto;
  }

  h1 {
    bottom: 17%;
    font-size: 1.1rem;
    line-height: 1.8rem;
  }

  .merchLink a,
  .spotifyLink a,
  .readmoreLink a {
    font-size: 0.8rem;
    line-height: 1.7rem;
  }

 .update {
    width: 90%;
    padding: 0;
    margin: 15px auto;
  }

 .biography {
    width: 90%;
  }

  .biography p {
    font-size: 1rem;
  }
  .aboutTitle {
    margin-top: 69px;
  }
}
