html, body{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 15pt;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

h1 {
  font-weight: 700;
  font-size: 25pt;
  color: #2a2929;
  margin-bottom: 0;
	text-transform: uppercase;
}

h2 {
  font-weight: 300;
  font-size: 20pt;
  color: #c18d48;
  margin-top: 0;
  line-height: 0.7;
}

#navigation {
  position: fixed;
  top:0;
  left:0;
  height: 60px;
  width: 100%;
	background: #2a2929;
  /* background: rgba(47, 47, 47, 0.5); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1000;
}

#navigation .logo {
	display: block;
  float: left;
  width: 244px;
  padding: 0 0 0 30px;
}

#navigation .social {
	display: block;
	width: 500px;
	position: inherit;
  right: 25px;
}

#banner {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
	background: url(../elements/img/dearheart-noise.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-color: #2a2929;
}

#banner h1 {
  font-weight: 700;
  color: #dabc7e;
  font-size: 40pt;
  text-align: center;
}

#banner .button {
    border: 1px solid #ded7c2;
    padding: 10px;
    font-weight: 700;
    font-size: 25pt;
    color: #ded7c2;
    text-align: center;
    text-decoration: none;
    display: inline-block;
  }

#banner .button:hover {
  background-color: #ded7c2;
  color: #2a2929;
  transition: 0.7s;
}

.container {
  margin: 0 auto;
  position: relative;
}

  @media (min-width:1200px){
    .container {
      width: 1200px;
    }
    .b-right {
      padding: 50px 0 0 20px;
    }
    .center {
      display: none;
    }
  }
  @media (max-width:1200px){
    .container {
      width: 100%;
    }
    .b-left {
      float: none !important;
    }
    .b-right {
      float: none !important;
      padding: 50px 0;
    }
    #banner {
      height: 75vh;
    }
		iframe {
			display: block;
  		margin-left: auto;
  		margin-right: auto;
			padding-bottom: 10px;
		}
  }


.center {
  margin: 0 auto;
}

  .album {
    width: 500px;
    height:500px;
    position: absolute;
    top:50%;
    left:50%;
    margin: -250px 0 0 -250px;
  }

  .b-left {
    display: block;
    float:left;
    width:500px;
  }
  .b-right {
    display: block;
    float: right;
    width:700px;
    text-align: center;
  }

  .store_item {
    border-bottom: 1px solid #2a2929;
    padding: 20px 0;
  }

  .store_item:last-child {
    border-bottom: 0;
  }

.button {
      border: 1px solid #2a2929;
      background-color: #2a2929;
      padding: 10px 75px;
      font-weight: 700;
      font-size: 25pt;
      color: #ded7c2  ;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      display: inline-block;
    }

.button:hover {
    background-color: #ded7c2;
    color: #2a2929;
    transition: 0.7s;
  }

.price {
  color: #c33;
}

.left {
  float: left;
  display: block;
  padding-right: 30px;
}

footer {
  background-color: #2a2929;
  height: 400px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

input[type=text] {
    border: 1px solid #2a2929;
    padding: 5px;
    height: 45px;
    margin-left: 10px;
    font-size: 15pt;
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
}

table {
  margin-bottom:30px;
}

.spotify-button {
	margin: 10px 0;
	padding-left: 50px;
}

.social-button {
      border: 1px solid;
      font-size: 20pt;
      cursor: pointer;
			width: 42px;
			height: 42px;
      text-decoration: none;
			display: inline-block;
			position: relative;
    }

.social-button:hover {
	color: #fff;
	transition: 0.7s;
}

.social-button i {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.facebook {
  border-color: #3b5998;
	color: #2b5998;
}
.social-button:hover.facebook {
	background-color: #3b5998;
}

.twitter {
  border-color: #00b6f1;
	color: #00b6f1;
}

.social-button:hover.twitter {
	background-color: #00b6f1;
}

.instagram {
  border-color: #c32aa3;
	color: #c32aa3;
}

.social-button:hover.instagram {
	background-color: #c32aa3;
}

.soundcloud {
  border-color: #ff5500;
	color: #ff5500;
}

.social-button:hover.soundcloud {
	background-color: #ff5500;
}

.bandcamp {
  border-color: #629aa9;
	color: #629aa9;
}

.social-button:hover.bandcamp {
	background-color: #629aa9;
}

.spotify {
  border-color: #1ed760 !important;
	color: #1ed760;
}

.social-button:hover.spotify {
	background-color: #1ed760;
}

.spotify-text {
  color: #1ed760 !important; }

.youtube {
  border-color: #ff0000;
	color: #ff0000;
}

.social-button:hover.youtube {
	background-color: #ff0000;
}

#navigation ul {
	margin:0;
	height: 42px;
	margin: 0;
	padding: 0;
	float:right;
}

#navigation li {
	display: inline;
	padding: 0 5px 0 0;
	margin: 0;
}
#naviagation li:last-child {
	padding-right: 0;
}

#shows {
	padding-top: 50px;
}
#videos {
	padding: 50px 0 50px;
}

.bit-date {
	text-transform: uppercase;
}

a.bit-top-track-button {
	display: none !important;
}

.bit-event-list-title {
	display: none !important;
}
a.bit-play-my-city-button {
	display: none !important;
}
