@import url('https://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300');

body {
  font-family: "Open Sans", sans-serif;
	text-align: left;
	font-size: 14px;
	line-height: 17px;
	word-wrap: break-word;
  background-color: #000;
  color: #fff;
  max-width: 1200px;
  margin: 0 auto;
}

header {

}

footer {
  border-top: 1px solid #fff;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-style: italic;
  padding: 25px;
}

h1 {
  font-family: "Open Sans Condensed", sans-serif;
  text-align: center;
  font-size: 3em;
  line-height: 1em;
  color: #fff;
}

h2 {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 1.9em;
  line-height: 1em;
  color: #fff;
}

h3 {
  font-family: "Open Sans Condensed", sans-serif;
  text-align: center;
  font-style: italic;
  font-size: 1.5em;
  line-height: 1em;
  color: #fff;
}

a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6em;
  color: #fff;
  line-height: 1.2em;
}

.page {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.content {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.container {
  margin: 0 auto;
  display: block;
  width: 100%;
}

.container img {
  width: 100%;
}

.head-img {
  display: block;
  text-align: center;
  width: 100%;
  height: auto;
}

.head-img img {
  width: 100%;
}

.about {
  width: 80%;
  margin: 0 auto;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}

.col-r {
  text-align: right;
  width: 49%;
  float: right;
  display: inline-block;

}

.col-r img {
  width: 100%;
  text-align: center;
  display: inline-block;

}

.col-l {
  width: 49%;
  text-align: left;
  display: inline-block;
}

.col-l img {
  width: 100%;
  text-align: center;
  display: inline-block;
}

.band {
  display: block;
  width: 100%;
  margin-top: 15px;
  padding: 1%;
}

.member {
  width: 49%;
  display: inline-block;
  height: auto;
  text-align: center;
}

.member img {
  width: 80%;
}

.yt-vid {
  width: 49%;
  display: inline-block;
  height: auto;
  text-align: center;
}

#full {
  margin-top: 25px;
}

#mobile {
  display: none;
}

a.sml {
  display: inline-block;
  width: 20%;
  margin: 0 auto;
}

#soc {
  text-align: center;
  margin: 0 auto;
}

.contact {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1156px) {

  p {
    font-family: "Open Sans", sans-serif;
    font-size: 1.4em;
    color: #fff;
    line-height: 1.2em;
  }
}

@media only screen and (max-width: 1010px) {

  p {
    font-family: "Open Sans", sans-serif;
    font-size: 1.2em;
    color: #fff;
    line-height: 1.2em;
  }
}

@media only screen and (max-width: 870px) {
  .band {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 3%;
  }

  .member {
    width: 100%;
    display: block;
    height: auto;
    text-align: center;
  }

  .member img {
    width: 80%;
  }

  .yt-vid {
    width: 100%;
    display: block;
    height: auto;
    text-align: center;
  }

  .col-r {
    text-align: center;
    width: 100%;
    float: right;
    display: block;
    margin: 0 auto;
  }

  .col-r img {
    width: 70%;
    text-align: center;
    display: block;
    margin: 0 auto;
  }

  .col-l {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
  }

  .col-l img {
    width: 70%;
    text-align: center;
    display: block;
    margin: 0 auto;
  }

  #inthestudio {
    display: none;
  }

  #videos {
    padding: 0;
  }

#mobile {
    display: block !important;
    margin-top: 25px;
  }

#full {
    display: none;
  }

  a.sml img{
    width: 70%;
  }
}
