
html {
  font-size: 16px;
}

body {
  background-color: rgb(15, 15, 15);
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  color: white;
  margin-top:50px;
  font-family: 'Raleway', Helvetica, Arial, Sans-serif;
}

.album-text {
  padding-left: 13%;
  padding-right: 13%;
}

a {
  text-decoration: none;
  color:inherit;
}
a:hover {
 color: rgb(120, 120, 120);
}

p a{
  color:white;
}

p {
  text-align: left;
}
iframe {
  border: 2px solid rgb(15, 15, 15);
  margin-top: 2%;
}

table {
  text-align: center;
  margin: 0 auto;
}

th, td {
    padding: 0.4rem 1.5rem;
}
.tickets {
  color: rgb(220, 220, 220  );
}

.sold-out {
  text-decoration: line-through;
}

a.sold-out:hover {
    color: rgb(220, 220, 220  );
}

.wrapper {
  width: 85%;
  margin: 0 auto;
}

.topBar {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  text-align: right;
  min-height: 3.2rem;
  /*overflow fuck up the dropdown??? */

  background-color: rgb(35, 35, 35);
  border-bottom: 2px solid rgb(55, 55, 55);
  z-index: 1;

}

div.inblock, nav.inblock {
  display: inline-block;
  padding-right: 1.6rem;
  padding-left: 1.4rem;
  padding-top: 0.7rem;
}


.topBar a {
  font-size: 1.15rem;
  text-transform: uppercase;
  display: inline-block;
  color: rgb(230, 230, 230);
  padding-right: 0.7rem;

}

.topBar a.current {
  color: rgb(170, 170, 170);
  font-weight: 400;

}

.topBar a:hover {
  color: rgb(170, 170, 170);

}

a.logo {
  float:left;
  padding-top: 1rem;
  padding-left: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  bottom:0.2rem;
}

.social a {
  font-size: 0.8rem;
  position: relative;
  bottom:0.2rem;

}

.dropbtn {
    padding: 10px;
    font-size: 5rem;
    border: none;
    cursor: pointer;
}

a.dropbtn{
  font-size: 1.3rem;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    margin-left: 1.2rem;
    text-align: center;
    right: 0.3rem;
    top: 0.1rem;



}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0px;

}

/* Links inside the dropdown */
.dropdown-content a {

    padding: 6px 6px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}


 a.menu {
   display: none;
 }



 /*responsiivisuus*/

 @media screen  and (max-width:800px){
  .topBar div,  .topBar nav{
    display: none;
  }
  a.menu {
    display: block;
    padding-right: 0.7rem;
    padding-top: 0.2rem;
    font-size: 2rem;

  }
    .topBar.responsive {
      float:left;
    }
    .topBar.responsive div, .topBar.responsive nav{
      padding-top: 1.2rem;
      display:block;
      float:left;
      clear: both;
      z-index: 1;
    }
    .topBar.responsive .dropbtn {
      display: none;
    }

    .topBar.responsive .dropdown {
        padding-left: 0;
        padding-top: 0;

    }
    .topBar.responsive .dropdown-content {
      display: block;
      position: static;
      box-shadow: 0 0 0 0;
      text-align: left;
      padding-bottom: 2rem;
    }

      .topBar.responsive a {
        padding-right: 0.5rem;
      }


 }

.showcase {
  background-repeat: no-repeat;
  border-bottom: 2px solid rgb(40, 40, 40);
  margin-bottom: 2rem;
  text-align: center;
}


.main_feels{
  text-align: center;
}

#showHome {
  background-image: url('../img/photos/lautanenbw.jpg') ;
  background-position: 35% 25%;
  min-height: 450px;
  background-size: cover;
  margin: auto;
  text-align: center;
}

#showMusic {
  background-image: url('../img/photos/band_green.jpg') ;
  background-position: 20% 40%;
  min-height: 450px;
  background-size: cover;
  margin: auto;
  text-align: center;

}

#showGigs{
background-image: url('../img/photos/tolks_2.jpg') ;
background-position: 0% 65%;
min-height: 400px;
background-size: cover;
}

.showcase_video {
  position: absolute;
  top: 25%;
  right:25%;


}

.showcase a {
  padding: 1%;
  text-transform: capitalize;
  font-size: 1.2rem;
  color: rgb(220, 220, 230);
  max-width: 150px;
  display: block;
  margin-left: 10%;
  background-color: rgba(50, 50, 50, 0.2);
  text-align:center;
}
.showcase a:hover {
  color: rgb(175, 175, 175);
}

