/* --------------------------------------------------
Author: Alina Jensch
Author URI: https://winterheart.de/
Description: This stylesheet was created for Ash Of Ashes https://ashofashes.com.
Version: 2.0
Last modified: 05.11.2022
-------------------------------------------------- */

* {
  scrollbar-width: thin;
  scrollbar-color: #566c79 #2e2e2f;
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
  width: 12px;
}
*::-webkit-scrollbar-track {
  background: #2e2e2f;
}
*::-webkit-scrollbar-thumb {
  background-color: #566c79;
  border-radius: 10px;
  border: 2px solid #222730;
}

body {
  margin: 0;
  font-family: "Montserrat", 'Helvetica', 'Arial', Sans-serif;
  font-size: 16px;
  color: #000000;
  text-align: center;
  line-height: 1.5;
}
h1 {
  font-size: 24px;
  font-weight: normal;
  color: #D7DDD7;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/fonts/Montserrat-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/Montserrat-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('/fonts/Montserrat-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/Montserrat-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('/fonts/Montserrat-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/Montserrat-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.bandlogo {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 50px 0 30px 0;
  border: 1px solid #978c54;
}

.subheading {
  padding: 25px 0px 0px 0px;
}

.top-section {
  background-color: #2e2e2f;
  display: flex;
  align-items: center;
}
.mid-section {
  background-color: #2e2e2f;
  /*padding-top: 50px;*/
  padding-bottom: 50px;
}
.bottom-section {
  background-color: #aead97;
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-container {
  max-width: 1120px;
  display: flex;
  display: -ms-flexbox;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.link-button {
  display: block;
  font-family: "Montserrat", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.3px;
  line-height: 1;
  background-color: #978c54;
  width: 60%;
  margin: 10px;
}
.link-button:hover {
  background-color: #caaf69;
}

.button-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 40px;
}
.button-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  display: inline-block;
}
.button-icon {
  margin-right: 0px;
  -webkit-box-ordinal-group: 16;
    -moz-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15;
}
.icon {
  width: 20px;
  height: 20px;
}

@media only screen and (max-width: 900px) {
  .bandlogo {
    /*border: 0px;*/
    margin: 2% 0 0 0;
  }
  .subheading {
    max-width: 90%;
  }
  .content-container {
    width: 96%;
  }
  .mid-section {
    padding-top: 0px;
  }
  .link-button {
    width: 94%;
    font-size: 16px;
  }
  .icon {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (max-width: 431px) {
  .bandlogo {
    border: 0px;
}
