

/* ===================================================================
 * # base style 
 *
 * ------------------------------------------------------------------- */
body {
  background-color: #000000;
	font-family: 'Audiowide', sans-serif;
  font-size: medium;
  color: #FFF;
}
.nav-link{
  padding: 0.2rem 1rem;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: transparent;
  border-color: white;
  border-style: solid;
  border-width: 2px;
	/* background-color: #000000;
  background-image: linear-gradient(315deg, #000000 10%, #b82e1f 74%); */
}
.info{
	background-color: transparent;
}
.main-content {
    max-width: 900px;
    width: 75%;
    margin: 25px auto 10px;
    display: flex;
    height: 70vh;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
#myVideo {
  position: fixed;
}
caption{
  color: #b82e1f;
  font-size: 18px; 
}
a{
  color:#b82e1f;
}
.event-link{
text-decoration: none;
}
.event-link:hover{
text-decoration: underline;
color:#b82e1f;
}
.table{
  color:#f1f1f1;
}
.main-frame {
    background-position: center;
    min-height: 100vh;
	position: relative;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
}
img {
    width: 100%;
    height: auto;
}
.logo {
    max-width: 585px;
    width: 80%;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
    z-index: 10;
}
.social-networks {
    position: absolute;
    top: calc(50vh - 136px);
    left: 30px;
    width: 30px;
    height: 273px;
}
button{
	color:white;
}
#v-pills-tab{
	overflow: hidden;
    position: absolute;
    width: 550px;
    height: 32px;
    transform: rotate(270deg);
    top: calc(50vh - 16px);
    right: calc((32px / 2) + 30px - (550px / 2));
}
#v-pills-tabContent{
	overflow: hidden;
	width: 100%;
    height: 500px;
}
.collapse{
	background-color: black;
	padding-top: 10px; 
	padding-bottom: 10px;
}
#bio{
	padding-right: 200px;
	width: 100%;
}
#shows{
	margin-left:168px;
}
.flex-container {
  display: flex;
  background-color: rgb(50, 65, 80);
}

.flex-container > div {
  background-color: #f1f1f1;
  margin: 10px;
}
.music-content{
	margin-left:170px;
  margin-top: 100px;
}
.music-content .col-4{
   padding: 26px 70px;
} 
#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
}
#social-networks{
	padding-top: 105px;
}
.social-icons{
	height: 35px; 
	width:35px;
}
.menu-item {
    float: left;
    width: 94px;
    text-align: center;
    font-size: 19px;
    padding: 4px 0;
    margin: -7px 0px;
}
.icons{
	padding-bottom: 17px;
}
#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    color: #FFF;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.video{
	padding-left:100px;
}
.videos-content{
  margin-top: 80px;
}
.music-icons{
	height: 60px; 
	width:60px;
  /* margin-bottom: 50px; */
}
p{
  text-align: justify;
}
.logo{
  position: absolute;
  left: 380px;
  height: 600px;
  width: 600px;
  position: absolute;
  bottom: 220px;
}

@media only screen and (max-width:600px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    margin-top: 5.1rem;
  }

}

h5, .h5, h6, .h6 {
  margin-top: 4.2rem;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width:600px) {
  h5, .h5, h6, .h6 {
    margin-top: 3.6rem;
    margin-bottom: 0.9rem;
  }

}

h1, .h1 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}

@media only screen and (max-width:600px) {
  h1, .h1 {
    font-size: 3.3rem;
    letter-spacing: -0.07rem;
  }
}