.introduction {

  padding: 3% 35%;
  text-align: center;
  color: rgb(220, 220, 220);
  overflow: hidden;
  font-style: italic;
  font-weight: bold;
  font-size: 105%;
}


.piece {
  margin-top: 0.6rem;
  margin-bottom: 0.3rem;
  padding: 5% 5%;
  background-color: rgb(25, 25, 25);
  text-align: center;
  color: rgb(195, 195, 195);
  overflow: hidden;

}

div.album
 {
  margin-top: 90px;
}

.album-text p {
  text-align: left;
}

.album-image {

  float: none;


}

.album-extra {
  padding: 3% 1%;
  margin: 3% auto;
}
.album-text {
  max-width: 90%;
  display: inline-block;
  padding-top: 1rem;
  float: none;
}
.album-text h3 {
  margin-top: 0;
  padding-top: 0;
}

.spotifyPlugin {
float: none;
margin-left: 1rem;
margin-top:3rem;




}
.spotify-link {
  display: none;
}

.biisit{
  display: inline-block;
  margin: 3% auto;
  padding: 3%;
  border: 4px solid rgb(17,17,17);

}

.biisit td {
  vertical-align:top;
}




audio {
  height:20px;
  margin-top: 3px;
  max-width: 80px;
}
.hiddenContent {
  display: none;
}

.revealButton {
  background-color: inherit;
  font-size: 2.5rem;
  border: none;
  color: rgb(200, 200, 200);
}
.revealButton:hover{
    color: rgb(240, 240, 240);
}

.revealButton:focus {outline:0;}

.revealButton:hover {
  cursor: pointer;
}

.odd {
  background-color: rgb(20, 20, 20);
}
.even {

   background-color: rgb(18, 18, 18);
}


.text p {

  padding: 0 10%;

}
.content-info {
  text-align: center;
  padding: 0;
  margin: 0;

}

.levy li{
  margin-top: 15px;
  text-align: left;
}


.post {
  width: 70%;
  margin: 0 auto;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  padding: 1% 1%;
  background-color: white;
  color:black;
  font-family: Klavika Basic Regular, Arial, Sans-serif;
  font-size: 0.8rem;
}

.post_box {
  border: 2px solid grey;
  margin: 0
}
.post h3 {
  text-align: left;
  padding-left: 1em;
}

.post_icon{
  display: inline;
  vertical-align: middle;
  padding:0.5em
  
}

@media screen  and (max-width:800px){
  #showHome {
    min-height: 350px;

  }
  #showGigs {
      min-height: 350px;
      background-position: 20% 0%;
  }

  .introduction {
    padding: 5% 15%;
  }

  .video {
      width: 300px;
      height: 170px;
  }
  .piece {
    padding: 3% 1%;
  }
  .piece p, footer p {
      padding:0 3%;
      font-size: 0.8rem;
  }


  .piece img{
    width:90%;
    height: auto;
  }
  .post img{
    width: 20%;
    height: auto;
    
  }

  .some_img img {
    width: 80%;
    height: auto;
  }

  .album-image {
    height: auto;
    width: 85%;
    margin-top: 2rem;
  }

  .album-extra {
    padding: 0% 0%;
    margin: 0 auto;

  }

  .album-text {
    max-width: 100%;
    padding-top: 1rem 0 0 0;
    margin: 0;
    float: none;
  }

  .album-text h3 {
    margin-top: 0;
    padding-top: 0;

  }

  .album p{
   font-size: 0.8rem;
  }

  .spotifyPlugin {
    display: none;

  }
 

  .spotify-link
  {
    display: block;
      margin-top: 2rem;
      margin-bottom: 2rem;
      font-size: 0.9rem;

  }
  
  .spotify-icon{
    font-size: 1.5rem;
    color: rgb(0, 180, 30);
  }

    td, th{
      padding: 1% 1%;
      font-size: 0.8rem;
    }
 }


.audio {
  background-color: black;
}

  
  




footer {
  border-top: 2px solid rgb(40, 40, 40);
  margin-top:2%;
}

footer div {
  text-align: center;
  padding-top: 5%;
  padding-bottom: 5%;

}

footer p {
  text-align: center;
  color: rgb(180, 180, 180);
}

