* {
    margin: 0px;
    padding: 0px;
}

html {
    margin: 0px;
    padding: 0px;
}

body {
    background: black;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    overflow-x: hidden;
}

.container-fluid {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: white;
}


/*------------------------------------- NAVBAR -------------------------------------*/


.navbar-dark {
    background: black;
    margin: 0px !important;
    padding: 0px 0px;
    height: 72px;
    z-index: 2;
    overflow-x: hidden;
}

.nav-container {
    padding: 0px !important;
    background: black;
}

.nav {
    background: black !important;
}

.navbar-brand {
    margin: 16px !important;
    padding: 0px;
}

#logo {
    height: 40px;
    background: black;
    margin: 0px;
    padding: 0px;
}

.navbar-toggler {
    height: 52px;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(41,120,187,1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler .navbar-toggler-icon:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(172,62,1,1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    transition: .15s;
}

.custom-toggler.navbar-toggler {
    margin: 10px;
    border: none;
} 

.nav-item {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.nav-page {
    font-weight: bold;
    font-size: 16px;
    margin: auto;
    padding: 24px 15px !important;
    color: white !important;
}

.nav-page:hover {
    color: black !important;
    background: white;
    transition: .15s;
}

.nav-icon {
    padding: 13px 0px !important;
}

.fontawesome-nav {
    padding: 15px 10px;
    color: white;
}

.fontawesome-nav:hover {
    color: #2978bb;
    transition: .1s;
}

.fontawesome-nav-facebook {
    padding-left: 30px;
}

.fontawesome-nav-email {
    padding: 15px 30px 15px 10px;
    padding-right: 30px;
    color: white;
}

.fontawesome-nav-email:hover {
    color: #ac3e01;
    transition: .1s;
}

.sm-icons {
    flex-direction: row;
    justify-content: center;
}


/*------------------------------------- MODAL WINDOW -------------------------------------*/


.modal {
    position: fixed;
    top: 0;
    height: 100vh;
}

.modal-header {
    background: black;
    border-bottom: none;
}

.modal-body {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-close {
    opacity: 1;
    padding: 0px;
    margin: 0px;
    width: 40px;
    height: 40px;
}

.btn-close:hover {
    opacity: 1;
}

#close-button {
    color: #2978bb;
    font-size: 40px;
}

#close-button:hover {
    color: #ac3e01;
    transition: .15s;
}

.modal-content {
    background: black;
}

.modal-list {
    list-style-type: none;
    padding: 0px;
}

#modal-media-list {
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    width: 250px;
    text-align: center;
}

.modal-page {
    margin: auto;
    padding: 15px;
    text-align: center;
}

.modal-page-link {
    padding: 25px;
}

.modal-page-link:hover {
    color: #2978bb;
    transition: .15s;
}

.modal-media-link {
    padding: 15px 10px;
    text-align: center;
}

.modal-media-link:hover {
    color: #ac3e01;
    transition: .15s;
}

.modal-icon {
    font-size: 20px;
}


/*------------------------------------- HOME PAGE -------------------------------------*/


#container {
    position: relative;
    top: 72px;
}

#statdemon {
    padding: 0px;
    margin: 0px;
    height: 90vh;
    background-image: url(images/Minibosses-STATDEMON-outside-cover.jpg), linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3));
    background-blend-mode: overlay;
    background-size: cover;
    background-position: right;
    overflow-x: hidden;
}

#cover-overlay {
    height: 80vh;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cover-overlay-text {
    text-align: center;
    font-size: 70px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    text-shadow: 3px 3px 10px black;
}

@media screen and (max-width: 992px) {
  #cover-overlay-text {
    font-size: 55px;
  }
}

@media screen and (max-width: 768px) {
  #cover-overlay {
    height: 70vh;
  }
}

@media screen and (max-width: 768px) {
  #cover-overlay-text {
    font-size: 40px;
  }
}

#album-cover {
    width: 100%;
}

#artwork-by {
    float: right;
    position: relative;
    top: -25px;
    right: 10px;
}

small {
    text-transform: none;
    font-weight: normal;
    color: white;
    z-index: 1;
}

@media screen and (max-width: 768px) {
  small {
    font-size: 10px;
  }
}

#new-album {
    color: white;
    text-align: center;
    width: 100%;
    padding: 30px;
    margin: 0 auto;
    background: #ac3e01;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0px;
    z-index: 1;
}

#album-banner {
    font-size: 30px;
}

@media screen and (max-width: 768px) {
  #album-banner {
    font-size: 20px;
  }
}

.h1-banner {
    font-weight: bold !important;
    margin: 0px !important;
}

