
body, html{
    margin: 0;
    height: 100%;
    background-color: #ffffff;
}


.page-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
    color: black;
    background-color: black;
}
 

.page-link-item{
    font-family: Arial,sans-serif;
    display: inline-block;
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 15px 15px;
    font-size: 20px;
    font-weight: bold;
  
}

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

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

a:hover { text-decoration: none; color: lightblue;}

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


.site-header{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: auto;
    text-align: center;
    margin: 5px 0;
}

.logo-container{
    align-content: center;
}

.blue-line{
    background-color: lightblue;
    width: 100%;
    height: 2%; 
    position: absolute;
    overflow: hidden;
    top: 139px;
}


.carousel-inner {
  height: 500px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.carousel-inner img {
  background-color: lightblue;
}

/* Home Biography*/
.biography{
  display: flex;
  justify-content: space-between;
  padding: 10px;
  width: 100%;
  margin: 10rem auto;  
  background-color: black;
  
}

.biography img{
  height: 250px;
  width: 250px;
  padding: 10px;
}

.biography h3{
  margin: 0;
 
}
.biography p{

  font-size: 20px;
  font-family: 'Open Sans';
}

.bio-text{
 color: white;
}

/* Home Biography*/


.shop-now{
  text-align: center;
  position: relative;
  width: 100%;
  top: -58px;
}

.column {
    float: left;
    width: 25%;
    padding: 5px;
    text-align: center;
  }

  .tour-header{
    bottom: 0;
    left: 0;
    margin: 0;
    max-width: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 180px;
    object-fit: cover;
    z-index: 2;
    align-items: center;
    align-content: center;
    text-align: center;
  }

  .tour-background{
    position: relative;
    width: 100%;
    height: 100%;
    filter: brightness(40%); 
    z-index: 1;
    background-size: cover;
    background-size: 100%;
    min-height: 100%;
    min-width: 1024px;
    top: 15px;
  }

  .tour-div-color{
    height: 500px;
    width: 900px;
    background-color: rgba(118, 155, 113, 0.6);
    padding: 5px;
    z-index: 4;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: 450px;
  }

  
  /* Clear floats after image containers */
.row::after {
    content: "";
    clear: both;
    display: table;
  }

  .hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/WSQYGU34VBGM3OXVHQKFBYVCGY.jpg");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -50px;
  }
  
  .hero-text {
    position: relative;
    color: #fcfafc3a;
    padding-top: 150px;
    margin:50px;
  }

  .background-color {
    background-color: black;
  }

  .background-color h3 {
    color: white;
    padding-top: 20px;
    margin-left: 50px;
    margin-bottom: 20px;
  }
  
  .spotify-embed-albums {
    left: 0;
    width: 80%;
    height: 380px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  
  .spotify-embed-singles {
    left: 0;
    width: 80%;
    height: 80px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  

.footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color:black;
    text-align: center; 
  }

  .fa {
    text-align: center;
    margin: 45px 10px;
  }

  .fa:hover {
    opacity: 0.7;
  }

  .copyright {
    text-align: center;
    color: white;
  }