@charset "UTF-8";

body {
  background-color: black;
  margin: 0;
  font-family: "Century Gothic";
  color: white;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.hstack {
  width: 80%;
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}



.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;

}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.position-relative {
  position: relative !important;
}

.justify-content-center {
  justify-content: center !important;
}

.text-center {
  text-align: center !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(0,0,0) !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.flex-container {
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-item {
  text-align: center;
}

/* Content Background */

header.masthead {
  position: relative;
  background-color: #343a40;
  /* background: url("../assets/img/IMG-2263 - Copy_edited.jpg") no-repeat center center; */
  background: url("../assets/img/banner2.jpg") no-repeat center center;
  background-size: cover;
}

header.masthead:before {
  content: "";
  position: absolute;
  background-color: #1c375e;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.0;
}
header.masthead h1, header.masthead .h1 {
  font-size: 2rem;
}

.content {
  
  min-height: 550px;
}

.content .soundcloud{
  margin: 0 auto;
  max-width: 500px;
  height: 550px;
}

.main-content {
  background: rgba(0, 0, 0, .75)
}

/* Homepage */
.welcome {
  font-size: 1.25rem;
}

/* Tour */
.bit-widget .bit-no-dates-container {
  padding: 150px 0px 165px 0px !important;
}

.bit-logo-desktop g {
  opacity: 1 !important;
}

/* About */
.about-image {
  float: left;
  width: 20%;
  margin-right: 2rem;
}

.about-image img {
  width:100%;
  height: auto;
}

.about-content {
  float: left;
  width: 70%;
}
.about:after {
  content: "";
  display: table;
  clear: both;
}

/* Contact */


/* Footer */

footer {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

footer .list-inline {
  padding-left: 0;
  list-style: none;
}

footer .list-inline-item:last-child {
  margin-right: 0rem;
}

i.fa-youtube:hover {
  height: 100%;
  color: #CC181E;
}
i.fa-facebook:hover {
  height: 100%;
  color: #3b5998;
}
i.fa-soundcloud:hover {
  height: 100%;
  color: #FF5500;
}
i.fa-instagram:hover {
  height: 100%;
  color: #3f729b;
}
i.fa-itunes-note:hover {
  height: 100%;
  color: #539ef6;
}
i.fa-bandcamp {
  height: 100%;
  background: white;
}
i.fa-bandcamp:hover {
  height: 100%;
  background: #639AA9;
}
i.fa-spotify:hover {
  height: 100%;
  color: #00BE50;
}
.fa-stack .fa.fa-circle { 
opacity:0.0; 
}
.fa-stack:hover  .fa.fa-music { 
color: #F543BE; 
}
.fa-stack:hover  .fa.fa-circle-thin { 
color: #950DF6; 
}
.fa-stack:hover  .fa.fa-circle { 
opacity:1.0;
color:#292929; 
}

.fa-bandcamp {
	background: #aab1bf;
	color:#292929;
	width: 1.25em;
	display: inline-block;
	height: 1em;
	transform: skew(-25deg);
	-webkit-transform: skew(-25deg);
	-moz-transform: skew(-25deg);
	-ms-transform: skew(-25deg);
	-o-transform: skew(-25deg);
}

@media (min-width: 320px) {
  .hstack {
    width: 100%;
  }
  footer .list-inline-item {
    display: inline-block;
    font-size: 20px;
    margin-right: 2rem;
  }

  header.masthead {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 576px) {
  .navbar .container {
    max-width: 550px;
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .container {
    max-width: 540px;
  }

}
@media (min-width: 768px) {
  .navbar .container {
    max-width: 750px;
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .container {
    max-width: 720px;
  }

  header.masthead {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  header.masthead h1, header.masthead .h1 {
    font-size: 3rem;
  }

  footer .list-inline-item {
    display: inline-block;
    font-size: 30px;
    margin-right: 2.5em;
  }
}

@media screen and (min-width: 992px) {
  .navbar .container {
    max-width: 970px;
  }
  
  .container {
    max-width: 960px;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .btn {
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding: 0.75rem 0.75rem;
    border-radius: 0.25rem;
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) {
  .navbar .container{
    max-width: 95%;
  }

 .container  {
    max-width: 1140px;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}