#donate {
    color: #212121;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    background: #2978bb;
    padding: 30px 10px;
    overflow-x: hidden;
}

#donate-banner {
    font-size: 30px;
}

@media screen and (max-width: 768px) {
  #donate-banner {
    font-size: 20px;
  }
}

#donate #button:hover {
    color: #ac3e01;
    text-shadow: 1px 1px #212121;
    transition: .15s;
}

#brass-albums {
    background: #212121;
    overflow-x: hidden;
}

#brass-albums-container {
    margin: 0 auto;
    padding: 0px !important;
    align-content: center;
    max-width: 960px;
}

.album {
    padding-top: 30px;
    margin: 0px;
}

#brass {
    width: 465px;
    height: 465px;
    margin-top: 30px;
    margin-right: 30px;
    display: block;
    margin: auto;
    background: #212121;
}

@media screen and (max-width: 768px) {
  #brass {
    width: 350px;
    height: 350px;
  }
}

@media screen and (max-width: 576px) {
  #brass {
    width: 300px;
    height: 300px;
  }
}

#brass2 {
    width: 100%;
    max-width: 465px;
    max-height: 465px;
    margin-top: 30px;
    display: block;
    margin: auto;
    background: #212121;
}

@media screen and (max-width: 768px) {
  #brass2 {
    width: 350px;
    height: 350px;
  }
}

@media screen and (max-width: 576px) {
  #brass2 {
    width: 300px;
    height: 300px;
  }
}

.album-overlay-text {
    line-height: 465px;
    font-size: 35px;
    margin: 0px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
  .album-overlay-text {
    line-height: 350px;
    font-size: 26px;
  }
}

.album-card {
    background: #212121 !important;
    border: none;
}

.album-overlay {
    display: block;
    margin: auto !important;
    width: 465px;
    height: 465px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.album-overlay:hover {
    opacity: 1;
    color: white;
    transition: .15s;
}

@media screen and (max-width: 768px) {
  .album-overlay {
    width: 350px;
    height: 350px;
  }
}

@media screen and (max-width: 576px) {
  .album-overlay {
    width: 300px;
    height: 300px;
  }
}

h3 {
    text-align: center;
    color: #2978bb;
    font-size: 22px;
    padding: 10px;
    font-weight: bold !important;
    margin: 0px;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 15px;
  }
}

@media screen and (max-width: 576px) {
  h3 {
    font-size: 12px;
  }
}

#about {
    background: black;
    overflow-x: hidden;
}

#about-container {
    padding: 0px 30px!important;
}

#about-h1 {
    color: #ac3e01;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding: 30px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #about-h1 {
    font-size: 30px;
  }
}

#description {
    background: black;
    max-width: 960px;
    text-transform: none;
    font-weight: normal;
    font-size: 20px;
    margin: 0px auto;
    padding: 0px 30px 25px 30px;
    line-height: 25px;
}

@media screen and (max-width: 768px) {
  #description {
    font-size: 15px;
    line-height: 20px;
  }
}

p {
    margin: 0px;
}

.member {
    text-align: center;
}

#indent1{
    padding-left: 25px;
}

#indent2{
    padding-left: 50px;
}

#band-pic {
    background: black;
    max-width: 960px;
    padding: 30px;
    margin: 0 auto;
    border-top: solid 3px #ac3e01;
}

#grid-photo {
    border: solid 3px white;
    max-width: 900px;
    width: 100%;
}

#follow-us {
    background: #212121;
    overflow-x: hidden;
}

#follow-us-container {
    padding: 0px 30px;
    margin: 0 auto;
    max-width: 1020px;
}

h4 {
    color: #ac3e01;
    font-size: 22px;
    font-weight: bold;
    padding: 15px;
    margin: 0px;
}

@media screen and (max-width: 768px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
    color: #2978bb;
    font-size: 22px;
    font-weight: bold;
    padding: 15px;
    margin: 0px;
}

@media screen and (max-width: 768px) {
  h5 {
    font-size: 18px;
  }
}

#top-follow {
    background: #212121;
    text-align: center;
    margin: 0 auto;
    border-bottom: solid 3px white;
}

#bottom-follow {
    background: #212121;
    text-align: center;
    margin: 0 auto;
}

.footer-icon-row {
    max-width: 620px;
    margin: 0 auto;
}

.footer-icon {
    padding: 0px 0px 15px 0px;
    margin: 0 auto;
    max-width: 125px;
}

.social-media-footer:hover {
    color: white !important;
}

