

@font-face {
    font-family: 'Patrick Hand';
    src: url('../fonts/PatrickHand-Regular.ttf');
}

@font-face {
    font-family: 'Ruthie';
    src: url('../fonts/Ruthie-Regular.ttf');
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Regular.ttf');
}


html, body {
	height:100%;
  background-image: url('../img/bg1_medium.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  color:#666;
  font-family: 'Patrick Hand', sans-serif;
  font-size: 62.5%;
}

html * {
  font-size: 14px;
  font-size: 1.4rem;
}

h1 {
  font-size: 50px;
  font-size: 5rem;
  font-family: "Ruthie", sans-serif;
  margin-bottom: 0.4em;
}

h2 {
  font-size: 22px;
  font-size: 2.2rem;
}

small {
  
}

h2 span {
  color: #aaa;
  margin-right: 10px;
}

h5 {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}

h4 {
  color: #999;
}

a {
  color:#999;
}

a:focus, a:hover{
  color:#ccc;
}

.btn,.well,.panel {
  border-radius:0;
}

.btn-danger {
  background-color:#828282;
}

.logo {
  opacity: 0.7;
  width: 60%;
  max-width: 800px;
  margin: 4em 1em;
}

.logo.small {
  width: 50%;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px;
}

.bandmember {
   /* width: 200px;
    height: 200px;
    min-width: 200px;
    max-width: 200px;
    min-height: 200px;
    max-height: 200px;*/
  padding: 2px;
  background-color: #666;
  border: 1px solid #666;
}

.lightText {
  color: #999;
}

.text-danger, a.text-danger {
  color:#828282;
}

p small {
  color: #777;
  font-size: 1.1rem;
}

.btn-huge {
  padding:17px 22px;
  font-size:22px;
}

.icon-bar {
	background-color:#fff;
}

.navbar-trans {
	background-color:#2b2b2b;
  color:#cdcdcd;
  border-width:0;
}

.navbar-trans .navbar-brand, .navbar-trans >.container-fluid .navbar-brand {
  padding: 14px;
  color:#828282;
  font-family: "Ruthie";
}

.navbar-trans {
  opacity: 0.85;
  background-color: #161616;
}

.navbar li a {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}

.container .navbar-header .navlogo {
  padding: 7px;
  text-align: center;
}

.navbar-brand small {
  font-family: 'Patrick Hand', sans-serif;
  font-size: 10px;
  font-size: 1rem;
}

.navbar-trans li>a:focus,.navbar-trans li.active {
	background-color:#828282;
	color:#333;
}

.navbar-trans li>a:hover {
	background-color:#828282;
	color:#fff;
	opacity:0.5;
}

.navbar-trans a{
  color:#cdcdcd;
  letter-spacing:1px;
}

.navbar-trans .form-control:focus {
	border-color: #eee;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(100,100,100,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(100,100,100,0.6);
}

.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin-left: -15px;
  display: block;
  padding: 7px;
  text-align: center;
  z-index:-1
}

.scroll-up {
  position: fixed;
  display: none;
  z-index: 999;
  bottom: 2em;
  right: 2em;
}

.scroll-up a {
  background-color: rgba(135, 135, 135, 0.5);
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
}

section {
	padding-top:70px;  
  padding-bottom:50px;
  min-height:100%;
  min-height:calc(100% - 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

#news {
	background-color: rgba(0,0,0,0.8);
	color: #ccc;
}
  
#bio {
  background-color: rgba(0,0,0,1);
}

#music {
  background-color: rgba(0,0,0,0.85);
  color: #999;
}

#social {
	background-color: rgba(0,0,0,0.95);
	color: #f6f6f6;
	min-height:130px;
	padding-top:40px;
	padding-bottom:40px;
}

footer {
  background-color: rgba(0,0,0,0.95);
  color: #999;
  min-height:100px;
  padding-top:20px;
  padding-bottom:40px;
}

footer .nav>li>a {
  padding: 3px;
  color: #828282;
}

footer .nav>li>a:hover {
  background-color:transparent;
  color:#fff;
}

@media (max-width:768px) {
  .navbar-trans {
    opacity: 1;
  }
}
@media (max-width:991px) {
  .bandmember {
  /*  width: 200px;
    height: 200px;
    min-width: 200px;
    max-width: 200px;
    min-height: 200px;
    max-height: 200px;*/
  }

  .img-thumbnail {
    max-width: 50%;
  }
}
@media (min-width:768px) {
  .v-center {
    height: 50%;
    overflow: visible;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
  }
}


@media (max-width:800px) {
  html, body {
    background:center no-repeat fixed url('../img/bg1_small.jpg');
  }
}
@media (min-width:1024px) {
  html, body {
    background:center no-repeat fixed url('../img/bg1_large.jpg');
  }
}
