 .main {
 text-align:center;
 padding:20px;
 color: #777;

 background-position: center;
 background-repeat: no-repeat;
 background-attachment:fixed;
 background-size:48%;
 color:white;
 min-height:960px;
 font-size: 120%;
 }

.footer {
color: #777;
}

 body {
 background-color:#111;
 background-image:url(../img/cool.jpg);
 background-position: center;
 background-repeat: no-repeat;
 background-attachment:fixed;
 background-size:cover;
 }

 .navbar-collapse {
 font-size:16px;

 }

.transparent
{
background-color: rgba(70,70,70,0.3);
margin:50px;
padding:5px;
border-radius: 20px;
}

.news {
color: #FFF;
text-align: Left;
}

.shows {
text-align: left;

}

.song {clear:left; margin:1 0;}
.song input {margin: 0 1em .5em 0;float:left;padding:0;}
.song p {margin:0 0 1.5em 0;}
.song:after {
        content : ".";
        display : block;
        height : 0;
        clear : left;
        visibility : hidden;
}

audio{ margin:0;min-width:0}

@media only screen and (min-device-width:768px) {
        audio{max-width:75%;}
}

@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
        audio{max-width:10em;}
}
