@import url(http://fonts.googleapis.com/css?family=Lato:300,400);
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'codropsicons';
  src:url('../fonts/codropsicons/codropsicons.eot');
  src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
    url('../fonts/codropsicons/codropsicons.woff') format('woff'),
    url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
    url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }
  .overlay ul li {
    min-height: 34px;
  }
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }


body, html, main ,.wrapper {
    height: 100%;
    width: 100%;
    text-align: center;
}

body{
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 1.5;
    font-family: 'Lato', 'Avenir Next', Arial, sans-serif;
}

a {
  text-decoration: none;
  outline: none;
}

#logo {
    position: absolute;
    left: 25%;
    bottom: 5%;
    width: 50%;
    height: 50%;
}


.bg { 
    /* The image used */
    background-image: url("../img/studio.jpg");
    /* Full height */
    height: 100%; 
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg .blk{
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg2 { 
    padding: 50px 0;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg3 { 
    /* The image used */
    background-image: url("../img/Band_front.jpg");

    /* Full height */
    height: 100%; 
    opacity: 1;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg4 { 
    height: 300px;
    padding: 50px 0;
    background-color: rgba(30,30,30,1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#copyright {
  color: #777777;
}

.bg4 ul li{ 
    color: #FFF;
    text-align: left;
    margin-left: 20%;
    list-style: none;
    line-height: 200%;
} 

.bg4 ul li a{ 
    color: #FFF;
} 

.bg4 ul li a:hover,
.bg4 ul li a:focus {
  color: #000;
  background-color: rgba(255,255,255,0.9);
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}

.loginheader{
  position:fixed;
  margin-top: 0;
  text-align: center;
  width: 100%;
  height: 100px;
  background-color: black;
  color: white;
  z-index: 20;
}

.loginheader img{
  margin-top: 10px;
  height: 80px;
}

.loginform{
  position:relative;
  margin-top: 20px;
}

.loginform button{
    background-color: #c6c6c6; /* Green */
    border: none;
    color: white;
    height: 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
     -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.loginform  input{
    border: none;
    height: 25px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin-top:10px;
     -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.loginform button:hover {
    background-color: #4CAF50; /* Green */
    color: white;
}

.loginlogo{
  position: absolute;
  height: 80px;
  margin-left: 10px;
}

.loginvalid{
  position:fixed;
  background-color: green;
  width: 100%;
  color: white;
  font-weight: 200;
  font-size: small;
  z-index: 20;
}

.bandinfo{
  font-size: x-large;
  margin-left:30%;
  text-align: left;
}

.bandinfo ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #55606E;
}

.video{
  background-color: black;
  color: white;
  font-size: small;
  font-weight: 300;
  padding-bottom:50px;
}

.audio {
  margin: 20px auto;
}