.social-media-icon {
    height: 125px;
    width: 125px;
    font-size: 80px;
    background: black;
    border-radius: 125px;
    text-align: center;
    margin: 0 auto;
    line-height: 125px;
}

.social-media-icon:hover {
    color: #2978bb !important;
    transition: .15s;
}

@media screen and (max-width: 768px) {
  .social-media-icon {
    height: 95px;
    width: 95px;
    font-size: 60px;
    border-radius: 95px;
    line-height: 95px;
  }
}

.email-icon {
    height: 125px;
    width: 125px;
    font-size: 80px;
    background: black;
    border-radius: 90px;
    text-align: center;
    margin: 0 auto;
    line-height: 125px;
}

.email-icon:hover {
    color: #ac3e01 !important;
    transition: .15s;
}

@media screen and (max-width: 768px) {
  .email-icon {
    height: 95px;
    width: 95px;
    font-size: 60px;
    border-radius: 95px;
    line-height: 95px;
  }
}

footer {
    background: black;
    text-align: center;
}

footer h6 {
    font-size: 16px;
    font-weight: bold;
    padding: 40px;
    margin: 0px;
}

@media screen and (max-width: 576px) {
 footer h6 {
     font-size: 12px;
     padding: 30px;
  }
}


/*------------------------------------- SHOWS PAGE -------------------------------------*/


#shows-container {
    font-family: Helvetica, Arial, sans-serif;
    position: relative;
    top: 72px;
    background: #212121;
    overflow-x: hidden;
}

.shows-container {
    padding: 0px;
    margin: 0px;
}

#upcoming-shows-div {
    max-width: 1020px;
    padding: 30px 30px 60px 30px;
    margin: 0 auto;
}

#past-shows-div {
    max-width: 1020px;
    padding: 0px 30px 120px 30px;
    margin: 0 auto;
}

#upcoming-shows-div h1 {
    color: #ac3e01;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding: 30px;
    border-bottom: solid 3px #ac3e01;
    margin: 0px;
}

@media screen and (max-width: 768px) {
  #upcoming-shows-div h1 {
    font-size: 30px;
  }
}

#past-shows-div h1 {
    color: #2978bb;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding: 30px;
    border-bottom: solid 3px #2978bb;
        margin: 0px;
}

@media screen and (max-width: 768px) {
  #past-shows-div h1 {
    font-size: 30px;
  }
}

#no-show {
    padding: 30px;
    margin: 0px;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    border-bottom: solid 3px #ac3e01;
}

.upcoming-show {
    padding: 20px;
    margin: 0px;
    font-weight: normal;
    font-size: 15px;
    border-bottom: solid 3px #ac3e01;
}

.upcoming-show:hover {
    background: rgba(255, 255, 255, 0.05);
    color: white !important;
    transition: .15s;
}

.past-show {
    padding: 20px;
    margin: 0px;
    font-weight: normal;
    font-size: 15px;
    border-bottom: solid 3px #2978bb;
}

.item  {
    padding: 10px;
    text-align: center;
}



/*------------------------------------- VIDEOS PAGE -------------------------------------*/



#videos-container {
    padding-top: 50px;
    background: #212121;
    position: relative;
    top: 72px;
    overflow-x: hidden;
}

#videos-div {
    max-width: 1245px;
    padding-bottom: 30px;
    margin: 0 auto;
    background: #212121;
}

.col-xl-4 {
    margin: 0px !important;
    padding: 0px;
}

.thumbnail {
    width: 366px;
    height: 202px;
    padding: 0px;
    display: block;
    margin: auto;
}

@media screen and (max-width: 576px) {
  .thumbnail {
      width: 275px;
      height: 152px;
  }
}

.thumbnail-overlay {
    width: 366px;
    height: 202px;
    padding: 0px;
    display: block;
    margin: auto;
    border-radius: 0px;
}

@media screen and (max-width: 576px) {
  .thumbnail-overlay {
      width: 275px;
      height: 152px;
  }
}

.thumbnail-card {
    background: #212121 !important;
    border: none;
}

.playbutton {
    font-size: 80px;
    padding: 61px 143px;
    color: white;
}

@media screen and (max-width: 576px) {
  .playbutton {
      font-size: 60px;
      padding: 46px 107.5px;
  }
}

.playbutton:hover {
    color: #2978bb;
    transition: .15s;
    background: rgba(0, 0, 0, 0.6);
}


.thumbnail-title {
    text-align: center;
    color: #2978bb;
    font-size: 14px;
    padding: 10px 10px 20px 10px;
}

@media screen and (max-width: 576px) {
  .thumbnail-title {
      font-size: 10px;
  }
}